/* ----------------------------- */
/* SITE STYLES                   */	
/* ----------------------------- */



body {
	background:#ccc;
	color:#8f8f8f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height:16px;
	text-align:left;
}

a:link, a:visited {
	color: #8db669;
}
a:hover { text-decoration:none; }


blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}

		
li { line-height: 165%; list-style-type: disc; margin:5px 0; }

h1, .head {
	color: #666; 
	font-size: 18px;
	font-weight: normal; 
	margin-bottom: 8px;
}

h2, .subHead {
	color: #666;
	font-size: 14px; 
	font-weight: normal; 
	margin-bottom: 4px;
}

h3 {
	color: #000;
	font-size: 13px; 
	font-weight: normal; 
	margin-bottom: 4px;
}

h4 {font-size: 12px; font-weight: normal; color: #000; display: inline}

strong {color: #203C91; font-weight: bold;}

.color {color: #203C91; display: inline; font-weight: normal;}

.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

.highlight {color: #3333CC;}
.errorMsg {color: #FF3333; font-size: 10px; margin-left: 10px;}
.smallLight {font-size: 10px; color: #999;}
	
	
/* ----------------------------- */
/* GLOBAL STYLES                 */	
/* ----------------------------- */

#logo {
	display:block;
	height:85px;
	width:200px;
	z-index: 1000;
	position: absolute;
	left: 550px;
	cursor: pointer;
}
#logo span {display:none;}

li.siteMap_1 { margin-top: 6px;}	
li.siteMap_2 { line-height: 125%;}
li.siteMap_3 { line-height: 125%; margin-top: 9px;}

.imgCaption {color: #777; font-size: 9px; margin: 3px 0px 4px 0px;}
	
.imgTable {margin:0 0 8px 0;}

.mod_copy {margin: 10px 0 15px; width:100%; voice-family: "\"}\""; voice-family: inherit;}  
html>body .mod_copy {width: auto;}


/* ----------------------------- */
/* SITE FORMAT STYLES             */	
/* ----------------------------- */

#wrapper {
	background:#fff;
	margin:13px auto auto auto;
	text-align: left;
	border: 1px solid #999;
	position: relative;

}

#footerWrapper {
	margin:0px auto auto auto;
	text-align:left;
	position: relative;

}

#headContainer {
	background: url(../images/logo.gif) no-repeat top right;
	height: 58px;
/* 	width: 765px; */
	margin-right: 0px;
	padding: 60px 0 0 0;
	position: relative;
}

#bodyContent {
	background: url(../images/body_bg.gif) repeat-y 1px 0;
	width: 765px;
/*  _width: 733px;  */
/* border: 1px solid; */
/* margin: 0 30px; */
}

#bodyCapTop {
	background: url(../images/body_cap_top.gif) no-repeat top center;
/* 	width: 765px; */
	height: 14px;
}

#bodyCapBottom {
	background: url(../images/body_cap_bottom.gif) repeat-y top center;
	width: 765px;
	height: 14px;
}

.topSubNav {
	padding: 0 0 0 20px;
}



/*** CRUMBTRAIL STYLES START ***/
 DIV.crumbTrail
  {color: #666; line-height: 18px; font-family: verdana, arial, sans-serif; font-size: 13px; padding: 0px 0px 2px 0px; margin:0px;}

 A:Visited.crumbLink, A:Link.crumbLink
  {font-size: 13px; line-height: 18px; color: #666; text-decoration: none;}

 A:Hover.crumbLink
  {color: #444; text-decoration: underline;}
  
 .crumbTrail a.first { text-transform: uppercase; }

 
/* ----------------------------- */
/* NAVIGATION STYLES             */	
/* ----------------------------- */
	

/* Major Nav */

#majorNav {
	margin: 0;
	padding:0px 0 0 0;
	height: 32px;
}

.majorNavLink {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	margin: 0;
	padding:0;
}

.majorNavLink li {
	background:url(../images/navMajor_divider.jpg) no-repeat right top;
	float:left;
	height:32px;
	list-style:none;
	margin:0 0px 0 0;
	padding:0;
}

.majorNavLink a:visited, .majorNavLink a:link {
	color: #666;
	display:block;
	float:left;
	font-family: Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	height:32px;
	line-height:32px;
	padding:0 15px 0 20px;
	text-decoration: none;
	text-transform:uppercase;
}
	
.majorNavLink a:hover {
	color:#7fc342;
}

/* Minor Nav */

#minorNav {
	height: 22px;
 padding-left: 20px;
 width: 400px;
}

.navMinor_cap {
	background:url(../images/navMinor_endcap.png) no-repeat right bottom;
	float:right;
	height:22px;
	width:3px;
}
	
.minorNavLink {
	display:block;
	height:22px;
	margin:0;
	padding:0;
}

.minorNavLink li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0 10px;
}

.minorNavLink .first {
	background:none;
}
	
.minorNavLink a:visited, .minorNavLink a:link {
	color: #666; 
	font-family: Verdana,Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight:normal;
	line-height: 100%; 
	padding-left:6px;
	text-decoration: none;
	text-transform:uppercase;
	display: inline;
}
	
.minorNavLink a:hover {
	color:#7fc342;
}

.minorNavLink .last {padding-right: 0;}


#navDiv_6 { background: url(../images/navMinor_heart.gif) no-repeat 0 1px; }
#navDiv_7 { background: url(../images/navMinor_person.gif) no-repeat 0 1px;}
#navDiv_8 { background: url(../images/navMinor_rss.gif) no-repeat 0 1px; }
#navDiv_9 { background: url(../images/navMinor_search.gif) no-repeat 0 2px; }
#navDiv_10 { background: url(../images/navMinor_contact.gif) no-repeat 0 3px; }
	
/* Sub Nav */
	
div.subNav {margin:0;}


.subNavList_1 {
	margin:0 0 0 0;
	padding:0; 
}

.subNavList_1 li {
	background:url(../images/subNav_divider.jpg) no-repeat 0 0;
	line-height:100%;
	list-style:none !important;
	margin:0;
	padding:0;
	float: left;
}

.subNavList_1 a:visited, .subNavLink_1 a:link {
	background:url(../images/subNav_bullet.jpg) no-repeat 0 15px;
	color: #666;
	display:block;
	float: left;
	font-family: Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
	line-height:15px;
	padding: 0px 20px 0px 5px;
	text-decoration: none;
	text-transform:capitalize;
}

.subNavList_1 a:hover {
	color: #7fc342; 
}

.subNavList_2 {
	margin:0;
	padding:0; 
}

.subNavList_2 li {
	background:none;
	line-height:100%;
	list-style:none !important;
	margin:0;
	padding:0;
}

.subNavList_2 a:visited, .subNavLink_2 a:link {
	background:url(../images/subNav_bullet.jpg) no-repeat 0 11px;
	color: #9a8944; 
	display:block;
	font-size: 12px;
	line-height:120%;
	margin-left:15px;
	padding:7px 0 7px 12px;
	text-decoration: none;
	text-transform:capitalize;
}

.subNavList_2 a:hover {
	color: #000; 
}


.subNavList_3 {
	margin:0;
	padding:0; 
}

.subNavList_3 li {
	background:none;
	line-height:100%;
	list-style:none !important;
	margin:0;
	padding:0;
}

.subNavList_3 a:visited, .subNavLink_3 a:link {
	background:url(../images/subNav_bullet.jpg) no-repeat 0 11px;
	color: #9a8944; 
	display:block;
	font-size: 11px;
	line-height:120%;
	margin-left:30px;
	padding:7px 0 7px 12px;
	text-decoration: none;
	text-transform:capitalize;
}

.subNavList_3 a:hover {
	color: #000; 
}


.subNavList_1 .selected, .subNavList_2 .selected, .subNavList_3 .selected {
	color:#7fc342 !important;
}
	

/* ----------------------------- */
/* CONTENT STYLES                */	
/* ----------------------------- */


/* Left Column */

.leftCol {
	margin: 0px; 
	padding: 0 0 0 35px !important;
	voice-family: "\"}\""; 
	voice-family: inherit;
/*
	width: 300px;
	overflow:hidden;
*/
}


.leftCol td, .leftCol div, .leftCol { margin: 0; padding: 0;}

.leftCol h2, .leftCol .subHead {color: #444; font-size: 12px; padding-bottom: 2px; border-bottom: 1px #ddd dashed;}

.leftCol .mod_copy {
	margin: 10px 22px 15px 0;
	width: 352px;
}

.leftCol a {
	font-size: 14px;
}

/* Body Column */

.bodyWrapper {
	margin: 0px 20px 15px 30px; 
	width:680px;
	voice-family: "\"}\""; 
	voice-family: inherit;

}

html>body .bodyWrapper {
	width: auto;
}

#footerHomepage {
	font-size: 13px; 
	color: #666; 
	margin: 3px 10px 10px 5px;
	float: right;
	font-family: tahoma,arial, sans-serif;
	text-align: justify;
}

#footerContainer {
	font-size: 11px; 
	font-family: georgia, serif;
	color: #999999;
	margin: 3px 10px 10px 10px;
}

#footerContainer a:visited, #footerContainer a:link {
	font-size: 11px; 
	font-family: georgia, serif;
	color: #999999;
	text-decoration: none;
}

#footerContainer a:hover {
	border-top: 1px solid #999;
}

/* Right Column */




        
	
