/* ----------------------------- */
/* SITE STYLES                   */	
/* ----------------------------- */

body {
	background:#fff url(../images/site_bg.gif);
	color:#636363;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height:16px;
	text-align:left;
	height: 100%;
}

a:link, a:visited {
	color: #E82C52;
}
a:hover { text-decoration:none; }

p {
	margin: 3px 0 15px 0;
}

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: #333; 
	font-size: 16px; 
	font-weight: bold; 
	margin-bottom: 4px;
}

h2, .subHead {
	color: #9C1D36;
	font-size: 14px; 
	font-weight: bold; 
	margin-bottom: 2px;
}

h3 {
	color: #000;
	font-size: 13px; 
	font-weight: bold; 
	margin-bottom: 4px;
}

h4 {font-size: 12px; font-weight: bold; display: inline; }

strong { font-weight: bold;}

.color { 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:185px;
	width:250px;
}
#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:0 auto;
	padding: 10px 0 0 0;
	text-align:left;
	height: 100%;
	
}

#headContainer {
	border-top: #9c1d36 8px solid;
	margin: 0 16px 0 18px;
	padding: 0px;
	height: 212px;
}

#designImage {
	width: 750px;
	padding: 182px 0 0 0;
	margin: 0px;
}

#bodyContent {
	margin: 0 18px;
	padding: 10px 0 0 0;
	width: 748px;
}
 
/* ----------------------------- */
/* NAVIGATION STYLES             */	
/* ----------------------------- */
	

/* Major Nav */

#majorNav {
	margin:9px 0 0 0;
	padding:0;
}

.majorNavLink {
	margin: 0;
	padding:0;
}

.majorNavLink li {
    list-style:none;
    padding: 3px 5px 0 0;  
    margin: 6px 5px 0 0;  
    line-height:15px;
}


.majorNavLink a:visited, .majorNavLink a:link {            
	color: #9C9C9C;  
	font-size: 12px;
	font-weight: bold;
	line-height:15px;
	padding:0 9px;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
}
	
.majorNavLink a:hover {
	color:#9C1D36;
}

.majorNav .selected {
	color: #9C1D36;
}

/* Minor Nav */

#minorNav {
	padding: 0px 0 0 15px;
	margin: 0px;
	border-top: 1px solid #fff;	
	height: 29px;
}

.navMinor_cap {
}
	
.minorNavLink {
	display:block;
	height:29px;
	margin:0;
	padding:4px 10px 0 10px;
}

.minorNavLink li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0 14px 0 10px;
}

.minorNavLink .first {
	background:none;
	margin: 0 7px 0 0;
	padding: 0px;
}
	
.minorNavLink a:visited, .minorNavLink a:link {
	color: #fff; 	
	font-size: 12px;
	padding-top: 3px;
	text-decoration: none;
	text-transform:capitalize;
	
}
	
.minorNavLink li a:hover {
	border-top: 4px solid #fff;
}

.minorNavLink li a.selected {
	border-top: 4px solid #fff;
}
	
/* Sub Nav */
	
div.subNav {margin: 5px 0;}

.subNav_hdr {
	background:url(../images/navMajor_header.gif) top no-repeat;
	color: #443708;
	font-size: 14px; 
	font-weight: bold;
	margin:0px 0 0 0;
	padding:5px 10px 0 13px;
}

.subNavList_1 {
	padding:1px 0 0 0;
	margin: 6px 0px 8px 15px;
}

.subNavList_1 li {
	background:url(../images/subNav_divider.jpg) no-repeat 0 0;
	line-height: 100%;
	list-style:none !important;
	padding:0;
	margin:0;
	height:auto;
}

.subNavList_1 a:visited, .subNavLink_1 a:link {
	background:url(../images/subNav_bullet.jpg) no-repeat 0 15px;
	color: #9C9C9C;
	display:block; 
	font-size: 10px;
	line-height:11px;
	padding:0px 0 8px 5px;
	margin: 0px;
	text-decoration: none;
	text-transform:capitalize;	
}

.subNavList_1 a:hover {
	color: #E82C52; 
}

.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: #9C9C9C; 
	display:block;
	font-size: 10px;
	line-height: 12px;
	margin-left:15px;
	padding:0px 0 8px 0px;
	text-decoration: none;
	text-transform:capitalize;
}

.subNavList_2 a:hover {
	color: #E82C52; 
}


.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: 12px;
	line-height:120%;
	margin-left:15px;
	padding:7px 0 7px 17px;
	text-decoration: none;
	text-transform:capitalize;
}

.subNavList_3 a:hover {
	color: #E82C52; 
}


.subNavList_1 .selected, .subNavList_2 .selected, .subNavList_3 .selected {
	color:#E82C52 !important;
}
	

/* ----------------------------- */
/* CONTENT STYLES                */	
/* ----------------------------- */


/* Left Column */

.leftCol {
	margin: 0px; 
	
	voice-family: "\"}\""; 
	voice-family: inherit;
}
html>body .leftCol {width:auto;}

.leftCol td, .leftCol div, .leftCol {color: #555; font-size: 10px; line-height: 140%;}

.leftCol h1, .leftCol .head, .leftCol h2, .leftCol .subHead {color: #444; font-size: 12px; padding-bottom: 2px; border-bottom: 1px #ddd dashed;}

/* Body Column */

.bodyWrapper {
	margin: 0px 0px 15px 0px;
	width: 95%;
	voice-family: "\"}\""; 
	voice-family: inherit;
}
.bodyWrapper .mod_copy {
	margin: 0 10px;
	padding: 0;
}

html>body .bodyWrapper {
	width: auto;
}

#footerContainer {
	background: url(../images/footer_top.gif) repeat-x top;
	font-size: 10px; 
	color: #636363; 
	margin: 0px 18px 20px 18px;
	padding: 7px 0 0 0;
}

#footerContainer ul {margin:0; padding:0;}
#footerContainer ul li { float:left; line-height:140%; list-style:none; padding:0 4px;}
#footerContainer li.last {background:none;}

#footerContainer a:visited, #footerContainer a:link {
	font-size: 10px; 
	color: #636363; 
	text-decoration: none;
}

#footerContainer a:hover {
	color: #E82C52;
	text-decoration: none;
}



/* Right Column */

.rightCol .mod_containers table {
	margin: 0 0 0 0;
	padding: 0;
}
.rightCol .mod_copy {
	margin: 0 10px;
	padding: 0;
}


.mod_files strong {
	color: #9C1D36;
	font-size: 14px; 
	font-weight: bold; 
	margin-bottom: 2px;
}
