/*  @@@@@[  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-color: #50452b;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #503f2b;
}
#wrapper {
	width: 979px;
	margin: 0px auto;
	background: url(images/_bg-wrapper.gif) repeat-y;
	position: relative;
}

/*  @@@@@[  Navigation  ]@@@@@ */
#nav {
	float: left;
	width: 661px;
	padding: 27px 0px 0 0px;
}
#nav img{
	margin: 0 14px;
}
/*  @@@@@[  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 */
#subnav{
	background: url(images/_bg-subnav.gif) repeat-y;
	line-height: 20px;
	padding-left: 35px;
	width: 212px;
}
.NavLevel1{
	padding-left: 10px;
	color: #FFF;
	background: url(images/_bullet-subnav.gif) no-repeat 0px 8px;
	width:180px;
}
.NavLevel2{
	padding-left: 20px;
	background: url(images/_bullet-subnav.gif) no-repeat 10px 8px;
}
#subnav a{
	color: #fff;
	text-decoration: none;
}
#subnav a:hover, #subnav a.current{
	color: #ac3800;
	text-decoration: none;
}

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

#header {
	width: 934px;
	padding: 20px 0px 0 45px;
	background: url(images/_bg-header.gif) top no-repeat;
}
#footer {
	color: #81714d;
	clear: both;
	font-size: 11px;
	padding: 5px 248px 10px 9px;
	margin: 0px auto;
	width: 723px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #81714d;
	text-decoration: none;
}
#footer a:hover {
	color: #81714d;
	text-decoration: underline;
}
#footer .seo a:link, #footer .seo a:visited, #footer .seo a:active, #footer .seo a:hover {
	color: #81714d;
	text-decoration: none;
}
#footer a.seo:visited, #footer a.seo:active, #footer a.seo:link {
	text-decoration: none;	
	color: #81714d;
}
#footer a.seo:hover {
	text-decoration: none; cursor: text;
}
/* @@@@@[  HomePage  ]@@@@@ */
.logo-subnav{
	margin-left: -19px;
	float: left;
	margin-right: 10px;
}
#subnav p{
	margin: 0px;
	padding: 10px 30px 15px 0;
	line-height: 14px;
}
.banner-index{
	position: absolute;
	left: 21px;
	top: 78px;
}
.info{
	padding: 260px 15px 0 23px;
}
.welcome{
	float: right;
	margin-top: 15px;
}
.news{
	padding: 22px 16px 0 32px;
}

/* @@@@@[  Main Page  ]@@@@@ */
#left-content{
	width: 622px;
	float: left;
	padding: 0 50px 0 60px;
}
#right-content{
	float: right;
	width: 247px;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
}
#left-content ul{
	margin: 0px;
	padding-left: 30px;
	padding-bottom: 25px;
}
#left-content ul li{
	list-style: none;
	padding-left: 7px;
	background: url(images/_bullet.gif) no-repeat 0px 7px;
}
#left-content ul li ul{
	margin: 0px;
	padding: 0px;
}
.quick-links{
	background: url(images/_bg-quicklinks.gif) top no-repeat;
	padding: 60px 54px 0 33px;
	height: 44px;
	width: 160px;
	margin-bottom: 12px;
}
.banner-sec{
	margin: 0 -38px 28px -38px;
}
.callout{
	background-color: #e0dfe0;
	font-size: 14px;
	color: #682835;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px 18px 10px 38px;
	margin: 0 -38px 18px -38px;
	font-weight: bold;
}
.logo{
	float: right;
	margin: -5px 31px 19px 0;
}
.author{
	font-size: 11px;
	font-weight: normal;
}

/* @@@@@[  Redefined Tags / Classes  ]@@@@@ */
a:link, a:visited, a:active {
	color: #834d58; 
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #834d58; 
	text-decoration: none;
	outline: none;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #503f2b;
	font-size: 25px;
	height: 25px;
	margin: 0 0 12px -23px;
	padding: 5px 0 0 23px;
	font-weight: normal;
	background: url(images/_bg-h.gif) no-repeat 0px 4px;
}
h2 {
	color: #66893f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #d4d2cb;
	font-weight: normal;
}
h3{
	font-size: 12px;
	color: #66893f;
	margin: 0px;
	padding: 0px;
}
h3 a:link, h3 a:visited, h3 a:active{
	color: #66893f;
	text-decoration: underline;
}
h3 a:hover{
	color: #66893f;
	text-decoration: none;
}
p {
	margin: 0px;
	padding-bottom: 18px;
}
blockquote {
	margin: 0px 35px 13px 30px;
	padding: 0px;
}
.clrSolo {
	clear: both; 
 	font-size: 1px; 
 	line-height: 1px; 
 	margin: 0px; 
 	padding: 0px; 
 	visibility: hidden;
}
.clr {
 	clear: both;
}
.left {
 	float: left;
}
.right {
 	float: right;
}
.imgRight {
 	margin-bottom: 10px; 
 	margin-left: 10px;
	margin-top: 5px;
 	float: right;
	border-left: 10px solid #834d58;
}
.imgLeft {
 	margin-bottom: 10px; 
 	margin-right: 10px;
	margin-top: 5px;
 	float: left;
	border-left: 10px solid #834d58;
}
.imgLeft2 {
 	margin-bottom: 10px; 
 	margin-right: 12px;
	margin-top: 5px;
 	float: left;
	border:solid 1px #D6D8D8;
}

/* @@@@@[  Form Elements  ]@@@@@ */
input, textarea, select {
	font-size: 9px; 
	color: #666; 
	background: #fff; 
	border: 1px solid #7f9db9;
}
input.clean {
	border-style: none; 
	background: none;
}
.quicklinks{
	width: 160px;
}

.icon {
	float:left;
	padding-right:7px;
	padding-top:2px;
}

.text {
	width:485px;
	float:left;
}
ul.liststyle-number{
	display:block;
	padding-left:50px !important;
}
ul.liststyle-number li{
	list-style-type:decimal !important;
	background:none !important;
	padding-left:0px !important;
}
.font-size14{
	font-size:14px;
	line-height:16px;
}
.callout.green{
	background-color:#999;
	color:#fff;
	margin-top:15px;
	
}
a.pdf{
	padding-left:18px;
	background:url(images/pdf.png) left 1px no-repeat;
	display:block;
	font-weight:bold;
}
img.pdf{
	margin-top:-2px;
}
a.request{
	padding-left:18px;
	background:url(images/request.png) left 1px no-repeat;
	display:block;
	font-weight:bold;
}
.subnav{
	background: url(images/_bg-subnav.gif) repeat-y;
	line-height: 20px;
	padding-left: 35px;
	padding-bottom:10px;
	width: 212px;
}
.subnav a{
	color:#fff;
	text-decoration:none;
}
.subnav a:hover{
	color: #ac3800;
	text-decoration: none;
}