/* BlackOrange CSS */

/* Set the default font */
body, p, td, th, li {font-family: verdana, arial, helvetica, "times new roman", sans-serif; color: #333; line-height: 1.5em;}

/* Don't set these to an em or %, so nested items get smaller and smaller */
p {
	font-style: normal;
}

h1 {
	font-weight: bold;
	font-size: 130%;
	color:#0e4444;
	border : 0;
	margin: 0;
	padding: 0;
}

h2 {
	font-weight: bold;
	font-size: 120%;
	border : 0;
	margin: 0 0 5px 0;
	padding: 0;
}

h3 {
	font-weight: bold;
	font-size: 110%;	
	border : 0;
	margin: 0;
	padding: 0;
}

h4 {
	font-weight: bold;
	font-size: 100%;
	color: #003300;	
	border : 0;
	margin: 0;
	padding: 0;
}

a { color: #333; text-decoration: none;}
a:visited { color: #333; text-decoration: none;}
a:hover { color: #333;  text-decoration: underline; }  

img {
border: none;
}

.floatLeft  {float: left;}
.floatRight {float: right;}

.clearLeft  {clear: left;}
.clearRight {clear: right;}

.clearBoth  {clear: both;}
.clear {clear:both;height:1px;} 

html{
  height: 100%;
}

body{
	height: 100%;
	border: 0;
	padding: 0;
	margin:0;
	font-size: 70%;
	background-color: #fff;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;		
}

#shadow{
	width:959px; 
    margin: 0 auto; 
	border:0;
    padding:0;	
	background-image: url(/images/bg2.jpg);
	background-position: top left;	
	background-repeat: repeat-y;
	/*border: 1px solid #f0f;*/
}

#inner{
	width:959px; 
    margin: 0 auto; 
	border:0;
    padding:0;	
	background-image: url(/images/innerbg.jpg);
	background-position: top left;	
	background-repeat: no-repeat;
	/*border: 1px solid #f0f;*/
}

#wrapper{
	width:939px; 
    margin: 0 auto; 
	border:0;
    padding:0;		
	/*border: 1px solid #f0f;*/
}

#footer {
	width:959px; 
	height:105px;
    margin: 0 auto; 
	border:0;
    padding:0;	
	background-image: url(/images/bg3.jpg);
	background-position: top left;	
	background-repeat: repeat-y;
	color:#0e4444;
	font-size:90%;
	/*border: 1px solid #f0f;*/
}

#footer a { color: #0e4444; text-decoration: none;}
#footer a:visited { color: #0e4444; text-decoration: none;}
#footer a:hover { color: #0e4444;  text-decoration: underline; }  

#bottomBanner {
	border:1px;
	width:601px;
	float:left;
	display:inline;
	text-align:center;
	margin-top:7px;
	margin-left:40px;
	/*border: 1px solid #f0f;*/
}

#links { 
		float:right;
		position:relative;
		right:25px;
		bottom:2px;
	   }

#end {
	width:959px;
	height:20px;
    margin: 0 auto; 
	border:0;
    padding:0;	
	background-image: url(/images/end2.jpg);
	background-repeat: no-repeat;
	/*border: 1px solid #f0f;*/
}

#leftCol {
	width:169px;
	float:left;
	/*border: 1px solid #f0f;*/
}

#content {
	width:557px;
	margin-left:22px;
	margin-right:22px;
	margin-top:24px;			
	float:left;
	/*border: 1px solid #f0f;*/
}

#rightCol {
	width:168px;
	margin-left:1px;
	float:left;
	margin-top:20px;
	/*border: 1px solid #f0f;*/
	text-align:center;
}

#rightCol p{
	margin-bottom:15px;	
}


#logos {
	width:169px;
	height:95px;
	float:left;
	position:relative;
	vertical-align:top;
}

#logos img {
	float: left;
}

.imgRight {
	float:right;
	margin-left:18px;
	margin-bottom:10px;
}

.imgLeft {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}

#nav {
   width:169px;
   margin:0;
   padding:0;
   }

ul#nav {
	width: 169px;
	list-style-type: none;
	margin:0;
	padding:0;
	/*border: 1px solid #f0f;*/
}

#nav li {
	width: 169px;
	height:26px;
	text-align:left;	
	margin:0;
	padding:0;
	border:0;	
	border-bottom:1px solid #e9edda;
	line-height:26px;
}

#nav li a {
	display:block;
	text-decoration:none;
	background-image: url(/images/navBg.jpg); 
	width: 169px;
	height:26px;
}

#nav li a:hover {
	background-image: none;
	background-color:#fff; 
}	

.leftMargin {
	margin-left:20px;
}

/*#sections {
   width:169px;
   margin:0;
   padding:0;
}
   
#sections li {
	width: 169px;
	height:26px;
	text-align:left;	
	margin:0;
	padding:0;
	border:0;	
	border-bottom:1px solid #e9edda;
	line-height:26px;
}

#sections li a:hover {
	background-image: /images/midman.png;
	background-color:#fff; 
}	
*/

#bannerContainer1, #bannerContainer2, #bannerContainer3 {margin-bottom:15px;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 

.formContainer {
    background-color: #f1f3e8;
    /*border: 1px solid #ADC2D6;*/
    width: 460px;
    padding: 7px;
    margin-top: 10px;	
    margin-bottom: 20px;
	float:left;
}

.formscontainer h4 {
	margin-top: 0;
}
.formText {float: left; width: 214px; padding-top: 5px;margin-right:18px;}

.formText p {margin-top: 0;}

.input {border:1px solid #ADC2D6;}

.inputtxtlarge {width:290px;}

#contactForm {
	float: left;
	width: 460px;
    background-color: #f1f3e8;
}

#contactForm p {margin:0;height:26px;}

#contactFormFields {
	background-color: #f1f3e8;
	border-bottom:5px solid #f1f3e8;		
}

#contactForm #contactFormFields p {
	line-height:26px;
}

#contactForm label.required,  #contactForm label.notrequired {
	line-height: 26px;
	width: 200px;
	padding-left: 10px;
	float: left;
	margin-right: 0.7em;
	display: block;
}

#contactForm .typeText, #contactForm textarea{
	width: 200px;
	border: 1px solid #ccc;
	padding: 0 2px;
	margin: 3px 0;
}

#contactForm textarea{height:100px;}

#contactForm label.labelRadio {}

#contactForm .typeCheckbox {}

.redStar {color:#cc0507;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ 

#callRequest {
	margin-top:18px;
	margin-left:5px;
}


#quotemid {
	width:196px;
	height:185px;
    margin-left:15px; 
	margin-bottom:15px; 
	margin-top:15px; 
	margin-right:0px; 
	padding-left:10px;
	padding-right:14px;
	padding-top:15px;
	padding-bottom:10px
	border:0;	
	float:right;
	background-image: url(/images/quotepg.jpg);
	background-repeat: no-repeat;
	vertical-align:middle;
	/*border: 1px solid #f0f;*/
}
#quotemid2 {
	width:196px;
	height:175px;
    margin-left:15px; 
	margin-bottom:15px; 
	margin-top:15px; 
	margin-right:0px; 
	padding-left:10px;
	padding-right:14px;
	padding-top:25px;
	padding-bottom:10px
	border:0;	
	float:right;
	background-image: url(/images/quotepg.jpg);
	background-repeat: no-repeat;
	vertical-align:middle;
	/*border: 1px solid #f0f;*/
}
	
#quotemidsmall {
	width:196px;
	height:163px;
    margin-left:10px; 
	margin-bottom:5px; 
	margin-top:0px; 
	margin-right:0px; 
	padding-left:10px;
	padding-right:14px;
	padding-top:15px;
	padding-bottom:10px
	border:0;	
	float:right;
	background-image: url(/images/quotebgsmall.jpg);
	background-repeat: no-repeat;
	vertical-align:middle;
	/*border: 1px solid #f0f;*/

}
#quotemidsmaller {
	width:196px;
	height:127px;
    margin-left:10px; 
	margin-bottom:5px; 
	margin-top:0px; 
	margin-right:0px; 
	padding-left:10px;
	padding-right:14px;
	padding-top:15px;
	padding-bottom:10px
	border:0;	
	float:right;
	background-image: url(/images/quotebgsmaller.jpg);
	background-repeat: no-repeat;
	vertical-align:top;
	/*border: 1px solid #f0f;*/

}


#sections {
	width:150px;
	height:170px;
    margin-left:0px; 
	margin-bottom:0px; 
	margin-top:0px; 
	margin-right:0px; 
	padding-left:25px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px
	border:0;	
	float:right;
	vertical-align:top;
/*    border: 1px solid #f0f; */

}


