body {
	font-family: Arial, Helvetica, Utkal, sans-serif;
	font-size:12px;
	background:#D6E0EA top repeat-x url('../images/bg.jpg');
	color:#000;
	margin:0;
	padding:0;
    text-align: center;
}


/* This controls global text in the html <pre> tags */
pre {  font-family: arial, helvetica, serif;
           font-size:12px;
          color:#414141;}

/* General global font settings used in several templates */

a{
	color:#004276;
  
	text-decoration:none;
	}
a:hover{
	color: #ca0002;
	text-decoration:none;
	}
td{
	font-family: Arial, Helvetica, Utkal, sans-serif;
	color:#000;
	font-size:12px;
    line-height: 18px;
	font-weight:normal;
}


h3{
	color:#000;
	font-size:17px;
    padding: 0;
    margin: 0;
    font-weight: normal;
	}

.bottom_line{
	padding-bottom:10px;
	border-bottom:1px #d2d2d2 solid;
	}
small{
	font-size:11px;
	}
b, strong{
	font-weight:bold;}
i, em{
	font-style:italic;
	}
p{
	padding:0;
	line-height:19px;
	}
.template_color{
	color:#5198E6;
	}

IMG.displayed {
    border: 1px solid #ccc;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }


.wxDirectoryOddRow { background: #dddddd; font-size: 10px; color: #000000; 	}
.wxDirectoryEvenRow { background: #f5f5f5; font-size: 10px; color: #000000;}
.wxDirectoryHeader {color:#285AC8; padding-bottom:10px;
	border-bottom:1px #d2d2d2 solid; text-align: left;
	font-size:22px;}

ul.LinkList, ul.LinkList li{margin:0px;padding-left:10px;list-style-type:square;color:#2f6b91;}



/* addition custom css settings from main site */


#centre_container{
	width:980px;
	margin:0px auto 0px auto;
    border:1px solid #C9D6E3;
    background-color: #fff;
	display:block;
	}		
	

#main_container{
	width:960px;
	margin: 0 auto;
    text-align: left;
	display:block;
	}

/********************************************************************************************** Header */
#header_wrap{
	position:relative;
	display:block;
	width:960px;
	height:95px;
	margin:0px auto;
	background:top left no-repeat url('../images/logo.jpg');
	}
#logo_link{
	position: relative;
	display:block;
	width:240px;
	height:95px;
}


#client_login{
	float:right;
	position:relative;
	height:49px;
	padding:0px 50px 0 80px;
	margin:20px 0 0 0;
	color:#FFF;
	}
#meta_login{
	position:absolute;
	bottom:0px;
	right:0px;
	font-size:11px;
	}

#meta_login a{
	text-decoration: none;
    color: #7CB3EC;
	}	
#meta_login a:hover{
	text-decoration: underline;
}
#client_login #loginform #un,#client_login #loginform #ps{
	width:145px;
	height:16px;
	background:left no-repeat url('../images/login_field_bg.jpg');
	border:0px;
	padding:5px 10px;
	/* styles in template_style.css */
	}
#client_login #loginform #loginsubmit{
	position:absolute;
	top:0px;
	right:0px;
	width:50px;
	height:26px;
	background:left no-repeat url('../images/login_bt.jpg');
	border:0px;
	cursor:pointer;
	}
#client_login label.client_label{
	font-size:12px;
	position:absolute;
	left:0px;
	top:6px;
}
/********************************************************************************************** Menu */
#menu_wrap {
	display:block;
	width:960px;
	height:49px;
	margin:0px auto;
	z-index:1;
	}
#menu_wrap  a.current{
	/* styles in template_style.css */
	}
/* - more styles for menu are in in superfish.css - */




#search{
	float:right;
	position:relative;
	height:49px;
	padding:13px 10px 0 0;
	}
#search #searchform #s{
	width:150px;
	height:16px;
	background:left no-repeat url('../images/search_field_bg.png');
	border:0px;
	padding:5px 10px;
	color:#666;
	}
#search #searchform #searchsubmit{
	position:absolute;
	top:10px;
	right:0px;
	width:50px;
	height:26px;
	background:left no-repeat url('../images/search_bt.jpg');
	border:0px;
	cursor:pointer;
	}

#content_wrap{
	width:960px;
	margin:30px 8px;
	background:top center no-repeat url('../images/content_bg.jpg');
    border: 0px solid #dedede;
	}
#content{
	width:580px;
	margin:25px 20px 25px 25px;
	float:left;
	display:inline;
	}

#content a {
	color:#004276;
    font-weight:bold;
	text-decoration:none;
	}

#content a:hover{
	color: #ca0002;
    font-weight:bold;
	text-decoration:underline;
	}

.googlelink{
	width:520px;
	margin:5px 5px 5px 25px;
	float:left;
    vertical-align: bottom;
	display:inline;
	}

/*** Login Styles ***/
#client_login #loginform #un,#client_login #loginform #ps{
	color:#5198E6;
	}
	
/*** Drop Down Menu ***/
#menu_wrap  a.current,#menu_wrap  a:hover{
	color:#D7D4C9;		
	}

.sf-menu li li {
	background:		#202020;
	border-bottom:	1px solid #202020;
	border-right:	1px solid #202020;
	border-left:	1px solid #202020;
	
}
.sf-menu li li li {
	background:		#000;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color:#D7D4C9;
}

/********************************************************************************************** Sidebar */

#sidebar{
	width:295px;
	margin:25px 5px 25px 20px;

	float:left;
	display:inline;
	}
#sidebar .submenu {
	margin-bottom:40px;
	}
#sidebar .submenu a{
	display:block;
	padding:10px;
	border-bottom:1px #d2d2d2 solid;	
	}
#sidebar .sidebar_block{
	margin-bottom:20px;

	}		

/********************************************************************************************** Features Blocks */	
#features_wrap{
	position:relative;
    margin:0px auto 0px auto;
	width:960px;
	background: repeat-y url('../images/features_bg.jpg');
    border: 0px solid #e2e2e2;
 	}

#features_wrap a{
	color: #004276;
    font-weight: bold;
    text-decoration: none;
	}

#features_wrap a:hover{
	color: #ca0002;
    font-weight: bold;
	text-decoration:none;
	}

.features_corners_top{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:960px;
	height:9px;
	background:center top  no-repeat url('../images/features_corners_top.jpg'); 
	}
.features_corners_bottom{
	position:absolute;
	bottom:0px; 
	left:0px;
	display:block;
	width:960px;
	height:37px;
	font-size:11px;
	text-align:right;
	background-color: #FFFBCC;
	}


.features_block_left{
	width:285px;
	margin:5px 20px 45px 25px;
	float:left;
    line-height: 18px;
	display:inline;
	}
.features_block_center{
	width:260px;
	margin:5px 20px 45px 20px;
	float:left;
	display:inline;
	line-height: 19px;
	}
.features_block_right{
	width:280px;
	margin:5px 25px 45px 20px;
	float:left;
    line-height: 18px;
	display:inline;
	}
.features_block_left h4{
	background:top left no-repeat url('../images/forumicon.png');
	padding-left:45px;
	padding-top:5px;
    color:#000;
	font-size:17px;
    font-weight: normal;
    height:29px;
	padding-bottom:5px;
	}
.features_block_center h4{	
	background:top left no-repeat url('../images/weathericon.png');
	padding-left:50px;
	padding-top:5px;
    color:#000;
	font-size:17px;
    font-weight: normal;	
	height:29px;
    padding-bottom: 10px;
	}
.features_block_right h4{
	background:top left no-repeat url('../images/newsicon.png');
	padding-left:45px;	
	padding-top:5px;
    color:#000;
	font-size:17px;
    font-weight: normal;
	height:29px;
    padding-bottom: 5px;
	}


.features_footer_left{
	width:285px;
	height:27px;
	padding:10px 20px 0px 25px;
	float:left;
	display:inline;
	}
.features_footer_center{
	width:260px;
	height:27px;
	padding:10px 20px 0px 20px;
	float:left;
	display:inline;
	}
.features_footer_right{
	width:285px;
	height:27px;
	padding:10px 25px 0px 20px;
	float:left;
	display:inline;
	}


.clear{
	width:960px;
	height:1px;
	clear:both;
	}
/**********************************************************************************************  Client List */
#clients_wrap{
	width:855px;
	height:95px;
	margin:30px auto;
	padding-left:105px;
	background: #fff;
}


#clients_wrap p
{
font: normal 11px/11px arial, sans-serif;
} 


#right_box {
		background: #eaeaea;
        padding: 5px;
        border: 1px solid #dddddd;
        margin-bottom: 10px;
       
	}



     .rightmaps_articles {
		background: #ffffff;
		line-height: 18px;
		color: #000;
		padding: 12px;	
		margin: 0 2px 3px 2px;
         border: 1px solid #bbb;
	}
    
   .rightmaps_articles a {	color: #004276;	background: inherit; text-decoration: none;}
   .rightmaps_articles a:hover {	color: #ca0002;	background: inherit; text-decoration: none;}

    .rightcommunity_articles {
		background: #ffffff;
		line-height: 18px;
		color: #000;
		padding: 12px;	
		margin: 0 2px 3px 2px;
        border: 1px solid #bbb;
	}

   .rightmaps_articles a {	color: #004276;	background: inherit; text-decoration: none;}
   .rightmaps_articles a:hover {	color: #ca0002;	background: inherit; text-decoration: none;}

/********************************************************************************************** Footer */
#footer_container{
	width:100%;
	height: 75px;
	padding:20px 0px 30px 0px;
    
	/* styles in template_style.css */
	}
#footer_container a{
	/* styles in template_style.css */
	}	
#footer_container a:hover{
	/* styles in template_style.css */
	}	

#footer{
	position:relative;
	width:960px;
	margin: 0 auto;
    text-align: left;
	}
#footer_menu{
	position:absolute;
	top:0px;
	right:0px;
	}
#footer_menu a{
	display:inline-block;
	padding:0px 5px;
	}

#footer_menu p{
	text-align: right;
	}
#footer_container{
	background:#202020;
	border-top:1px #000000 solid;
	color:#808080;
	}
#footer_container a{
	color:#BDA65F;
	}	
#footer_container a:hover{
	color:#BDA65F;
	text-decoration: underline;
	}


