.ad {
	width: 345px;
	height: 190px;
	margin: 25px 0 0 70px;
	text-align: center;
	}

.ad a:hover {
	color: White;
	background: #099;
	margin: 0;
	padding: 0;
	}

h2,h3 {
	font: large/20px Geneva, Arial, Helvetica, sans-serif;
	color: #B23B00;
	background-color: transparent;
	text-align: center;
	margin: 0 0 -7px 0;
	padding: 0;
	}

p, ul {
	font: normal normal normal 85%/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: transparent;
}

img {
	display: block;
	border: 0;
}

#skip {
text-align: left;
font-size: xx-small;
} 

.strong {
	font-weight: bold;
	text-align: center;
	background-color: transparent;
	color: #369;
	}
	
.important {
	font-weight: bolder;
	font-size: medium;
	text-align: center;
}
	
body	{
	text-align: left;
	color: #444;
	background: #EEE url(../images/fade.gif) repeat-x;
	}
	
#header {
	width: 850px;
	height: 194px;
	margin: 0 auto;
	padding: 0;
	color: Black;
	background: #FFF url(../images/novalogo.jpg) no-repeat 50% 1%;
	}
	
#container	{
	text-align: left;
	margin: 0 auto;
	padding: 10px 0 5px;
	width: 850px;
	}
	
#container-contact	{
	text-align: left;
	margin: 0 auto;
	padding: 10px 0 5px;
	width: 850px;
	background: url(../images/cleaning.jpg) no-repeat 0% 50%;
	}	
	
h1	{
	color: #9D9D9D;
	background-color: transparent;
	padding: 0;
	margin: 0;
	font: normal small-caps x-large "MS Sans Serif", Geneva, sans-serif;
	letter-spacing: 0;
	text-align: center;
	clear: both;
	}

#sidebar	{
float: left;
	width: 300px;
	margin: 5px 0 10px 0px;
	padding: 20px 12px;
	background-color: #E5EDDE;
	color: Black;
	list-style-image: url(../images/bullet2.gif);
	list-style-type: none;
	border: 1px solid #B23B00;
	}

#highlight	{
	margin: 0;
	padding: 0;
	}
	
#highlight ul	{
	margin: 0;
	padding: 0 8px 0 0;
	color: #900;
	background-color: transparent;
	text-align: center;
	font: small/20px Arial, sans-serif;
	list-style-image: none;
	list-style-type: none;
	}

#content	{	
float: left;
	width: 850px;
	margin: 0;
	padding: 15px 10px;
	
	}
	
#footer {
	clear: both;
	color: #666;
	background-color: #EEE;
	margin: 0;
	padding: 25px 0 0;
	text-align: center;
	font-size: 80%;
	}

	a:link {
	color: #369;
	background-color: transparent;
	text-decoration: none;
	}
	
	a:visited {
	color: #369; 
	background-color: transparent;
	text-decoration: none;
	}
	
	a:hover	{
	color: White;
	background: #099;
	padding: 3px;
	}

#contact {
	margin: 0 auto;
	padding: 0;
	width: 300px;
	}
	
/* forms follow */
#form-wrapper {
margin: 0;
padding: 0;
text-align: left;
font: bold small Arial, Helvetica, sans-serif;
color: #000;
border: none;
}

form {
margin: 0;
padding: 0 10px 0 30px;
color: #000;
background-color: transparent;
}

.form-space {
margin: 5px 0 0 0;
padding: 0; 
}

fieldset {
color: #000;
margin: 5px;
padding: 0 15px 10px;
border: 1px dotted #ccc;
}

legend { 
font-size: larger;
font-weight: bold;
margin: 0;
padding: 5px;
border: 2px dotted #ccc;
background-color: #FFF;
}

#placement li {
	margin-bottom: 1em;
}

.redstar {
	color: Red;
	font-style: normal;
	font-weight: bold;
	font-size: large;
}

#contact-table, #contact-table tr,  #contact-table td {
	border: 0;
}

#thanks-page {
width: 400px;
background-color: White;
	margin: 50px auto 0;
	padding: 15px;
	border: 1px solid;
	text-align: center;
}

/* END contact forms */

/* Tabbed navigation */
#navigation {
text-align: center;
float: left; 
margin: 0 0 10px 25px;

}

#navigation ul {
	font-family: Arial;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style:none;	
}
#navigation li {
	display: inline;
	background: url(../images/greenbg.gif) repeat-x center top;
	text-align: center;
	padding: 0;
	margin-right: 4px;	
	float: left;
}
#navigation a {
	color: #663300;
	background: url(../images/greenleft.gif) no-repeat left top;
	float: left;
	margin:	0;
	padding: 0 0 0 7px;
	text-decoration: none;
}
#navigation a span {
	background: url(../images/greenright.gif) no-repeat right top;
	display: block;
	padding:7px 13px 4px 5px;
}
#navigation a span {
	float: none;
}

#navigation a:hover {
	color: #3C42FF;
	background: url(../images/greenleft_hover.gif) no-repeat left top;
	float: left;
	margin:	0;
	padding: 0 0 0 7px;
	text-decoration: none;
}

#navigation a:hover span {
	background: url(../images/greenright_hover.gif) no-repeat right top;
	display: block;
	padding:7px 13px 4px 5px;
}
#navigation a:hover span {
	float: none;
}

.image-float-r {
	float: right;
	margin: 5px;
}
