@charset "utf-8";
/* CSS Document */

html, body {
	padding:2px;
	margin:0px;
	background-color:#e2e2e2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
}

#holder {
	width:780px;
	margin: 0 auto;
	text-align:left;
}

#contentTop {
	background-color: #bec2cf;
	background-image:url(images/contentTop1.gif);
	background-repeat:no-repeat;
	width:780px;
	height:45px;
	margin-top:5px;
}

#heading {
	font-size:22px;
	color:#000000;
	padding:15px;
	padding-top:18px;
}

#banner {
	width:780px;
	background-image:url(images/bannerCad2.gif);
	background-position:center;
	height:78px;
	/*height:90px;*/
	background-repeat:no-repeat;
}

#container {
	width:780px;
	background-color:#19307b;
	background-image:url(images/contentBotCad.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	min-height:400px;
}

#content {
	color:#FFFFFF;
	padding-top:10px;
	width: 760px;
}

#bodyText {
	padding-left:20px;
	padding-bottom:10px;
}

.photo {
	clear:none;
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}

#nav a, a:visited{
	text-decoration:none;
	color:#d40b0b;
}

#contactInfo {
	/*position:absolute;
	top:32px;
	left:624px;*/
	padding-top:12px;
	padding-right:10px;
	float:right;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

#footer {
	margin-top:5px;
	width:780px;
	height:52px;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	text-align:left;
	padding-left:65px;
	font-size:13px;
	line-height:52px;
}

#component {
	clear:none;
	float:left;
}

.clear {
	clear:both;
}

#footer a, a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

.buttonscontainer {
	position:absolute;
	width: 748px;
	padding-left:16px;
	top:50px;
	/*top:103px;*/
}

.buttonscontainer a {
	outline:none;	
}

#thumbs {
	font-size:10px;
	font-weight:bold;
	float:left;
}

#thumbs img {
	border:none;
	padding-left:10px;
	padding-top:5px;
}

.contact {
	float:left;
	text-align:center;
	margin:0px 2px 0px 2px;
	width:171px;
}
.contact a:link {
	color:#FFFFFF;
	text-decoration:underline;
}

#note { width:306px; padding:3px 8px; margin-top:10px; color:#000000; font-weight:bold; background:#BEC2CF; font-size:10px; font-weight:normal; }
	#note p { margin:0 0 6px 0; }
	#note p:last-child { margin:0; }
	#note a { color:#000; text-decoration:underline; }
