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

/* MAIN TAGS*/
body{
	background-color:#efefe8;
	font-family:trebuchet MS, arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #3a3a3b;
}

/* TEXT */

.news_button{
	display: block;
	margin-right: 10px;
	float: left;
	height: 14px;
	width: 30px;
	font-size: 9px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	background-color:#53979d;
}
.green{
	color: #75855b;	
}
.teal{
	color: #53979d;	
}


/* LAYOUT */
#superwrap {
	width:805px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#container{
	width:800px;
	float: left;
	position: relative;
	background-color: #FFFFFF;
}
#right_shadow{
	position: absolute;
	left:800px;
	top: 0px;
	width:5px;
	height:100%;
	background-image:url(./images/shadow_right.gif);
	background-repeat: repeat-y;
	background-position: top left;
	z-index:100;
}
#bottom_shadow{
	clear: both;
	position: relative;
	left: 0px;
	top: 5px;
	width:805px;
	height:5px;
	background-image:url(../images/shadow_bottom.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
#banner{
	float: left;
	position: relative;
	left: 10px;
	width: 779px;
	height: 96px;
	background-image: url(./images/banner.jpg);
	background-repeat:no-repeat;
}
#nav{
	clear: both;
	float: left;
	position: relative;
	left: 10px;
	width: 779px;
	height: 35px;
	background-image: url(./images/nav_background.gif);
	background-repeat: repeat-x;
}
#nav p{
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	padding-left: 25px;
	margin: 0;
}
.nav_shadow{
	float: left;
	position: relative;
	left: 10px;
	width: 779px;
	height: 6px;
	background-image: url(./images/nav_shadow.gif);
	background-repeat: no-repeat;
}
#footer{
	clear: both;
	position: relative;
	float: left;
	width: 800px;
	height: 30px;
	margin-top: 10px;
}
#footer p{
	padding: 5px;
	text-align: center;
	color: #5a5a5a;
	font-size: 10px;
}
.clear{
	clear: both;
}

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

a:link {
	color:#53979d;
	text-decoration: none;
	border-bottom: none;
}
		
a:visited {
	color:#53979d;
	text-decoration: none;
	border-bottom: none;
}
		
a:hover{
	color:#000000;
	text-decoration:underline; 
	border-bottom: none;
}		
#nav a:link {
	display: block;
	float: left;
	padding: 10px;
	color:#464749;
	text-decoration:none; 
	border-bottom: none;
}		
#nav a:visited {
	display: block;
	float: left;
	padding: 10px;
	color:#464749;
	text-decoration:none; 
	border-bottom: none;
}
#nav a:hover{
	display: block;
	float: left;
	padding: 10px;
	color:#FFFFFF;
	background-color:#40757a;
	text-decoration:none; 
	border-bottom: none;
}
.news a:link {
	color:#53979d;
	text-decoration:none; 
	border-bottom: none;
}		
.news a:visited {
	color:#53979d;
	text-decoration:none; 
	border-bottom: none;
}
.news a:hover{
	color:#000000;
	text-decoration:none; 
	border-bottom: none;
}
#footer a:link {
	color:#5a5a5a;
	text-decoration: none;
	border-bottom: none;
}
		
#footer a:visited {
	color:#5a5a5a;
	text-decoration: none;
	border-bottom: none;
}
		
#footer a:hover{
	color:#000000;
	text-decoration:underline; 
	border-bottom: none;	
}

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

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
font-size: 11px;
font-weight:bold;
letter-spacing: 1px;
text-transform: uppercase;
list-style-type: none;
font-family: trebuchet MS, arial, sans-serif;
}

#navcontainer a
{
display: block;
padding: 10px;
width: 213px;
font-size: 11px;
font-weight:bold;
letter-spacing: 1px;
text-transform: uppercase;
border-bottom: 2px solid #FFFFFF;
background-color: #ebf4e6;
}

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

#navcontainer a:hover
{
font-size: 11px;
font-weight:bold;
letter-spacing: 1px;
text-transform: uppercase;
background-color: #e2f3d8;
}

.currentpage{
display: block;
padding: 10px;
width: 213px;
font-size: 11px;
font-weight:bold;
letter-spacing: 1px;
text-transform: uppercase;
border-bottom: 2px solid #FFFFFF;
background-color: #ebf4e6;
background-color: #e2f3d8;
}
/* End of 'eaime_global' */

