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

HTML {}

BODY {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/cloud_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 155px;
	background-color: #EEEEEE;
}

H1 {
	font-size: 26px;
	font-weight: normal;
	color: #FF6600;
	margin-top: 0px;
}
H2 {
	font-size: 14px;
	color: #399FA8;
}
H3 {
	font-size: 18px;
	font-weight: normal;
	color: #FF6600;
	margin-top: 0px;
}
H6 {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.err {}
.clr {
	clear: both;
}
.blue {
	color: #399FA8;
}

.wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(../img/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#logo {
	float: left;
	margin-top: 7px;
}

#banner {
	float: right;
	width: 700px;
	margin-top: 20px;
	text-align: right;
	vertical-align: middle;
	padding-top: 10px;
}

#menu {
	clear: both;
	font-size: 12px;
}
#menu A {
	display: block;
	background-image: url(../img/tab.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 11px;
	margin-right: 2px;
	color: #173F42;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}
#menu A:HOVER {
	margin-top: 9px;
}
#menu A DIV {
	background-image: url(../img/tab-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 6px;
	padding-right: 25px;
	padding-bottom: 6px;
	padding-left: 25px;
}
#menu A:HOVER DIV {
	padding-bottom: 8px;
}

#menu DIV.submenu {
	display: none;
	position: absolute;
	margin: 0px;
	padding: 0px;
	z-index: 200;
}

#menu DIV.submenu A {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-weight: bold;
	color: #173F42;
	margin: 0px;
	width: auto;
	background-image: url(../img/tab.gif);
	display: block;
	float: none;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left top;
}
#menu DIV.submenu A:HOVER {
	background-color: #71CAD0;
	margin: 0px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #30858B;
	background-image: none;
}

#content {
	margin-top: 40px;
	margin-bottom: 40px;
}
#content .tri {
	width: 33%;
	vertical-align: top;
}
#content .tri-col {
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
}
#content TD.divide {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#content A {
	color: #399FA8;
	text-decoration: none;
}
#content A:HOVER {
	text-decoration: underline;
}
#content .input1 {
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#content .textarea1 {
	width: 280px;

	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#content .button1 {}

#content .ques_by {
	background-image: url(../img/question-bot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	padding-top: 20px;
	padding-right: 55px;
	font-size: 12px;
	font-weight: bold;
}
#content DIV.ques_by IMG {
	float: right;
	margin-left: 10px;
	border: 2px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-top: 3px;
}
#content .ques {
	background-image: url(../img/question-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F0D7BA;
	font-size: 12px;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
}
#content .ans_by {
	background-image: url(../img/answer-top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 12px;
	font-weight: bold;
	padding-left: 50px;
	padding-bottom: 48px;
}
#content .ans {
	background-image: url(../img/answer-bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #BDD0D3;
	font-size: 12px;
	margin-right: 5px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#content DIV.ans_by IMG {
	float: left;
	background-color: #FFFFFF;
	padding: 3px;
	border: 2px solid #CCCCCC;
	margin-right: 10px;
}

#page {
	float: left;
	width: 590px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#right {
	float: right;
	width: 282px;
	margin-right: 10px;
	padding-left: 28px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AAAAAA;
	padding-top: 20px;
	padding-bottom: 10px;
}

#content P {
	font-size: 12px;
	color: #333333;
}
#content UL {}
#content UL LI {
	font-size: 12px;
	color: #333333;
}
#content OL {}
#content OL LI {
	font-size: 12px;
	color: #333333;
}
#content .b01 {
	border: 10px solid #FFFFFF;
	background-color: #999999;
	padding: 1px;
}
#content .b02 {}
#content .b03 {}
#content .b04 {}

#content .bluebutt {
	background-image: url(../img/blue-button.gif);
	height: 61px;
	width: 282px;
}
#content .bluebutt A {
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	display: block;
	padding-top: 14px;
	padding-left: 55px;
	padding-bottom: 14px;
	background-image: url(../img/mixed/bag_white.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#content .bluebutt A:HOVER {
	background-image: url(../img/mixed/bag_green.png);
}
#content .orangebutt {
	background-image: url(../img/orange-button.gif);
	height: 61px;
	width: 282px;
}
#content .orangebutt A {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding-top: 14px;
	padding-left: 55px;
	padding-bottom: 14px;
	background-image: url(../img/mixed/bag_white.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#content .orangebutt A:HOVER {
	background-image: url(../img/mixed/bag_black.png);
	color: #000000;
	text-decoration: none;
}

#slides {
	height: 325px;
}
#slides UL {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}
#slides UL LI {
	list-style-type: none;
	margin: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 22px;
	color: #AAAAAA;
	cursor: pointer;
}
#slides .grey {
	font-size: 22px;
	color: #666666;
}
#slides .orange {
	font-size: 22px;
	color: #FF6600;
}
#slides .slide {
	position: absolute;
	width: 960px;
	z-index: 100;
}

#slides .tile1 {}
#slides .tile2 {
	display: none;
}
#slides .tile3 {
	display: none;
}

#slides DIV.slide IMG.full1 {
	float: right;
	background-image: url(../img/bubble-bg-1.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 55px;
	background-position: right top;
	border: 0;
}
#slides DIV.slide IMG.full2 {
	float: right;
	background-image: url(../img/bubble-bg-2.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 55px;
	background-position: right top;
	border: 0;
}
#slides DIV.slide IMG.full3 {
	float: right;
	background-image: url(../img/bubble-bg-3.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 55px;
	background-position: right top;
	border: 0;
}

#footer {
	background-image: url(../img/footer_bg.jpg);
	height: 163px;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #333333;
	padding-left: 40px;
}
#footer DIV.third {
	width: 267px;
	float: left;
	margin-top: 25px;
}
#footer .divide {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AAAAAA;
	margin-top: 20px;
	height: 85px;
	margin-right: 20px;
	margin-left: 20px;
}
#footer H4 {
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}
#footer P {
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
#footer B, #footer STRONG {
	color: #3399FF;
}
#footer A {
	color: #333333;
	text-decoration: none;
}
#footer A:HOVER {
	text-decoration: underline;
}
#footer .iconspace {
	margin-right: 7px;
	margin-bottom: 4px;
	margin-top: 4px;
}

