@charset "utf-8";
/* CSS Document */

html,body{
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:white;
	color:#404040;
}

a{
	color:inherit;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.mailLink{
	color:#404040;
	text-decoration:underline;
}

.mailLink:hover{
	color:#f69523;
}

#home_wrapper{
	border:solid 1px #f1f1f2;
}

#flashContainer{
	width:100%;
	height:365px;
}

#flashSearch{
	width:230px;
	height:336px;
	background-color:#f1f1f2;
	/*border-right:solid black 2px;
	background-image:url(/img/homepage/search_bg.gif);
	background-position:bottom;*/
	*width:231px;
	border:solid #3c3c3d 1px;
	border-right:0;
}

#flashVideos{
	border:solid #3c3c3d 1px;
	width:595px;
	height:336px;
}

/* Call outs */


.callOutMain, .callOutAlt{
	width:408px;
	padding-top:7px;
	text-decoration:none;
}

.customCallOutMain, .customCallOutAlt{
	width:408px;
	text-decoration:none;
	text-align:left;
}

.customCallOutMain{
	margin-top:5px;
}

.callOutMain, .callOutAlt, .customCallOutMain, .customCallOutAlt{
}

#callout1_left, #callout2_left{
	width:1px;
	height:40px;
	background-image:url(/img/homepage/calloutArrow.png);
	background-color:#bcbdc0;
	background-repeat:no-repeat;
	background-position:center;
	padding:10px;
	padding-left:8px;
	padding-right:8px;
}

#callout1_right a, #callout2_right a{
	color:#404040;
	text-decoration:none;
}

#callout1_right a:hover, #callout2_right a:hover{
	color:#f69523;
}

#callout1_right{
	background-color:#dcddde;
	padding:10px;
}

#callout2_right{
	background-color:#dcddde;
	padding:10px;
}

.callOutDate{
	font-size:11px;
	font-weight:bold;
	color:#404040;
}

#callout1_right .callOutDate a:hover, #callout2_right .callOutDate a:hover{
	color:#404040;
}

.customText{
	width:385px;
	/*margin-left:20px;*/
	font-size:12px;
}

.callOutMain .callOutTitle{
	font-size:12px;
	color:#fff;
}


.callOutAlt .callOutDate{
	font-size:11px;
	font-weight:bold;
	color:#000;
}

.callOutAlt .callOutTitle{
	font-size:12px;
	color:#fff;
}

/* end Call outs */


#infoContainer{
	background-color:#eaeaea;
	width:100%;
	padding-top:25px;
	color:#404040;
}

#infoCompany{
	width:43%;
	padding:10px;
	padding-top:0px;
}

#infoNameImage{
	width:173px;
	height:13px;
	position:relative;
}


#infoSepBar{
	width:100%;
	margin:0 auto;
	height:2px;
	border-top:solid #b1b1b1 1px;
	margin-top:10px;
	margin-bottom:10px;
}

#contactTable td{
	text-align:left;
	padding:10px;
}

#introText{
	line-height:1.2em;
	font-size:12px;
}