/* Start of CMSMS style sheet 'common' */
@charset "UTF-8";

/* MAIN TAGS*/
body{
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	background-color:#c1c0c0;
	font-family:arial,helvetica,sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #3d3d3d;
}


/* TEXT */
p{
	margin: 0;
	color: #3d3d3d;
	font-family:arial,helvetica,sans-serif;
	font-size: 12px;
	line-height: 17px;
}
h1{
	font-family: georgia,times,serif;
	color: #7b8ab0;
	font-size:21px;
	line-height: 25px;
	font-weight: normal;
}
h2{
	margin-top: 0px;
         margin-bottom: 5px;
	font-family: georgia,times,serif;
	color: #7b8ab0;
	font-size:18px;
	line-height: 22px;
	font-weight: normal;
}
h3{
	font-family: georgia,times,serif;
	color: #7b8ab0;
	font-size:21px;
	line-height: 25px;
	font-weight: normal;
}
h4{
	margin: 0;
	font-family: georgia,times,serif;
	color: #a5a5a5;
	font-size: 18px;
        line-height:22px;
	font-weight: normal;
}
strong{color:#7b8ab0;}




/* LAYOUT */
#superwrap {
	width:908px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#shadow_left{
	float: left;
	width:4px;
	height:744px;
	background-image:url(../images/left_shadow.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#shadow_right{
	float: left;
	width:4px;
	height:744px;
	background-image:url(../images/right_shadow.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#container{
	position: relative;
	float: left;
	width: 900px;
	background: #FFFFFF;
	min-height: 744px;
}
#home_button{
	position: absolute;
	top: 540px;
	right: 20px;
	width: 170px;
	height: 52px;
	z-index:2;
}
#banner{
	position: relative;
	float: left;
	width: 900px;
	height: 149px;
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
}
.logo{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 311px;
	height: 149px;
	z-index:100;
}
.org_nav{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #9ea49f;
	font-size: 11px;
	text-transform: uppercase;
}
#nav{
	clear: both;
	position: relative;
	float: left;
	width: 900px;
	height: 41px;
	background-image: url(../images/nav_background.gif);
	background-repeat: repeat-x;
	text-align: center;
}
.nav_text{
	padding: 12px;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
}
#home_body{
	clear: both;
	position: relative;
	float: left;
	width: 900px;
	height: 375px;
	background-image:url(../images/home_image.jpg);
	z-index:1;
}
.body_text{
	position: absolute;
	top: 50px;
	left: 400px;
	width:450px;
}
#home_news{
	clear: both;
	float: left;
	position: relative;
	background-color: #FFFFFF;
	width: 900px;
	left: 0px;	
	top: 30px;
	padding-bottom:20px;
}

.news{
	float: left;
	position: relative;
	width:100%;
	margin-bottom: 15px;
	font-size: 11px;
	line-height: 14px;
}

.news_padding{
	position: relative;
	top: 10px;
	width:95%;
	padding-bottom: 15px;
}

.block{
	float: left;
	width: 290px;
}
.block_text{
	position: relative;
	left: 30px;
	width: 251px;
	margin: 0px;
}
.block_middle{
	float: left;
	width: 290px;
	border-left:#c7c8c7 dashed 1px;
	border-right:#c7c8c7 dashed 1px;
}
.block_middle_text{
	position: relative;
	left: 20px;
	width: 251px;
	margin: 0px;
}
#content{
	clear: both;
        float:left;
	position: relative;
	left: 30px;
	width: 840px;
	padding-top: 40px;
}
.left{
	float: left;
        margin-bottom:30px;
	width: 630px;
	border-right: #bcbbac dotted 1px;
}
.left_padding{
	position: relative;
	left: 30px;
	width: 550px;
}
.right{
	float: left;
	width: 200px;
}
.right_padding{
	position: relative;
	left: 10px;
	width: 190px;
}
#footer{
	clear: both;
	position: relative;
	float: left;
	width: 800px;
        margin:10px;
	left: 30px;
	color: #7e7d7d;
	font-size: 10px;
}


.clear{
	clear: both;
}

/* LINKS */
a{
	outline:none;
}

a:link {
	color:#7b8ab0;
	text-decoration: none;
	border-bottom: none;
}
		
a:visited {
	color:#7b8ab0;
	text-decoration: none;
	border-bottom: none;
}
		
a:hover{
	color:#000000;
	text-decoration:underline; 
	border-bottom: none;
}
.org_nav a:link {
	color:#9ea49f;
	text-decoration: none;
	border-bottom: none;
}
		
.org_nav a:visited {
	color:#9ea49f;
	text-decoration: none;
	border-bottom: none;
}
		
.org_nav a:hover{
	color:#000000;
	text-decoration:none; 
	border-bottom: none;	
}
#home_news a:link {
	color:#7b8ab0;
	text-decoration: none;
	border-bottom: none;
	font-size: 9px;
	text-transform: uppercase;
}		
#home_news a:visited {
	color:#7b8ab0;
	text-decoration: none;
	border-bottom: none;
	font-size: 9px;
	text-transform: uppercase;
}	
#home_news a:hover{
	color:#000000;
	text-decoration:none; 
	border-bottom: none;
	font-size: 9px;
	text-transform: uppercase;	
}
#nav a:link {
	color:#606433;
	text-decoration:none; 
	border-bottom: none;
}		
#nav a:visited {
	color:#606433;
	text-decoration:none; 
	border-bottom: none;
}
#nav a:hover{
	color:#5c6e96;
	text-decoration:none; 
	border-bottom: none;
}
#footer a:link {
	color:#7e7d7d;
	text-decoration: none;
	border-bottom: none;
}
		
#footer a:visited {
	color:#7e7d7d;
	text-decoration: none;
	border-bottom: none;
}
		
#footer a:hover{
	color:#000000;
	text-decoration:underline; 
	border-bottom: none;	
}

/* SUBNAV*/ 
  
#navcontainer { width: 200px;}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
font-size: 10px;
font-weight:bold;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
padding-left:15px;
width: 180px;
font-size: 10px;
font-weight:bold;
color: #383838;
background-color:#dbe0a6;
border-bottom: 1px solid #FFFFFF;
text-decoration: none;
}

#navcontainer a:link, #navlist a:visited
{
font-size: 10px;
font-weight:bold;
color: #383838;
text-decoration: none;
background-color:#dbe0a6;
}

#navcontainer a:hover
{
font-size: 10px;
font-weight:bold;
color: #383838;
background-color:#b9c343;
text-decoration: none;
}
.currentpage{
display: block;
padding: 3px;
padding-left:15px;
width: 180px;
font-size: 10px;
font-weight:bold;
color: #383838;
background-color:#b9c343;
border-bottom: 1px solid #FFFFFF;
text-decoration: none;
}

/* End of 'common' */

