/*  @@@@@[  Wrappers  ]@@@@@ */
/* The percentage in the body tag takes care of earlier versions of IE using the percentages (base font size is 16px for IE 6, 16 x 62.5 = 10)... ems should be used in most other style declarations */

body {
	background:url(images/bg-w.gif) repeat-x top;
	background-color: #04695f;
	font: 62.5%/120% Verdana, Arial, Helvetica, sans-serif; 
	color: #333; 
	text-align: center; 
	margin: 0px;
	line-height: 1.8em;
}
#wrapper {
	text-align: left;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	padding-bottom: 10px;
}

/*  @@@@@[  Navigation  ]@@@@@ */

#nav {
	width: 950px;
	height: 31px;
	padding-top: 38px;
	padding-right: 57px;
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 1.0em;
}
#nav a {
	color:#494134;
	text-decoration:none;
	margin-left: 59px;	
}
#nav a:hover {
	color:#bf2e1a;
	text-decoration:none;
	margin-left: 59px;	
}
/*  @@@@@[  Sub Nav  ]@@@@@ */
/* Note that there are styles applied to all "a" tags in .subnav (such as display: block) and then specific styles for "a" tags in .sub1 */
#sub_nav {
	width: 221px;
	background:url(images/bg_sub.gif) repeat-y;
	position:absolute;
	left: 105px;
	top: 250px;
	font-size: 1.1em;
	line-height: 20px;
}
#bg_sub_nav {
	width: 221px;
	background:url(images/bg_botsub.gif) no-repeat bottom left;
	padding-bottom: 20px;
}
.subnav {
	width: 177px;
	padding-top: 35px;
	padding-left: 44px;
	background:url(images/bg_topsub.gif) no-repeat top;
	padding-bottom: 20px;
	min-height:57px
}
.subnav h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#FFFFFF;
	margin: 0px;
	text-transform:uppercase;
	font-weight:normal;
	background: url(none);
	padding: 0px 0px 8px;
}
.subnav ul {
	margin: 0px;
	padding-left: 0px;
	padding-right: 10px;
}
.subnav ul li {
	list-style: none;
	line-height: 15px;
	margin-bottom: 5px;
}
.subnav ul li ul {
	margin: 0px;
	padding-left: 0px;
	padding-top: 4px;
}
.subnav ul li ul li {
	line-height: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
}



/* @@@@@[  Header / Footer  ]@@@@@ */

#header {
	width:960px;
}
#footer {
	width:960px;
	color: #c5c07c;
	text-align: center;
	line-height: 2.4em;
	clear: both;
	font-size: 1.1em;
	padding-top: 10px;
	background:url(images/line.gif) no-repeat 16px 0px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #c5c07c;
	text-decoration: none;
}
#footer a:hover {
	color: #c5c07c;
	text-decoration: underline;
}


/* @@@@@[  Main Page  ]@@@@@ */
#main {
	width:1024px;
	padding-left: 15px;
	padding-right: 11px;
	padding-bottom: 10px;
}
#content {
	float: right;
	width: 658px;
	font-size: 1.3em;
	line-height: 1.7em;
	background:url(images/bg_right.gif) no-repeat top;
	padding-bottom: 33px;
}
#mainimg {
	width: 626px;
	padding: 10px 15px 9px 12px;
	height: 305px;
}

#text {
	width: 460px;
	padding-left: 165px;
	padding-top: 15px;
}
#text h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-transform:uppercase;
	color:#d3d1a5;
	font-weight:normal;
	margin: 0px;
}
#text p {
	margin: 0px;
	padding-bottom: 9px;
	color:#f6f6f5;
	line-height: 1.5em;
}

#content ul {
	margin: 0px 0px 15px 30px;
	padding: 0px;
	color:#f6f6f5;
}

#column {
	float: left;
	width: 300px;
	padding-top: 0px;
}
#logo {
	width:230px;
	padding-left: 0px;
	padding-bottom: 10px;
}
#news_in {
	width: 220px;
	text-align: center;
	height: 194px;
	padding-top: 35px;
	padding-left: 140px;
	padding-right: 160px;
	background:url(images/bg_left.gif) no-repeat top;
}
#news_in h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#fff;
	margin: 0px;
	padding-bottom: 10px;
	text-transform:uppercase;
	font-weight:normal;
}
#news_in p {
	font-size: 1.6em;
	text-align: center;
	color:#fff;
	padding-top: 5px;
	margin: 0px;
}

#feature_in {
	width: 280px;
	height: 260px;
	padding-top: 35px;
	padding-left: 44px;
	position:absolute;
	left: 200px;
	top: 360px;
	background-image:url(images/bg_fea.png);
	background-repeat:no-repeat;

}
#feature_links {
	width: 245px;
	height: 202px;
	font-size: 1.3em;
	padding-top: 35px;
	padding-left: 44px;
	position:absolute;
	left: 217px;
	top: 375px;
}
#feature_links h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#000;
	margin: 0px;
	padding-bottom: 10px;
	text-transform:uppercase;
	font-weight:normal;
}
#feature_links p {
	font-size: 1.3em;
	color:#000;
	margin: 0px;
}
#feature_links a:visited, #feature_links a:active, #feature_links a:link {
	text-decoration: none;	color: #000;
}
#feature_links a:hover {
	text-decoration: none; color: #fff;
}
.col {
	padding-bottom: 5px;
}
.col div {
	float: right;
	width: 185px;
	padding-top: 10px;
}
.clrSolo {
	clear: both; 
	font-size: 1px; 
	line-height: 1px; 
	margin: 0px; 
	padding: 0px; 
	visibility: hidden;
}
.clr {
	clear: both;
}
.clrLine {
	clear:both;
	border-top: dashed 1px #999999;
	padding-bottom: 10px;
}
.botMargin {
	margin-bottom: 13px;
}

a.white:visited, a.white:active, a.white:link {
	text-decoration: none;	color:#fff;
}
a.white:hover {
	text-decoration: none; cursor: text; color: #fff;
}
/* @@@@@[  Secondary Page  ]@@@@@ */
#man_content2 {
	float: right;
	width: 716px;
	font-size: 1.1em;
	line-height: 20px;;
	background:url(images/bg_content.gif) repeat-y;
}
#content2 {
	width: 684px;
	background:url(images/bg_content_top.gif) no-repeat top;
	padding-top: 13px;
	padding-right: 18px;
	padding-left: 14px;
}
#logo2 {
	width:230px;
	padding-left: 5px;
}
#column2 {
	float: left;
	width: 218px;
	padding-top: 20px;
}

#banner {
	width: 684px;
	padding-bottom: 11px;
}
#content2_text {
	width: 642px;
	border: solid 1px #e1ded7;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 15px;
}
#text2 {
	width: 450px;
	float:left;
	line-height: 18px;;
}
#text2 p {
	margin:0px;
	padding-bottom: 10px;
}
#text2 ul {
	margin-top: 8px;
	margin-bottom: 8px;
}

#text_wide {
	width: 620px;
	float:left;
	line-height: 18px;;
}
#text_wide p {
	margin:0px;
	padding-bottom: 10px;
}
#text_wide ul {
	margin-top: 8px;
	margin-bottom: 8px;
}


#right_col {
	float:right;
	padding-top: 3px;
}

/* @@@@@[  Redefined Tags / Classes  ]@@@@@ */
a:link, a:visited, a:active {
	color: #7f9f8f;
	text-decoration: underline;
}
a:hover {
	color: #7f9f8f; 
	text-decoration: none;
	}
#content2 h1 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color:#04695f;
	padding-bottom: 15px;
	padding-left: 30px;
}
#content2 h2 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color:#04695f;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content2 h3 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}

p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 13px;
}
blockquote {
	margin: 0px 35px 13px 30px;
	padding: 0px;
}
b {
	color:#7f9f8f;
}
.left {
	float: left;
}
.right {
	float: right;
}
img.right {
	margin-bottom: 10px; 
	margin-left: 13px;
}
img.left {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 20px;
}
.line {
	padding-bottom: 8px;
}