/*reset.css*/body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img,hr{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

body {
	background:#93d5ea url(img/bg.png) top left repeat-x; 
	font: 100%/116% Arial, Helvetica, sans-serif; 
	color:#555; 
}
/* =Typography */
p { font:100%/116% Arial, Helvetica, sans-serif; color:#555; margin-bottom:14px; }

small { font:85%/93% Arial, Helvetica, sans-serif; color:#999; text-transform:uppercase; }
strong { font-weight:bold; }
em {}
hr {
color: #555;
background-color: #555;
height: 1px;
	margin-bottom:10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: bold;
	text-transform:uppercase;
	color: #405C79;
	margin-bottom:5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 138.5%;
		margin-bottom:5px;
	
	color: #405C79;
}
.bodytext ul{ margin: 10px 0;}
.bodytext li{ margin-left: 20px; list-style-type: disc; list-style: outside;}

.bodytext, .bodytext p, .bodytext li{
	font-family: 	arial,helvetica,sans-serif;
	font-size: 93%;
	line-height:131%;
	color: #555;
}
.headings {
		font-family: Verdana, Geneva, sans-serif;
	font-size: 108% ;
	font-weight: bold;
	color: #405C79;padding:5px 0;
}
	.headings a{font-size: 108% ;font-weight: normal; color: #405C79;}
	
.superheading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #405C79;
}

/* =Clearfix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
.clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


.clear{clear:both;} 


#pageBody {
	width:930px;
	margin: 5px auto 0;
  	padding:0px 15px;
	text-align: left;
	background: url(img/bgBody.png) repeat-y;
}
#header {
	width:930px;   
	height:90px;
	background: url(img/bg_logo.jpg) repeat ;
}
#content {
	background: #cccccc;
	width: 930px;
	overflow: hidden;
}
.content_block{
	background: white;
	padding: 20px;
	margin: 5px;
}

.left{ width: 660px; float: left; }
.right{ width: 160px; float: left; }






#pageFooter {
	height:20px;
	padding:5px 15px;
    width: 930px;
    margin: 0 auto;
    text-align: center;
    background: url(img/bgFooter.png) repeat-y;
}
#menu{
	width:930px;
	background: url(img/bg_menu.jpg) repeat-x ;
}

#prim_nav { margin:0px 0 0 0; list-style:none; }
	#prim_nav, #prim_nav a { overflow:hidden; background:url(img/publicMenu.jpg) left top no-repeat; width:930px; height:43px; }
	#prim_nav li { float:left; }
	#prim_nav a { display:block; height:43px; }
	#prim_nav span { display:none; }
	
	#nav_item-1 a { width:116px; background-position:0 0; }
	#nav_item-1 a:hover { background-position:0 -43px; }
/*	#nav_item-1.current_page_item a { background-position:0 -86px; }*/
	#nav_item-2 a { width:117px; background-position:117px 0; }
	#nav_item-2 a:hover { background-position:-117px -43px; }
/*	#nav_item-2.current_page_item a { background-position:-132px -86px; }       */
	#nav_item-3 a { width:200px; background-position:234px 0; }
	#nav_item-3 a:hover { background-position:-234px -43px; }
/*	#nav_item-3.current_page_item a { background-position:-264px -86px; }     */
	#nav_item-4 a { width:114px; background-position:399px 0; }
	#nav_item-4 a:hover { background-position:-433px -43px; }
/*	#nav_item-4.current_page_item a { background-position:-398px -86px; }   */
	#nav_item-5 a { width:95px; background-position:511px 0; }
	#nav_item-5 a:hover { background-position:-547px -43px; }
/*	#nav_item-5.current_page_item a { background-position:-430px -86px; } */
	#nav_item-6 a { width:132px; background-position:643px 0; }
	#nav_item-6 a:hover { background-position:-643px -43px; }
/*	#nav_item-6.current_page_item a { background-position:-562px -86px; } */
	#nav_item-7 a { width:131px; background-position:775px 0; }
	#nav_item-7 a:hover { background-position:-775px -43px; }
/*	#nav_item-7.current_page_item a { background-position:-562px -86px; } */

.footermenu {
         	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #518099;
}
#pageFooter a:link {
	color: #739CCE;
          	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#pageFooter  a:visited {
	color: #739CCE;

	font-size: 9px;
}
#pageFooter  a:active {
	color: #739CCE;

	font-size: 9px;
}
#pageFooter  a:hover {
	color: #FC6;

	font-size: 9px;
}

	
	.side_menu{
		margin-top: 5px;
		background: #ffffff ;
		background-position: 0 225px;
		width: 215px;
		padding-top:10px;
		
	}

	#login_button{
		position:relative;

		top:-25px; 
		left: 560px;
		
	}
	ul.blog_menu li  {
	 padding: 2px 5px;
	}
	.post ul {
		margin:10px 15px;
	}
	.post ul li {color:#555; padding: 5px 5px;list-style-type:disc;}
	li.no_list_style{list-style-type: none;}
	
	li.more-top-space{margin-top: 20px;}
	
	.post{margin: 10px 0; }
	
	.entry{margin-top: 10px;}
	

	#s{width:150px;	font: 100%/116% Arial, Helvetica, sans-serif;letter-spacing:1px; }
