/*
      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
	  
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #74674C;
}
#wrapper { 
 margin: 0 auto;
 width: 948px;
}

#faux {
 background: url(faux-2-2-col.gif);
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
.wrapper-faux-1 {background: url(images/bg-mid-content.png) repeat-y;}
.wrapper-faux-2 {background: url(images/bg-top-content.png) no-repeat;}
.wrapper-faux-3 {
	width: 948px;
	overflow: hidden;
	padding: 0 0 50px 0;
	background: url(images/bg-bot-content.png) no-repeat 100%;
}

#fauxhome {
 background: url(faux-2-2-col.gif);
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
.wrapper-fauxhome-1 {background: url(images/bg-mid-contenthome.png) repeat-y;}
.wrapper-fauxhome-2 {background: url(images/bg-top-contenthome.png) no-repeat;}
.wrapper-fauxhome-3 {
	width: 948px;
	overflow: hidden;
	padding: 0 0 0 0;
	background: url(images/bg-bot-contenthome.png) no-repeat 100%;
}
#header {
 color: #333;
 width: 948px;
 height: 103px;
}

#logo { 
 float: left;
 margin: 35px 10px 10px;
 padding: 0px;
 display: inline;
 position: relative;
}
#contactinfo{
	float: right;
	margin: 60px 10px 10px;
	padding: 0px 0px 0px 15px;
	display: inline;
	position: relative;
	text-align: left;
	color: #ECE9E1;
	font-weight: bold;
	font-size: 14px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#address{
	float: right;
	margin: 60px 10px 10px;
	padding: 0px;
	display: inline;
	position: relative;
	text-align: right;
	color: #ECE9E1;
	font-weight: bold;
	font-size: 14px;
}
#navigation {
	color: #333;
	background: url(images/nav.png) no-repeat;
	height: 54px;
	width: 938px;
	padding-left: 10px;
}


#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	padding-top: 5px;
	font-size: 13px;
	font-weight: bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 0.8em;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
color: #AD131A;
}
 



#rightcolumn { 
 display: inline;
 color: #333;
 margin: 0px;
 padding: 0px 10px 0px 0px;
 width: 205px;
 float: right;
}
#rightcolumnhome { 
 display: inline;
 color: #333;
 margin: 0px;
 padding: 0px 10px 0px 0px;
 width: 403px;
 float: right;
}
#leftcolumn { 
 float: left;
 color: #333;
 margin: 60px 10px 0px 60px;
 padding: 0px;
 width: 550px;
 display: inline;
 position: relative;
}
#leftcolumnhome { 
 float: left;
 color: #333;
 margin: 60px 10px 0px 60px;
 padding: 0px;
 width: 400px;
 display: inline;
 position: relative;
}


#footer {
	width: 948px;
	clear: both;
	background: url(images/footer.png) no-repeat;
	height: 101px;
	margin: 0px;
	padding: 55px 0px 0px;
	text-align: center;
	font-size: 11px;
	color: #EBE8E0;
}

#footer a{
	color: #EBE8E0;
}

#footer a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.clear { clear: both; background: none; }
img {
	border: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #8F0000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5D533E;
}

h2 span{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.bodypic {
	float: right;
	border: 1px solid #5C523D;
}
hr {
	margin-top: 40px;
	margin-bottom: 40px;
}
