/* CSS Document */

body{
	background: #FFFFFF url(../images/back.jpg) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

a{
	color: #D84A43;
}

#wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 756px;
	text-align: left;
}

#header{
	width: 756px;	
	background: #D84A43 url(../images/back_header.jpg) top left repeat-x;		
}

#headerText{
	padding: 5px 0px 5px 10px;
	color: #FFFFFF;
	font-size: 12px;
}

#menuContainer{
	background-color: #D84A43;
	padding: 5px;
	text-align: center;
}

#menuContainer a{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;	
	padding: 0px 15px 0px 10px;
	background: url(../images/bullet_menu.gif) left no-repeat;	
}

#menuContainer a:hover{
	color: #FFFFCC;
}

#contentContainer{
	border-color: #A6385F;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 0px;
	background:#FFFFFF url(../images/back_content.jpg) bottom right no-repeat;	
}

#title_container{
	background: url(../images/back_title.jpg) top left repeat-x;
}

#title{
	font-family: "Times New Roman", Times, serif;
	color: #D74944;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0px 0px 15px;
	letter-spacing: 1px;
}

.contentArea{
	width: 700px;
	text-align:left;
	margin-left: 28px;
	margin-right: 28px;
}

.contentArea1{
	float: left;
	width: 320px;
}

.contentArea2{
	float: left;
	width: 40px;
	height: 300px;
	background:url(../images/divider.gif) no-repeat;
	margin-top: 50px;
}

.contentArea3{
	float: right;
	width: 340px;
}

#footer{
	text-align:center;
	background: #C7444C url(../images/back_footer.jpg) bottom left repeat-x;
	color: #FFFFFF;
	font-size: 10px;
	padding: 2px;
}

.thumbnailCaption{
	font-size: 9px;
}

.thumbnailCaption a{
	text-decoration: none;
}

.highlightContainer{
	border: #F3DFB3 1px solid;
	background: #FFFFFF url(../images/back_tablegradient.jpg) top repeat-x;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
}


.highlightHeader{
	color: #D84A43;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

.ratesContainer{
	border: #F3DFB3 1px solid;
	background: #FFFFFF url(../images/back_tablegradient.jpg) top repeat-x;
	font-size: 11px;	
	padding: 5px;
}

.olrsContainer{
	text-align: center;
	font-size: 10px;
}

/* form classes */
input, textarea{
	font-size: 11px;
	background-color: #FAF2E5;
	border: #FFCC66 1px outset;
}

/* generic classes */
.float-right{
	float: right;
}

.float-left{
	float: left;
}

.clear-both{
	clear: both;
}