/* Default CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
/* Removed because table td tags were being valigned to bottom...
	vertical-align: baseline;
*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
/* Not sure what this does
	line-height: 1; */
	color: black;
	background: #F4EDDF;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/* Imported CSS */




/* Additional CSS */

body {
	font-family:Arial, Helvetica, sans-serif;
	background:#EBDCC1 url(../images/body-bg.jpg) repeat-x top left;
	_text-align:center;
	padding-bottom:25px;
}

a { text-decoration:none; }
.clear { clear:both; width:0px; height:0px; overflow:hidden; }
ul.horizontal li {
	float:left;
}
ul.horizontal a {
	display:block;
	float:left;
}

ul.checklist li {
	padding-left:25px;
	background:url(../images/checkmark.gif) no-repeat 0px 2px;
	color:#004081;
	font-size:16px;
}
ul.checklist li a {
	color:#004081;
}

div.container {
	margin:0 auto;
	width:900px;
	_text-align:left;
}

#wrapper div.container {
	background:#FAF6EF;
}
h1.title {
	font-size:11px;
	text-align:right;
	padding:0px 20px;
	background:#F4EDDF;
	color:#CDB6A7;
}
#header {
	height:121px;
	background:url(../images/header_bg.jpg) top right no-repeat;
}
#header div.logo a {
	position:absolute;
	display:block;
	background:url(../images/logo.jpg) no-repeat;
	width:420px;
	height:100px;
}




#nav_secondary_wrap {
	float:right;
	margin-top:93px;
	font-size:12px;
	font-style:normal;
}
#nav_secondary {
	float:left;
}
#nav_secondary ul.links {
	float:left;
}
#nav_secondary ul.links li {
	padding:0px 15px;
}
#nav_secondary ul.links li a {
	color:#31609F;
}
#nav_secondary ul.links li a:hover {
	color:#A17B5C;
	text-decoration:none;
}


#nav_main {
	font-size:12px;
	font-style:normal;
}
#nav_main ul.links {
	height:45px;
	background:#F4EDDF url(../images/nav_main_bg.jpg) top left no-repeat;
}
#nav_main ul.links li {
	background:url(../images/nav_main_divider.jpg) top right no-repeat;
	padding-right:2px;
}
#nav_main ul.links li a {
	padding:14px 12px 5px 24px;
	color:#0B3375;
	_display:inline;
	font-size:16px;
}
#nav_main ul.links li a:hover {
	/* background:#424242 url(../images/nav_main_hover_bg.jpg) top left repeat-x; */
	color:#6F3A19;
}



#splash {
	margin:20px 6px 0px 6px;
}

div.crumbs {
	padding:11px 20px 19px 20px;
	font-size:12px;
	font-weight:bold;
	color:#FEFEFE;
	background:#192B40 url(../images/crumbs_bg.jpg) top left no-repeat;
}
div.crumbs a {
	color:#E7C2C8;
}
div.crumbs a:hover {
	color:#ffffff;
}
#content_wrap {
	float:left;
	width:900px;
	background-color:#FAF6EF;
}

#content_wrap li {
	list-style:url(../images/bullet.jpg)
}

#content {
	margin-left:237px;
	line-height:160%;
	font-size:12px;
	color:#705748;
}
#pg_home #content {
	margin:0px;
}
#content h2 {
	font-size:18px;
/*	border-bottom:1px dashed #ACACAC;*/
	margin-bottom:7px;
color:#422E22;
}
#content h3 {
	margin-bottom:4px;
}
#content p {
	margin-bottom:15px;
}

#content ol, #content ul {
	margin:0 0 15px 20px;
}
#content ol ol, #content ul ul {
	margin-bottom:0px;
}
#content ol li {
	list-style-type:decimal;
}
#content ul li {
	list-style-type:disc;
}

#content big, #content strong {
	font-weight:bold;
}
#content big { font-size:18px; }
#content em { font-style:italic; }
#content .column  {
	float:left;
	overflow:hidden;
}
#content #c1c2 {
	width:663px;
	overflow:visible;
}
#content #c1c2 div.inner {
	margin:17px 20px 10px 0px;
}
#content #c1 {
	width:244px;
	overflow:visible;
}
#content #c1 div.inner {
	margin:17px 20px 10px 19px;
}
#content #c2 {
	width:411px;
	background: url(../images/c2_bg.gif) repeat-y;
	border-left:1px solid #CDC4B3;
	border-right:1px solid #CDC4B3;
}
#content #c2 div.inner {
	margin:17px 20px 10px 20px;
/*	background: url(../images/column_gradient.jpg) repeat-x;*/
}
#content #c3 {
	width:243px;
}
#content #c3 div.inner {
	margin:17px 30px 10px 15px;
}

#content a {
	font-weight:bold;
	color:#FF9F16;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}
#content div.form {
	margin-bottom:15px;
}


#sidebar1_wrap {
	float:left;
	width:200px;
	margin-left:-890px;
	margin-top:-8px;
	margin:-8px 0 25px -890px;
	overflow:hidden;
	background:#EAD4AF url(../images/sidebar1_bg.jpg) top left repeat-y;
}
#sidebar1 {
	padding-top:7px;
	background:url(../images/sidebar1_top.jpg) top left no-repeat;
	font-size:12px;
	color:#ffffff;
}
#sidebar1 div.inner {
	background:url(../images/sidebar1_bottom.jpg) bottom left no-repeat;
	padding-bottom:6px;
}
#sidebar1 h3 {
	background:url(../images/sidebar1_h3.jpg) top left no-repeat;
	padding:31px 10px 8px 20px;
	font-weight:bold;
	cursor:default;
}
#sidebar1 h3.first {
	background-position:0px -23px;
	padding-top:8px;
}
#sidebar1 ul.links {
	padding-top:2px;
	background:url(../images/sidebar1_li_bg.jpg) top left no-repeat;
}
#sidebar1 ul.links li {
	_height:1%;
	padding-bottom:2px;
	background:url(../images/sidebar1_li_bg.jpg) bottom left no-repeat;
	font-weight:bold;
}
#sidebar1 ul.links li a {
	display:block;
	_height:1%;
	padding:8px 19px;
/*	background:url(../images/sidebar1_links_bullet.jpg) no-repeat 0px 3px;*/
	color:#ffffff;
}

#sidebar1 ul.links li a.current, 
#sidebar1 ul.links li a:hover {
	/*background:#8B041B url(../images/sidebar1_link_hover.jpg) top left repeat-y;*/
	color:#0B3375;
}

#sidebar1 ul.links li ul {
	font-size:12px;
	margin-left:33px;
}
#sidebar1 ul.links li li ul {
	margin-left:18px;
}
#sidebar1 ul.links li li { margin:0; padding:0; background:none; }
#sidebar1 ul.links li li a {
	padding:0;
	margin:0 27px 3px 0;
	color:#ffffff;
/*	background:url(../images/sidebar1_link_top.gif) no-repeat;*/
}
#sidebar1 ul.links li li a.current:hover, 
#sidebar1 ul.links li li a.has_subs:hover {
	color:#000000;
}
#sidebar1 ul.links li li a:hover,
#sidebar1 ul.links li li li a.current,
#sidebar1 ul.links li li li a.current:hover {
	color:#000000;
}

#sidebar1 ul.links li li a span {
	display:block;
	padding:1px 8px;
	_height:1%;
/*	background:url(../images/sidebar1_link_bottom.gif) no-repeat bottom left;*/
}
#sidebar1 ul.links li li a.current, #sidebar1 ul.links li li a.has_subs {
	/*background-image:url(../images/sidebar1_link_top2.gif);*/
	color:#000000;
}
#sidebar1 ul.links li li a.current span, #sidebar1 ul.links li li a.has_subs span {
	/*background-image:url(../images/sidebar1_link_bottom2.gif);*/
	color:#000000;
}

#sidebar1 ul.links li li li a,
#sidebar1 ul.links li li li a span {
	background:none !important;
	color:#ffffff;
}

#sidebar1 div.secondary {
	background:url(../images/sidebar1_secondary.jpg) top left no-repeat;
	padding:32px 20px 7px 20px;
	color:#AC7B5B;
}

#sidebar1 div.secondary a {
	color:#0B3375;
	text-decoration:underline !important;
}


#sidebar1 div.secondary h2 {
	font-weight:bold;
	padding-bottom:2px;
	color:#4D311E;
	border-bottom:1px dotted #DBB167;
	margin-bottom:4px;
}

#sidebar1 div.secondary h3 {
	background:none;
	padding:0;
}




#nav_region_4 {
	margin-top:5px;
	padding-top:5px;
	border-top:1px solid #CDC4B3;
}
#nav_region_4 div.group {
	float:left;
	width:300px;
}
#nav_region_4 h3 {
	background:#4B301E -10px 0px repeat-x;
	color:#ffffff;
	font-size:14px;
	padding:5px 10px 5px 35px;
	text-transform:uppercase;
}
#nav_region_4 ul.links {
	margin:10px 20px 18px 35px;
}
#nav_region_4 a {
	font-weight:normal;
	font-size:11px;
}




#footer {
	font-size:12px;
	color:#ffffff;
}
#footer div.container {
	padding:10px 0;
	margin-bottom:42px;
	background:#4D311E;

}
#footer ul.links { float:left ;padding-left:22px; }
#footer a {
	color:#CBC1B7;
	margin:0px 20px 0px 0px;
}
#footer a:hover {
	color:#fff;
}


#footer div.logo { margin-right:0px; }
#footer div.logo a {
	display:block;
	float:right;
	width:137px;
	height:0px;
	background:url(../images/footer_logo.gif) no-repeat;
}
#footer div.erev { float:right; }
#footer div.erev a {
	display:block;
	clear:both;
	height:14px;
	padding-right:77px;
	background:url(../images/footer_erev.gif) top right no-repeat;
}





/* Home Page */
#pg_home #nav_main { margin:0; }


/* Text Replacement */
div.logo a span,
#footer div.erev a span
{ display:none; }



/* Additional CSS */
#content ul.links {
	font-size:11px;
}
#content ul.links a {
	color:#000000;
}
#content ul.links a:hover {
	color:#890018;
}

#content a.button {
	display:block;
	width:118px;
	height:27px;
	text-align:center;
	line-height:23px;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	background:#636363 url(../images/buttons/a_button.jpg) 0px 0px no-repeat;
	color:#ffffff;
}
#content a.button:hover {
	text-decoration:none;
	background:#AD000C url(../images/buttons/a_button.jpg) 0px -31px no-repeat;
}

