
/* ----------------------------------- default ----------------------------------- */
html, body {
	min-width:980px;
	color:#3f3f3f;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#fff url(../images/jamesBG_modified2grey.jpg) top center repeat-y;
	margin:0 auto;
	padding:0;
}

a {			color:#226f9d; text-decoration:none; }
a:hover {	color:#639a41; text-decoration:none; }

strong, b { font-weight:bold;}

.clear {	clear:both;	font-size:0; height:0; margin:0; padding:0; line-height:0; }

hr { color:#639a41; background-color:#639a41; height:1px; border:none;}

img {border: 0;}

/*------------------------------------ header ------------------------------------*/
#header {
	margin:0 auto;
	padding:0;
	width:980px;
	border-bottom:4px solid #639a41;
	position:relative;
	z-index:900;
	background:url(../images/bg_header_curve.gif) 0 0 no-repeat;
}

#header h1 {
	margin:0;
	padding:0;
}
#header h1 a {
	float:left;
	display:inline;
	margin:40px 0 0;
	padding:0;
	width:320px;
	height:88px;
	text-indent:-1000px;
	overflow:hidden;
	z-index:200;
	background:url(../images/logo2.jpg) top left no-repeat;
}

#header h2 {
	font-size:20px;
	line-height:24px;
	height:24px;
	overflow:hidden;
	text-align:right;/*
	clear:right;*/
	float:right;
	display:inline;
	margin:110px 0 5px;
	padding:0;
	color:#1d4166;
	font-weight:normal;
}

ul#nav { 
 	display: block;
	float:left;
	margin: 0; 
	padding: 4px 0 0; 
	position: relative;  
	height: 26px;
	clear:both;
	right:0;
	width:980px;
	background:url(../images/bg_nav_greybar.gif) top left no-repeat;
}
ul#nav li { 
	display: block; 
	list-style: none; 
	width: 111px;
	margin: 0; 
	padding: 0; 
	float: left; 
	position: relative;
	text-align:center;
	background:url(../images/bg_nav.jpg) top left no-repeat;
}
ul#nav a { 
	display: block; 
	color: #fff; 
	font-size: 11px;
	line-height:26px; 
	padding: 7px 6px; 
	border:none;
	line-height: 1;
	text-decoration:none;
}
ul#nav li.hover a { 
	background:url(../images/bg_nav_over.jpg) top left no-repeat; }
	
ul#nav li.hover a * { background-image:none !important; }
ul#nav *:hover { background-color: none;  }


ul#nav ul { 
	width: 107px;
	overflow:hidden;
	display: none; 
	position: absolute; 
	left: 2px; 
	margin: 0; 
	padding: 0;
}
* html ul#nav ul { line-height: 0; } /* IE6 "fix" */
ul#nav ul li { 
	zoom: 1; 
	border: none; 
	opacity: 0.9; 
	filter: alpha(opacity=90); 
	background-color: #e6e6e6; 
	float: none; 
	text-align:left; 
	background-image:none !important; 
} 

ul#nav ul li a.top  { color: #011c38; background-color: #c4c4c4; }
ul#nav ul li.hover a.top  { color:#fff; background-color: #07223c; }
ul#nav ul li a.border {  border-bottom:1px solid #fff; }
 
/* IE6/7 fix */
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

ul#nav ul li a { color: #1d4166; background-image:none !important; }
ul#nav ul li.hover a { color:#fff; background-color: #1d4166; background-image:none !important; margin-bottom:0; }


ul#nav ul ul { 
	top: 0;
	left: 130px;
}
    






/*------------------------------------ header on homepage and blue subpages ------------------------------------ */

#subHeader {
	margin:0 auto;
	width:980px;
	overflow:hidden;
	list-style:none;
	position:relative;
}





/*------------------------------------------------- content -------------------------------------------------*/
#content {
	clear:both;
	display:block;
	width:980px;
	margin:0 auto;
	padding:0;
}

/*---------------------- left/right sidebars -------------------------*/
#content #left,
#content #right {
	font-size:12px;
	line-height:13px;
}
#content #right table.sidebar {	
	width:150px;
	margin:0;
	padding:0;
}
/*
#content #left a,
#content #right a	   {text-decoration:none;}

#content #left a:hover,
#content #right a:hover {text-decoration:underline;}*/


#content #left h2,
#content #left .sidebarHeading,
#content #right h2,
#content #right .sidebarHeading {
	clear:both;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	padding:15px 0 10px 0;
}
#content #left h2,
#content #left .sidebarHeading {color:#639a41;}
#content #right h2,
#content #right .sidebarHeading {color:#fff;}

#content #left h3,
#content #right h3 {
	font-size:14px;
	font-weight:bold;
	margin-top:15px;
	color:#639a41;
}



#content #left ul.sideLinks,
#content #right ul.sideLinks,
#content ul.sideImgTall,
#content ul.sideImgShort {
	list-style:none;
	margin:0;
	padding:0;
}

#content .sideImgTall {
	width:150px;
	height:200px;
	overflow:hidden;
}
#content .sideImgShort {
	width:150px;
	height:125px;
	overflow:hidden;
}
#content ul.sideImgTall img,
#content ul.sideImgShort img {
	width:150px;
	height:auto;
	overflow:hidden;
}



#content #left ul.sideLinks li,
#content #right ul.sideLinks li {
	padding:0 0 3px 0;
}

#content #left ul,
#content #right ul {
	list-style:outside;
	margin-left:15px;
	margin-bottom:3px;
	font-size:11px;
	line-height:12px;
}
#content #left ol,
#content #right ol {
	margin-left:20px;
	margin-bottom:3px;
}
#content #left li,
#content #right li {
	padding:2px 0;
}



#content #right p {
	padding:0 0 3px 0;
}


/*---------------------- sidebar forms -------------------------*/
form.sideForm {
	background:url(../images/bg_subpage_form_tile.jpg) top left repeat-y;
	color:#fff;
	padding:0;
	margin:0;
}

form.sideForm h2 {
	font-size:14px;
	line-height:20px;
	height:20px;
	margin:0 !important;
	color:#fff !important;
	font-weight:normal !important;
	text-align:center;
	overflow:hidden;
	background:url(../images/bg_subpage_form.jpg) top left no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
}

form.sideForm label {
	padding:0 3px 0 5px;
	font-size:12px;
	line-height:14px;
	display:block;
}

form.sideForm label a {
	color:#fff;
	text-decoration:underline !important;
	margin-bottom:3px;
	display:block;
}
form.sideForm label a:hover {
	color:#1d4166;
}

form.sideForm input, form.sideForm textarea, form.sideForm select {
	padding:2px 3px;
	margin:0 3px 5px 3px;
	font-size:11px;
	line-height:14px;
	border:1px solid #639a41;
	width:134px;
	background:#fff;
	color:#3f3f3f;
}
form.sideForm button {
	text-align:center;
	width:60%;
	margin:0 auto;
	padding:3px;
	font-size:11px;
	line-height:14px;
	color:#fff;
	font-weight:bold;
	display:block;
	background:#639a41;
	border:1px solid #eee;
}/*
form.sideForm input.uploadButton {
	text-align:center;
	text-decoration:underline;
	margin:0 auto 5px auto;
	width:60%;
	padding:0 0 5px 0;
	font-size:11px;
	line-height:14px;
	color:#fff;
	font-weight:bold;
	display:block;
	background:#1d4166;
	border:1px solid #eee;
}*/

form.sideForm div.endForm {
	height:20px;
	width:150px;
	margin:0;
	padding:0;
	background:url(../images/bg_subpage_form.jpg) bottom left no-repeat;
}





/*---------------------- homepage form -------------------------*/
form.homeForm {
	color:#fff;
	padding:0;
	margin:0;
}

form.homeForm h2 {
	font-size:14px;
	line-height:18px;
	margin:0 !important;
	padding:0 0 10px !important;
	color:#fff !important;
	font-weight:normal !important;
	text-align:center;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
}

form.homeForm label {
	float:left;
	display:inline;
	width:100px;
	padding:0 3px 0 5px;
	font-size:12px;
	line-height:14px;
}

form.homeForm input, form.homeForm textarea, form.homeForm select {
	padding:2px 3px;
	margin:0 3px 5px 0;
	font-size:11px;
	line-height:14px;
	border:1px solid #639a41;
	width:134px;
	background:#fff;
	color:#3f3f3f;
}
form.homeForm button {
	text-align:center;
	width:30%;
	margin:0;
	padding:3px;
	font-size:11px;
	line-height:14px;
	color:#fff;
	font-weight:bold;
	display:block;
	background:#639a41;
	border:1px solid #eee;
}





/*---------------------- global styles -------------------------*/
#content h1 {
	border-bottom:1px solid #639a41;
	margin:0;
	padding:10px 0 3px 0;
	width:100%;
	display:block;
	font-size:21px;
	line-height:26px;
	font-weight:bold;
	color:#1d4166;
	background:#fff;
}
#content h2,
#content .heading2 {
	font-size:22px;
	line-height:26px;
	font-weight:bold;
	position:relative;
	color:#639a41;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#content h3,
#content .heading3 {
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color:#639a41;
}
#content h4,
#content .heading4 {
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	color:#639a41;
}
#content h5,
#content .heading5 {
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	color:#639a41;
}
#content h6,
#content .heading6 {
	font-size:20px;
	line-height:25px;
	font-weight:bold;
	position:relative;
	color:#639a41;
}
/* this hopefully covers all combinations of header tags and anchors so they all format the same */ 
#content h2 a, 
#content h3 a,
#content h4 a,
#content h5 a,
#content h6 a,
#content a h2,
#content a h3,
#content a h4,
#content a h5,
#content a h6,
#content .heading2 a, 
#content .heading3 a,
#content .heading4 a,
#content .heading5 a,
#content .heading6 a,
#content a .heading2,
#content a .heading3,
#content a .heading4,
#content a .heading5,
#content a .heading6  { text-decoration:none !important; color:#639a41; }

#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover,
#content h5 a:hover,
#content h6 a:hover,
#content a:hover h2,
#content a:hover h3,
#content a:hover h4,
#content a:hover h5,
#content a:hover h6,
#content .heading2 a:hover,
#content .heading3 a:hover,
#content .heading4 a:hover,
#content .heading5 a:hover,
#content .heading6 a:hover,
#content a:hover .heading2,
#content a:hover .heading3,
#content a:hover .heading4,
#content a:hover .heading5,
#content a:hover .heading6 { text-decoration:none !important; color:#226f9d; }





#content p {
	padding:5px 0 10px 0;
}

#content ul {
	list-style:outside;
	margin-left:30px;
	margin-bottom:10px;
}
#content ol {
	margin-left:30px;
	margin-bottom:10px;
}
#content li {
	padding:4px 0;
}

#content table {border:none;}















/*------------------------------------ footer ------------------------------------*/
#footer {
	clear:both;
	margin:3px auto 0 auto;
	width:980px;/*
	padding:10px;*/
	font-size:12px;
	line-height:16px;
	color:#888;/*
	border-top:15px solid #a1c28d;*/
	text-align:center;
}


#footer p.footerTop {
	color:#fff;
	background:#7f93ac;
	width:100%;
	display:block;
}
#footer p.footerTop span.footerColor { color:#fff; margin-right:10px;}
#footer p.footerTop span.footerSize { font-size:10px;}



#footer a 		{	color:#fff; }
#footer a:hover {	color:#333; }
#footer img {	padding:10px 5px; }

#footer p {	margin:0 0 5px 0;}


#footer table.footerTable {
	width:980px;
	padding-bottom:20px;
	text-align:center;
}
#footer table.footerTable td.footerLogos {
	height:60px;
	max-height:60px;
	overflow:hidden;
	display:block;
	vertical-align:top;
}



/*------------------------------------ sitemap ------------------------------------*/
#content p.level1 {
	margin:10px 0 5px 0;
	padding:0;
	color:#036;/*
	font-size:16px; 
	line-height:18px;*/
	font-weight:normal;
	width:350px;
}
#content p.level2 {
	margin:5px 0 5px 15px;
	padding:0;
	color:#036;/*
	font-size:14px; 
	line-height:18px;*/
	font-weight:normal;
}
#content p.level3 {
	margin:0 0 5px 30px;
	padding:0;/*
	font-size:14px; 
	line-height:16px;*/
	font-weight:normal;
}
#content p.level4 {
	margin:0 0 0 45px;
	padding:0;/*
	font-size:14px; 
	line-height:16px;*/
	font-weight:normal;
}
#content p.level1 a {/*
	font-size:16px; 
	line-height:20px;*/
	font-weight:normal;
}

