/* CSS Document */

body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#888;
	margin:0;
}

* {
	margin:0;
	padding:0;
}

/* Header */

#header {
	width: 780px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin:0 auto;
	background-image: url(images/tel.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#header ul{
	padding: 26px 0 9px 0;
}

#header li{
	display: inline;
	margin-right: 46px;	
}

#header li a, #header li a:visited{
	color: #000000;
	text-decoration: none;
	font-size: 1.1em;
}

#header li a:hover{
	color: #F65524;
}

/* Header END */

#home_banner {
	width: 780px;
	margin:20px auto;
	position:relative;
}

#interior-underheader {
	width: 780px;
	margin:14px auto;
	position:relative;
}

#orange_body {
	position:relative;
	width: 710px;
	background-color: #FF6600;
	margin:0 auto;
	border-top-width: 20px;
	border-bottom-width: 20px;
	border-right-width: 35px;
	border-left-width: 35px;
	border-style: solid;
	border-color: #FF6600;
}

#orange_body .homeh1text, #orange_body .homeh2text{
	position:absolute; top:0px; left:0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 20px;
	float: left;
	width: 280px;
}

#orange_body .homeh1text{
	position:absolute; top:0px; left:0px;
	font-size: 1.7em;
}

#orange_body .homeh2text{
	position:absolute; top:25px; left:0px;
	font-size: 1.2em;
}

.homeptext {
	margin-left: 325px;
	font-size: 1.3em;
	color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 30px;
}

.homeptext p{
	padding-bottom: 10px;
}

/* Footer */


#footer {
	width: 725px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin:8px auto;
	background-image: url(images/logo-footer.gif);
	background-repeat: no-repeat;
	padding:13px 0 0 55px;
	clear: both;
}

#footer h2{
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}

#footer p{
	font-size: 1.1em;
	color: #666666;
}

#footer ul{
	padding: 1px 0;
}

#footer li{
	display: inline;
	margin-right: 35px;	
}

#footer li a, #footer li a:visited{
	color: #666666;
	text-decoration: underline;
	font-size: 0.9em;
}

#footer li a:hover{
	color: #F65524;
}

#footer h1{
	text-align: right;		
}


.footer690{
	font-size: 1em;
	font-weight: normal;
	color: #666666;
}

.footer690 a, .footer690 a:visited{
	color: #666666;
	text-decoration: none;
}

.footer690 a:hover{
	text-decoration: underline;
}

.imgframe{
	background-color: #FFFFFF;
	margin: 7px;
	padding: 7px;
	border: 1px solid #FF0000;
	text-align: center;
}

.generaltext{
	font-size: 1.3em;
	color: #FFFFFF;
}

.generalH1text{
	font-size: 1.5em;
	color: #FFFFFF;
}

a:link{
color:#FFFFFF;
}
	
a:hover{
color:#666666;
}
a:active{
color:#FFFFFF;}
	
a:visited{
color:#FFFFFF;
}

