@charset "iso-8859-1";


* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
}

body.home {
 	background-image: url('../images/bg01.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
}

#frame {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 147px;
	float: left;
}

#logo {
	width: 960px;
	height: 110px;
	float: left;
}

/*********************************************************************
 * Navigation
 *********************************************************************/

#nav {
	width: 960px;
	float: left;
	height: 37px;
	background-image: url('../images/nav.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
#nav ul {
	float: left;
}

#nav ul li {
	display: inline;
	float: left;
	margin-top: 11px;
	padding-right: 40px;
	padding-left: 40px;
	border-right: 1px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #000;
}

#nav ul li.selected a {
  color:#000;
}

.no_padding {
	
	padding-right: 0px;
}

#banner {
	width: 960px;
	height: 253px;
	float: left;
}

#banner_left {
	width: 270px;
	height: 253px;
	float: left;
}

#banner_right {
	width: 690px;
	height: 253px;
	float: left;
}


#mainbody {
	width: 960px;
	float: left;
	background-color: #ffffff;
}

#mainbody_cont {
	width: 920px;
	margin: 0 auto;
	padding: 20px;
}

#cont_left {
	width: 580px;
	float: left;
	padding-right: 20px;
}

#cont_right {
	width: 320px;
	float: left;
}

.box440 {
	width: 440px;
	float: left;
	padding-right: 20px;
}


.divider {
	clear:both; 
	background:url(../images/divider.gif) scroll center center repeat-x; 
	height:1px;  
	padding:10px 0; 
	margin:0 auto; 
	display:block; 
	width:100%; 
}

#mainbody ul {
	padding:0px 0px 0px 50px;
}
#mainbody ul li {
	list-style:disc; 
	background-position:left top;
	background-repeat:no-repeat;
	margin: 0px 0px 10px 0px;	
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666;
	line-height:normal;
}

h1 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 20px;
	font-weight: normal;
	color: #666;
	text-align: center;
}

h2 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 18px;
	font-weight: normal;
	color: #08c1ff;
	padding-bottom: 10px;
}

h3 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 20px;
	font-weight: normal;
	color: #08c1ff;
}

h4 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 16px;
	font-weight: normal;
	color: #08c1ff;
	padding-bottom: 10px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	color: #666;
	text-align: justify;
	padding-bottom: 10px;
}

p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: underline;
}

p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

.onethird { 
	width:290px;
	display:inline;
	float:left;
	margin-right:10px;
	}
	
.last {
	clear:right;
	margin-right:0 !important;
}

.clear
{
clear: both;
}

.spacer {
	height: 30px;
	clear: both;
}

#footer
{
  background:#fff;
  padding: 10px 20px;
  font-size:10px;
  font-family: Arial, Helvetica, sans-serif;
  color:#a3a3a3;
  border-top:1px solid #08c1ff;
  clear:both;
  margin-bottom: 20px;
  position:relative;
}

#footer p
{
  margin:0; 
  font-size: 10px;
}

#footer a
{
  color:#666;
  text-decoration:underline;
}

#footer a:hover
{
  color:#5c5c5c;
  text-decoration:none;
}

#footer ul
{
  float:right;
  display:inline;
  margin:0;
}

#footer ul li
{
  display:inline;
  text-align:right;
  margin-left:10px;
}


input#name, input#email, input#phone, input#businessname, input#spamcode {
	background:#ffffff;
	border:1px solid #08c1ff;
	padding:4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width:200px;
}

input#submit {
	background:#08c1ff;
	border:1px solid #08c1ff;
	padding:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#eaeaea;
}

input#submit:hover {
	background:#004B64;
	border:1px solid #08c1ff;
	padding:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#eaeaea;
	cursor:pointer;
}

.button {
	background:#08c1ff;
	border:1px solid #08c1ff;
	padding:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#eaeaea;
}

.button:hover {
	background:#004B64;
	border:1px solid #08c1ff;
	padding:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#eaeaea;
	cursor:pointer;
}

label {
	margin:10px;
}

textarea#message {
	background:#ffffff;
	border:1px solid #08c1ff;
	padding:4px;
	width:300px;
	height:150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.quote p {
			float: left;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: normal;
			font-style: italic;
			color: #666;
			text-align: justify;
			padding-bottom: 10px;
			background: url(../images/quote.png) no-repeat;
			padding-left: 56px;
			padding-right: 56px;
			padding-top: 10px;
}

.source {
			display: block;
			text-align:right;
			font-style:italic;	
}