/* CSS Document */

body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}

a {
	color: #FF9900;
}

a:hover {
	color: #CD6701;
}

input {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	margin-top: 2px;
}

.input {
	border: 1px solid #333333;
	padding: 2px;
	margin-bottom: 2px;
}

.heading {
	font-size: 13px;
	font-weight: bold;
}

.colheading {
	color: #747474;
	font-size: 12px;
	font-weight: bold;
}

#containme, #containme_sub {
	background-repeat: repeat-y;
	width: 843px;
	/*height: 500px;*/
	
	position: absolute;
	left: 50%;
	margin-left: -421px;
	margin-top: 10px;
}
#containme {
	background-image: url(images/background_slice.gif);
}
#containme_sub {
	background-image: url(images/background_slice_sub.gif);
}

#header {
	width: 842px;
	/*height: 100px;*/
	background-image: url(images/background_top.gif);
	background-repeat: no-repeat;
	
}

#h_images {
	width: 842px;
	height: 66px;
	padding-left: 30px;
	padding-top: 19px;
}

#h_logo {
	width: 779px;
	height: 66px;
/*	background-repeat:no-repeat;
*/	background-image: url(images/top_logo.gif);
	position: absolute;
}

#h_topright {
	width: 596px;
/*	z-index:1;
*/	height: 67px;
/*	background-image: url(images/top_right.gif);
*/	background-repeat:no-repeat;
	/*background-repeat:repeat-x;*/
	position: absolute;
	margin-left: 187px;
	left: 27px;
	top: 20px;
}

/* nav images */
#h_topright img {
	margin-top: 46px;
	border: 0px;
}

#telephone {
	position: absolute;
	top: 32px;
	left: 645px;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
}

#sep {
	/*background-color: #FF9900;*/
	background-image: url(images/top_yellow.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 779px;
	left: 30px;
	position: absolute;
}

#body {
	margin-left: 30px;
	margin-top: 8px;

}
#body .left {
	float: left;
	width: 129px;
	height: 228px;
	background-color: #C6BDAF;
	padding: 10px 10px 10px 10px;
}

#body .right {
	float: right;
	width: 631px;
	padding-right: 33px;
}

#body .right .sub_body {
	float: left;
	width: 331px;
	padding-left: 30px;
	padding-top: 20px;
}

#body .right .sub_col {
	z-index:1;
	float: right;
	width: 253px;
	padding-top: 20px;
}

#disclaimer{
padding-left:15px;
padding-right:15px;
width:600px;
}

#padding {
	height: 20px;
	padding-left: 10px;
}

#boxes {
	padding-left: 19px;
}

.yellow_box {
	float: left;
	padding-left: 20px;
	padding-top: 25px;
	padding-right: 30px;
	width: 202px;
	height: 176px;
	background-image: url(images/box_gray.gif);
	background-repeat: no-repeat;
	
	font-size: 11px;
	color: #ffffff;
	line-height: 15px;
}

.yellow_box a {
	color: #ffffff;
}

.yellow_box a:hover {
	color: #FFE0AE;
}

.yhead {
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}

#footer, #footer_sub {
	clear: both;
	width: 842px;
	height: 34px;
	background-repeat: no-repeat;
	}
#footer {
	background-image: url(images/background_bottom.gif);
}
#footer_sub {
	background-image: url(images/background_bottom_sub.gif);
}

#disclaimer {
	width: 842px;
	background-color: #ffffff;
}

#disclaimer div {
	padding: 0 45px 0 15px;
}