/******** Primary menu ************************************************/
.rws-primary-menu{


	width: 100%; 
	height: 3em; 
	margin-bottom: 2em;
	list-style: none;
	border-bottom: 2px dashed #002863;
	padding-bottom: 2.8em;


}

.rws-primary-menu a{color:#adadad; text-decoration:none;}
.rws-primary-menu a.hover{color:#6a6a6a; text-decoration:none;}
.rws-primary-menu a.active{color:#adadad; text-decoration:none;}
.rws-primary-menu .block, .rws-primary-menu .block-menu{padding:0; margin:0; border:none; background-color:transparent;}
.rws-primary-menu h2{display:none; }
.rws-primary-menu ul, .rws-primary-menu ul.menu{margin:0; padding:0;}
.rws-primary-menu li, .rws-primary-menu li.leaf, .rws-primary-menu ul.links li{margin:0; padding:0; list-style:none;
float:left;
font-size:14px;
}

.rws-primary-menu ul li a{

	color: #eaedf2;
	display: block;
	height: 2.8em;
	background-color: #002863;
	border-right: 1px solid #eaedf2;
	padding: .1em .7em .2em; 
	float: left;
	width:116px;

}
.rws-primary-menu ul li a:hover{background-color: #333; }
.rws-primary-menu ul li a.active {color:#f37421; background-color:#ffffff;}



* {
	margin:0; 
	padding:0;
}
body { 
	font: normal 1em "Lucida Grande",Helvetica,Verdana,Arial,sans-serif; 
	color: #555; 
	background: #eaedf2;
	border: 1em solid #002863;
}
h1, h2, h3 {
	font-family: Georgia, serif;
	color: #333;
	text-shadow: 0 2px white;
}
h1 {
	text-align: center; 
	font-size: 2.5em; 
	font-weight: normal;
	margin: 1em auto;
	color: #002863;
}
p { 
	font-size: .9em; 
	margin-bottom: 15px;
}
a { 
	color: #4b5b7c; 
	text-decoration: none; 
}
#container {
	width: 60em; 
	margin: 0 auto;
}
#images {
	width: 100%;
	clear: both;
	margin-bottom: 1.5em;
	height: 180px;
}
.fadein, .fadein1, .fadein2 { 
	position:relative; 
	height:183px; 
	width:306px;
	float: left;
	margin-right: 1.2em;
}
.fadein2 { 
	margin-right: 0;
}
.fadein img, .fadein1 img, .fadein2 img { 
	position:absolute; 
	left:0; 
	top:0; 
	padding: .1em;
	border:1px solid #0046b6;
}
#slideshow2 {
	margin-right: 0;
}
#menu {
	width: 100%; 
	height: 3em; 
	margin-bottom: 2em;
	list-style: none;
	border-bottom: 2px dashed #002863;
	padding-bottom: 2.8em;

}
#menu li a {
	color: #eaedf2;
	display: block;
	height: 2.8em;
	background-color: #002863;
	border-right: 1px solid #eaedf2;
	padding: .1em .7em .2em; 
	float: left;
}

#menu li a:hover {
	background-color: #333;
}
#main {
	overflow: hidden;
}
.left {
	padding:10px 60px 10px 60px;
	float: left;
}
.right {
	width: 47%;
	float: right;
}
.comments {
	font-style: italic;
	margin-top: 3em;
	color: #777;
	font-size: .9em;
}
img {
	border: none;
}
#footer {
	text-align: center;
	margin: 2em auto; 
	padding-top:2em;
	border-top: 2px dashed #002863;
}
#footer a {
	font-size: .9em;
	color: #4b5b7c;
	text-transform: uppercase;
	letter-spacing: .2em;
}
#footer a:hover {
	color: #002863; 
}