/*****************************************
general styles
*****************************************/
* {
    margin:0;	padding:0;}
		
body { background-color:#878787;
	background-image: url(../images/bg.jpg);
	background-position: left top;
	background-repeat:repeat-x;	
	font-family:arial, helvetica, sans-serif;}
	
body#interior { 	background-image: url(../images/bg_int.jpg);}

a { 	color:#004510; cursor:pointer;  }

a:hover {text-decoration:underline;}
				
p {		margin: 0 0 1em 0 ;	}
		
a img {border:0;}

h1 {
	}
h1 span {display:none;}

h2 { font-family:georgia, 'times new roman', serif;
	color:#fff;
	font-size:26px;
	font-weight:normal;
	text-transform:capitalize;
	line-height:28px;
	padding:0 0 5px  0 ;
	margin:-5px 0 10px 0;
	background-image:url(../images/bg_h2.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;}

	
h3 {
  padding:8px 0 7px 0;
  font-family:georgia, 'times new roman', serif;
	color:#fff;
	font-size:20px;
	font-weight:normal;}

h4 { }	
	
h5 {	}
	
/***************/
#container { width:930px; margin: 0 0 0 0; }
	
/*********header and its content *********/
#header { height:171px; }

#header_left {
	width:171px;
    float:left; 
    background-color:#003b5b; 
    background-image:url(../images/bg_main.jpg); 
    height:171px; overflow:hidden;}
    
#header_right {float:left;}


#interior  #header {height:99px; overflow:hidden;}

#interior #header #header_left {height:99px;}

/*main areas*/

#main {	
	width:718px;
	background-color:#c2c2c2;
	background-image:url(../images/bg_main.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	float:left;
	margin: -4px 0 0 0;}
	
#interior #main {margin:0;}

ul#mainNav{
	list-style-type:none;
	border-bottom:1px solid #36657e;
	border-top:1px solid #36657e;
	width:171px;
	float:left;
	margin:10px 0 0 0;}
		
ul#mainNav li{ 		
	display:block;	
	text-transform:uppercase;
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	border-bottom:1px solid #36657e;
	border-top:1px solid #36657e;
	margin: 0 0 1px 0;}		
	
ul#mainNav li#first {
	margin-top:1px;}
		
ul#mainNav li a{
	color:#fff;
	display:block;
	text-decoration:none;
	padding:9px 15px 7px 25px;
	background-color:transparent;	}
	
ul#mainNav a:hover {
	text-decoration:underline;
}	
	
ul#mainNav a.current {	background-color:#8f9dbd;}

/************main******************/

#content {
	float:left; 
	width:545px; }
	
#content_main {
	margin: 25px 30px 35px 35px;
	border-top: 8px solid #ebebeb;
	padding:20px 0 0 0;
	color:#313131;
	font-size:12px;
	line-height:20px;}

#content_main ul, #content_main ol { padding: 0 0 1em 30px; }
#content_main ul li, #content_main ol li { padding: 4px 0 5px 0; 
list-style-image:url('../images/bullet.gif');}
#content_main ol li {list-style-image:none;}

#content_main table {padding: 0 0 1em 0}

.heroimg {margin: 0 0 25px 0;}

/**/
#rightBox {
	border-top: 8px solid #ebebeb;
	border-bottom: 8px solid #ebebeb;
	background-color:#c1c1c1;
	width:180px;
	margin: 21px 0 0 20px;
	float:left;}
	
#interior #rightBox {margin:25px 0 0 20px;}
	
ul#rightMenu {list-style-type:none;}

ul#rightMenu li {
	border-bottom:1px solid #fff; 
	border-top:1px solid #fff;
	margin:1px 0 0 0;
	font-size:12px;
	font-family:georgia, 'times new roman', serif;
	padding: 18px 12px 15px 10px;}
	
ul#rightMenu li.first {border-top:0;}
ul#rightMenu li.last {border-bottom:0;}

ul#rightMenu li a {color:#000; text-decoration:none;}

ul#rightMenu li a:hover {text-decoration:underline;}

#interior ul#rightMenu {padding:5px 0;}

#interior ul#rightMenu li {
	border:0;
	padding: 3px 10px 3px 10px;}
	
#interior ul#rightMenu li a{color:#004510; font-weight:bold;}

/*footer*/

#footer { 
	background-image: url(../images/bg_footer.gif);
	background-position:left top;
	background-repeat:no-repeat;
	float:left; 
	color:#004510;
	font-family:georgia, 'times new roman', serif;
	width:480px;
	margin:0 30px 0 200px;
	font-size:12px;
	padding:20px 0 10px 0 ;
	text-align:center;}
	
#footer a {font-weight:bold;}
	

/*auxillary styles*/

.hidden {display:none;}

.cleaner {height:1px; clear:both; font-size:1px; border:0;}