/*-------setting things to zero-----------*/

@import url(reset.css);


/*-------primary-----------*/
body, div, th, td, li, dd	{
    font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
 	 color:#666666;
 	 background:#fff url(../bg/bgImg.jpg) top repeat-x;
 	 margin:0;
 	 text-align:center;
}


p {
	font:11px arial;
	color:#45453c;
	text-align:justify;
	padding-top:10px;
	line-height:14px;
	
	}
	
p a{
	font:11px arial;
  	color:#265582;
	text-align:justify;
	line-height:20px;
	text-decoration: none;
	}



div.spacer {
 	 margin: 0;
 	 padding: 0;
 	 clear: both;
 	 width: 1px;
	 height: 1px;
 	 font-size: 0;
}
img {
 	 border:0;
}




a {
  	color:#666666;
}
a:visited {
}

a.selected {
}
a:hover {
  	text-decoration:none;
}
a.link {
 	color:#FC7215;
 	background:url(../bg/link.gif) left bottom no-repeat;
 	padding:0 0 0 12px;
}




h1 {
  	font-family:Arial, Helvetica, sans-serif;
  	color:#284c2a;
  	font-size:18px;
  	font-style:normal;
  	font-weight:normal;
  	margin: 10px 0 5px 0;
}
h2 {
  	color:#265582;
  	font-size:14px;
  	font-weight:normal;
  	margin: 10px 0px 0px 0px;
}
h3 {
  	color:#000;
  	font-size:16px;
  	font-weight:bold;
}


/*-------setup-----------*/

.wrapper {
 	clear:both;
	width:799px;
	margin: 0 auto;
  	text-align:left;
}

.padThis {
padding-left:15px;
padding-right:15px;

}

#main {
	height:100%;
	overflow:hidden;
	border-bottom: #333333 solid 1px;
	border-right: #333333 solid 1px;
	border-left: #333333 solid 1px;


}


#header {
	position:relative;
	height:120px;
	
}


/*-------images-----------*/

#imgLeft {
vertical-align:top;
	
	float: left;

}

#imgRight {
vertical-align:top;

	float: right;

}

#logo {
  	position:absolute;
  	top:0px;
}
/*-------content-----------*/



#contentLeft {
	position:relative;
	width:199px;
	float: left;

}

#contentRight {
	
	float: right;

}

#picRight {
	position:relative;
	float: right;
	padding-left:5px;

	
	
	

}

#leftText {
	position:relative;
	float: right;
	padding-left:5px;

	width:100px;
	
	

}


/*-------nav-----------*/

#nav {
	position:relative;
	width:197px;
	float: left;
	padding-top:15px

}

#nav ul{
	

}

#nav li{
	display:block;
    overflow:hidden;
	float:left;
	width:100%;
	padding-bottom:2px;
}

#nav li a{
    display:block;
    height:20px;
	line-height:20px;
    float:left;
    text-decoration:none;
    color:#000;
    font-size:12px;
	background-color:#eaeaea;
	width:100%;
	overflow:hidden;
	padding-left:20px
	
}


#nav li a.selected {
	background-color:#cdd5cd;
	
}


#nav li a:hover {
	background-color:#cdd5cd;
}



#subNav {
	position:relative;
	width:197px;
	float: left;
	

}

#subNav ul{
	

}

#subNav li{
	display:block;
    overflow:hidden;
	float:left;
	width:100%;
	padding-bottom:2px;
}

#subNav li a{
    display:block;
    height:20px;
	line-height:20px;
    float:left;
    text-decoration:none;
    color:#000;
    font-size:12px;
	background-color:#ffffff;
	width:100%;
	overflow:hidden;
	padding-left:40px
	
}


#subNav li a.selected {
	background-color:#cdd5cd;
	
}


#subNav li a:hover {
	background-color:#cdd5cd;
}




/*-------main menu-----------*/




#mainMenu {
  	position:absolute;
  	top:47px;
  	left:148px;
}

#mainMenu ul {
}

#mainMenu li {
  	display:block;
  	overflow:hidden;
	float:left;
}

#mainMenu a {
  	display:block;
  	height:33px;
  	line-height:33px;
  	float:left;
  	text-decoration:none;
  	color:#fff;
  	font-size:12px;
  	padding: 0px 0px 0px 15px;
  	background:url(../bg/b_l4a.jpg) no-repeat;
}


#mainMenu a span {
  	display:block;
	padding-right:15px;
	background:url(../bg/b_r4b.jpg) no-repeat top right;
}

#mainMenu a:hover {
	color:#000;
}

#mainMenu a.selected {
	color:#000;
	background:url(../bg/b_l4.jpg) no-repeat;
}

#mainMenu a.selected span {
	background:url(../bg/b_r4.jpg) no-repeat top right;
}

#main #submenu {
   	list-style:none;
   	margin:0;
}


/*-------footer-----------*/

#footer {
  
  	padding-top: 0px;
	
}



#footer p {
  	margin: 0px 0 0 0;
  	font-size:11px;
  	color:#333333;
	text-align:center;
}
#footer a {
  	color:#333333;
  	text-decoration:none;
}




