/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { 
	padding: 0; margin: 0;
}
body {
	margin: 0; 	padding: 0;
	font: normal .8em/1.6em Tahoma, 'Trebuchet MS', sans-serif;
	color: #494949;
	text-align: center;
	background: #156aa1;
}

/* links */
a, a:visited {
	color:#FFAA22; 
	background-color: inherit;
	text-decoration: none;	
}
a:hover {
	color:#000;
	background-color: inherit;
	text-decoration: underline;
}

td {
	color:#494949; 
	background-color: inherit;
	border: 1px solid #888;
}



/* headers */
h1, h2, h3 {
	font: normal 1.5em "Times New Roman", Times, serif;
	color:#00225a;
	letter-spacing: 1px;
	


}
h1 { font-size: 1.5em; } 
h2 { font-size: 1.4em; color:#00225a; }
h3 { font-size: 1.3em; color:#00225a; font-weight: normal; letter-spacing: 0px;}

#main h1 { 
	color: #00225a; 	
	letter-spacing:1px;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:1.5em; font-family:"Times New Roman", Times, serif;
	margin-left:0px; margin-right:15px; margin-top:0; margin-bottom:10px; padding-left:0; padding-right:0; padding-top:0; padding-bottom:5px;

}
#sidebar h1 {
	font: normal 1.5em "Times New Roman", Times, serif;
	color: #00225a;
	padding: 0;
	margin: 0 0 10px 5px;
	
}

p, h1, h2, h3 {
	margin: 10px 15px;
	padding: 0;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}

/* images */
img {
	border: 0px solid #DADADA;
	padding: 5px;	
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

blockquote {
	margin: 0px;
 	padding: 0px;  	
  	font: 1em Tahoma, 'Trebuchet MS', Sans-serif;   
	background: #e2e2d8;
	border: 1px solid #cecebf;
	color: #494949;
}


/***********************
	  LAYOUT
************************/
.indexsplash { 
float: center;
margin : 0;
width : 792px;
height : 254px;
background : #11315E url('images/index_splash.jpg') no-repeat;
border:none;
} 

.homessplash { 
float: center;
margin : 0;
width : 792px;
height : 254px;
background : #11315E url('images/homes_splash.jpg') no-repeat;
border:none;
} 

.contactsplash { 
float: center;
margin : 0;
width : 792px;
height : 254px;
background : #11315E url('images/contact_splash.jpg') no-repeat;
border:none;
} 

.sitesplash { 
float: center;
margin : 0;
width : 792px;
height : 254px;
background : #11315E url('images/site_splash.jpg') no-repeat;
border:none;
} 



#header-content, #footer-content, #content {
	width: 792px;	
}

/* header */
#header {
	background: #FFF url('images/bkg2.jpg') repeat-x 0 0;
	height: 200px;
	text-align: left	
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: 0px; top: 180px;
	font : bold 1.3em 'Trebuchet MS', Tahoma, sans-serif;
	list-style: none;
	padding: 0;
	text-transform: uppercase;
		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 0px 0px 7px 20px;	
	color: #FFF; 
	text-decoration: none;
}
#header-content li a:hover {
	color: #ffa93d;
}
#header-content li a#current  {	
	color: #ffa93d;	
}

#header #header-links {
	position: absolute;
	top: 0px; right: 0px;	
	color: #FFF;
	font-size: .9em;
}
#header #header-links a {	
	color: #fff;
	text-decoration: none;
}
#header #header-links a:hover {
	color: #000;
}

#wrap {
	clear: both;
	float: left;
	width: 800px
	background: #F2F2E8;

}


/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #156aa1 url('images/contentbg.jpg') repeat-x center top;	

}
#content {
	text-align: left;	
	border-style:none; border-width:medium; padding:10px;  
	margin:30px auto;	
	text-align: justify;
	background:#F2F2E8;
	width: 800px;
	
			
}


span.author
	{font-size:.9em; color: #444; font-style: italic; padding-left: 10px}
	
/* sidebar */
#sidebar {
	float: left;
	width: 210px;
	margin: 0 0 10px 0;
background:#F2F2E8
	
}
#sidebar ul.sidemenu {
	margin: 5px 0 45px 5px;
	border-top: 1px dotted #494949;	
	padding: 0;
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px dotted #494949;
}
#sidebar ul.sidemenu a {
	display: block;
	color: #666666; 
	text-decoration: none;
	padding:.3em 0 .3em 10px;		
	width: 94%;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	color: #CB4721;
	background: #FFF;	
}

/* main */
#main {
	margin: 0 7px 0 0; 
	padding: 0;		
	width: 570px;
	float: left;	
	background:#F2F2E8;
}



#main p, #main h1, #main h2, #main h3, #main blockquote, #main form {
	margin-left: 10px;
}
#main form p {
	margin: 15px;
}
#main h1 {
	margin: 10px 0 0 10px;
	border-bottom: 1px dotted #555;
	}

#sidebar h1 {
	margin-top: 10px;
	}


/* footer */
#footer {
	clear: both;
	margin: 0; text-align: left;	
	background: url('images/footerbg.gif') repeat-x;
	color: #000; font-style:normal; font-variant:normal; font-weight:normal; font-size:.95em; font-family: Tahoma, sans-serif; padding-left:0; padding-right:0; padding-top:25px; padding-bottom:25px
}
#footer p {
	margin-left: 0;
}
#footer h2 {
	font: bold 1.3em Tahoma, 'Trebuchet MS', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #CC9933;
	margin-left: 5px;
}
#footer-content {	
	margin: 0 auto;		
}
#footer-content a{
	color: #000;
}
#footer-content a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;	
	width: 98%;
}
#footer-content ul.columns li {
	border-bottom: 1px dotted #ffaa22;	
}
#footer-content ul.columns li.top {
	border-top: 1px dotted #ffaa22;	
}
#footer-content ul.columns li a {
	display: block;
	line-height: 2em;
	font-weight: normal;
	padding-left: 5px;
	width: 98%;
	color: #000;
}
#footer-content ul.columns li a:hover {
	background: #202020;
	color: #FFF;
	text-decoration: none;
}
#footer-content .col {
	width: 240px;
	padding: 0 0 30px 0;			
}
#footer-content .space-sep {
	margin-right: 10px;
}
#footer-content .col2 {
	width: 240px;
	padding: 0 0 30px 0;	
	display: inline;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.orange {
	color: #F3A251;
}

.post-footer {
	font-size: 95%;
	border: 1px solid #EFEFEF; 
	background: #F8F8F8; 
	padding: 3px 10px;
	margin: 20px 15px 10px 15px;	
}
.post-footer .date {
	background: url('images/clock.gif') no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;	
}
.post-footer .comments {
	background: url('images/comment.gif') no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;	
}
.post-footer .readmore {
	background: url('images/page.gif') no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;	
}