@charset "utf-8";
/* CSS Document */
a:link {
	color: #FFF;
}
a:visited {
	color: #F0F;
}
a:hover {
	color: #CF0;
}
a:active {
	color: #FFF;
}
#outerWrapper {
	height:auto;
	width: auto;
	left:10px;
	margin: 0;
}
body {
	background-color: #868679;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-left:0;
	margin-right:0;
	padding: 0 0 0 0;
	text-align: justify;
	width:930px;	
	left: 0px;
}
#logo {
	position:absolute;
	width:auto;
	height:auto;
	z-index:1;
	left: 81px;
	top: 37px;
}
#apDiv5 {
	position:absolute;
	width:300px;
	height:auto;
	z-index:13;
	background-color: #CFF;
	left:20%;
	top: 240px;
	border: 2px inset #F60;
	margin: 20px;
	padding: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
}
#apDiv5  a {
	color: #F0F;
}


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: 11px;
	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;
}

#topDiv {
	background-color: #ddd;
}
#headerwrapper {
	left:0px;
	background-color: #FFFFFF;
	background-position: bottom left;
	width:auto;
}
#search {
	width: 170px;
	float: left;
	padding-top: 4px;
	padding-left: 10px;
	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: left;
}
#topimage {
	float: left;
}
#header {
	width:100%;
	left:0px;
	margin-right: auto;
	margin-left:0px;
	height: 150px;
}
#navwrapper {
	left:10px;
	margin-left:10px;
	background-color: #D1560A;
	width:901px;
	clip:rect(auto, auto, auto, auto);
}
#nav {
	height: 35px;
	width: 100%;
	left:10px;
	margin-right:0px;
	margin-left:0px;
	z-index: 10;
}

.menu {
	width: 901px;
	clip:rect(auto, 901px, auto, 10px);
	z-index: 10;
}

.menu ul {
	margin: 0;
	padding: 0;
}
.menu ul li {
	display: inline;
}
.menu ul li a {
	float: left;
	padding-left:10px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 35px;
}
.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:auto;
	left:0px;
}
#leftColumn {
	position:absolute;
	background-color:#868769;
	left:10px;
	padding: 15px 0px 10px 0px;
	width: 176px;
	height:720px;
	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;
}
#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;
}
#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;
}
#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;
}
#rightColumn {
	position:absolute;
	left:714px;
	float: left;
	width: 156px;
	right: 0px;
	/*background-color: #868769;*/
	clip: rect(auto,auto,auto,auto);
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height:auto;
	background-color: #edeee8;
	border-right-width: 1.25px;
	border-right-style: solid;
	border-right-color: #060;
}
#rightColumn a:link, #rightColumn a:visited, #rightColumn a:active {
	color: #D1560A;
}
#rightColumn a:hover {
	color: #004059;
	text-decoration: none;
}
#rightColumn h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #004159;
	letter-spacing: -1px;
	margin-top: 15px;
	line-height: 22px;
	margin-bottom: 10px;
}
#rightColumn h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #004159;
	letter-spacing: -1px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D7C8;
	padding-bottom: 3px;
	line-height: 22px;
}
#rightColumn h3 strong {
	font-size: 21px;
	font-weight: bold;
}
#rightColumn p {
	margin-top: 8px;
	margin-bottom: 0px;
}
#rightColumn ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#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;
	top:920px;
	left:10px;
	background-image:url(../images/footer-bg.jpg);
	background-repeat:repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 100px;
	padding-left: 100px;
	color: #D7D7CC;
	height: 100px;
	line-height: 16px;
	z-index: 12;
	width:700px;
	border: 1.25px solid #036;
	clip: rect(auto,auto,auto,auto);
}
#footer-right {
	float: right;
	width:300px;
	text-align: right;
	line-height:16px;
	font-size:12px;
	color:#FFC;
	padding-right: 20px;
}
.validate {
	position:absolute;
	top:922px;
	left:820px;
	width:88px;
	margin-right:4px;
	text-align: right;
	z-index:12;
}
#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: left;
	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: 630px;
	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:10px;
	left: 29.6%;
	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;
}
#gallery  {
	padding: 20px;
	z-index: 1;
	position: absolute;
	height: auto;
	width: 60%;
	left: 32%;
	left:200px;
	right: auto;
	bottom: auto;
	text-align: center;
	background-image: url(../images/sub_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.small_heading {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
b {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
#apDiv1 {
	position:absolute;
	width:auto;
	height:auto;
	z-index:1;
	left: 10px;
	margin-right:4px;
	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 {
	position:absolute;
	line-height: 13px;
	color: #666666;
	width:500px;
	text-align: justify;
	margin-top: 20px;
	margin-right: 166px;
	margin-bottom: 30px;
	height:784px;
	top: 173px;
	left:186px;
	margin-left:0px;
	z-index: 0;
	background-color: #fffeee;
	border-left-width: 1.25px;
	border-left-style: solid;
	border-left-color: #060;
	padding: 20px;
	border-right-width: 1.25px;
	border-right-style: solid;
	border-right-color: #060;
}
#wotson {
	position:absolute;
	top:50px;
	margin-left:380px;
	z-index:10;
	}
.blink {
	text-decoration:blink;
}
#content ul {list-style:none; padding:0;
}

.float_L {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.float_R {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#popup {
	position:absolute;
	line-height: 13px;
	color: #666666;
	width:480px;
	text-align: justify;
	margin-top: 20px;
	margin-right: 166px;
	margin-bottom: 30px;
	height:784px;
	top: 173px;
	left:196px;
	margin-left:0px;
	z-index: 0;
	background-color: #fffeee;
	border-left-width: 1.25px;
	border-left-style: solid;
	border-left-color: #060;
	padding: 20px;
	border-right-width: 1.25px;
	border-right-style: solid;
	border-right-color: #060;
}
#content ul {list-style:none; padding:0;
}
.float_L {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.float_R {
	float: right;
	margin-top: 10px;
	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-size:16px;
	color:#F00;
}
.arrow {
	white-space: nowrap;
}
#box {
	border: 1px solid #063;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	height: auto;
	width: auto;
}
