@charset "utf-8";
/*These rules define font types for whole site Orange #e8562d, Yellow #fab529, Brown #412c1b*/  

  .small { font-family: Arial, Helvetica, sans-serif; font-size:12px; line-height: 18px; color:#333; }
  .slide { border: 2px solid #e8562d; }
  .image { border: 1px solid #e8562d; }
  .imageLeft { border: 1px solid #e8562d; margin-right: 8px; float: left; }
  .imageRight { border: 1px solid #e8562d; margin-left: 8px; float: right; }
  .yellow { color:#fab529; font-weight:bold; }
  
a:link { color: #e8562d; text-decoration: none; }
a:visited { color: #e8562d; text-decoration: none; }
a:active  { color: #e8562d; text-decoration: none; }
a:hover { color: #e8562d; text-decoration: underline; }

a { outline: none; }
a.nav { font-family: Arial, Helvetica, sans-serif; font-size:15px; color: #412c1b; text-decoration: none; font-weight:bold; }
a.nav:hover { font-family: Arial, Helvetica, sans-serif; font-size:15px; color: #e8562d; text-decoration: none; font-weight:bold; }
  
  
  

body {
	background-color: #f1f1f1;
	margin: 0 auto;
	padding: 0px;
    font-family:Arial, Helvetica, sans-serif; 
    color: #333;
    font-size: 15px;
	line-height: 22px;
}

 h1 {
    font-family: Century Gothic, sans-serif;
	color:#e8562d;
	font-size: 30px;
	font-weight:bold;
	line-height: 22px;
	margin-bottom: 35px;
}

 h2 {
	font-family: Century Gothic, sans-serif;
	color:#412c1b;
	font-size: 20px;
	font-weight:bold;
	margin-bottom: 2px;
	margin-top: 0px;
}

 h3 {
	color:#333;
	font-size: 12px;
	font-weight:bold;
	line-height: 14px;
	margin-bottom: 2px;
}

#container {
width: 1000px;
margin: 0 auto;
background-color:#fff;
}




/********* MAIN 2 COLUMN CONTENT PAGE CSS BEGINS  **********************/


#contentHolder {
width: 1000px;
margin:0 auto;
padding: 0px 0px 0px 0px;
}

#contentColumnRight {
float: right;
width: 250px;
padding: 50px 10px 30px 0px;
}

#contentBodyHolder {
float: left;
width: 700px;
padding: 40px 15px 20px 20px;
}

#contentBodyHolderHome {
width: 970px;
padding: 40px 15px 20px 15px;
}

#homeBoxRow {
	width: 970px;
	height: 550px;
	margin-top: 15px;
}

#homeBoxOne {
	position:absolute;
	float:left;
	width:580px;
	margin-right:20px;
}

#homeBoxTwo {
    position:absolute;
	float:left;
	width:370px;
	margin-left:600px;
}




/********* HEADER NAVBAR CSS BEGINS  **********************/

#header {
background-color: #fff;
width: 1000px;
height: 160px;
}

#logo {
float:left; 
margin: 0px 0px 0px 0px; 
position: relative;
}

#tagline {
font-family: Century Gothic, sans-serif;
font-size: 23px; 
color:#e8562d; 
font-weight:bold; 
line-height: 22px;
margin-left: 530px;
margin-top: 55px; 
position: absolute;
}

#phone {
margin-left: 810px;
margin-top: 85px;
font-family: Century Gothic, sans-serif; 
font-size:21px;
font-style:italic;
font-weight:bold; 
color:#e8562d;
position: absolute;
}


#navbar {
height: 38px;
width: 1000px;
text-align: left;

}

#navbar ul {  
 list-style: none;
 padding-top: 5px;
 padding-bottom: 5px;
 border-top: 2px solid #333;
 border-bottom: 2px solid #333;
 text-align: left;
   
}  
#navbar li {  
 display: inline;
 margin-left: 10px; 
}

#navbar li.line {
 border-left: solid 2px #333;
 padding: 0px 0px 0px 20px;  
 display: inline;
 margin-left: 10px; 
}


/********* FOOTER CSS BEGINS  **********************/

#footer {
border-top: 3px #e8562d solid;
position: relative;
margin: 0 auto;
padding: 0px;
height: 90px;
width: 990px;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#412c1b;

}

#footer a {
color: #412c1b; 
text-decoration: none; 
}

#footer a:hover { 
text-decoration: underline; 
}	


/* all form field styles begins */


input {
	margin:0px;
	height:20px;
	width:160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333;
	border: 1px solid #e8562d;
}

input[type=text] {
	margin:0px;
	height:20px;
	width:160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333;
	border: 1px solid #e8562d;
}


select {
	margin:0px;
	height:20px;
	width:160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	border: 1px solid #e8562d;
}

textarea {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	border: 1px solid #e8562d;
}
input[type=radio] {
	margin:0px;
	background-color: #FFFFFF;
	color: #333;
	border: 1px solid #e8562d;
}

input[type=checkbox] {
	vertical-align: bottom;
	width:20px;
}

input[type=submit] {
	background-color:  #e8562d;
	border-width: 1px;
	border-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:12px;
	font-weight: bold;
	margin: 2; 
	text-align: center; 
	width: 70px;
	height: 22px;
}
