* {
	margin: 0; padding: 0;
}
body {
	text-align: left;
	font: 12px Arial;
	color: #000000;
	
}
a {
	text-decoration: none;
	color: #015A77;
}
a:hover {
	text-decoration: underline;
	color: #aaa099;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}
ul {
	list-style-type: none;
}

/** BEGIN wrapper  **/
#wrapper {
	width: 960px;
	margin: auto auto;
	text-align: center;
}
/** END wrapper**/

 #headerWrapper {
	background: url(../images/bgHeader.gif) repeat-x 0 0;
}
 
 
 
/** BEGIN header **/
#header {
	height: 137px; /*height: 114px;*/
	padding-left: 16px;
}
		
	#header .logo {
		float: left;
		padding-top: 2px;  /*padding-top: 25px;*/
	}
		#header .logo a {
			display: block;
			width: 310px; height: 60px; /*padding-top: 37px;*/
			/*background: url(../images/logo.gif) no-repeat 0 0;*/
		}	
	#header .ad {
		float: right;
		padding-top: 10px;
		height: 60px;
	}
	#header ul {
		list-style-type: none;
		clear: both;
		height: 35px;
		padding-top: 10px;
	}
		#header ul li {
			float: left;
			padding-right: 2px;
		}
		#header ul li a {
			display: block;
			color: #ecebeb;
			font-weight: bold;
			font-size: 0.9em;
			text-transform: uppercase;
			text-decoration: none;
			text-align: center;
			padding: 10px 20px 10px;
			background: red url(../images/navigation.gif) repeat-x 0 0;
		}
		#header ul li a:hover, #header ul li.here a, #header ul li.current-cat a {
			background: url(../images/active.gif);
		}
		#header ul li.current_page_item a {
			background: url(../images/active.gif);
		}
		
				
/** END header **/

/** BEGIN featured **/
#featured {
	clear: both;
	height: 275px;
	color: #ffffff;
	position: relative;
}
	
	#featured a {
		color: #ffffff;
	}
	#featured .text {
		width: 400px;
		position: absolute;
		text-align: left;
		left: 50px; top: 35px;
	}
	
	#featured .text2 {
		width: 380px;
		position: absolute;
		text-align: left;
		left: 515px; top: 35px;
	}
	
	#featured .text h1 {
			font-size: 1.5em;
			margin-bottom: 10px;
		}
	#featured .text2 h1 {
			font-size: 1.5em;
			margin-bottom: 10px;
		}	
	
	#featured .text h2 {
			font-size: 1.5em;
			margin-bottom: 10px;
		}
	#featured .text2 h2 {
			font-size: 1.5em;
			margin-bottom: 10px;
		}	
		#featured .text p {
			line-height: 1.4em;
			font-weight:600;
			margin-bottom: 10px;
		}
		#featured .text2 p {
			line-height: 1.4em;
			font-weight:600;
			margin-bottom: 10px;
		}
		
		#featured .text .signup {
			font-weight: bold;
			padding: 15px 0 35px 66px;
			/*background: url(../images/post-green.gif) no-repeat 0 0;*/
			margin-bottom: 0;
			margin-left: 15px;
			
		}
		#featured .text2 .signup {
			font-weight: bold;
			padding: 15px 0 35px 66px;
			/*background: url(../images/signup-orange.gif) no-repeat 0 0;*/
			margin-bottom: 0;
			margin-left: 15px;
			
		}
		
		
/** END featured **/ 

/** BEGIN menu **/
#menu {
	height: 41px;
	background: #000000;
}
#menu .categories {
		clear: both;
		list-style-type: none;
		}
		#menu .categories li {
			float: left;
		}
		#menu .categories li a {
			display: block;
			padding: 13px;
			color: #ecebeb;
			font-size: 1.0em;
			/*text-transform: uppercase;*/
			text-decoration: none;
		}
		#menu .categories li a:hover {
			background-color: #045f9c;
			
		}
		
		#menu form {
		width: 245px; height: 26px;
		background: url(../images/search.gif) no-repeat 0 8px;
		float: right;
		padding: 8px 30px 0 0;
	}
		#menu form input {
			border: 0;
			float: left;
			width: 170px;
			margin: 5px;
		}
		#menu form button {
			border: 0;
			text-indent: -9999px;
			font-size: 0;
			width: 60px; height: 26px;
			float: right;
			background-color: transparent;
		}

	
 /** END menu **/


#body {
	background: url(../images/background.gif) repeat-y 0 0;
	width: 960px;
}

/** BEGIN content **/
#content {
	width: 480px;
	float: left;
	/** background-color: #ECEBEB; **/
	padding: 10px 7px 30px 5px;
	margin-right: 10px;
}
	#content .featured {
		height: 220px;
		background: #ffffff url(../images/featured.gif) repeat-x 0 0;
		padding: 12px;
		border: 1px solid #bbbbbb;
		margin-bottom: 10px;
		text-align:left;
	}
		#content .featured h2 {
			font-size: 0.9em;
			text-transform: uppercase;
			margin-bottom: 25px;
		}
		#content .featured img {
			float: left;
			margin: 0 10px 10px 0;
			border: 1px solid #CCCCCC;
			padding: 5px;
		}
		#content .featured h3 {
			font-size: 1.5em;
			margin-bottom: 5px;
		}
			#content .featured h3 a {
				color: #000000;
				text-decoration: none;
			}
		#content .featured .details {
			font-size: 0.9em;
			margin-bottom: 15px;
		}
		#content .featured p {
			line-height: 1.4em;
		}
	
	
		#content .box {
		    border: 1px solid #bbbbbb;
		    padding: 8px 0;
		    background-color: #FFFFFF;
		    margin-bottom: 10px;
			text-align:left;
	    }
		#content .box h2 {
			font-size: 0.9em;
			text-transform: uppercase;
			border-bottom: 1px solid #bbbbbb;
			padding: 0 0 7px 12px;
			margin-bottom: 5px;
		}
		#content .box h3 {
			font-size: 1.1em;
			color: #1E3357;
			padding: 5px 0 7px 12px;
			margin-top: 5px;
			
		}
		
		#content .box h3 a {
			color: #1E3357;
			text-decoration: none;
		}
		
		#content .content p {
		padding: 0 5px 0 12px;
		}
			
			#content .dashed {
			border-bottom: 1px dashed #bbbbbb;
			padding: 0 0 7px 12px;
			}
			
					
#content .single {
	text-align:left;
		padding: 0 5px 0 10px;
}
	#content .single h2 {
		margin-bottom: 20px;
		/*font-size: 1.4em;*/
		text-transform: none;
		text-align:center;
	}
	#content .single p {
		line-height: 1.2em;
		margin-bottom: 10px;
	}
	#content .single ul {
		list-style-type: disc;
	}
	#content .single ul, #content .single ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content .single li {
		line-height: 1.5em;
		padding: 2px 0;
	}
	#content .single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #ffffff;
		border-width: 1px 0;
		border-style: solid;
		border-color: #e0e0e0;
	}
	#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}

#content .wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #e0e3e6;
	font-weight: bold;
	border: 1px solid #908476;
	background-color: #908476;
}
#content .wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	color: #e0e3e6;
	border: 1px solid #045f9c;
	background-color: #045f9c;
}
			
#content .wp-pagenavi a, .wp-pagenavi a:link {      /*next, clicked*/
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #aaa099;
	color: #e0e3e6;
	background-color: #aaa099;	
}

#content .wp-pagenavi a:hover {	
	border: 1px solid #aaa099;
	color: #e0e3e6;
	background-color: #aaa099;
}

#content .wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #aaa099;
	color: #e0e3e6;
	background-color: #aaa099;
}

#content .wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #aaa099;
	color: #e0e3e6;
	background-color: #aaa099;
}

#content .wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	color: #e0e3e6;
	border: 1px solid #045f9c;
	background-color: #045f9c;
}

#content .wp-pagenavi a.first {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	color: #e0e3e6;
	font-weight: bold;
	border: 1px solid #908476;
	background-color: #908476;
}

#content .wp-pagenavi a.last {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	color: #e0e3e6;
	font-weight: bold;
	border: 1px solid #908476;
	background-color: #908476;
}
		
/** END content**/

/** BEGIN sidebar **/

#sidebar {
	width: 288px;
	float: left;
	/** background-color: #ECEBEB; **/
	padding: 10px 0 50px 4px;
}
	#sidebar .box {
		border: 1px solid #bbbbbb;
		background-color: #FFFFFF;
		margin-bottom: 20px;
		padding: 10px 0;
		text-align: left;
	}
	
	#sidebar .box h1 {
			font-size: 0.9em;
			text-transform: uppercase;
			border-bottom: 1px solid #bbbbbb;
			padding: 0 0 7px 6px;
		}
		#sidebar .box h2 {
			font-size: 0.9em;
			text-transform: uppercase;
			border-bottom: 1px solid #bbbbbb;
			padding: 0 0 7px 6px;
		}
		#sidebar .sponsor img {
			margin: 10px 0 0 11px;
		}
		#sidebar .box .sponsors img {
			padding: 10px 13px 0 8px;
		}
		#sidebar .advertisement img {
			margin: 5px 0 0 5px;
		}
		#sidebar .box .title a {
			color: #1E3357;
			text-decoration: underline; 
			font-size: 1em;
			font-weight: bold;
			line-height: 1.3em;
			font-family: Verdana;
		}
			#sidebar .box p {
				font-family: Verdana;
				padding: 6px 12px;
				padding-right: 15px;
				line-height: 1.2em;
			}
		
		#sidebar form {
			width: 280px; height: 33px;
			background: #ECEBEB url(../images/search.gif) no-repeat center;
			padding: 4px;
			margin-bottom: 10px;
		}
		#sidebar form input {
			float: left;
			border: 0;
			width: 190px;
			font-size: 0.9em;
			font-family: Verdana;
			margin: 8px;
		}
		#sidebar form button {
			float: right;
			width: 68px; height: 32px;
			font-size: 0.8em;
			font-family: Verdana;
			font-weight: bold;
			color: #ffffff;
			border: 0;
			background-color: transparent;
			text-transform: uppercase;
		}
		
/** END sidebar **/

/** BEGIN right **/
#right {
	width: 151px;
	float: right;
	text-align: left;
}
	#right .side {
		border-bottom: 1px dashed #bbbbbb;
	}
	#right .side h2 {
		font-size: 0.9em;
		padding-top: 12px;
		color: #1E3357;
	}
	#right .side ul {
		padding-top: 5px;
	}
	#right .side ul li {
		padding: 6px 0;
	}
	#right .side ul li a{
		color: #808080;
		font-size: 0.9em;
		text-decoration: none;
	}
	#right .side ul .last {
		padding-bottom: 18px;
	}
	#right .end {
		border: 0;
	}
	
	
/** END right **/


/** BEGIN bottom **/
#bottom {
	clear: both;
	border-top: 2px solid #bbbbbb;
	text-align: left;
	background: #ffffff url(../images/featured.gif) repeat 0 0;
	height: 200px;
	
}
    #bottom .box {
		width: 300px;
		float: left;
		padding: 10px;
	}
	
	#bottom .left {
		width: 150px;
		float: left;
		padding: 10px;
	}
	
	#bottom .left-center {
		width: 120px;
		float: left;
		padding: 10px 15px 10px 15px;
		
		
	}
	
	#bottom .left-right {
		width: 120px;
		float: left;
		color: #68645A;
		padding: 10px 15px 10px 15px;
	}
	
	#bottom .right {
		width: 440px;
		float: right;
		padding: 10px;
	}
	
	#bottom .right b {
	font-weight: normal;
	}
			
	#bottom h2 {
		color: #1F5053;
		font-size: 0.9em;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	#bottom ul {
		list-style-type: none;
	}
	#bottom ul li {
			border-bottom: 1px dotted #bbbbbb;
			padding: 4px 0;
		}
	#bottom ul li a {
			color: #68645A;
		}
	#bottom p {
	   	margin-bottom: 10px;
		line-height: 1.3em;
		color: #68645A;
	}
	
	#bottom a {
			color: #68645A;
		}
		
/** END bottom **/

/** BEGIN footer **/
#footer {
    height: 60px;
	background-color: #000000;
	clear: both;
	color: #ecebeb;
	font-size: 0.9em;
}
	#footer p {
	    color: #68645A;
		font-weight: normal;
		padding: 30px 0 10px 0;
		text-align: center;
		width: 960px;
	}

	#footer b {
	font-weight: normal;
	}
	
	#footer a {
	color: #68645A;
	text-decoration:none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
/** END footer **/

/** begin pages submenu **/
#header li ul {
	clear: both;
	position: absolute;
	list-style-type: none;
	display: none;
	z-index: 200;
	height: auto !important;
	padding-top: 1px;
	padding-left: 0 !important;
	margin-left: -1px;
	background-image: none !important;
	border-width: 0 0 1px !important;
	border-color: #ffffff;
	border-style: solid;
}
	#header li ul li {
		clear: both;
		margin: 0 !important;
		background-image: none !important;
		border-width: 1px 1px 0;
		border-style: solid;
		border-color: #ffffff;
		padding: 0 !important;
	}
	#header li ul li a {
		padding: 4px 15px !important;
		line-height: 1.5em;
		width: 170px;
		background-color: #015A77;
	}
	#header li ul li a:hover {
		background-color: #000033 !important;
		background-image: none !important;
	}
/** end pages submenu **/
