/* CSS RESET */
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,b,u,i,center,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-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

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

body {
	background:#039;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	margin: 0;
	padding: 0;
}

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


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

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

h1, .head {
/* 	border-bottom: 1px solid #000; */
	color: #cd6632;
	font-size: 23px;
	line-height: 26px;
	margin-bottom: 5px;
	padding-bottom: 8px;
}

h2, .subHead {
	color: #174a25;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 4px;
}

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

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

ul {
  padding-left: 30px;   }

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 {
  background: url(../images/logo.jpg);
	display: block;
	float: left;
	text-indent: -99999px;
	height:59px;
	width:467px;
}
#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: 0px 0 20px;  voice-family: "\"}\""; voice-family: inherit;}

.majorNav ul ul {
  display: none; }
/* ----------------------------- */
/* SITE FORMAT STYLES             */	
/* ----------------------------- */

.wrapper {
	margin:0 auto 20px auto;
	padding-bottom: 20px;
	text-align:left;
  width: 952px;
}

#headContainer {
  background: #fff; }

#headContainer .wrapper {
  padding: 18px 0 14px;
}

#bodyContent {
  background: #8a8c8f;
}

#bodyContent .wrapper {
  background: #fff;
  padding: 0 6px;
  width: 940px; }
  
  .design_image {
    margin-left: -6px; }
  
#bodyContent table td {
  vertical-align: top; }
  
td#left_column {
  background: #fce5ce;
  width: 282px; }
 
.info_blocks {
  height: 372px;
  text-align: center;
  position: relative;
 }
  
.info_block {
  background: url(../images/block_background.jpg) no-repeat;
  display: inline-block;
  padding-top: 10px;
  padding-left: 9px;
  padding-bottom: 16px;
  padding-right: 17px;
  height: 346px;
  text-align: center;
    position: absolute;
  font-size: 12px;
  width: 279px; 
  line-height: 17px; }
  
  .info_block hr {
    border: 0;
    border-top: 1px solid #d0d1d2; }
  
  .info_block h1 {
    display: none; }
    
  .info_block img {
    margin-bottom: 13px; }
  
  .info_block .content {
    border: 3px solid #000;
    padding: 4px 5px;
    height: 332px; }
    
  .info_block .mod_copy {
    padding: 0 5px; }
    
  .info_block.blue { left: 13px; }
  .info_block.blue .content { border-color: #039; }
  .info_block.blue strong { color: #ba5915; }

  .info_block.gray { left: 321px; }
  .info_block.gray .content { border-color: #8a8c8f; }
  .info_block.gray strong { color: #600}
  
  .info_block.orange { left: 628px; }
  .info_block.orange .content { border-color: #ba5915; }
  .info_block.orange strong { color: #174a25; }
/* ----------------------------- */
/* NAVIGATION STYLES             */	
/* ----------------------------- */
	

/* Major Nav */

#headContainer {
  border-bottom: 5px solid #ba5915;
  margin-top: 4px; }

#majorNav {
  clear: both;
  border-top: 2px solid #000;
  background: #039;
	margin:0;
	padding:0;
	height: 35px;
}

ul.majorNavLink {
  margin: 0 auto;
/*   width: 952px;  */
  width: 842px; 
}

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

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

.majorNavLink a:visited, .majorNavLink a:link {
  background: url(../images/majornav_divider.gif) no-repeat left center;
	color: #fff;
	display:block;
	float:left;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	height:35px;
	line-height:35px;
	padding:0 20px;
	text-decoration: none;
	text-transform:uppercase;
}
	
.majorNavLink a:hover {
  background: #BA5915 !important;
  color: #fff !important; }

.majorNavLink a.selected,
.majorNavLink .sfHover a {
  background: #BA5915 !important; }

.majorNavLink a.first,
.majorNavLink a.selected_after {
  background: none; }

/* Minor Nav */

#minorNav {
  float: right;
  text-align: right;
  margin-top: 36px;
  margin-right: 30px;
}

.navMinor_cap {
	background:url(../images/navMinor_endcap.png) no-repeat right bottom;
	float:right;
	height:31px;
	width:3px;
}
	
.minorNavLink {
	display:block;
	height:25px;
	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: #333;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 100%;
	padding-left:20px;
	text-decoration: none;
	text-transform:uppercase;
}
	
.minorNavLink a:hover {
	text-decoration: underline;
}

#navLink_3810 { 
  background: url(../images/icon_home.gif) no-repeat left top; }

#navLink_3819 {
  background: url(../images/icon_contact.gif) no-repeat left top; }

#navLink_3857 {
  background: url(../images/icon_lock.gif) no-repeat left top; }
	
/* Sub Nav */
	
div.subNav {margin: 0px 0;}

.subNav_hdr {
	border-top:7px solid #4c1714;
	color: #0000ff;
	font-size: 14px;
	font-weight: bold;
	margin:15px 0 0 0;
	padding:10px 20px 0 23px;
}

.subNavList_1 {
	margin: 0;
	padding: 30px 0 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;
}

.subNavList_1 a:visited, .subNavLink_1 a:link {
	background:url(../images/subnav_bullet.gif) no-repeat 24px 8px;
	border-top: 1px solid #fff;
	color: #231f20;
	display:block;
	font-family: Arial, sans-serif;
	font-size: 14px;
  line-height: 18px;
	padding: 5px 10px 5px 43px;
	text-decoration: none;
	text-transform:capitalize;
}

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

.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/subnav2_bullet.gif) no-repeat 0 15px;
	border: 0;
	color: #231f20;
	display:block;
	font-size: 14px;
	line-height:120%;
	margin-left:40px;
	padding:7px 0 7px 12px;
	text-decoration: none;
	text-transform:capitalize;
}

.subNavList_2 a.selected:visited, .subNavLink_2 a.selected:link {
  text-decoration: underline; }

.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: none;
	border: 0;
	color: #231f20;
	display:block;
	font-size: 13px;
	line-height:120%;
	margin-left:40px;
	padding:3px 0 5px 23px;
	text-decoration: none;
	/*text-transform:capitalize;*/
}



.subNavList_3 a:hover {
  color: #BA5915;
  text-decoration: underline; 
}


.subNavList_1 .selected, .subNavList_1 a.selected, .subNavList_2 .selected, .subNavList_3 .selected {
  color: #BA5915;
  text-decoration: underline; }
	

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


/* Left Column */

.leftCol {
	margin: 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
}


.leftCol td, .leftCol div, .leftCol {color: #555; font-size: 12px; 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: 0;
	padding: 20px;
}


#footerContainer {
	height: 28px;
  line-height:28px;
	font-size: 11px;
	color: #fff;
	margin: 0px 0px 0px 0px;
}

#footerContainer .wrapper {
  text-align: center;
}

#footerContainer span { padding-left: 20px; }

#footerContainer a:visited, #footerContainer a:link {
	color: #fff;
	text-decoration: none;
}

#footerContainer a:hover {
	text-decoration: underline;
}

.mod_catalogs .mod_copy { display: none; }

#catLink_5 { display: none; }
#catLink_1 { display: none; }
#catLink_2 { display: none; }
#catLink_3 { display: none; }
#catLink_6 { display: none; }

.leftCol .mod_search { margin: 20px; }

