/* GENERAL RESETS */
*{margin:0;padding:0;}

html,body{
	height:100%;
	width:100%;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#333;
	background-color:#fff;
}
.bodybg{
	background:url(../images/bg_body.gif) repeat-x bottom #fff;
	height:100%;
	width:100%;
	min-width:705px;
	display:table;
}
h1{color:#666666;font-size:1.3em}
h2{color:#666;font-size:1.3em;}
h3{color:#666;font-size:1.2em;}
h4,h5,h6{font-size:1em;}
ul{list-style-type:none;}



#login_right_div {
    background-color: #ffffff;
    border: 1px solid #999999;
    padding: 1ex;
}

.search{
	margin:5px 3px 0px 0px;	
}

.search label{
color:#FFFFFF;
}

.search input{
vertical-align:bottom;
}

#prenav{
margin-top:-5px;
float:right;
}

#account{

width:100%;
margin: 5px;
}

a,a:link,a:visited{
	text-decoration:none;
	color:#06c;
}
a:hover,a:active{
	color:#FF6600;
}
a img{border:0;}

.optional{
font-size:80%;
color:#999999;
}

#message_box{
	background:#FFFF99;
	border: #FFCC00 solid 1px;
	width:99%;
	font-size:110%;
	text-align:center;
	padding: 10px 0px 10px 0px;
	margin: 5px 0px 15px 0px;
}

#warning_box{
	background:#FF9999;
	border:#993333 solid 1px;
	width:99%;
	font-size:110%;
	text-align:center;
	padding: 10px 0px 10px 0px;
	margin: 5px 0px 15px 0px;
}

#nolinkfound{
	background: #FFCCCC;
	border: #990000 solid 1px;
	width:100%;
	text-align:center;
	font-weight:bold;
	padding: 10px 0px 10px 0px;
	margin-bottom: 15px;
}

#linkfound{
	background: #CCFF99;
	border: #336600 solid 1px;
	width:100%;
	text-align:center;
	font-weight:bold;
	padding: 10px 0px 10px 0px;
	margin-bottom: 15px;
}


/* forms */
 .label
{
width: 10em;
float: left;
text-align: right;
margin-right: 0.8em;
display: block
}

.submit input
{
margin-left: 4.5em;
}

.placeholder{
color:#AAAAAA;
}



/* LAYOUT */
.device{
	background:url(../images/bg_brand.jpg) no-repeat 0 0;
	min-height:243px;
}
.page{
	margin:0 38px 0 30px;
}
.content{
	clear:both;
	margin-bottom:14px;
}
.main{
	min-width:240px;
	margin-right:230px;
}




/* LOGOS */
.logos{
	padding:17px 0px 10px 10px;
}

.logos h1{
	text-indent:-5000px;
	background:url(../Images/Semi-Directory-Logo.gif) no-repeat;
	width:310px;
	height:53px;
}

.logos a,.logos a:visited{
	text-decoration:none;
	font-weight:normal;
	font-size:1.2em;
}




/* MAIN NAV */
.mainnav {
	background:url(../backup/images/bg_navmain_bar_left.png) no-repeat left top;	
	clear:both;
	width:100%;
}

* html .mainnav {
	background:url(../images/bg_navmain_bar_left.png) no-repeat left top;	
	clear:both;
	width:100%;
}

.mainnav .bg{
	background:url(../backup/images/bg_navmain_bar.png) top left repeat-x;
	height:44px;
	margin:0 9px 0 6px;
	padding-top:8px;
}

* html .mainnav .bg{
	background:url(../images/bg_navmain_bar.png) top left repeat-x;
	height:44px;
	margin:0 9px 0 6px;
	padding-top:8px;
}

.mainnav .right{
	background:url(../backup/images/bg_navmain_bar_right.png) right top no-repeat;
	width:9px;
	height:52px;
	float:right;
}

* html .mainnav .right{
	background:url(../images/bg_navmain_bar_right.png) right top no-repeat;
	width:9px;
	height:52px;
	float:right;
}

.mainnav li.curveright{
	background:url(../backup/images/bg_navmain_right.png) no-repeat;
	width:15px;
	height:33px;
	border:0;
}

* html .mainnav li.curveright{
	background:url(../images/bg_navmain_right.png) no-repeat;
	width:15px;
	height:33px;
	border:0;
}

.mainnav ul{
	height:33px;
	padding-left:6px;
	background:url(../backup/images/bg_navmain_left.png) no-repeat left top;
	font-weight:bold;
}

* html .mainnav ul{
	height:33px;
	padding-left:6px;
	background:url(../images/bg_navmain_left.png) no-repeat left top;
}

.mainnav li{
	float:left;
	border-top:1px solid #E8E8E9;
	background:url(../backup/images/bg_navmain_item.png) repeat-x;
	padding-top:5px;
	width:19.6%;
}

* html .mainnav li{
	float:left;
	border-top:1px solid #E8E8E9;
	background:url(../images/bg_navmain_item.png) repeat-x;
	padding-top:7px;
	width:19.6%;
}

.mainnav li a{
	display:block;
	background:url(../images/nav_break.gif) no-repeat right;	
	min-height:32px;
	text-align:center;
}
.mainnav li.last a{
	background:none;
}
.mainnav li a img{
	margin-top:8px;
}


#right{
float:right;
}





/*--Middle Container*/
#middle{

}
.mid{
	margin-left:204px;
	margin-right: 200px;
}


.category{
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom: #CCCCCC solid 1px;
	}

/* BREADCRUMB */
.breadcrumb{
	font-size:1.0em;
	color:#999;
	margin-bottom: 10px;
	text-decoration: none;
}
.breadcrumb a,.breadcrumb a:visited{
	text-decoration:underline;
	font-weight:normal;
}


/* MAIN CONTENT LAYOUT */
.content{
	margin-top:5px;
}

/*smaller content box*/
.contentBoxGrey{
	margin-bottom:6px;
	background:#fff;
	width:100%;
	float: left;
	/*margin-top: 10px;*/
}

.contentBoxGrey li{
padding-left:12px;
margin-top:5px;
background: url(../Images/icons/arrow2.gif) no-repeat 0px 3px;
}

.contentBoxGrey .contentCopy, #categories{
	background:url(../images/bg_contentbox_right.gif) repeat-y right;
	border-left:1px solid #D4D0D6;
	padding:5px 16px 10px 10px;
}

.contentBoxGrey .contentCopy h4{
	font-size:1.1em;
	font-weight:normal;
}


.contentBoxGrey .contentCopy p{

}

.contentBoxGrey .contentCopy ol{
	list-style:none;
}

#overview p{
margin:8px 0px;
}

.contentBoxGrey .contentText{
	background:url(../images/bg_contentbox_right.gif) repeat-y right;
	border-left:1px solid #D4D0D6;
	padding:10px 16px 10px 10px;
}

.contentBoxGrey  h4{
	font-size:1.1em;
}

.contentBoxGrey .topleft{
	background:url(../images/bg_contentboxGrey_topleft.gif) no-repeat;
}
.contentBoxGrey .topright{
	background:url(../images/bg_contentboxGrey_top.gif) repeat-x;
	margin:0 0 0 9px;
}
.contentBoxGrey .topmid{
	background:url(../images/bg_contentboxGrey_topright.gif) no-repeat right;
	height:39px;
	margin:0;
}
.contentBoxGrey .topmid h3, .contentBoxGrey .topmid h1{

	padding:12px 0 0;
	color:#666;
	float:left;
	font-weight:bold;
	vertical-align: middle;
}
.contentBoxGrey .topmid img{
	margin:12px 0;
	padding:0px 10px 0px 3px;
}
.contentBoxGrey.alternate .topmid{
	background:url(../images/bg_contentboxGrey_alternate.gif) no-repeat right;
}
.contentBoxGrey .baseleft{
	background:url(../images/bg_contentbox_baseleft.gif) no-repeat top left;
}
.contentBoxGrey .baseright{
	background:url(../images/bg_contentbox_baseright.gif) no-repeat top right;
}
.contentBoxGrey .basemid{
	background:url(../images/bg_contentbox_base.gif) repeat-x top;
	height:13px;
	margin:0 11px 0 8px;
}


.contentBoxGrey .details{
	background:url(../images/bg_contentbox_right.gif) repeat-y right;
	border-left:1px solid #D4D0D6;
	padding:10px 16px 10px 10px;
}

#company_description p{
padding-bottom:10px;
}


#form{
margin: 00px 0px 0px 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#EnrollForm form{
margin-left: 45%;
}

#EnrollForm2 form{
margin-left: 37%;
}

form label{
font-weight:bold;
color:#666;
margin-top:20px;
}

form legend{
padding: 4px 8px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:150%;
color:#669900;
}

form fieldset{
border: 1px solid #ccc;
padding: 0 20px;
}

#EnrollForm fieldset{
width:325px;
}

form p{
margin-top: 10px;
}

#form input, #EnrollForm input{
border: 1px solid #ccc;
margin-top:2px;
margin-right:5px;
padding: 0px;
}

#form .submit, #EnrollForm .submit{
border: none;
margin-bottom:10px;
}


company listings
#listings p{
	text-align:left;
	margin-bottom:10px;
}

#listings img{
	padding: 5px 2px 0px 0px;
}

#listings h4{
	margin-bottom:3px;
}




.company_logo{
	float:right;
	margin:6px 4px 0px 5px;
	border: #CCCCCC solid 1px;
	padding: 4px;
	background-color:#FFF;
}



/* LEFT HAND NAV */

.left{
	margin:15px 4px 15px 3px;
	width:187px;
	float:left;
	padding-bottom:10px;
}

.left h2{
	font-size:1.2em;
	text-align: center;
	margin: 0px 10px 5px 10px;
	background:url(/images/h2_background.gif) repeat-x left 19px;
	line-height:20px;
}

.left .text{
	width:134px;
}

.left .copy{
	background-image: url(/Images/leftbox_middle.gif);
	background-repeat: repeat-y;
	padding: 2px 6px 5px 3px;
}
.left .top{
	background:url(/images/leftbox_top.gif) no-repeat left bottom;
	margin-top:9px;
	height:4px;
}
.left .base{
	background:url(/images/leftbox_bottom.png) no-repeat;
	height:14px;
}

.left .nav li{
	border-top:1px solid #d9d2e6;
	padding:10px 5px 10px 26px;
	background: url(/Images/bullets/folder.gif) no-repeat 5px 10px;
}

.left span{
	color:#999999;
}
.left a:hover span{
	color:#666666;
}

.contentCopy a:hover span{
color:#FF6600;
}

.left .key li, .right_menu .key li, .searches li{
	color:#666666;
	line-height:18px;
	padding-top:5px;
	padding-left: 22px;
	margin-left:0px;
}

.left .nav .boldcat{
	background-color:#EEE;
	font-size:110%;
	font-weight:bold;
}

.left li:hover{
	background-color:#EEE;
}

.boldcat:hover{
	background-color:#DFDFDF;
}

.key_info, #key_info{
background: url(../Images/icons/info.gif) no-repeat 1px 6px;
}
.key_downloads, #key_downloads{
background: url(../Images/icons/downloads.gif) no-repeat 1px 6px;
}
.key_products, #key_products{
	background: url(../Images/icons/products.gif) no-repeat 1px 6px;
}
.key_pressrelease, #key_pressrelease{
	background: url(../Images/icons/press_release.png) no-repeat 1px 6px;
}
.key_calendar, #key_calendar{
	background: url(../Images/icons/calendar.gif) no-repeat 1px 6px;
}
.key_recruitment, #key_recruitment{
	background: url(../Images/icons/recruitment.gif) no-repeat 1px 6px;
}
.key_imagegallery, #key_imagegallery{
	background: url(../Images/icons/images.gif) no-repeat 1px 6px;
}

.Press p{
	margin:10px 0px 0px 0px;
}

#pressrelease li{
	margin: 6px 0px;
}

.details .key_info{
padding-left:22px;
background: url(../Images/icons/info.gif) no-repeat 1px 0px;
}
#additional .key_downloads{
background: url(../Images/icons/downloads.gif) no-repeat 1px 0px;
}
#additional .key_pressrelease{
	background: url(../Images/icons/press_release.png) no-repeat 1px 0px;
}
#additional .key_products{
	background: url(../Images/icons/products.gif) no-repeat 1px 0px;
}
#additional .key_calendar{
	background: url(../Images/icons/calendar.gif) no-repeat 1px 0px;
}
#additional .key_recruitment{
	background: url(../Images/icons/recruitment.gif) no-repeat 1px 0px;
}
#additional .key_imagegallery{
	background: url(../Images/icons/images.gif) no-repeat 1px 0px;
}

#additional{
	margin-top: 5px;
	
}

#additional h3{
padding-left: 22px;
}

#additional p{
padding-left: 22px;
}

#additional li, #categories li, #products li{
padding-left: 40px;
background: url(../Images/bullets/0111_arrow.png) no-repeat 20px 0px;
margin-top: 8px;
}



.caption{
color:#999999;
font-weight:normal;
font-size: 90%;
}


/* Right Menu */
.right_menu{
	position:absolute;
	float:right;
	width: 187px;
	top: 153px;
	right:35px;
}

.right_menu h2{
	font-size: 1.2em;
	text-align:center;
	margin: 0px 6px 0px 2px;
	padding-bottom: 5px;
	background:url(../Images/h2_background.gif) repeat-x left 19px;
	line-height:20px;
}

.right_menu .text{
	width:134px;
}

.right_menu img{
	margin-bottom:4px;
}

.right_menu .copy{
	background-image: url(../Images/leftbox_middle.gif);
	background-repeat: repeat-y;
	padding: 5px 8px 0px 12px;
}
.right_menu .top{
	background:url(../Images/leftbox_top.gif) no-repeat left bottom;
	margin-top:9px;
	height:4px;
}
.right_menu .base{
	background:url(../Images/leftbox_bottom.png) no-repeat;
	height:14px;
}


/*Latest Downloads*/
.downloads li{
padding-left:19px;
background:url(../Images/bullets/icon_download.gif) no-repeat 0px 2px;
padding-bottom:7px;
width:146px;
}

.downloads .download_company, {
margin-top:0px; 
color:#999; 
font-size:80%;
width:146px;
}
	

/*Upcoming Events*/

.upcoming_events{
margin-bottom:10px;
}

.upcoming_events li{
padding-left:19px;
background:url(../Images/bullets/calendar.gif) no-repeat 0px 3px;
padding-bottom:7px;
width:146px;
}

 .date {
margin-top:0px; 
color:#666; 
font-size:80%;
}

 .location {
margin-top:0px; 
color:#999; 
font-size:80%;
width:146px;
}

form p{
margin-top:10px;
}


.download_item{
margin: 0px 0px 10px 33px;
}

.download_item p{
color:#999999;
font-weight:normal;
font-size: 90%;
}


.dl_stats{
text-align:left;
width: 100;
border: none;
}

.dl_stats th, .dl_stats td{
padding: 3px 10px 3px 10px;
}

.odd{
background-color:#EEEDDD;
}

#filter{
background-color:#FFFF99;
border:1px solid #AAAAAA;
height:18px;
}

#filter-form{
font-weight:bold;
margin:4px 0px 0px 6px;
}

#suggest{
text-align:center;
margin-top:12px;
font-weight:bold;
}

/*banner*/
.banner{
	background:url(../images/bg_banner.jpg);  /*main banner background*/
	border-right: #666666 1px solid;
	height:166px;
	margin-bottom:10px;
	position:relative;
	width: 98%;
	padding-right: 5px;

}
.banner h2{
	color:#472F92;
}
.banner .inner img{
	position:absolute;
	top:1px;
	bottom:5px;
	left:76px;
}

.banner .copy{
	background:url(../images/bg_banner_right.gif) right repeat-y;
	border-left:1px solid #dedede;
	min-height:76px;
	padding:15px 10px 0 328px;
}

.banner .copy p{
	margin:5px 0;
}
.banner .topleft{
	background:url(../images/bg_banner_topleft.gif) top left no-repeat;
}
.banner .topmid{
	border-top:1px solid #dedede;
	background:url(../images/bg_banner.gif) top left repeat-x;
	margin:0 13px 0 9px;
	height:7px;
}
.banner .topright{
	background:url(../images/bg_banner_topright.gif) top right no-repeat;
}
.banner .baseleft{
	background:url(../images/bg_banner_baseleft.gif) bottom left no-repeat;
}
.banner .baseright{
	background:url(../images/bg_banner_baseright.gif) bottom right no-repeat;
}
.banner .basemid{
	background:url(../images/bg_banner_base.gif) bottom repeat-x;
	margin:0 13px 0 9px;
	height:14px;
}

#partners a img{
margin-left:14px;
}

#flashcontent {
		width:100%;
		height:100%;
	}


#iteration{
text-align:center;
}

#overview_pic{
float:right;
margin:3px 5px 5px 10px;
padding:5px;
border:solid 1px #DDD;
}

.details img{
padding: 4px;
}

.product p{
margin-top: 10px;
}


.comp-detail-breakout{
	float: right;
	text-align:center;
	margin:6px 14px 10px 5px;
	width: 220px;
}

.comp-detail-breakout .company-detail-logo{
	border: #CCCCCC solid 1px;
	padding-right: 35px;
	padding-left: 35px;
	margin-bottom: 10px;
}

.comp-detail-breakout #map_canvas {
	border: #CCC solid 1px;
}


/* FOOTER */
#foot{
margin-top:10px;
}

.footer{
	clear:both;
	color:#333;
}
.footer .bg{
	border-left:1px solid #e2e2e2;
	background:url(../images/bg_footer.gif) left top repeat-x #E7E4EA;
}
.footer .copy{
	background:url(../images/bg_footer_right.gif) right repeat-y;
	padding:10px 20px;
}
.footer .topleft{
	background:url(../images/bg_footer_topleft.gif) no-repeat bottom left;
}
.footer .topright{
	background:url(../images/bg_footer_topright.gif) no-repeat bottom right;
}
.footer .topmid{
	background:url(../images/bg_footer_top.gif) bottom repeat-x;
	margin:0 13px 0 5px;
	height:5px;
}
.footer .baseleft{
	background:url(../images/bg_footer_baseleft.gif) no-repeat top left;
}
.footer .baseright{
	background:url(../images/bg_footer_baseright.gif) no-repeat top right;
}
.footer .basemid{
	background:url(../images/bg_footer_base.gif) repeat-x top right;
	height:10px;
	margin:0 13px 0 5px;
}
.footer a{
	font-weight:normal;
	padding-right:7px;
}
.footer li{
	float:left;
	padding-right:10px;
	color:#06c;

}

.hidden{position:absolute;left:-100000px;}
.clear{clear:both;}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.floatLeft{float:left;}
.floatRight{float:right;}


.hidden {
	display : none;
}

.grey{
color:#666666;
}

.premium{
background:#FFFFCC;
	margin-bottom:12px;
	padding-left:5px;
	border: #CCCCCC solid 1px;
	min-height:100px;
}


.bold{
font-size:1.1em;
font-weight:bold;
color:#3333CC;
}

.fullwidth{
width:100%;
border: #666666 1px solid;
}

.standard{
	margin-bottom:4px;
	padding-bottom:8px;
	border-bottom: #CCCCCC solid 1px;
}

.standard_cs{
}

#site-sponsors{
margin-left:5px;
}

#sitesponsors{
text-align:center;
margin:0px 0px 0px 0px;
color:#AAA;
background:url(../images/bg_footer_right.gif) right repeat-y;
}

#sitesponsors h6{
font-size:75%;
margin-bottom:3px;
}

#sitesponsors img{
margin:0px 1% 0px 2%;
}

.leaderboard{
margin: 5px 0px 15px 0px;
text-align:center;
width:100%;
}

.leaderboard img{
	border:1px solid #CCC;
}

.breaker{
background: url(../Images/grey_spacer.gif) repeat-x;
width: 97%;
margin: 15px 0px 5px 0px;
}

#Hero{
	float:left;
	margin-right: 10px;
	width:305px;
	height: 100%;
}

#Hero li{
margin-bottom:5px;
padding-left: 25px;
background: url(../Images/bullets/0111_arrow.png) no-repeat 05px 0px;
font-weight:bold;
}

.product_item{

margin-top:10px;
margin-bottom:25px;
}

.product_item img{
border:none;
margin-right: 8px;
}

.event-download{
	float:left;
	margin:-15px 25px 10px 0px;
	vertical-align:top;
}

.event-download p{
	height:14px;
	vertical-align:text-bottom;
}

#featured-events{
	margin-left:5px;
}

#featured-events2{
	margin-left:15px;
}

.success-box{
	border:1px solid #060;
	background:#9C6;
	padding: 5px;
	font-weight:bold;
	font-size:110%;
	color:#333;
}

.success-box li{
	background: url(../Images/icons/check.gif) no-repeat 0px 1px;
	padding-left:15px;
}

.error-box{
	border:1px solid #900;
	background:#C66;
	padding: 5px;
}

.middle{
	left:25%;
}

#download{
line-height:16px;
}

#announcement{
	background-color:#FC0;
	border:#690 solid 1px;
	font-size:120%;
	font-weight:bold;
	padding:5px;
	text-align:center;
	margin:10px 0px 15px 0px;
}

.download_item li{
list-style:none;
margin-top: 5px;
padding-left: 20px;
}

.download_video{
background: url(../Images/icons/icon_video.png) no-repeat 0px 50%;
}
.download_word{
background: url(../Images/icons/icon_doc.gif) no-repeat 0px 50%;
}
.download_pdf{
background: url(../Images/icons/icon_pdf.gif) no-repeat 0px 50%;
}
.download_general{
background: url(../Images/icons/icon_txt.gif) no-repeat 0px 50%;
}
.download_image{
background: url(../Images/icons/icon_image.gif) no-repeat 0px 50%;
}
.download_zip{
background: url(../Images/icons/icon_zip.gif) no-repeat 0px 50%;
}
.download_other{
background: url(../Images/icons/icon_generic.gif) no-repeat 0px 50%;
}
.download_flash{
background: url(../Images/icons/icon_swf.gif) no-repeat 0px 50%;
}
.download_ppt{
background: url(../Images/icons/icon_ppt.png) no-repeat 0px 50%;
}
.download_xls{
background: url(../Images/icons/icon_xls.gif) no-repeat 0px 50%;
}
.download_pod{
background: url(../Images/icons/icon_podcast.gif) no-repeat 0px 50%;
}
.download_audio{
background: url(../Images/icons/icon_audio.gif) no-repeat 0px 50%;
}

.icon{
padding-left:20px;
}

.testimonial img{
	margin-left:13px;
}

#additional .download_video{
background: url(../Images/icons/icon_video.png) no-repeat 20px 0px;
}
#additional .download_word{
background: url(../Images/icons/icon_doc.gif) no-repeat 20px 0px;
}
.contentBoxGrey .download_pdf {
background: url(../Images/icons/icon_pdf.gif) no-repeat -3px 0px;
}
#additional .download_general{
background: url(../Images/icons/icon_txt.gif) no-repeat 20px 0px;
}
#additional .download_image{
background: url(../Images/icons/icon_image.gif) no-repeat 20px 0px;
}
#additional .download_zip{
background: url(../Images/icons/icon_zip.gif) no-repeat 20px 0px;
}
#additional .download_other{
background: url(../Images/icons/icon_generic.gif) no-repeat 20px 0px;
}
#additional .download_flash{
background: url(../Images/icons/icon_swf.gif) no-repeat 20px 0px;
}
#additional .download_ppt{
background: url(../Images/icons/icon_ppt.png) no-repeat 20px 0px;
}
#additional.download_xls{
background: url(../Images/icons/icon_xls.gif) no-repeat 20px 0px;
}
#additional .download_pod{
background: url(../Images/icons/icon_podcast.gif) no-repeat 20px 0px;
}
#additional .download_audio{
background: url(../Images/icons/icon_audio.gif) no-repeat 20px 0px;
}
