/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: verdana, Arial, Helvetica, sans-serif;
 font-size: 80%;
 background-image: url(../images/bg.jpg);
 background-color: #88a36c;
 background-repeat:repeat-x;
 margin-top: 10px;
}
#wrapper { 
 position: relative;
 margin: 0 auto;
 width: 939px;
 background-color: #fff;
 }
#faux {
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
 z-index: auto;
}

#header {
 color: #333;
 width: 939px;
 height: 359px;
 /*margin: 10px 0px 0px 0px;*/
 background: url(../images/header-house.jpg);
 background-repeat: no-repeat;
}
#header a {
  visibility: hidden;
  text-decoration: none;
  display: block;
  text-align: right;
  padding: 5px;
  font-size: 50px;
}
#header a.skip {
	visibility: hidden;
	display: block;
	text-align: left;
	font-size: 1px;
}
#navigation {
 position: absolute;
 display: block;
 left: 0;
 top:360px;
 width: 939px;
 color: white;
 /*padding-bottom: 5px;*/
 margin: 0px 0px 5px 0px;
 background-color: #d86e7c;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 50px 3px 10px 3px;
 padding: 0px;
 width: 260px;
 float: left;
 
}
.rndbox { display: block;
  background-color:/*#A9aaa5; #aabdc1;*#b6ceda;*/#70a0b4;
  padding:15px;
 margin: 20px;
 color:  #fff;
 font-weight:550;
 margin-bottom: 30px;
 width: 230px;
 z-index: 800;
}
.rndbox h1 {
color: #fff;
border-bottom: 2px solid #fff;
font-size: 110%;
}
.rndbox a {
color: #3b5999;
}
.rndcorners { display: block;
 background-color: #b6ceda;
 text-align: center;
 margin: 20px;
 width: 230px;
}
.rndad { 
 display: block;

 background-color: /*#70a0b4;#e08c99;#fac042;*/#ded77b;
 padding: 15px;
 margin: 20px;
 margin-bottom: 30px;

 color: #000;
 width: 230px;
}
.rndad a {
 color: #C00;
}
.rndad ul {
 padding-left: 15px;
 margin-top: 10px;
 }
 .rndad h1 {
 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 110%;
 color: #e53c43;
 border-bottom: 2px solid #e53c43;
}
.rndad img {
	border: 2px solid #fff;
}
#otf {
	padding-left: 80px;
	
}
#TA_excellent391 {
 padding-left: 0;
 float: left;
}
.rndbox ul {
 list-style-image: url(../images/ding.gif);
 padding-left: 10px;
 }
 .facebook {
	 margin-left: 20px;
	 margin-bottom: -10px;
 }
#rightcolumn { 
 float: right;
 color: #333;
 margin-top: 50px;
 padding: 10px;
 width: 650px;
 display: inline;
 position: relative;
}
#rightcolumn ul {
	list-style-image: url(../images/brownding.gif);
	margin-bottom: 17px;
	padding-left: 10px;
	margin-left: 20px;
	line-height: 17px;
	}
#footer { 
 width: 924px;
 clear: both;
 color: #333;
 background: #e08c99;
 padding: 8px;
 font-size: 90%;
 margin-top: 20px;
 text-align: center;
}
#footerlist {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footerlist li {
   display: inline;
   padding: 0;
   margin: 0;
   color: #fff;
  /*list-style-type:none;
 padding-right: 10px;*/
}
#footerlist li:before {content: "|";}
#footerlist li:first-child:before {content: "";}
#footer li a {
	color: #fff;
	text-decoration: none;
}
#footer li a:hover { text-decoration: underline;}

#footer li a:visited { color:#266a82;} 
.clear { clear: both; background: none; }


 
h1 {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 color: #41849f;
 font-size: 150%;
 margin-bottom: 8px;
 border-bottom: 2px solid #41849f;
 }
 
h2 {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 color: #d86e7c;
 font-size: 120%;
 margin-bottom: 1px;}
 
p {padding-bottom: 10px;}

.copyright {
	font-size: 80%;
	color: #fff;
	text-align: center;
	}
	
p.img {
	clear: right
	}
a img {border: 0; }
	
#imgcenter {
	text-align: center;
	margin-top: 10px;
	}
	
.imgright {
	float: right;
	margin: 0 10px 5px 10px;
	border: 2px solid white;
	}
	
.imgleft {
	float: left;
	margin: 0 10px 0 0;
	
	}
	
#rightcolumn a {
 color: #41849f;
}
#rightcolumn a:hover {
 text-decoration: underline;
}
#rightcolumn .rndad a{
 color: #e53c43;
 text-decoration: underline;
}
 .rndad h1 {
 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 110%;
 color: #e53c43;
 border-bottom: 2px solid #e53c43;
}