* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #660000;
	margin: 0px;
	padding: 0px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #003399;
}
img {
	border: none;
}
.clear {
	clear: both;
}
#container {
	width: 620px;
	position: relative;
}
.home #container {
	background: #FFFFFF url("assets/images/body_bg.gif") repeat-y left top;
	float: left;
}

/************************************************
	Branding bar styles
*************************************************/
#branding {
	width: 620px;
}
.home #branding {
	background: url("assets/images/branding_bg.gif") no-repeat left top;
	height: 90px;
}
.product #branding {
	background-color: #000099;
	float: left;
}
.product #branding img.logo {
	width: 180px;
	height: 60px;
	float: left;
}
.product #branding img.pageTitle {
	width: 440px;
	height: 60px;
	float: right;
}
#branding h1 {
	font-size: 10%;
	height: 60px;
	text-indent: -9000px;
}
#branding h2 {
	font-size: 10%;
	height: 29px;
	text-indent: -9000px;
}

/***************************************
	Homepage Flash Banner Styles
****************************************/
#flashBanner {
	background: url("assets/images/flash_banner_bg.gif") no-repeat left top;
	width: 620px;
	height: 90px;
}
/* hack to properly position flashBanner in Firefox */
div[id="flashBanner"] {
	margin-top: -4px;
}
#flashBanner #flashContent {
	margin: 4px 0px 0px 115px;
}

/************************************************
	Product Page Navigation Styles
*************************************************/
#navigation {
	font: italic bold 100% Geneva, Arial, Helvetica, sans-serif;
	background: #0066ff url("assets/images/nav_bg_bottom.gif") no-repeat left bottom;
	color: #CCCCCC;
	float: left;
	width: 620px;
}
#navigation #menus {
	background: url("assets/images/nav_bg_top.gif") no-repeat left top;
	padding: 10px 5px;
	float: left;
	width: 620px;
}
* html #navigation #menus {
	width: 610px;
}
#navigation #menus ul {
	list-style: none;
	float: left;
}
#navigation #menus ul.details {
	float: right;
	margin-right: 2px;
}
#navigation #menus ul[class="details"] {
	margin-right: 15px;
}
#navigation #menus ul li {
	float: left;
}
#navigation #menus ul li a, #navigation #menus ul li a:visited {
	display: block;
	float: left;
	padding: .25em .5em .1em .5em;
	margin-right: .1em;
	color: #cccccc;
	border: 2px solid #0049B6;
	border-bottom: none;
	text-decoration: none;
	background-color: #000099;
}

#navigation #menus ul li a:hover, #navigation #menus ul li a:active {
	color: #ffffff;
	text-decoration: none;
	background-color: #003399;
}

/********************************************************
	BodyContent setup styles
*********************************************************/

#bodyContent {
	background-color: #FFFFFF;
	color: #003399;
}
.home div[id="bodyContent"] {
	width: 490px;
	margin: 10px 10px 5px 125px;
}
* html body.home #bodyContent {
	width: 480px;
	float: right;
	padding-right: 10px;
}
.product #bodyContent {
	padding: 10px;
	float: left;
	width: 600px;
}

/****************************************************
	Homepage Sidebar Styles
*****************************************************/
#sidebar {
	float: left;
	width: 120px;
}
#sidebar h3 {
	font: italic bold 100% Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding: 2px 22px 5px 5px;
}
#sidebar ul {
	list-style: none;
}
#sidebar ul li {
	margin: 5px 0px;
}
#sidebar ul li .bgBottom {
	background: url(assets/images/home_btn_bottom.gif) no-repeat bottom left;
	font-size: 10px;
}
* html #sidebar ul li .bgBottom {
	margin-top: -1px;
}
#sidebar ul li a {
	font: italic bold 100% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.1em;
	display: block;
	background: url(assets/images/home_btn_top.gif) no-repeat top left;
	padding: 7px 10px 0px 15px;
}
* html #sidebar ul li a {
	width: 80%;
}
#sidebar ul li a:visited {
	text-decoration: none;
}
#sidebar ul li a:hover, #sidebar ul li a:active {
	background-image: url(assets/images/home_btn_over_top.gif);
	text-decoration: none;
}
#sidebar p.displayText {
	display: none;
	width: 90px;
	font: italic bold 100% Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding: 5px 5px 0px 5px;
}

/***************************************************
	bodyContent Text Styles
****************************************************/
#bodyContent h1, #bodyContent h2 {
	font-size: 100%;
	color: #003399;
	font-weight: bold;
	margin-top: 1em;
}
#bodyContent p {
	color: #003399;
	margin: 1em 0;
}
#bodyContent p a, #bodyContent p a:visited {
	text-decoration: none;
	color: #0066FF;
	font-weight: bold;
}
#bodyContent p a:hover, #bodyContent p a:active {
	text-decoration: underline;
	color: #003366;
}
#bodyContent ol {
	list-style: decimal;
}
#bodyContent ol li {
	list-style: decimal;
	margin: 1em 1em 1em 3em;
}
#bodyContent ul li {
	margin: .5em 1em .5em 3em;
}
/****************************************************
	Contact Box Styles
*****************************************************/
#bodyContent .contactBox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	float: right;
	margin: 10px 0px 5px 5px;
	width: 160px;
	background-color: #003399;
}
.product #bodyContent .contactBox {
	float: none;
}
#bodyContent .contactBox h1 {
	margin: 0;
	background-color: #0066FF;
	padding: 3px;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
}
#bodyContent .contactBox p {
	color: #cccccc;
	padding: 3px;
}
#bodyContent .contactBox a, #bodyContent .contactBox a:visited {
	color: #cccccc;
	text-decoration: underline;
}
#bodyContent .contactBox a:hover, #bodyContent .contactBox a:active {
	color: #ffffff;
	text-decoration: underline;
}
#bodyContent .contactBox p.contactButton {
	color: #cccccc;
	padding: 3px;
	text-align: center;
}
#bodyContent .contactBox p.contactButton a, #bodyContent .contactBox p.contactButton a:visited {
	padding: 3px;
	font-weight: bold;
	background-color: #0066FF;
	border: 2px solid #003366;
	color: #cccccc;
	text-decoration: none;
}
#bodyContent .contactBox p.contactButton a:hover , #bodyContent .contactBox p.contactButton a:active {
	background-color: #cccccc;
	color: #003399;
	text-decoration: none;
}
/*************************************************
	Product Box Styles
**************************************************/
div.productBoxes {
	float: right;
}
.productBoxes dl {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 5px 15px 5px;
	background-color: #003399;
}
.productBoxes dl dt {
	background-color: #0066FF;
	padding: 5px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.productBoxes dl dd {
	padding: 5px;
	text-align: center;
}
.productBoxes dl dd.text {
	background-color: #0066FF;
	color: #cccccc;
}
.productBoxes dl a, .productBoxes dl a:visited {
	color: #ffffff;
	text-decoration: none;
}
.productBoxes dl a:hover, .productBoxes dl a:active {
	color: #99CCFF;
	text-decoration: underline;
}
div.productLogos img {
	vertical-align: middle;
}
/****************************************************
	Contact Form Styles
*****************************************************/
div.contactForm {
	padding: 10px;
	background-color: #CCCCCC;
	margin: 10px;
	border: 1px solid #003366;
	float: left;
}
div.contactForm .textInput label {
	font-weight: bold;
	width: 10em;
	float: left;
}
div.contactForm .textInput input {
	width: 15em;
}
div.contactForm .checkboxLabel {
	font-weight: bold;
	padding-top: 1em;
}
div.contactForm .longText label {
	font-weight: bold;
	display: block;
	padding: 1em 0em .5em 0em;
}
div.contactForm .longText textarea {
	
	width: 30em;
	height: 6em;
	font-size: 100%;
}
/****************************************************
	Footer Styles
*****************************************************/
#footer {
	border-top: 1px solid #003399;
	margin-top: 10px;
	margin-right: 10px;
	padding: 5px;
	font-size: 90%;
	color: #666666;
	clear: both;
}
.product #footer {
	margin: 0;
}
#footer p {
	margin: 1em 5px;
	color: #666666;
}
#footer a, #footer a:visited {
	color: #003399 !important;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #003399;
}
#footer ul.footerMenu {
	margin: 1em 5px;
	text-align: center;
	display: inline;
	list-style: none;
}
#footer ul.footerMenu li {
	display: inline;
	margin: 0;
}
#footer ul.footerMenu li a {
	padding: .1em .25em;
}
