a {
	color: #963;
}
a:hover {
	color: #C60;
}
body {
	background: #00689A;
	color: #242424;
	font: normal 70%/150% Verdana, Arial, Helvetica, Tahoma, sans-serif;
}
p, ul {
	padding-bottom: 1.2em;
}

ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}
h1 {
	margin-bottom: 15px;
	font-size: 1.5em;
	line-height: 25px;

}
h1, h3 {
	padding-top: 6px;
	color: #003756;
}
h2 {
	font-size: 1.3em;
	color: #003756;
	margin: 0px 0px 10px;
	
}
.blue {
	font-weight: bold;
	color: #00689A;

}

blockquote {
	display: block;
	font-weight: bold;
	padding: 20px;
}
.clr {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

.img-left {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	float: left;
	width: 125px;
}

.img-caption {
	font-style: italic;
	font-weight: normal;
	color: #00689A;
	font-size: 10px;
	line-height: normal;
}
/* Site Layout */

#container {
	background: #FFFFFF url(../images/body-bg.jpg) no-repeat right bottom;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0px;
	width: 850px;
	border-top: 0px;
	border-right: 5px solid #00689A;
	border-bottom: 0px;
	border-left: 5px solid #00689A;
}
/* Site Header */
#top {
	padding: 50px 10px 0;
}

#header {
	background: #FFFFFF;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 0px;
	width: 850px;
	border-top: 5px solid #00689A;
	border-right: 5px solid #00689A;
	border-bottom: 0px;
	border-left: 5px solid #00689A;
	
}

#header .left {
	width: 350px;
	z-index: 50;
	top: 20px;
	position: absolute;
}
#header .right {
	height: 150px;
	width: 475px;
	z-index: 10;
}

/* Site Navigation */
#navigationwrap {
	background: url(../images/nav-left-bg.gif) repeat-x left center;
}
#navigation {
	height: 45px;
	text-align: left;
	z-index: 20;
	background: url(../images/nav-bg.gif) no-repeat right center;

}
#navigation-right {
	
}
/* Main Container */
#main {
	border-top: 4px solid #FFF;
}
/* Right Panel */
#right-panel {
	float: right;
	width: 220px;
	margin: 10px 0;
	padding: 0 20px 0 5px;
}
#right-panel p {
	font-size: 110%;
	line-height: 125%;
	color: #00689A;

}
#right-panel p span {
	color: #003756;
	font-weight: bold;
}
#right-panel h1 {
	color: #003756;
	font-size: 1.5em;
	line-height: 25px;
	margin-bottom: 15px;
}


/* Site Content */
#content {
	float: left;
	margin: 10px 0;
	padding: 0 15px 0 25px;
	width: 550px;
}
/* footer */
#footer {
	margin: 0 auto;
	width: 850px;
	background: #003756;
	color: #FFF;
	text-align: center;
	border-top: 0px;
	border-right: 5px solid #00689A;
	border-bottom: 0px;
	border-left: 5px solid #00689A;
	height: 65px;
	line-height: 150%;
	padding: 20px 0px;
}
#footer a, #footer a:hover {
	color: #FFF;
	text-decoration: none;
}

table.products {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	
	}
	
td.products {
	border: 1px solid #00689A;
	padding: 0.5em 1em;
	text-align: left;
	}
	
th.products {
	border: 1px solid #00689A;
	padding: 0.5em 1em;
	font-size: 105%;
	font-weight: bold;
	color: #003756;
	letter-spacing: 1px;
	text-align: left;
	}
	
/* Contact Us Form Styles */

#mainForm 
{
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 100%;
}

ul.mainForm
{
	list-style-type: none;
	font-family: Arial, Verdana, sans-serif;
	font-size:15px;	
}

td.mainForm
{
	padding-bottom: 15px;
}


#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}



input.mainFormError
{
	background-color: #FFE3BB;
}


textarea.mainFormError
{
	background-color: #FFE3BB;
}


select.mainFormError
{
	background-color: #FFE3BB;
}


#formHeader
{
	position: relative;
	width: 100%;
	background-color: #666699;
	margin:0 0 0 0;
	padding-bottom: 10px;
}

p.formHeader
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:25px;
	position:relative;
	left:-5px;
	top:4px;
	letter-spacing: 2px;
}



#formInfo
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #ffffff;
}


p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:12px;
	position:relative;
	left:20px;
	top:0px;
	color: #ffffff;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:95%;
	font-weight:bold;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}


/* tooltip */
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}


/* Menu - Main Navigation */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {
	padding:0;
	margin:0;
	list-style:none;
	width:500px;
	height:45px;
	
}
#menu li {
	position:relative;
	float:left;
}
#menu li a {
	display:block;
	height:45px;
	padding:0;
	width:100px;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	font-family:"trebuchet MS", sans-serif;
	font-size:15px;
	text-align:center;
	cursor:pointer;
	background: url(flat.gif);
	line-height:42px;
	letter-spacing: 1px;
}
#menu li a b {
	position:relative;
}
#menu li a:hover, #menu li a:active, #menu li a:focus, .home #menu li#home a, .single #menu li#single a, .dropdown #menu li#dropdown a, .dropline #menu li#dropline a, .flyout #menu li#flyout a, .support #menu li#support a, .contact #menu li#contact a {
	background: url(curled.png) no-repeat right top;
	cursor:pointer;
	color:#B3E7FF;
}
/*
* html #menu li a:hover, * html #menu li a:active, * html #menu li a:focus, * html .home #menu li#home a, * html .single #menu li#single a, * html .dropdown #menu li#dropdown a, * html .dropline #menu li#dropline a, * html .flyout #menu li#flyout a, * html .support #menu li#support a, * html .contact #menu li#contact a {
	background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='single_thirteen/curled.png', sizingMethod='scale');
}
*/
#menu li a:hover b, #menu li a:active b, #menu li a:focus b, .home #menu li#home a b, .single #menu li#single a b, .dropdown #menu li#dropdown a b, .dropline #menu li#dropline a b, .flyout #menu li#flyout a b, .support #menu li#support a b, .contact #menu li#contact a b {
	cursor:pointer;
}
