/*
COLOR PALETTE

#FFF5EE - Seashell
#FF8C00 - Dark Orange
#8A360F - Burnt Sienna

#C6E2FF - Sky Blue
#1C86EE - Bright Blue
#0000CD - Royal Blue
*/

body {
	margin-top: 0px;  
	padding: 0px; 
	background-image: url('images/bg-gray-lines.gif'); 
	/*
	background-color: #FFF8D2;
	*/
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px; 
	text-align: center;	
	} 

#wrapper {
	padding: 0px; 
	margin: 0px auto; 
	width: 750px; 
	border: 2px solid #fff;
	background-color: #ccc; 
	}

#container {
	padding: 0px; 
	margin: auto; 
	width:750px;
	text-align: center;		
	}
	
#content {
	padding: 10px;
	margin-right: 0%;
	margin-top: 0px;
	float: right;
	width: 550px;
	background-color: #ccc; 
	}

#sidebar {
	margin: 0px;
	padding: 60px 5px 5px 5px;
	width: 165px;  
	float: left; 
	height: 1400px;
	background: #ccc url('images/side-box.jpg') no-repeat;	
	}

.indent {
	padding-right: 3em; 
	padding-left: 3em; 
	padding-bottom: 0.5em; 
	padding-top: 2em;
	margin: 0px; 
	}
	
#header-container {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#header-image {
	background-color: #cccccc;
	background-image: url('images/header-5.jpg');
	background-repeat: no-repeat;
	height: 209px;
	width: 750px;
	}

#header-intro {
	text-align: left;
	font-size: 80%;
	color: #3E4B4F;
	font-weight: normal;
	padding-left: 130px;
	padding-top: 25px;
	width: 50%;
	float: left;	
	}


h1 {
margin-left: 0;
margin-right: 0;
padding: 5px;
font-size: 110%;
color: #A0825A;
border-bottom: 1px #000 solid;
border-top: 1px #000 solid;
background-color: #fff;
letter-spacing: 2px;
font-weight: bold;
text-align: center;
}

h2 {
margin: 20px 0px 0px 0px;
padding: 0px;
color: #fff;
font-size: 105%;
letter-spacing: 2px;
font-weight: bold;
text-align: center;
}

h3 {
margin: 0px;
padding: 0px;
line-height: 30px;
font-size: 110%;
color: #FFF;
letter-spacing: 3px;
font-weight: bold;
text-align: center;
height: 30px;
background: #A0825A url('images/box-hd.jpg');
border-bottom: 1px groove;
}

h1.sidebar {
margin: 0px 0px 0px 0px;
padding: 10px 10px 10px 10px;
line-height: 30px;
color: #eee;
font-size: 105%;
letter-spacing: 0px;
font-weight: bold;
text-align: center;
border-top: 0px solid #ccc;
border-bottom: 0px dashed #ccc;
background-color: transparent;
}


.box{
background: #ccc url('images/content-box.jpg') ;
width: 265px;
height: 269px;
font-size: 100%;
color: #fff;
background-color: #ccc;
text-align: left;
padding: 0px 0px 0px 0px;
margin-bottom: 10px;
margin-right: 0px;
float: left;
}

.box-lg{
background: #ccc url('images/content-box-lg.gif') ;
width: 530px;
height: 450px;
font-size: 100%;
color: #fff;
background-color: #ccc;
text-align: left;
padding: 0px 0px 0px 0px;
margin: 0px;
float: left;
}

.adsense {
width: 336px;
height: 280px;
text-align: left;
padding-top: 0px;
}


.content-box{
height: auto;
width: 90%;
font-size: 100%;
border-left: 1px groove;
border-right: 1px groove;
border-bottom: 1px groove;
background-color: #B3AE92;
text-align: left;
margin: 10px;
float: left;
}

.content-box-main {
width: auto;
height: auto;
border: 1px #fff dashed;
text-align: left;
margin: 10px;
padding: 0 10px 0 0;
background: #fff url(images/bg-content.jpg) repeat-x;
}

.side-box {
	color: #000;
	text-align: center;
	border-top: 0px dashed #808080;
	border-bottom: 1px dashed #808080;
	height: auto;
	background: transparent;
	padding: 0px 5px 5px 5px;
	margin: 0px 10px 5px 10px;
	width: 85%;
	float: left;
	clear: both;
	}
	
/* CSS for forms*/

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 105px; /*width of left column containing the label elements*/
border-top: 1px dotted gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -105px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.cssform input{
font: 90%/120% verdana, arial, helvetica;
margin-left: 160px;
}

p {text-align: left}

