/*
      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.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

img {
	border: none;
}
#wrapper { 
 margin: 0 auto;
 width: 970px;
}
#faux {
	margin-bottom: 0px;
	overflow: auto;
	width: 100%;
}

.wrapper-faux-1 {background: url(images/fauxmid.png) repeat-y;}
.wrapper-faux-2 {background: url(images/fauxtop.png) no-repeat;}
.wrapper-faux-3 {
	width: 970px;
	overflow: hidden;
	padding: 0 0 50px 0;
	background: url(images/fauxbot.png) no-repeat 0 100%;
}

#fauxhome {
	margin-bottom: 0px;
	overflow: auto;
	width: 100%;
}

.wrapper-fauxhome-1 {background: url(images/fauxmid.png) repeat-y;}
.wrapper-fauxhome-2 {background: url(images/fauxtop.png) no-repeat;}
.wrapper-fauxhome-3 {
	width: 970px;
	overflow: hidden;
	padding: 0 0 50px;
	background: url(images/fauxbot.png) no-repeat 0 100%;
}
#header {
 color: #333;
 width: 970px;
 padding: 0px;
 height: 172px;
 margin: 0px;
}
#leftcolumn {
	display: inline;
	color: #333;
	margin: 0px 10px 10px;
	padding: 63px 0px 0px;
	width: 195px;
	float: left;
}


#leftcolumn li {
	list-style-type: square;
	color: #ffffff;
	font-size: 11px;
}

#leftcolumn ul {
	padding-bottom: 25px;
	padding-top: 0px;

}

#leftcolumn a {
	color: #FFFFFF;
}
#content {
	float: left;
	margin: 50px 13px 10px;
	padding: 0px;
	width: 460px;
	display: inline;
	position: relative;
	color: #FFFFFF;
}

#content a{ 
 color: #FFFFFF;
}

#contenthome {
	float: left;
	margin: 50px 0px 10px 13px;
	padding: 0px;
	width: 550px;
	display: inline;
	position: relative;
	color: #FFFFFF;
}

#contenthome a{ 
 color: #FFFFFF;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 21px 5px 10px 0px;
 padding: 0px;
 width: 185px;
 float: right;
}

#homefooter {
	width: 970px;
	clear: both;
	color: #4581C9;
	background: url(images/homefooter.png) no-repeat;
	margin: 0px;
	padding: 15px 0px 0px;
	height: 280px;
	text-align: center;
	font-size: 11px;
}
#footer {
	width: 970px;
	clear: both;
	color: #4581C9;
	background: url(images/footer.png) no-repeat;
	margin: 0px;
	padding: 15px 0px 0px;
	height: 70px;
	text-align: center;
	font-size: 11px;
}

#footer a, #homefooter a{
	color: #4581C9;
	text-decoration: underline;
}

#footer a:hover, #homefooter a:hover{
	color: #63940B;
	text-decoration: none;
}
.clear { clear: both; background: none; }
h1 {
	font-family: "Trebuchet MS";
	font-size: 30px;
	font-weight: normal;
	color: #B8D0ED;
	margin-top: 0px;
	padding-top: 0px;
}



h1 span{
	color: #699BD8;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: normal;
	color: #B4D58A;
	margin-top: 0px;
	padding-top: 0px;
}
A#sidenav {
	DISPLAY: block;
	OVERFLOW: hidden;
	WIDTH: 180px;
	HEIGHT: 33px;
}
A#sidenav:hover {
	DISPLAY: block; TEXT-INDENT: -180px
}

#sidesubnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	margin-right: 50px;
}

#sidesubnav a{
	color: #FFFFFF;
}

#sidesubnav a:hover{
	color: #476907
}
#contactinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	margin-right: 15px;
	margin-top: 20px;
	font-weight: bold;
}
.contentpic {
	text-align: right;
	border: 3px solid #FFFFFF;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

#subnav{
	display: inline;
	color: #333;
	padding: 0px 0px 50px;
	width: 170px;
	margin-bottom: 50px;
}

#subnav li {
	list-style-type: square;
	margin-left: 40px;
	color: #FFFFFF;
}

#subnav ul {
	padding-top: 0px;

}

#subnav a {
	color: #FFFFFF;
}

