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



body {
	background:#000 url(../images/site_bg.jpg) repeat top center;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height:17px; 
	text-align:left;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #46166b;
}
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: #46166b; 
	font-size: 35px; 
	font-weight: bold; 
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 35px;
}

h2, .subHead {
	color: #d26d19;
	font-size: 16px; 
	font-weight: bold; 
	margin: 0 0 4px 0;
	font-style: italic;
	padding: 0;
	line-height: 17px;
}

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

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

strong { 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:110px;
	width:225px;
	position: absolute;
	top: 25px;
	cursor:pointer;
}
#logo span {display:none;}

#logo_flash {
	display:block;
	height:150px;
	width:250px;
	position: absolute;
	background: url(../images/hdr_bg.jpg) repeat-x 0 0px;
	top: 0px;
	cursor:pointer;
}

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; line-height: 13px;}
	
.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:0 auto;
	text-align:left;
	margin-bottom: 10px;
}

#headContainer {
	background: url(../images/hdr_logo.jpg) no-repeat top left;
	height: 150px;
	width: 980px;
	border-bottom: 10px #d26d19 solid;
	text-align: center;
}

#bodyContent {
}

#headerNavigation {
	text-align: right;
}

#threeButtons {
	height: 85px;
}

.threeButtons {
	margin: 5px 0px 0 5px;
	display: inline-block;
	float: left;
}

#topSubNav {
	background: #330066;
	height: 25px;
	color: #fff;
	width: auto;
}
 

#searchBar {
	position: relative;
	width: 195px;
	top: 87px;
	margin: 0 10px;
	float: right;
}

#searchBar .input_textInput {
	background: #fff url(../images/search_bg.gif) no-repeat top left;
	padding: 3px 0 0 25px;
	height: 18px;
} 
 
/* ----------------------------- */
/* NAVIGATION STYLES             */	
/* ----------------------------- */
	

/* Major Nav */

#majorNav {
	margin:0;
	padding:0;
	float: left;
	background: #d26d19 url(../images/navMajor_left.gif) no-repeat top left;
	margin-left: 28%;
	_margin-left: 135px;
}

#majorNav_span {
	background: url(../images/navMajor_right.gif) no-repeat top right;
	display: inline-block;
/* width: 10px; */
}

.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:27px;
	list-style:none;
	margin:0 0px 0 0;
	padding:0;
}

.majorNavLink a:visited, .majorNavLink a:link {
	color: #fff;
	display:inline;
	float:left;
	font-family: times new roman, serif;
	font-size: 13px; 
	font-weight: normal;
	height:27px;
	line-height:27px; 
	padding:0 9px;
	text-decoration: none;
	text-transform:capitalize;
}
	
.majorNavLink a:hover {
	text-decoration: underline;
}

.majorNavLink li.first { padding-left: 10px; }
.majorNavLink li.last { padding-right: 10px; }

.majorNavLink a.selected {
	text-decoration: underline !important;
}

/* Minor Nav */

#minorNav {
	float: right;
	padding: 4px 5px 0 0;
}

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

	margin:0;
	padding:0;
}

.minorNavLink li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0 6px;
	border-right: 1px solid #999;
}

.minorNavLink .first {
	background:none;
}
	
.minorNavLink a:visited, .minorNavLink a:link {
	color: #999; 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight:normal;
	line-height: 12px; 
	text-decoration: underline;
}
	
.minorNavLink a:hover {
	color:#000;
}

.minorNavLink li.last { border: none !important; }

.minorNavLink a.selected { color: #000 !important;}
	
/* Sub Nav */
	
div.subNav {
	margin: 0;
	padding:0;
}

TABLE.subNavWrapper {
	margin: 0;
	padding: 0;
	border: 0;
}

.subNav_hdr {
	font-family: verdana, arial, sans-serif;
	color: #fff;
	font-size: 12px; 
	font-weight: normal;
	padding: 4px 0 0 0;
	margin:0;
	display: block;


}

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

.subNavList_1 li {
	background: url(../images/navSub_divider.gif) no-repeat 0 6px;
	line-height:100%;
	list-style:none !important;
	margin:0 7px;
	padding:0;
	float: left;
	display: inline-block;
}

.subNavList_1 a:visited, .subNavLink_1 a:link {
	background:url(../images/subNav_bullet.jpg) no-repeat 0 15px;
	color: #fff;
	display:block; 
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height:14px;
	padding:4px 0 0px 12px;
	text-decoration: underline;
	text-transform:capitalize;
}

.subNavList_1 a:hover {
	text-decoration: none;
}

.subNavList_1 li.first, .subNavList_1 a.first {
	background: none !important;
	padding-left: 0;
}


.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 {
	text-decoration: none !important;
	color: #e4914c !important;
}
	

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


/* Left Column */

.leftCol {
	margin: 0 20px; 
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-family: verdana, arial, sans-serif;
}


.leftCol td, .leftCol div, .leftCol {color: #333; font-size: 11px; line-height: 140%; }

.leftCol h1 { font-family: arial, sans-serif; font-size: 25px; color: #b75515; }
.leftCol h2 { 
	background: url(../images/navSub_bullet.gif) no-repeat 0px 6px;
	color: #333; 
	font-size: 11px; 
	padding-bottom: 2px; 
	font-weight: bold; 
	font-style: normal; 
	padding-left: 10px;
}


/* Body Column */

.bodyWrapper {
	margin: 0px 20px 15px 20px; 
	padding-top: 10px;
/* 	width:100%;  */
	voice-family: "\"}\""; 
	voice-family: inherit;
}

.bodyWrapper {
	line-height: 24px;
}

#footerContainer {
	height: 25px;
	font-family: verdana, arial, sans-serif;
	background: #330066;
	font-size: 11px; 
	color: #fff; 
	padding: 4px 9px 0px 0px;
}

#footerContainer ul {margin:0; padding:0;}
#footerContainer ul li {line-height:140%; list-style:none; float:left; padding:0 20px;}


#footerContainer a:visited, #footerContainer a:link {
	font-size: 11px; 
	color: #CDCDCE; 
	text-decoration: none;
}

#footerContainer a:hover {
	color: #fff;
}


.event_item { padding-bottom: 14px; }
.event_item p { padding: 0; margin: 0; }
.event_item h2 { margin-bottom: 0; padding-bottom: 0;}
        
	