@charset "UTF-8";
/* CSS Document */
 
html {
	font-size:125%;
	background-color:#333333;
	letter-spacing:.3px;
	}
 
 
body {
	font-size:50%; font-family:Helvetica, Verdana, Arial, sans-serif; 
	}
	
	
* {
	margin:0; padding:0;
	}
 
* {
	border:none;
	}
 
div#clearthefloats {
	clear:both;
	}
	
.clear {
		clear: both;
	}
 
 
/*  TEXT STYLES -------------------------------------------------*/
 
h1 { font-size:2.25em;
	 color:#75A28E;
	 margin-bottom: 10px;
	 line-height: normal;
	}
	
h2 { font-size:1.4em;
	 line-height:1em;
	 color:#003D79;
	}
 
h3 { 
	font-size:1.4em;
	line-height:1em;
	color:#003D79;
	padding-bottom: 5px;
	}	
	
h4 { 
	font-size:1.2em;
	line-height:1.2em;
	padding-top:7px;
	}	
 
p { 
	padding-bottom:10px;
	font-size: 1.2em;
	line-height: 1.3em;
}	
	
p.footertext {
	color: #808080;
	line-height: 1.4em;
	}

#columncontent p {
	line-height: 1.3em;
}

#columncontent h2 {
	padding-bottom: 5px;
}


#footer_left h2 {
	padding-bottom: 5px;
}	

span.footer {
	text-transform:uppercase;
	font-weight:bold;
	}
	
#footer_left p {
	margin: 0;
	padding: 0;
	color: #808080;
	}
 
div.blockquote {
	width:300px;
	font-size:2em;
	font-weight:bold;
	color:#003D79;
	margin:20px 0 0;
	line-height:1.2em;
	text-align:left;
	}
		
	
/* LIST STYLES ------------------------------------------*/	
	
li {
	line-height:1.5em;
	}
	
div#nav li,
div#secnav li {
	font-size: 1.3em;
}
	
ul li { 
	list-style-type:none;
	font-size: 1.2em;
	}
 
ul { 
	padding-left:20px;
	padding-right:100px;
	}		
 
.article ul { 
	padding-bottom: 5px;
}		
 
ul.rssBullet {
	list-style-image: disc;
	}
	
#textBulletFrame {
	margin: 2em;
	padding: 5px;
	}
 
.arttext ul li { 
	list-style-type:disc;
	}
 
.arttext  ul { 
	padding-left:20px;
	padding-right:100px;
	}		
	
 
/* LINK STYLES ------------------------------------------*/
 
 
 
a {
	font-size: 1.0em;
	color: #8B0F04;
	text-decoration:underline;
	}
 
a:hover {
	font-size:1.0em;
	color: #000000;
	text-decoration:none
	}
 
a.active_link { 
	font-size:1em;
	color: #CC6633;
	text-decoration:underline;
	}
	
 
 
/* Container---------------------------------------------------*/
 
#container {
	border-top:none;
	width:960px;
	height:100%;
	padding: 0em;
	margin-top:2em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	}
 
/*branding (logo, graphics, etc.---------------------------------*/
 
#branding {
	width: 960px;
	height:130px;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
	background-color:#333333;
	}
	
 
 
	
/*Secondary Navigation-------------------------------------------*/
 
#secnav {
	width: 960px;
	padding:10px 0;
	background-color:#FFFFFF;
	}	
	
#secnav ul {	
	padding: 0 0 0 100px;
	}		
	
#secnav ul li {
	list-style-type:none;
	display: inline;
	}
	
#secnav ul li a {
	font-size: .9em;
	color:#003D79;
	text-decoration:none;
	}
 
#secnav ul li.current a,
#secnav ul li a:hover {
	color:#72A492;
	text-decoration:none;
	}			
  
#secnav ul li a.active {
	color:#72A492;
	text-decoration:none;
	line-height:40px;
	font-weight:bold;
	} 
 
 
/*pagination navigation -----------------------------------------*/

#pagination {
	width:315px;
	height: 25px;
	border-top: solid 2px #FFFFFF;
	margin:0px 0px 20px 0px;
	
	}
	
	

/*previous button---------------------------------------------------------*/
a.previous {
	text-indent: -9000px;
	overflow:hidden;

	width:85px;
	
	height:17px;
	
	margin:10px 20px 10px 0px;
	
	display:block;
	
	float:left;
	
	background: url(images/nav/pagination/previous.png) 0px 0px no-repeat;
	
	}
	
	
a.previous:link {

	background-position: 0px 0px;
	
	}	
	
a.previous:visited {
	
	background-position: 0px 0px;
	
	}	
	
a.previous:hover {
	
	background-position: 0px -27px;
	
	}	
	
	
/*next button---------------------------------------------------------*/
a.next {	
	text-indent: -9000px;
	overflow:hidden;

	width:85px;
	
	height:17px;
	
	margin:10px 0px 10px 0px;
	
	display:block;
	
	float:left;
	
	background: url(images/nav/pagination/next.png) 0px 0px no-repeat;
	
	}
	
	
a.next:link {

	background-position: 0px 0px;
	
	}	
	
a.next:visited {
	
	background-position: 0px 0px;
	
	}	
	
a.next:hover {
	
	background-position: 0px -27px;
	
	}	
 
/*Wrapper -------------------------------------------------------*/
 
#wrapper {
	width: 910px;
	height: 100%;
	padding: 15px 10px 15px 40px; 
	background-color: #FFFFFF;
	margin-top: 3px;
	}
 
#wrapperbottom {
	width: 910px;
	height: 100%;	
	}
	
/*Content ------------------------------------------------------*/	
 
#content {
	width:520px; 
	float:left;
	}
 
.article {
	width:520px;
	font-size:1.1em;
	line-height:1.4em;
	}
 
.arttext {
 	padding-bottom: 15px;
	}
 
.left {
	float:left;
	width:150px;
	height:100%;
	margin: 0px 15px 15px 0px;
	}
 
.right {
	float:right;
	width:150px;
	height:100%;
	margin: 0px 0px 15px 15px;
	}
 
/*Column--------------------------------------------------------*/
 
#column {
	width:340px;
	height:100%;
	float:left;
	margin-left:30px;
	}
	
#columntop {
	width:340px;
	height:15px;
	background-image:url(images/gui_borders/column_top.gif);
	}
	
#columncontent {
	width:314px;
	height:100%;
	padding:0px 13px;
	background-color:#BDD4CB;
}
	
#columnbottom {
	width:340px;
	height:15px;
	background-image:url(images/gui_borders/column_bottom.gif);
	}	
	
	
#column .KT_textnav a {
	background: none;
	color: #003D79;
	display: inline;
	font-size: 14px !important;
}
#column .KT_textnav .prev {
	float: left;
	text-align: left;
}
#column .KT_textnav .next {
	float: right;
	text-align: right;
}

#column .KT_textnav a:link {
	color: #94ADCF;
}
	
#footertop {
	width: 910px;
	height: 100%;
	margin-top: 8px;
	}
	
#footer {
	width: 910px;
	height: 100%;
	padding: 0px 10px 0px 40px;
	background-color:#FFFFFF;
	font-size: .9em;
	}	
	
#footer_left{
	float:left;
	}
	
#footer_right{
	float:right;
	}	
	
#footerbottom {
	width: 930px;
	height: 100%;
	margin-bottom:20px;
	padding-right:30px;
	background-image: url(images/gui_borders/bottomroundedborder.gif);
	background-repeat:no-repeat;
	}  		


/*--- Error Notice Success from Blueprint --*/
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}