/* * * * Screen CSS * * * */

body {background-color:#D8C9B2;}

.clear{clear:both}
.left{float:left}
.right{float:right}
.block{display:block}
.hidden{visibility:hidden}

img, div, a, input { behavior: url(../iepngfix.htc)}

/* * * * Container * * * */

#container {}
	#containerInner{
		width:840px;
		margin:20px auto;
		background-color:#FFF;

	}
#header {}
	#headerInner{
		width:840px;
		height:119px;
		border-bottom:1px solid #e0e0e0;
		}
		
/* * * * Header Content * * * */
.logo{
	margin:29px 26px 0 26px;
	float:left;
}

/* * Navbar * */
#navbar {
	margin-top:39px;
	float:left;
	width:auto;
}
	#navbar a{color:#500B06;}
	
		#navbar ul{
			font-family:Tahoma;
			font-weight:bold;
			color:#500B06;
			text-transform:uppercase;
			font-size:14px;
			letter-spacing:0px;
			height:52px;
		}
			
			#navbar ul li{
				list-style-type:none;
				margin-left:0;
				display:block;
				float:left;
				text-align:center;
				height:52px;
			}
			#navbar ul li.twoline{
				margin-top:-10px;
			}

				#navbar ul li a{
					display:block;
					padding-top:18px;
					width:115px;
				}
					#navbar ul li a.active{
						background-image:url(../img/activenav115.jpg);
						height:34px;
						padding-top:18px;
					}
					#navbar ul li a.active2{
						background-image:url(../img/activenav115.jpg);
						height:44px;
						padding-top:8px;
					}

/* * * * Header Content * * * 
#banner{
	width:840px;
	padding-bottom:16px;
	border-bottom:1px solid #e0e0e0;
	background-color:#336633;
	border:1px solid red;
	*height:252px;
	*overflow:hidden;
}

/* * * * Home page slideshow * * * */

#slideshow{
	padding:16px 0 16px 35px;
	margin:0px;
	*margin-top:-24px;
	*margin-bottom:-24px;
}
	#slide .pics{
		position:relative;
		z-index:1;
		overflow:hidden;
		margin:0px;
		width:100%;
	}
		#slide .pics img{
			float:left;
			width:386px;
			height:252px;
			margin:0;
			padding:0;
			display:inline;
		}
		/* CAPTION */
		#s1 .caption{
				float:left;
				display:inline;
				width:341px;
				height:187px;
				background:url(../img/caption-box.jpg) no-repeat top left;
				padding:65px 10px 0 20px;
				margin:0;
				_margin-right:-4px;
				font-size:44px;
				font-family:"Trebuchet MS", "Arial";
				color:#883839;
				font-style:italic;
				text-align:center;
			}
	
/* pagination */
	
	#pagination{
		position:relative;
		z-index:100;
		left:-445px;
		*left:-450px;
		top:225px;
		*top:240px;
	}
		#pagination img{
			_display:none;
		} 
	
	#prev {
		float:right;
		cursor:pointer;
		color:#CFC3B5;
		font-family:"Trebuchet MS", "Arial";
		font-size:24px;
		font-weight:bold;
		margin-top:-6px;
		*margin:-6px 2px 0 0;
	}
	#next{
		float:right;
		cursor:pointer;
		color:#CFC3B5;
		font-family:"Trebuchet MS", "Arial";
		font-size:24px;
		font-weight:bold;
		margin:-6px 0 0 -5px;
		*margin:-6px 0 0 0;
	}
	#prev:hover, #next:hover{
		color:#FFF;
	}
	#nav {
		float:right;
		_float:none;
		_position:relative;
		_top:0px;
		_left:650px;
		padding-right:5px;
		margin:-5px 3px 0 3px;
		*margin:-6px -5px 0 3px;
	}
		#nav a{
			padding:0px 6px 0px 6px;
			border:1px solid #cca0b1;
			background-color:#e3d7c9;
			color:#bb8e88;
			font-family:"Trebuchet MS", "Arial";
			font-size:12px;
			margin:0 4px 0 4px;
			*display:inline-block;
		}
			#nav a:hover{
				color:#FFF;	
			}
		#nav a.activeSlide { 
			color:#FFF;
		}
	
	
/* * * * End of Home page slideshow * * * */


/* * * * Start of Main Content Area * * * */

#content{
	width:840px;
	padding:6px 0;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
}
#content ul{
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	margin:12px 0 18px 50px;

}
#content ul li{
	list-style:circle;
	padding-left:0px;
	font-family:Tahoma;
	font-size:12px;
	color:#333;
	line-height:180%;

}

#content ul li a{
	color:#333;
	font-weight:bold;
	text-decoration:underline;
}

#ColumnA{
	margin-left:35px;
	_margin-left:18px;
	float:left;
	width:390px;
}
	
#ColumnB{
	margin-right:35px;
	_margin-right:17px;
	_margin-left:-35px;
	float:right;
	width:375px;
}

#ColumnC{
	margin:0 0 0 35px;
	_margin:0 0 0 35px;
	padding-right:35px;
}

h1 {
	color:#660000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	margin-top:5px;
	letter-spacing:-1px;
}
	h1.sub {
		color:#660000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:30px;
		margin-top:5px;
		margin-left:35px; 
		margin-bottom:-20px;
		letter-spacing:-1px;
	}

h2 {
	color:#786352;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	font-size:19px;
	margin:8px 0 0 20px;

}

h3 {
	color:#a45f7b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:45px 0 10px 0;
	text-align:center;
}

h4 {
	color:#a45f7b;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin:5px 0 -10px 20px;
	_margin:5px 0 -10px 20px;
	background:none;
	text-align:left;
	padding:0;
}

h5 {
	color:#a45f7b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:20px;
	margin:10px 0 0 17px;
}

p {
	margin:12px 0 18px 20px;
	font-family:Tahoma;
	font-size:12px;
	color:#333;
	line-height:180%;
}
	p a {
		color:#333;
		text-decoration:underline;
		font-weight:bold;
	}


/* * * * Footer * * * */
#footer {
}
	#footer p {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#8f6c50;
		margin:0 35px;
		_margin:0 18px;
		font-size:11px;
		line-height:45px;
	}
		#footer p a {
			color:#8f6c50;
			text-decoration:underline;
		}

/* * * * Forms * * * */

fieldset {
	border:1px dashed #E0E0E0;
	padding:10px;
	width:550px;
	margin:0px 0 -15px 100px;
}

legend {
	font-family:"Trebuchet MS";
	font-size:15px;
	line-height:18px;
	padding: 2px 6px 5px 6px;
	*padding-right:10px;
	font-weight:bold;
	font-size:16px;
	color:#8F354E;
	background:#F1E4D4;
	*margin:0 0px 7px -7px;
}
label {
	font-family:"Trebuchet MS";
	width:138px;
	height:32px;
	margin-top:3px;
	margin-right:2px;
	padding-top:11px;
	padding-left:6px;
	color:#8F354E;
	background:;
	float:left;
	display: block;
	font-size:16px;
	font-weight: bold;
	line-height: 1.1;
}
.form {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}
.holder {
	background-color:#fff;
}
.div_textbox {
	width:395px;
	float:right;
	background-color:#F1E4D4;
	height:35px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
	display:block;
}

.textbox {
    	background-image: url(../img/16t.png);
    	background-repeat: no-repeat;
    	background-position:left;
		width:356px;
    	font:normal 18px Arial;
    	color: #444444;
    	padding:3px 5px 3px 24px;
}
.textbox:focus, .textbox:hover {
	background-color:#FFF7EF;
}

.div_checkbox {
	width:502px;
	height:45px;
	background-color:#F1E4D4;
	margin-top:3px;
	padding-top:15px;
	padding-bottom:3px;
	padding-left:5px;
	display:block;
	color:#fff;
	font-size:14px;
}
.checkbox{
	width: 15px;
	height: 15px;
}

.checkRight {
	float:left;
	width:125px;
	text-align:left;
	display:inline;
}

.checkRightRoof {
	float:left;
	width:150px;
	text-align:left;
	display:inline;
}

.div_checkboxRoofing {
	width:502px;
	height:45px;
	background-color:#D6D0C0;
	margin-top:3px;
	padding-top:15px;
	padding-bottom:3px;
	padding-left:5px;
	display:block;
	color:#fff;
	font-size:14px;
}

.div_textarea {
	width:395px;
	float:right;
	background-color:#F1E4D4;
	height:115px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}

.textarea {
	background-image: url(../img/16t.png);
	background-repeat:no-repeat;
	background-position:left;
	width:356px;
	height:100px;
	font:normal 18px Arial;
	color: #444444;
	padding:3px 5px 3px 24px;
}
.textarea:focus, .textarea:hover {
	background-color:#FFF7EF;
}

.username {
    	background-image: url(../img/16m.png);
    	background-repeat: no-repeat;
    	background-position:left;
		width:356px;
    	font:normal 18px Arial;
    	color: #444444;
    	padding:3px 5px 3px 24px;
}
.username:focus, .username:hover {
	background-color:#FFF7EF;
}
   
.password {
    	background-image: url(../img/16s.png);
    	background-repeat: no-repeat;
   	background-position:left;
	width:285px;
    	font:normal 18px Arial;
    	color: #444444;
    	padding:3px 5px 3px 24px;
}
.password:focus, .password:hover {
	background-color:#FFF7EF;
}

.email {
    background-image: url(../img/email.gif);
    background-repeat: no-repeat;
   	background-position:left;
	width:356px;
    font:normal 18px Arial;
    color: #444444;
    padding:3px 5px 3px 24px;
}
.email:focus, .email:hover {
	background-color:#FFF7EF;
}

.button_div {
	width:334px;
	float:right;
	background-color:;
	border:1px solid #F6EDE4;
	text-align:right;
	height:35px;
	margin-top:8px;
	padding:5px 32px 3px;
}
.buttons {
	background: #8F354E;
	font-size:12px; 
	color: #FFF; 
	padding: 6px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #BF6B84 #5F172D #5F172D #BF6B84;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}