body {
	background:#EBEBEB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
.right {
	float:right;
}
.left {
	float:left;
}
img {
	border:none;
}
ul, li {
	margin:0;
	padding:0;
	list-style:none;
}
form {
	margin:0;
	padding:0;
}
a {
	color:#0088B5;
	font-weight:bold;
}
a:hover {
	color:#0078A0;
}
#container {
	width:930px;
	padding:15px;
	-moz-border-radius:13px;
	background:#fff;
	margin:10px auto;
	overflow:auto;
}
#content {
	width:930px;
	overflow:auto;
}
#header {
	width:930px;
	height:100px;
}
.socials { display: inline; float: right; width:170px; }
.socials a { display: block; width: 27px; height: 28px; float: left; padding-right: 7px; text-indent: -4000px; }
.socials a.facebook { background: url(images/facebook.png) no-repeat 0 0; }
.socials a.twitter { background: url(images/twitter.png) no-repeat 0 0; }
.socials #con{ display:block; width:100%; height:25px;}
.logo {
	margin:15px;
	float:left;
}

ul#toplinks li {
	float:right;
	margin:3px 0 0 10px;
}

ul#toplinks a:hover {
	color:#666;
	font-weight:normal;
}
#nav {
	padding:0;
	width:910px;
	background:#c9d6c5 ;
	padding:9px 0 11px 20px;
	-moz-border-radius:10px;
	color:#000000;
	height:12px;
	margin:15px 0 0 0;
	position:relative;
	
}
#nav li {
	padding-right:20px;
	float:left;
	display:block;
	height:30px;
}

#nav ul li #submenu {
background-color:#c9d6c5;
  margin:0;
  position:absolute;
  top: 30px;
  width: 200px;
    
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  z-index:2000;
}
#submenu li {
  width:220px;
  height:30px;
  background-color:#c9d6c5; 
  display: block; 
  color: #fff;
  border-right:0;

}
#submenu li a{
  width:220px;
  height:30px;
  display: block; 
  color:#000000;
  border-right:0;
  
  padding:10px 10px 0px 10px;
}
#submenu li:hover { color:#000000;   }
#nav ul li:hover #submenu {
  display: block;
  opacity: 1;
  visibility: visible;
}
#nav a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	padding:10px 10px 10px 10px;
}
#nav a:hover{
background:#003366;
color:#FFFFFF;
}
#footer {
	width:960px;
	text-align:center;
	margin:10px auto;
	padding-bottom:15px;
	clear:both;
}
#footer a {
	font-weight:normal;
}



.bottm { 
	background-color:#E0EAEF;
	width:930px;
	height:125px;
	border:1px;
	border-style:solid;
	border-color:#C2D6E0;
	color:#003366;
}
.style1 {
	color: #003366;
	line-height:18px;
}
.style1 a{
text-decoration:none;
color:#003366;
}
.style1 a:hover{
text-decoration:underline;
color:#003366;
}