/*
Design by Forrest E Lagacé GraPhunk.com
*/

/* Fonts etcteras================================= */h1 {	font-size: 1.7em;
	line-height: 1.8em;
	font-weight: normal;
	color: #003366;
	font-family: "Helvetica, Helvetica Neue", Arial, Geneva, sans-serif;}
h2 {	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	color: #93A015;
	font-family: "Helvetica, Helvetica Neue", Arial, Geneva, sans-serif;}
h3 {	font-size: 1em;
	line-height: 1.2em;
	font-weight: normal;
	color: #003366;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;}
h4 {	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;}p {
 	line-height: 1.2em;
 	font-size: 1em;
 	color: #474747;
	padding: 5px 0 10px 0;
	margin: 0;
	}
a:link {
	color: #003366;
	font-weight: bold;
}
a:hover {
	color: #93a015;
}
a:visited {
	color: #474747;
	text-decoration: none;
	font-weight: bold;
}

ul.bull { 
	list-style-type: disc; 
	}
ul.bull li {
color: #474747;	
margin-left:12px;
padding: 4px 25px 0px 0px;
}/* ID tags structuaral single use ellements of the page================================= */
html {
	background: #ececec;
}
img {
	margin: 0;
	padding: 0;
}
.right_img{
	padding: 10px 0 10px 10px;
	float: right;
}
.left_img{
	padding: 10px 10px 10px 0;
	float: left;
}
.box .left_img{
	padding: 0 5px 0 0;
	float: left;
}
.clear{
	clear:both;
}
#outer_wrapper {
	width: 961px;
	margin: 0 auto;
	background-color: #ffffff;
}
#left_bar {
	width: 200px;
	float: left;
	}
#left_bar img{ 
  	border: 0;
  	padding: 0;}
#inner_wrapper {
	width: 761px;
	float: right;
	}
#header {
	}
#logo { 
	float: left;	  	width:  286px;
  	height:   62px;}
#logo img{ 
  	border: 0;
  	padding: 0;}
#search{ 
	font-size: 12px;
	float: right;	  	width:  180px;
  	padding: 22px 15px 0px 0px;
}
#search .input input { 
	width: 75%;
	color:#444;
	font-size: 12px;
	font-weight: bold; 
	background: #F6F6F6;  
	padding: 3px 6px 4px 3px; 
	border:1px #93a015 solid;
	margin: 0;
}
#search .button input { padding: 0;
	font-size: 12px; 
	background: transparent;
	border-style: hidden;
	color: #93a015;
	text-decoration: none;	
	font-weight: normal;
	font-family: "Helvetica, Helvetica Neue", Arial, Geneva, sans-serif;
}
#search .button input:hover { 
	color: #003366;
}
/*navigation menu (horizontal Menu) */
.nav{ /* formating for horixontal unordered list*/
	background: #003366;
	min-height:37px;
	width: 776px;
	position: relative;
	left: -15px;
	overflow: visible;
}
.nav ul { 
 	float: left; 
	margin-right: 10px;
	padding: 0px 0px 0px 21px;
	}
.nav ul li { 
 	list-style: none; 
	float: left;
	}
.nav li.current a  { 
	color:#dae191;
	}	
.nav ul li a {
	font-weight: bold;	 
	float: left;
	text-decoration: none;
	color: #fff;
	font-family: "Helvetica, Helvetica Neue", Arial, Geneva, sans-serif;
}
.nav ul li a:hover {
		color:#93A015;
}
#content_wrapper {
	width: 525px;
	float: left;
	text-align: left;
	padding:0px 0px 5px 15px; 
}	
.breadcrumbs{ 	  	width:  100%;
  	font-size: .8em;
  	padding: 10px 0 0 0;
  	font-weight: bold;
	color: #003366;
  	font-family: "Helvetica, Helvetica Neue", Arial, Geneva, sans-serif;
}
.breadcrumbs a {
	font-weight: normal;
	text-decoration: none;	 
	}
.breadcrumbs a:visited {
	text-decoration: none;
	}	
.content {
  	width: 100%; }
.sub_nav {  	width: 100%;  	}
.sub_nav .box {
	float: left;
	width: 250px;
	padding: 0px 10px 0px 0px;
	min-height: 65px;
	}
.sub_nav .box a {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	color: #93A015;
	text-decoration: underline;
	font-family: "Helvetica, Helvetica Neue", Arial, Geneva, sans-serif;
	}	
#side_bar {
	width: 185px;
	float: right;
	padding: 17px 20px 15px 0;
	}
#side_bar h1{
	font-size: 1em;
	font-weight: bold;
	}
#side_bar p{
	font-size: .9em;
	font-family: "Helvetica, Helvetica Neue", Arial, Geneva, sans-serif;
	padding: 0;
	}
#side_bar a{
	font-size: .9em;
	font-family: "Helvetica, Helvetica Neue", Arial, Geneva, sans-serif;
	}								
#accessability_controls{

}
.accessibility_controls{
	text-align: center;
	display: inline-block !important;
	float: left;
	height: 12px !important;
	margin-right: 4px !important;
	margin-bottom: 15px !important;
	line-height: 8px !important;
  	border:1px #93a015 solid;
  	}
.accessibility_controls.ac1 a{
	font-size: 8px !important;
  	text-decoration: none;
} 
.accessibility_controls.ac2 a{
	font-size: 10px !important;
  	text-decoration: none;
} 
.accessibility_controls.ac3 a{
	font-size: 12px !important;
  	text-decoration: none;
} 
.accessibility_controls.ac4 a{
	font-size: 14px !important;
  	text-decoration: none;
}
.accessibility_controls.ac5 a{
	font-size: 11px !important;
  	text-decoration: none;
}   	   	
.accessibility_controls a{
	line-height: 8px !important;
  	font-weight: bold;
	color: #93a015;
  	font-family: "Helvetica, Helvetica Neue", Arial, Geneva, sans-serif;
  	}	
.accessibility_controls a:hover{
	color: #003366;
  	}   	
#side_bar .box {
	margin: 0 0 10px 0;
  	padding: 0;
	}
#side_bar .box_title {
	padding:0;
	background-image: url(../../assets/images/block_head.jpg);
	background-repeat: repeat-x;
	background-color: #93A015;
	width: 100%;
	height: 28px;
}
#side_bar .box_title h1{
}
#side_bar .box_content a{
	margin: 0;
}
#side_bar .box_content p{
	padding: 0px 0px 2px 0px;
}
#side_bar .box_content {
	border:1px #93a015 solid;
	padding: 5px 5px 5px 5px ;	
}			  		.footer{ 
	list-style: none;
	clear: both;
	text-align: center;
	margin-top: 10px;
	}	
.footer a {
	font-weight: normal;
	text-decoration: underline;
	color: #474747;
}
.footer a:hover {
	color: #93a015;
}
.footer p  {
	padding: 2px 0 0 0;
}
.clear { /* used to clear floats*/
    clear: both; }
.skiplink { display: none;} 


		
