@charset "utf-8";

body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.8em;
	margin: 0px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#headerImage
{
	background-image: url(../images/picture.gif);
	height: 253px;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#logo
{
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 30px;
	height: 80px;
	margin-bottom: 10px;
	font-weight: bold;
}

#telephone
{
	text-align: right;
	font-weight: bold;
	color: #23426E;
	font-size: small;
	padding-top: 60px;
}


#nav
{
	padding-bottom: 10px;
}

#nav a
{
	color: #a6a6a6;
	text-decoration: none;
	padding-right: 10px;
	font-size: 120%;
	font-weight: normal;
}

#nav a:hover
{
	color: #000000;
	text-decoration: underline;
	padding-right: 10px;
	font-size: 120%;
}

#mainContent {
	margin-bottom: 20px;
	padding: 0;
	min-height: 550px;
}

.serv_left
{
	BORDER-RIGHT: #cccccc 1px solid;
	PADDING-RIGHT: 20px;
	PADDING-LEFT: 25px;
	FLOAT: left;
	PADDING-BOTTOM: 10px;
	WIDTH: 221px;
	PADDING-TOP: 0px
}

.serv_mid 
{
	BORDER-RIGHT: #cccccc 1px solid; 
	PADDING-RIGHT: 20px; 
	PADDING-LEFT: 0px; 
	FLOAT: left; 
	PADDING-BOTTOM: 10px; 
	WIDTH: 221px; 
	PADDING-TOP: 0px
}

.serv_right 
{
	BORDER-RIGHT: #cccccc 1px solid; 
	PADDING-RIGHT: 20px; 
	PADDING-LEFT: 0px; 
	FLOAT: left; 
	PADDING-BOTTOM: 10px; 
	WIDTH: 221px; 
	PADDING-TOP: 0px
}

.serv_mid 
{
	PADDING-RIGHT: 22px; 
	PADDING-LEFT: 22px; 
	PADDING-BOTTOM: 10px; 
	PADDING-TOP: 0px
}

.serv_right 
{
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 20px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 10px; WIDTH: 222px; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 0px
}

.serv_line {
	CLEAR: both; FONT-SIZE: 1px; MARGIN: 0px 0px 20px; BORDER-BOTTOM: #cccccc 1px solid; HEIGHT: 20px
}

.serv_left H2 {
	FONT: bold 100%/170% Verdana, Arial, Helvetica, sans-serif; COLOR: #404040
}
.serv_mid H2 {
	FONT: bold 100%/170% Verdana, Arial, Helvetica, sans-serif; COLOR: #404040
}
.serv_right H2 {
	FONT: bold 100%/170% Verdana, Arial, Helvetica, sans-serif; COLOR: #404040
}

#aboveFooter
{
	background-color: #23282c;
	color: #FFFFFF;
	height: 220px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#footer {
	padding: 0;
	background-color: #1e2327;
	color: #FFFFFF;
	vertical-align: bottom;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a
{
	color: #FFF;
	font-weight: normal;
}

#footerContainer
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#domainChecker
{
	width: 50%;
	float: left;
	text-align: left;
}

#links
{
	float: left;
	width: 50%;
	text-align: left;
}

#links a
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#links a:hover
{
	color: #cccccc;
	font-weight: normal;
	text-decoration: none;
}

#links ul
{
	padding: 0px;
}

#links li
{
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
}

#copyrightContainer
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#copyright
{
	width: 50%;
	float: left;
	text-align: left;
	vertical-align: middle;
}

#accessibility
{
	float: left;
	width: 50%;
	text-align: right;
}

h1
{
	font-size: 130%;
	color: #1E2327;
}

h2
{
	font-size: 100%;
	border-bottom: #cccccc 1px solid;
}

.whiteblock {
	CLEAR: both; BACKGROUND: #fff; HEIGHT: 10px
}

a
{
	color: #233F6F;
	font-weight: bold;
}

a:hover
{
	color: #CC3300;
	font-weight: bold;
}

label
{
	width: 18em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
}

.submit input
{
	margin-left: 4.5em;
}

#productBox
{
	width: 238px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}

#productName
{
	text-align: center;
	font-weight: bold;
}

#productImage
{
	width: 238px;
	text-align: center;
}

#details
{
	text-align: left;
}

#viewProductLeft
{
	width: 540px;
	float: left;
}

#viewProductRight
{
	width: 238px;
	float: left;
}

#leftBox
{
	width: 399px;
	float: left;
}

#rightBox
{
	width: 390px;
	float: right;
	padding-left: 10px;
	border-left: #cccccc 1px solid;
}

.Accordion 
{
	border-left: solid 1px gray;
	border-right: solid 1px black;
	border-bottom: solid 1px gray;
	overflow: hidden;
}

.AccordionPanel 
{
	margin: 0px;
	padding: 0px;
}

.AccordionPanelTab 
{
	background-image: url(../images/bg_grad_gray2.gif);
	background-color: #CCCCCC;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	cursor: pointer;
	color: #FFFFFF;
	height: 30px;
}

.AccordionPanelContent 
{
	overflow: auto;
	margin: 0px;
	padding: 2px;
	height: 200px;
}

.AccordionPanelOpen .AccordionPanelTab 
{
	background-image: url(../images/blt_panel_exp.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

.AccordionPanelTabHover 
{
	color: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover 
{
	color: #555555;
}

.AccordionFocused .AccordionPanelTab 
{
	background-image: url(../images/bg_grad_gray2.gif);
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab 
{
	background-image: url(../images/bg_grad_gray2.gif);
}

.AccordionPanelClosed .AccordionPanelTab h3 
{
	background-image: url(../images/blt_panel_clps.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

.AccordionPanel h3
{
	font-size: x-small;
	padding: 0px;
}

#contactLeft
{
	float: left;
	width: 50%;
}

#contactRight
{
	float: left;
	width: 45%;
	padding-left: 10px;
}

.red
{
	color: #C30;
	font-weight: bold;
}

hr
{
	background-color: #CCC;
	width: 80%;
}

legend
{
	color: #000000;
}