body {
	margin:0px; padding:0px;
	background-color:#2b556b;
	font-family: Verdana;
	font-size: 11px;
}


a {
	color:#000;
	/* color:#41565F;
	text-decoration: none; */
}

a:hover{
	text-decoration: underline;
}

#main {
	background-color:#2b556b;
}

.container {
	width:987px;
	margin:0 auto;
	margin-top:5px;
	background-color: #fff;
	 
}

#header
{
	
	width:987px;
	height:216px;
	display:block;
	text-align:right;
	
}

#nonheader
{
	background-color: #fff;
	width: 100%;
	
}

#left_menu{
	width: 158px;
	height: auto;
	margin: 2px;
	float:left;
	
}

#right_content{
	width: 817px;
	height: auto;
	margin: 1px;
	float:right;
	
}

#maincontent{
	margin-top:1px;
	
}


#footer{
	float:left;
	position:relative;
	margin-top:0px;
	width: 720px;
}


/**STYLING of ELEMENTS **/

.contentBlock
{
	background-color: #a3d3eb;
	padding: 15px;
	margin-bottom: 10px;
}



.contentBlock li
{
	margin-left: 20px;
}

.contentBlock1
{
	background-color: #a3d3eb;
	padding: 15px;
	margin-bottom: 10px;
	width: 46%;
	float: left;
	margin-right: 1px;
	height: 240px;
}

.contentBlock2
{
	background-color: #a3d3eb;
	padding: 15px;
	margin-bottom: 10px;
	width: 46%;
	float: right;
	height: 240px;
}

.sponsorBlock
{
	background-color: #fff;
	
	
}

h1 {
	font-size: 14px;
	font-weight: bold;
}
h2 {}
h3 {}

/** STYLING LEFTMENU **/
.menu_list {	
	width: 165px;
}
.menu_head {
	padding-top:7px;
	padding-bottom: 7px;
	cursor: pointer;
	position: relative;
	margin:1px;
	margin-left:0px !important;
    font-weight:normal;
    padding-left: 20px;
    background: #a3d3eb url(../images/frontend/arrow.gif) no-repeat left center;
}
.menu_body {
	display:none;
}

.menu_body a, .menu_body a:hover{
  display:block;
  color:#000;
  background-color:#cfe3eb;
  padding-top:7px;
  padding-bottom: 7px;
  font-weight:normal;
  text-decoration:none;
  margin-left:1px;
  margin-right:1px;
  padding-left:30px;
}

.submenu_body a, .submenu_body a:hover{
  
  padding-left:45px;
}

.categoryName
{
	background-color: #59879e;
	width:154px;
	padding-left: 10px;
	padding-top: 5px;
	color: #fff;
	font-weight: bold;
	height:20px;
	font-size:9px;
}

/** TOP MENU STYLING **/

#topMenu
{
	width: 860px;
	height: 90px;
	margin-top: 0;
	margin-bottom:5px;
}

.topMenuItem
{
	float:left;
	height:90px;
	cursor: pointer;
	cursor: hand;
	
	
}

.topMenuItem .caption
{
	background: url(../images/frontend/topmenubg1.png) no-repeat;
	height: 25px;
	color: #fff;
	text-align: center !important;
	width: 163.4px;
	padding-top:5px;
	font-size: 9px;
	font-weight: bold;
}

.topMenuItem .image
{
	float:left;
	height: 60px;
	width:163.4px;
}



.no-line {
	border:  none;
}

#leftSponsorModule
{
	margin-left: 10px;
	margin-top: 0px;
	float:left;
}

.sf_admin_pagination img
{
	vertical-align: middle;
}

/** STYLING NEWS MODULE FRONTPAGE **/

.contentBlock1 ul, ul{
	list-style-type: none;
}

.contentBlock1 ul{
	margin-left: -40px;
}

.contentBlock1 ul li{
	margin-bottom: -5px;
}
