body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #147296;
	background-image: url(images/gradient-bknd.jpg);
	background-repeat: repeat-x;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #75AEC1;
}

h1 {
	font-size: 20px;
	color: #0096C1;
	clear: left;
	margin-top: 0px;
}

h2 {
	color: #0096C1;
	font-size: 14px;
	margin-top: 0px;
}

.h2bk {
	color: #00789B;
	font-size: 14px;
	margin-top: 0px;
	background-image: url(images/heading-bk-blue.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 8px;
}

h3 {
	color: #000;
	font-size: 14px;
	background-color: #75aec1;
	padding-left: 4px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00678C;
	line-height: 150%;
	margin-top: 10px;
}

h4 {
	border-bottom-width: 2px;
	border-bottom-color: #75AEC1;
	font-size: 14px;
	padding-left: 4px;
	margin: 0;
}

h5 {
	text-align: left;
	margin-top: 0px;
}

#header {
	width: 850px;
	background-image: url(images/banner-starburst3.gif);
	background-repeat: no-repeat;		
	height: 144px;		/* extend header 1px below navigation */
}

#navigation a {
	float:left;
	display: block;
	background:url("images/norm_right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #00678C;
}

/* Commented Backslash Hack 
   hides rule from IE5-Mac \*/
#navigation a {float: none;} 
/* End IE5-Mac hack */

#navigation a:hover {
      color: #0099CC;
}

#navigation #current {
    background-image: url("images/norm_left_on.gif");	
}
  
#navigation #current a {
    background-image: url("images/norm_right_on.gif");
	padding-bottom: 6px;
	color: #00567c;
}

#navigation ul {
	list-style: none;
	padding-left: 0px;
	margin: 0;
	background-image: none;
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 4px;
}

#navigation li {
	float: left;
	background: url("images/norm_left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
}

#header .phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	float: right;
	font-weight: bold;
	margin: 0;
	padding: 15px 20px 0 0;
}

#header .hours {
	font-size: 14px;
}

#header .email {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}

#header .products {
	font-size: 20px;
	color: white;
	margin: 0;
	padding: 0 0 16px 18px;
}

#header .name {
	padding: 14px 0 0 14px;
}

#container {
	width: 850px;
	margin: 0 auto;
}

#main {
	border-left: 1px solid #00678C;
	border-bottom: 1px solid #00678C;
	border-right: 1px solid #00678C;
	background-color: white;
	clear: both;
}

#fullmain {
	clear: left;
	margin: 0;
	width: 98%;
	padding: 10px 10px;
}

#fullmain a, #leftmain a {
	font-weight: bold;
}

#fullmain a:link, #fullmain a:visited, #leftmain a:link, #leftmain a:visited {
	color: #0099CC;
}

#fullmain a:hover, #fullmain a:active, #leftmain a:hover, #leftmain a:active {
	color: #993300;
	text-decoration: none;
}

#testimonial {
	font-style: italic;
	background-image: url(images/boxbak-bk-blue-2.jpg);
	float: right;
	margin-left: 10px;
	width: 200px;
}

#testimonial h3 {
	color: #000;
	font-size: 14px;
	background-color: #75aec1;
	border-top-width: 2px solid #00678C;
	line-height: 150%;
	margin: 0 10px;
}

#testimonial p {
	font-size: 12px;
	margin: 12px;
	text-align: justify;
}

#products {
	width: 260px;
	float: right;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
}

#sidemenu {
	margin-top: 0px;
	background-image: url(images/boxbak-bk-blue.jpg);
	width: 158px;
	margin-left: 0px;
	float: left;
	margin-right: 10px;
}

#sidemenu h3 {
	color: #000;
	font-size: 14px;
	background-color: #75aec1;
	border-top-width: 2px solid #00678C;
	line-height: 150%;
	margin: 0 10px;
}

#sidemenu p {
	font-size: 11px;
	margin: 0 10px;
}

#sidemenu img {
	vertical-align: bottom;
}

#copyright {
	clear: both;
	height: 26px;
	border-bottom-style: none;
	background-image: url(images/footer-bkg.jpg);
	background-repeat: repeat-x;
	padding-top: 18px;
	/* border-top: 1px solid #00789C; */
}

#copyright p {
	font-size: 0.8em;
	color: #00678C;
	margin: 0px 10px;
}

#copyright a:link, #copyright a:visited {
	color: #663333;
}

#copyright a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #00789C;
}

#copyright .hosting {
	float: right;
	margin-right: 5px;
}

.botmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #33CCCC;
	text-align: center;
	margin-top: 5px;
	word-spacing: 0.5em;
}

.botmenu a:link, .botmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.botmenu a:hover, .botmenu a:active {
	color:#33CCCC;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

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

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #006B8C;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.rightimg {
	float: right;
	width: 260px;
}

.leftimg {
	float: left;
}

.hrblue {
	color: #0096C1;
	background-color: #0096C1;
	border: none;
}
.boldgray {
	font-weight: bold;
	color:#333333;
}
table li {
	margin-left: -20px;
	margin-bottom: 10px;
}

.special {
	float: right;
	margin-right: 40px;
	margin-top: 0px;
}

hr {
	color: #147296;
	background-color: #147296;
	border: none;
}

.toggle {
	border: none;
}

#policies h4 {
	margin-top: 0px;
	margin-bottom: 12px;
}

#gallery h4 {
	font-weight: bold;
	color: #146D8F;
	font-size: 14px;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 10px;
}
#gallery p {
	margin-top: 0px;
	margin-bottom: 8px;
}

.boldblue {
	font-weight: bold;
	color: #146D8F;
	font-size: 14px;
}

.contact {
	font-size: 15px;
	font-weight: bold;
	padding: 10px 5px;
}

.tightlist {
	margin-top: 0px;
	margin-bottom: 5px;
}

/* form styles */

.formheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #093B5E;
}
.formsubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #093B5E;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #0096C1;
}
input.txt {
	background-color:#DFF0F2;
	border: 1px inset #00008B;
	color: #0096C1
	font-weight: bold;
}

input.btn {
	color: #0096C1;
	background-color: #DFF0F2;
	border: 1px outset #00008B;
}

caption {
	font-size: 12pt;
	font-weight: bold;
	color: #0032B7;
	text-align: left;
	text-indent: 6px;
	margin-top: 14px;
	text-decoration: underline;
}
.submitpad {
	padding-left: 45px;
	padding-top: 20px;
}

.specialtext {
	font-size: 16px;
	color: #093B5E;
	line-height: 150%;
}

#measure ul {
	list-style-image: url(images/arrow3.jpg);
}

#measure li {
	margin-bottom: 10px;
}

.step {
	color: #0096C1;
	font-weight: bold;
}
.fieldnote {
	font-size: 12px;
	font-weight: bold;
	color: #0096C1;
	margin: 0 0 5px 0;
	padding: 0px;
	font-style: normal;
}
.indent {
	padding-left: 30px;
	color: #0096C1;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

.bigstar {
	font-size: 16px;
}

.noborder {
	border:none;
}

