@charset "UTF-8";
/* CSS Document */

body {
	margin: 50px 0px 0px 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
	
p {margin:0 auto;}

a:link {text-decoration: none; color: #00aec6;}
a:visited {text-decoration: none; color: #00aec6;}
a:active {text-decoration: none; color: #00aec6;}
a:hover {text-decoration: none; color: #006699;}
	
/* Menu css */

#menu {
    width: 800px; height: 30px;
    margin: 0px auto; padding: 0;
	}

#navbar {
  width:800px;
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
  }
  
#navbar li {
  float:left;
  width:131px;
  border:1px solid #ffffff; 
  }
  
#navbar a {
  display:block;
  width:131px;
  height:20px;
  line-height:20px;
  color:#fff; 
  background:#00aec6; 
  text-align:center;
  padding:4px 0; 
  text-decoration:none; 
  float:left; 
  }
  
#navbar a:hover {
	color:#fff; 
  	background:#08c;
  }
  
  
/* rest of da stuff */
  

#wrapper {
	margin: 0px auto;
	width: 800px;
	text-align: left;
	background-color:#ffffff;
	}
	
* html #wrapper{ height: 1%; }

#header {
	background: url(images/header.gif);
	height: 112px;
	margin-bottom:1px;
	}

#content { 
	background-color: #FFFFFF; 
	padding: 20px 0px 10px 0px;
	clear:both;
	}
	
#inner1 {
	float:right;
	width: 337px;
	}

#inner2 {
	float: left;
	width: 440px;
	text-align:justify;
	}
	
#inner3 {
	float: left;
	width: 100%;
	text-align:justify;
	}

#footer {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 7px;
	color: #000;
	margin: auto;
	display: none;
	}
	
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#00aec6;
	font-weight: bold;
	padding:10px 0 10px 0;
	}

.mainbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.maini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	}

.list1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	}
	
.main2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	}

.message1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	background-color:#0099CC;
	}
	
.clear {
	clear: both;
	}

.ptitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#00aec6;
	font-weight: bold;
	padding-bottom:10px;
	}
	
p.listing {
	font-weight: bold;
	padding-left:10px;
	line-height:18px;
	}
	
.pic {
	float:left;
	padding-right: 5px;
	}
	
/* Form */

p.top {
	text-align:justify;
	padding-bottom:10px;
	}
	
.title {
	padding:5px 2px 5px 4px;
	margin:10px 0 15px 0;
	background-color:#ff6600;
	text-align:left;
	font-weight:bold;
	color:#FFFFFF;
	}
	
.pic2 {
	float:left;
	margin-right: 6px;
	border:1px solid gray;
	}
	
/* Feedback Form */

.ftitle {
	padding:5px 2px 5px 4px;
	margin:10px 0 15px 0;
	background-color:#19bcb9;
	text-align:left;
	font-weight:bold;
	color:#FFFFFF;
	}
	
p.feed {
	padding-bottom: 20px;
	}
	
/* Quote button */


.quote-button {
	background-color: #00AEC6;
	width: 337px;
	height: 40px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
	padding: 10px 0 15px 0;
}

.quote-button a {
	color: #fff;
}

.quote-button a:hover {
	color: #006699;
}

.button-text {
	display: block;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.button-text a {
	color: #fff;
}

.button-text a:hover {
	color: #006699;
}
