@charset "utf-8";
body{
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #fff;
	width: 900px;	
	margin-left: auto;
    margin-right: auto;
	color: #3a2f29;
	font: 13px/18px Helvetica, Verdana, Arial, sans-serif;
}

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
a{
	color: #500202;
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
}
body, html{
	height: 100%;
}
h1{
	font-size: 1.7em;
	font-weight: normal;
	margin: 0 0 10px;
}
h2{
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0 10px;
}
h3{
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 0 0;
}

/* @group tables */

table .row-header{
	font-size: 14px;
	font-weight: bold;
	color: #500202;
	padding-top: 5px;
	background: url(../images/gradient_tan.jpg) repeat-x;
}

.services td{
	border-bottom: 1px dashed #b7b4ab;
}


/* @end */



img {
	behavior:url(/css/iepngfix.htc);
	border:none;
}

/* right column div with image */
.img-right{
	margin-top: 50px;
	text-align: right;
}
.gray{
	color:gray;
}
.font1{
	font-size: 14px;
}
.font2{
	font-size: 16px;
}
.font3{
	font-size: 18px;
}
.notice{
	padding: 15px;
	margin: 25px;
	background-color: #fdf7af;
}

/* @group Forms */
.form-text{
	/*background: #FFF url('../images/text-bg.gif') repeat-x center;*/
	height: 18px;
	font-weight: bold;
}
.form-textarea{
	font-weight: bold;
	/*background: #FFF url('../images/text-bg.gif') repeat-x center;*/
	}

/* @end */

.line{
	border-bottom: 1px dashed #b7b4ab;
	margin-top:10px; 
	margin-bottom: 10px;
}


/* @group Menu */
.menu ul { 
	line-height:16px; 
	margin-left: 15px; 	
}
.menu li{
	list-style-type: square;
	line-height:24px; 
	margin-left: 15px; 		
}
.menu a{
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover{
	text-decoration: underline;

}

/* @end */

/* @group Layout */

#container {
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
#nav {
	height:65px;
	padding: 0px;
	background-color: #500202;
	margin-bottom: 5px;
} 
#banner {
	height: 240px;
	min-height: 240px;		
	background-color: #eeebe2;
	margin-top: 5px;
	margin-bottom: 5px;

} 
#banner-sub {
	background-color: #eeebe2;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 240px;
	min-height: 240px	
} 
/* @group Not in use */

/* content1  stuff is not being used on sub pages*/
#content1{
	background-color: #3a2f29;
	color: #fff;
	margin-top: 5px;	
	margin-bottom: 5px;
	min-height: 180px;
	text-align: left;	 	
}
#content1 a {
	color: #fff;
}
#content1 .col-left {	
	float: left;
	width: 480px;
	padding: 20px;
	margin: 0px;	
	min-height: 180px; 	
}
#content1 .col-right {	
	float: right;
	width: 325px;
	padding: 20px;
	margin: 0px;
	margin-bottom: 15px;
	border-left: 1px dashed #b7b4ab;	
	min-height: 180px; 		
}
/* @end */

#content2{
	background-color: #eeebe2;
	color: #3a2f29;
	margin-bottom: 5px;
	text-align: left;
	overflow: hidden;
	width: 100%;
		
}
#content2 H1 {
	color: #500202;
}
#content2 a {
	color: #3a2f29;
}
#content2 .col-left {	
	float: left;
	width: 400px;
	text-align: left;
	padding-top: 25px;
	padding-left: 175px;	
	padding-bottom: 20px;
	padding-right: 20px;
	margin-top: 0px;
	min-height: 350px;	
}
#content2 .col-right {	
	float: right;
	width: 250px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;			
	border-left: 1px dashed #b7b4ab;	
	min-height: 350px;

}
/* This is for single comlumn layout */
#content2 .col {
	float: left;
	padding: 20px;
	margin: 0px;	
	min-height: 180px; 	
}
#footer {
	background-color: #dcd8cc;	
	padding: 0;
	text-align: left;
	overflow: hidden;
	width: 100%;		
} 
#footer .footer-left{
	float:left;
	color: #999;	
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#footer .footer-right {	
	float:right;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	text-align: right;
}

#footer a {
	text-decoration: none;	
	}

#footer a:hover {
	text-decoration: underline;
}
#footer ul { 
	margin:0; 
	padding:0 10px 0;
	list-style-type: none;
}
#footer ul li{ 
	display: inline;
	padding-right: 15px; 

}

#twitter {
	text-align: right;
	overflow: hidden;
	width: 100%;		
}


.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container ul { 
	font-size:11px; 
	line-height:16px; 
	color:#999; 
	margin-bottom:1em; 
	margin-left:0; 
	padding:0 10px 0; }
#container ul li{ 
	margin-bottom:0.6em; 
	}
	
.fancy-zoom-a{
	color:#fff;
}	

/* @end */


ul.gallery{
	display: inline;
	list-style-type: none;	
}

ul.gallery li{
	float:left;
	width:75px;
	height:75px;
	margin-top: 5px;
	margin-bottom: 5px;	
	margin-right: 10px;
	font-variant: normal;
}



