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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #a5e5f3;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: #666666;
}
	
#container {
	width: 100%;
	height: auto;
	background-color: #a5e5f3;
}

#header {
	width: 100%;
	height: 200px;
	background-image: url(../images/hdr_bg.jpg);
	background-repeat: no-repeat;
	background-color: #f5e118;
	float:let;
}	

#contentWrapper {
	width: 926px;
	height: auto;
	background-image: url(../images/content_bg.gif);
	margin-left: 185px;
	float: left;
	z-index: 5;
}

#sbar {
	width: 234px;
	height: 600px;
	margin-left: 13px;
	float: left;
}

#content {
	width: 630px;
	height: auto;
	margin-right: 30px;
	float: right;
}		

#footerWrapper {
	width: 100%;
	height: 300px;
	background-image: url(../images/footerMain_bg.gif);
	background-repeat: repeat-x;
	background-color: #666666;
	float: left;
}			

#headerLogo {
	position: absolute;
	left: 197px;
	top: 0px;
	width: 234px;
	height: 158px;
}

#headerContentTop {
	position: absolute;
	left: 185px;
	top: 158px;
	width: 926px;
	height: 42px;
}

#footer {
	width: 926px;
	height: 112px;
	margin-left: 185px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.introText {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 150%;
}


.pay_option {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 150%;
}




.otiSection {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 13px;
	color: #f26649;
	line-height: 150%;
}

.newsText {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 13px;
	color: #999999;
	line-height: 135%;
}

.newsTextTitle {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	line-height: 135%;
}

.newsTextDate {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 135%;
}

.formRequired {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 150%;
}

.faqQuestion {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 13px;
	color: #00b6de;
	line-height: 150%;
}

.titleText, h2 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 22px;
	font-weight: bold; 
	color: #00b6de;
	line-height: 100%;
}

.titleOTI {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 22px;
	font-weight: bold; 
	color: #f26649;
	line-height: 125%;
}

a:link { text-decoration: none; color: #ffffff; }
a:active { text-decoration: none; color: #a5e5f3; }
a:hover {text-decoration: none; color: #a5e5f3; }
a:visited { text-decoration: none; color: #ffffff; }	

.contentLink a:link { text-decoration: none; color: #00b6de; }
.contentLink a:active { text-decoration: none; color: #00b6de; }
.contentLink a:hover {text-decoration: none; color: #00b6de; }
.contentLink a:visited { text-decoration: none; color: #00b6de; }	


.info_notice {background-color: #baebf6; padding: 13px; border: 2px solid #f9ec33;}

.blueprint a, .introText a {color: #00B6DE !important;}
.blueprint a:hover, .introText a:hover {text-decoration: underline !important;}

.pay_button {float: right; margin-left: 10px;}
.pay_option h3 {border-bottom: 1px solid #eee;}
.clear {clear: left;}

.blueprint_info .price {float: right; margin-right: 20px;  border-left: 2px dotted #fff;}
.blueprint_info p {float: left; width: 400px;}
