/*--------------------------------------------------------------------------------
Roof 1 Consultants ---- Trafick IMS 2007
curtis@trafick.net  - http://www.trafick.net

----Body and Boxes----------------------------------------------------------*/

*{
	margin:0;
	padding:0;
}

body {
	text-align:center;
	background-image: url("../images/roof1_01.jpg");
	background-color:#666666;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	background-repeat: repeat-x;
	}

#container {
	text-align: left;
	margin: 0px auto;
	background-image:url("../images/roof1_08.jpg");
	padding: 0px;
	width: 776px;
}

#banner {
	height:138px;
}

#nav {
	float:left;
	width:274px;
	min-height:350px;
	background-image:url("../images/roof1_05.jpg");
}

	#nav p{
	font-size:12px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	padding-bottom: 5px;
	padding-left: 125px;
		}
		
	#nav a:link{
	color:#063;
	font-weight: bold;
	}
	#nav a:hover{
	color:#FF6600;
	font-weight: bold;
	/*background-image: url(../images/house.gif);
	background-repeat:no-repeat;
	background-position:40px;*/
	}
	#nav a:active{
	color:#063;
	font-weight: bold;
	}
	#nav a:visited{
	color:#063;
	font-weight: bold;
	}	

#content {
	float:right;
	width: 450px;
	padding: 10px 10px 10px 10px;
	}


#quote {
	float: left;
	width:167px;
	clear:both;
	}
	
	#quote p {
	/*width:150px;*/
	padding-left:30px;
	color: #999999;
	font-size: 14px;
	line-height: 18px;
		}

#subcaption {
	width:450px;
	height:130px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
	
#imgcaption {
	width:404px;
	border: 1px solid #666666;
	text-align: center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

#imgcaption_small {
	float:left;
	width:154px;
	border: 1px solid #666666;
	text-align: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-right: 7px;
	margin-top: 7px;
}

#imgcapRT_small {
	float:right;
	width:154px;
	border: 1px solid #666666;
	text-align: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-left: 7px;
	margin-top: 7px;
}

#footer {
	width:776px;
	clear: both;
	height:165px;
}

/*------Font Styles-----------------------------------------------------------*/
	
a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: none;
	color: #009933;
}
a:active {
	text-decoration: none;
	color: #006600;
}

.bold_text {
	font-weight: bold;
}

.footer_text {
	font-size: 10px;
	float: right;
	padding-top: 65px;
	padding-right: 20px;
	color: #666666;
}

.info{
 font-size:10px;
		}
	
.heading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #006600;
	padding: 10px 5px 5px;
	width: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}

.sub_heading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	width: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	padding:10px 5px 5px 20px;

}


.date_text {
	color: #666666;
	font: italic 11px Arial, Helvetica, sans-serif;
	border-bottom: thin dashed #999999;
	padding-bottom: 8px;
}


.topic_title{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: thin solid #666666;
	}

ol{
	padding:0px 0px 0px 15px;
	}
	
ul{
	padding:0px 0px 0px 15px;
	}
	
li{
	padding:2px 0px 2px 5px;
	
	}	

/*----------------------------Tables - Rows - Colums -----------------------*/

table{
	padding:0px 0px 0px 40px;
	}

td {
	border-bottom: thin solid #5D190C;
	padding:7px;
	text-align: left;
	/*border-right: thin dotted #006699;*/
	height: 40px;
}


/*-------------Image display control -----------------------------------------------*/

.image_right {
	float:right;
	
}	

.image_left {
	float:left;
	
}	
.img_border {
	border: 1px solid #666666;
}

textarea {
	height: 200px;
	width: 350px;
}
