/*========== body ==========*/

body{ 
	background:#f9f9f9 url() repeat-x;
    font:80% Trebuchet MS, Arial, Helvetica, Sans-Serif;
    color:#333;
    line-height:160%;
	margin:0;
	padding:0;
    }
	
/*========== page setup ==========*/
	
#header-bg{
	height:80px;
	background:url() no-repeat 0 0;
	background-color:#ffffff;
	border-bottom:1px #BBBCBF solid;
	margin:0;
	padding:0;
	}
#header{
    margin:0 auto;
    width:924px;
	text-align:left;
	position:relative;
	}	
			
	

/*========== headings ==========*/
     
h1{
	font-size:200%;
	font-weight:normal;
    }		
h2, h3, h4, h5, h6{
	font-weight:normal;
	margin:0px;
	padding-top:10px;
	color:#222222;
	}	
h2{            
	font-size:25px;
	font-weight:bold;
	background:url() no-repeat 0 100%;
	color:#4573A9;
	padding-bottom:0px;
	margin-bottom:0px;
    }				
h3{          
    font-size:20px;
	font-weight:bold;
	background:url() no-repeat 0 100%;
	color:#444444;
	padding-bottom:0px;
	margin-bottom:0px;			
    }
h4{          
	font-size:16px;
    }				

/* footer */

  #footer a{
    color:#777777;
    text-decoration:underline;
	}
  #footer a:hover{
	color:#4573A9;
	text-decoration:underline;
	}		
  #footer ul{
	float:right;
	margin:1em 0;
	padding:0;
	}
  #footer li{
	display:inline;
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
	}	

/* // misc */

    /* image replacement */
  .graphic{
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
    }

    /* clearfix */

  #content:after, ul:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}
  #content, ul{
	display:block;
	}
	
	/*  \*/
  #content, ul{
	min-height:1%;
	}
  * html #content, * html ul{
	height:1%;
	}
	
	/* HTML Tags */
  a{
	text-decoration:none;
	color:#4573A9;
    }
  a:hover{
	color:#999;
    }
  a.contact{
	text-decoration:underline;
	font-weight:normal;
	color:#4573A9;
    }
  a.contact:hover{
	color:#999;
    }	
  table, input, textarea, select, li{
    font:100% Trebuchet MS, Arial, Helvetica, Sans-Serif;
	line-height:160%;
	color:#333;
	}				
  p, blockquote, ul, ol, form{
	margin:1em 0;
	}
  p.title {
	font-size:16px;  
	margin:0;
	padding-top:6px;
	}	
  blockquote{
	}
  img{
	border:none;
	}			
  hr{
	display:none;
	}	
  table{
	margin:1em 0;
	width:100%;
	border-collapse:collapse;
	}
  th, td{	
	padding:2px 5px;
	}	
  th{	
	text-align:left;
	}
  li{
	display:list-item;
	}	
  li.arrow{
	  list-style-type:circle;
    list-style-image:url(../images/list_arrow3.gif); 
	margin-left:0;
	padding-left:0;
	padding-bottom:5px;
    }
   ul li.arrow{
	list-style-type: circle;
	margin-left:20px;
	padding-left:0;
	padding-bottom:5px;
    }
	

/*========== Images ==========*/


#spacer-header{
	position:absolute;
	top:25px;
	left:770px;
}


/*========== form ==========*/		

.form{
    float:left;
    display:inline;
    width:232px;
	height:300px;
	margin:0;
	padding:0px;
	padding-left:53px;
	padding-right:0;
	background:none;	
	font-size:16px;
	line-height:16px;
	}

form p{
	clear:both;
	margin:0;
	padding:.2em 0;
	float:left;
	}	

label{
	display:block;
	font-size:15px;
	padding-bottom: 4px;
	}	

input{
	width:222px;
	padding:5px 3px;
	border:1px solid #002856;
	font-size:18px;
	background:#fff url(../images/bg_input.gif) repeat-x;
	}	
			
select{
	width:240px;
	padding:10px 5px;
	border:1px solid #002856;
	font-size:18px;
	background:#fff url(../images/bg_input.gif) repeat-x;	
	}	

textarea{
	width:572px;
	height:100px;
	overflow:auto;
	padding:10px 5px;
    border:1px solid #002856;
	font-size:14px;
	background:#fff url(../images/bg-quoteForm1.gif) repeat-x;	
	}	
			
.submit{
	height:60px;
	padding-top:10px;
    }

button{
	border:none;			
	background:#ffffff url(../images/btn-quoteForm1.gif);	
	width:230px;
	height:53px;
	cursor:pointer;
	margin-left:0px;
	font-size:22px; 
	color:#ffffff;
	}				

button.send{
	background:#ffffff url(../images/btn-quote2.gif) no-repeat 0 0;	
	}
	
	


 
