/* Reset properties */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

/* Main elements styling */

body {
	background: url(../images/body-bg.gif) repeat-x #FCFCFC;
	font-family: "Lucida Grande", Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, H6 {
	color: #0a3872;
	cursor: default;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
	margin: 15px 0px;
}

h3 {
	font-size: 16px;
	margin: 15px 0px;
}

h4 {
	font-size: 14px;
	margin: 15px 0px;
}

h5 {
	font-size: 12px;
	margin: 15px 0px;
}

h6 {
	font-size: 10px;
	margin: 15px 0px;
}


p, ul{ 
	font-size: 12px;
	color: #434141;
	line-height: 20px;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	text-align: justify;
	margin-top: 0.5em; 
}

blockquote {
	padding-left: 40px;
	border-left: 3px solid #0a3872;
	color: #0a3872;
	margin: 20px 0px;
	font-style: italic;
}

blockquote p {
	color: #0a3872;
	font-style: italic;
}

a {
	color: #0a3872;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* classes used for align purposes (left and right, img-left and img-right) */

.left {
	float: left;
}

.right {
	float: right;
}

.img-left, .alignleft {
	float: left;
	padding: 5px;
	border: 1px solid #e4e3e3;
	margin: 6px 20px 9px 0px;
}

.img-right, .alignright {
	float: right;
	padding: 5px;
	border: 1px solid #e4e3e3;
	margin: 6px 0px 9px 20px;
}

/* Wrapper  940px width, centered */

#wrapper {
	width: 940px;
	margin: 0 auto;
}

.logo {
	float: left;
}

/* Header */

#header {
	height: 61px;
}

/* Navigation */

.lavaLamp {
	position: relative;
  	height: 29px;
    padding: 15px 0px 15px 15px;
    float: right;
	z-index: 100;
}

/* Force the list to flow horizontally */
.lavaLamp li {
	float: left;
 	list-style: none;
 	margin-right:20px;
}

/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
    background: url(../images/lava.gif) no-repeat right -30px;
    width: 9px;
    height: 30px;
    z-index: 8;
    position: absolute;
}

.lavaLamp li.back .left {
	background: url(../images/lava.gif) no-repeat top left;
	height: 30px;
	margin-right: 9px; 
	margin-bottom: 10px;
}
                
/* Styles for each menu-item. */
.lavaLamp li a {
	font: bold 14px Arial;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 5px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;   
}


/* Billboard section */

#billboard {
	height: 370px;
	background: url(../images/billboard-bg.jpg) no-repeat;
}

#billboard p {
	color: #fff;
	margin-right: 20px;
}

#billboard a {
	color: #fff;
	font-weight: bold;
}

.billboard-next, .billboard-prev {
	cursor: pointer;
}

.billboard-left-wrapper{
	width: 460px;
	float: left;
}

.billboard-left div .billboard-text {
	height: 220px;
	padding-top: 20px;
	
	overflow: hidden;
}

.billboard-left {
	width: 460px;
	margin-top: 40px;
	float: left;
	height: 240px;
	overflow: hidden;
}

.billboard-left div {
	padding: 0px 30px 0px 0px;
	width: 460px;
	height: 330px;
}

.billboard-prev-wrapper{
	background: url(../images/prev-hover.gif) no-repeat;
	float: left;
	margin: 25px 20px 0px 0px;
}

.billboard-next-wrapper {
	background: url(../images/next-hover.gif) no-repeat;
	float: left;
	margin: 25px 20px 0px 0px;
}

.billboard-prev-wrapper:hover img, .billboard-next-wrapper:hover img {
	visibility: hidden;
}

.billboard-right {
	float: right;
	padding-top: 30px;
	width: 460px;
	height: 340px;
	text-align: center;
}

.billboard-left h1{
	font-size: 30px;
	line-height: 45px;
	color: #fff;
	margin-bottom: 30px;
}


/* Featured services homepage section */

#featured {
	height: 180px;
	width: 940px;
}

.featured-service, .featured-service-right {
	width: 260px;
	float: left;
	padding: 20px;
	height: 140px;
	background: url(../images/featured-bg.gif) repeat-y;
	margin-right: 20px;
}

#featured .featured-service-right {
	margin-right: 0px;
}

.featured-border-bottom, .featured-border-bottom-right {
	background: url(../images/featured-border-bottom.gif) no-repeat;
	height: 10px;
	width: 300px;
	margin-right: 20px;
	float: left;
}

#featured .featured-border-bottom-right {
	margin-right: 0px;
}

#featured h2 {
	color: #0a3872;
	margin-top: 10px;
}

#featured h4 {
	color: #0a3872;
	margin-top: 15px;
}

#featured img {
	float: left;
	padding-right: 20px;
	margin-bottom: 10px;
	width: 48px; height: 48px;
	display: block;
	overflow: hidden;
}

#featured p {
	font-size: 11px;
	color: #434141;
	line-height: 20px;
}


/* Container */

#container {
	margin-top: 40px;
}

#container strong {
		font-weight: bold;
}

#container li {
	margin-left: 17px;
}

#container h1 {
	font-size: 24px;
	color: #0a3872;
	margin-bottom: 20px;
}

/* Main Content */

#mainContent {
	width: 600px;
	float: left;
	margin-bottom: 20px;
}

#mainContent a {text-decoration: underline;}

#mainContent a:hover {text-decoration: none;}

#mainContent h2 a  {text-decoration: none;}

#mainContent h2 a:hover  {text-decoration: underline;}

#mainContent_colum{
	width: 600px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
}

.sidebar-border-top {
	height: 10px;
	width: 300px;
	background: url(../images/sidebar-border-top.gif) no-repeat;
}

.sidebar-main {
	background: url(../images/featured-bg.gif) repeat-y;
	padding: 10px 20px 10px 20px;
}

.sidebar-border-bottom {
	height: 10px;
	width: 300px;
	background: url(../images/sidebar-border-bottom.gif) no-repeat;
	margin-bottom: 20px;
} 

#sidebar .sidebar-icon {
	margin: 0px 20px 0px 0px;
	float: left;
}

#sidebar .sidebar-icon-search, .e404 input.sidebar-icon-search {
	background: url(../images/icon8.png) no-repeat;
	border: none;
	width: 24px;
	height: 24px;
	margin: 0px 0px 0px 20px;
	float: right;
}

#sidebar h3 {
	margin-top: 3px;
	color: #0a3872;
	margin-bottom: 2px;
}

#sidebar ul {
	color: #0a3872;
	line-height: 20px;
	list-style: url(../images/sidebar-arrow.png) inside;
}
.sidebar-divider-full {
	height: 1px;
	background-color:#f3f2f2;
	border-top: 1px solid #d2d2d2;
	margin: 15px 0px 15px 0px;
	clear: both;
}


/* Footer */  

#footer {
	font-size: 11px;
	width: 940px;
	margin-top: 10px;
	list-style-type:none;
	list-style: none;
}

#footer-border-top {
	height: 10px;
	background-image: url(../images/footer-border-top.gif);
}

#footer-main {
	width: 940px;
	background: url(../images/footer-bg.gif) repeat-y;
	padding: 0px 10px 5px 15px;
}

#footer p {
	color: #0a3872;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration: underline;
}




#footer-main {
width:100%;
margin-right:10px;
height:230px;
clear:both;
}

#footer-main .widget {
width:290px;
height:300px;
float:left;
border: 1px, solid, black;
}

#footer-main .widget .inner {
	padding:5px;
}

#footer-main h2 {
	line-height: 2px;
	margin: 1px;
	padding: 1px;
} 
                        

.clear {
	clear: both;
}

.billboard-image {
	width: 337px;
	height: 210px;
	position: relative;
	overflow: hidden;
	z-index: 10;
	top:-295px;
	left: 61px;
}

.billboard-image img {
	width: 337px;
	height: 210px;
}

/* WP specific */

h2.widgettitle {
	margin: 0px 0px 15px 0px;
}

div.navigation {
	text-align: center;
}

div.e404 {
	width: 800px;
	margin: 20px 0px 60px;
	float: left;
}

.e404-search-wrapper {
	padding-top: 20px;
	width: 260px;
}

#wp-calendar {
	width: 260px;
	border: 1px solid #d2d2d2;
	font-size: 12px;
	margin-top: 15px;
	line-height: 20px;
}

#wp-calendar caption{
	font-size: 14px;
	color: #0a3872;
}

#wp-calendar thead tr th{
	color: #ffffff;
	background-color: #0a3872;
	text-align: center;
}

#wp-calendar tbody tr td{
	text-align: center;
}

#wp-calendar tfoot tr td {
	text-align: center;
	border-top: 1px solid #d2d2d2;
}

#mainContent .navigation {
	border-top: 1px dashed #d2d2d2;
	border-bottom: 1px dashed #d2d2d2;
	margin: 10px ;
	padding: 10px 0px;
}

#note {
	background:#E9E9E9 none repeat scroll 0 0;
	border:1px dashed #D2D2D2;
	margin:20px 0 15px;
	padding:5px;
}

.post-image {
	width: 158px;
	height: 140px;
}

.align-left {
	float: left;
}

.align-right {
	float: right;
}


li, tr, td{
	font-size: 12px;	
}

