@charset "utf-8";
/*#apDiv1 {
	position:absolute;
	width:auto;
	height:auto;
	z-index:1;
	left: 10%;
	top: 37px;
}*/
body {
	top:10px;
	background-color: #868769;
	background-position:top left;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	width:910px;
	left: 10px;
}
h1 {
	color: #D1560A;
	font-size: 24px;
	font-weight: normal;
	line-height: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin-bottom: 25px;
}

h2 {
	color: #9C8E4E;
	font-size: 19px;
	font-weight: normal;
	line-height: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 15px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #930;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
h6 {
	font-size: 8px;
}


a, a:link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ffff33;
	text-decoration: underline;
}
a:focus {
	color: #000;
}
a:active {
	color: #000;
}
#outerWrapper {
	top:10px;
	left:10px;
	height:100%;
	margin: 0 auto 0 auto;
	width: 100%;
}
#topDiv {
	background-color: #fff;
	width:97%;
	height:150px;
}

#search {
	width: 170px;
	float: left;
	left:0px;
	padding-top: 4px;
	padding-left: 20px;
	display: block;
}
#searchbox {
	background-color: #DADACF;
	border: 1px solid #083F54;
	font-size: 11px;
	font-weight: bold;
	color: #868768;
	padding-right: 2px;
	padding-left: 4px;
	margin: 0px;
	float:left;
	height: 18px;
	padding-top: 4px;
}
#go {
	float: right;
}
#topimage {
	position:absolute;
	top:-35px;
	left:165px;
	z-index:1;
}
#header {
	width:100%;
	margin-right: auto;
	height: 150px;	
	text-align: left;
}

#navwrapper {
	background-color: #D1560A;
}
#nav {
	height: 35px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
}
.menu {
	width: 898px;
	z-index: 10;
	padding-left:10px;
}
#content ul {list-style:none; padding:0;
}

.menu ul {
	margin: 0;
	padding: 0;
	float: left;
}
.menu ul li {
	display: inline;
}
.menu ul li a {
	float: left;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 35px;
	text-align: center;
	padding: 0px;
}
.menu ul li a:visited {
	color: #fff;
}
.menu ul li a:hover, .menu ul li .current {
	color: #fff;
	background-color:#004159;
	text-decoration: none;
}
#contentWrapper {
	height: 100%;
	width:100%;
	left:auto;
	text-align:justify;
}
#leftColumn {
	position:relative;
	left:10px;
	float: left;
	padding: 15px 0px 10px 0px;
	width: 202px;
	line-height: 16px;
	
}
#leftColumn h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/top-menu-title.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	line-height: 39px;
	padding-left: 18px;
	text-transform: uppercase;
	width: 178px;
}
#leftColumn h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-image:url(../images/sub-menu-title.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	line-height: 37px;
	padding-left: 20px;
	text-transform: uppercase;
	float: none;
	width: 178px;
}
#leftColumn ul {
	list-style-type: none;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-left: 25px;
}
#leftColumn ul li {
	background-image: url(../images/li-dot.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
}
#leftColumn ul li a:link, #leftColumn ul li a {
	font-weight: bold;
}
#leftColumn ul ul {
	padding-left: 15px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#leftColumn ul ul li {
	background-image:url(../images/li-sub-dots.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 11px;
}
#leftColumn ul ul li a:link, #leftColumn ul ul li a {
	font-weight: normal;
}
#leftColumn a, #leftColumn a:link {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
#leftColumn a:hover {
	color: #FFFF33;
	text-decoration: none;
}

#bullet {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: baseline;
}

.clearFloat {
	clear: both;
	display: block;
}
#footer {
	position:absolute;
	background-image:url(../images/footer-bg.jpg);
	background-repeat: repeat;
	background-position: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #D7D7CC;
	height: 74px;
	line-height: 16px;
	margin-right: 4px;
	z-index: 12;
	left: 10px;
	width: 850px;
	border-right-width: 1.25px;
	border-bottom-width: 1.25px;
	border-left-width: 1.25px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #030;
	border-bottom-color: #030;
	border-left-color: #030;
}
#footer-right {
	top:20px;
	float: right;
	width: 275px;
	text-align: right;
	line-height:18px;
	padding-right: 20px;
}
#footer-left {
	top:0px;
	float: left;
	width:375px;
	text-align: left;
	line-height:18px;
	padding-left: 10px;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	font-weight: normal;
}
#footer a:hover {
	color: #BCBCA9;
}
#credit {
	text-align: center;
	padding: 0px 0px 8px 220px;
	font-size: 10px;
	color: #525340;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}
#credit a, #credit a:hover, #credit a:visited, #credit a:active, #credit a:focus {
	color: #525340;
	font-weight: normal;
}
#gsacts {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 30px;
	text-transform: uppercase;
	background-color: #D74600;
	text-align: center;
	border-top-color: #004040;
	border-right-color: #004040;
	border-bottom-color: #004040;
	border-left-color: #004040;
	background-image: url(../images/top-menu-title.jpg);
	height: 60px;
	cursor: crosshair;
	width: 178px;
	float: none;
	padding-left: 18px;
}
#sub_content {
	line-height: 18px;
	color: #666666;
	width: 642px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 250px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-right: 20px;
	height: auto;
	top: 186px;
	position: absolute;
	background-color: #fffeee;
	background-position: left top;
	left:200px;
	padding-left: 20px;
	z-index: 1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#sub_content h3 {
	font-size: 14px;
	font-weight: bold;
}

#sub_content #left {
	float: left;
	height: 100%;
	width: 260px;
	padding-left: 20px;
	left: 200px;
}

.table {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	color: #666666;
}
.small_heading {
	font-size: 10px;
	font-weight: normal;
	color: #000;
}
.small_heading_bg {
	font-size: 12px;
	color:#FFC;
	font-weight: bold;
	background-color: #660;
	padding-left:8px;
	width:102px;
}
b {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
#apDiv1 {
	position:absolute;
	width:auto;
	height:auto;
	z-index:1;
	left: 30px;
	top: 35px;
}
#topDiv #headerwrapper #header #apDiv5  a {
	color: #F0F;
}
#sub_content h4 {
	font-size: 10pt;
	font-weight: bold;
}
#sub_content a:hover {
	font-size: 16px;
	color: #F60;
}
#sub_content a:link {
	color: #030;
}
#sub_content a:visited {
	color: #F0F;
}


#content a, a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00F;
}
#content a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F0F;
}
#content {
	line-height: 13px;
	color: #666666;
	width: 880px;
	text-align: justify;
	margin-top: 20px;
	margin-right: 250px;
	margin-bottom: 30px;
	height: auto;
	top: 165px;
	position: absolute;
	left: 29.6%;
	margin-left:auto;
	z-index: 2;
	background-color: #fffeee;
	padding: 20px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#quail ul  {
	line-height:24px;
	list-style-type:disc;
	}
#quail ol  {
	font-family:Arial, Helvetica, sans-serif;
	line-height:28px;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	}
#quail a:link {
	color:#FF00FF;
	}
dt {
	font-weight:normal;	
	line-height:34px;
	color:#000000;
	}
ol {
	font-weight:normal;	
	line-height:34px;
	color:#000000;
	}
.cards {
	position: absolute;
	left:130px;
	top:40px;
	height:300px;
	width:460px;
	margin-left:auto;
	border:solid;
	border-color:#000000;
	border-width:1px;
	float:none;	
	}
	.cards2 {
	position: absolute;
	top:260px;
	margin-left:auto;
	padding:100px;
	float:none;	
	}


.float {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.float_L {
	float: left;
	margin-right: 10px;
	margin-left:0px;
	margin-bottom: 10px;
	margin-top: 2px;
}
.float_R {
	float: right;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: 10px;
}


.text1 {
	line-height: 22px;
	text-align: left;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
}
.text2 {
	line-height: 18px;
	padding-left: 20px;
}
.text3 {
	line-height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 60px;
}
#text3 {
	position: absolute;
	width: 618px;
	top: 260px;
	margin-bottom: 100px;
}
.text4 {
	text-align: left;
	white-space: nowrap;
	clear: right;
}
.text5 {
	font-weight:bold;
	color: #030;
	line-height: 18px;
}
.strikout {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:line-through;
	font-size:12px;
}
.arrow {
	white-space: nowrap;
}
#box {
	position:relative;
	top:auto;
	border: 1px solid #063;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	height: auto;
	width: auto;
}
