@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/bg_image.jpg);
	background-attachment: fixed;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	font-size:14px;
	line-height:25px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-weight:normal;
}

strong {
	font-size:15px;
}

#head {
	background-color:#13315E;
	background-image:url(images/top_dropshadow.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	height:200px;
	width:100%;
}

#wrapper {
	width:920px;
}

#content {
	background-color:#13315E;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:600px;
	margin-top:30px;
	float:left;
	color:#fff;
	padding-left:25px;
	padding-right:25px;
	text-align:justify;
	min-height:500px;
	font-size:13px;
}

#sideMenu {
	float:left;
	margin-top:95px;
	margin-right:20px;
	text-align:right;
	line-height:20px;
}

#right_content {
	float:right;
	width:150px;
	margin-top:150px;
	color:#999;
	text-align:left;
	line-height:35px;
}

#menu {	
	width:650px;
	padding-top:25px;
	text-align:left;
	padding-right:100px;
}

#footer {
	height:50px;
	width:100%;
	margin-top:25px;
}

ul {
  font-family: Arial, Verdana;
  font-size: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: block;
  position: relative;
  float: left;
}
li ul { display: none; }
ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 5px 15px 10px 15px;
  margin-left: 1px;
  white-space: nowrap;
  background-image:url(images/down_arrow.jpg);
  background-position:bottom center;
  background-repeat:no-repeat;
}
ul li a:hover { 
  background-image:url(images/down_arrow.jpg);
  background-position:bottom center;
  background-repeat:no-repeat;
 
}
li:hover ul {
  display: block;
  position: absolute;
  padding-top:0px;
  width:150px;
  text-align:left;
}
li:hover li {
  float: none;
  font-size: 11px;
}
li:hover a {
	background: #13315E;
}
li:hover li a:hover { background: #13315E;
	 text-decoration:underline;
}




h1 {
	font-family:Geneva, Verdana, sans-serif;
}

a, a:visited {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	color:#CCC;
}
