html, body {
height: 100%; /* Required */
}

body {
color: #333;
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
background: #CCCCCC;
color:#666666;
}

/******************** BEGIN PRESENTATION STYLES ********************/

h1 {
margin:0;
padding:10px 20px 0 20px;
font-size: 1.4em;
color:#00499D;
}

h2{
margin:0;
padding:5px 20px 0 20px;
font-size: 1em;
color:#00499D;
}

h3 {
margin:0;
padding:0px 20px 0 20px;
font-size: 0.9em;
color:#999999;
}

p {
padding:5px 20px 10px 20px;
margin: 0;
}

table {
padding:2px 20px 2px 20px;
margin: 0;	
}

img.left {
float:left;
margin:5px 10px 0 0;
}

ol, ul {
margin-top:10px;
margin-bottom:10px;
padding-top:0;
padding-bottom:0;
}

br {
line-height:0px;
}

#box {
background:#999999;
color:#FFFFFF;
padding:10px 0;
}

#divider {
border-top:1px dotted #AAAAAA;
width:85%;
margin:10px auto 5px auto;
line-height:0px;
}

.aqua {
color:#729BAF;
}

.breadCrumbs{
	font-size: 0.9em;
	color:#729BAF;
	clear: right;
}

input.button {
background: #729BAF;
margin: 0px;
padding: 0px;
font-weight: bold;
cursor:hand;
border:none;
color:#FFFFFF;
padding:0px;
}

input, textarea {
font-family: Arial, Helvetica, sans-serif;
}

.grey {
color:#666666;
}

.black{
color:#333333;
}

a {
color:#00499D;
}

a:hover {
color: #333333;
}

#footer a {
color:#333333;
}

#footer a:hover {
color:#00499D;
}

.itemDate {
color:#729BAF;
font-size: 10px;
}

/******************** END PRESENTATION STYLES ********************/


/******************** BEGIN LAYOUT STYLES ********************/

#container {
width: 757px;
position: relative;
min-height: 100%; /* For Modern Browsers */
height: auto !important; /* For Modern Browsers */
height: 100%; /* For IE */
background: #FFFFFF url(../images/bg_shadow.jpg) repeat-y;
padding:0 11px;
margin: 0 auto;
}

#headerhome {
height:200px;
width:100%;
background: url(../images/hd_home.gif) no-repeat left top;
}

#head #leftcol {
width: 200px;
float:left;
background: none;
border-right:none;
}

#head #rightcol{
margin-left:200px;
background: none;
border-right:none;
}

#head img {
float:right;
}

#headercontent {
height:100px;
background: url(../images/hd_banner.gif) no-repeat left top;
}

#content {
margin-left:200px;
padding: 0px 0px 80px 0px;
}

#content #leftcol {
float:left;
width: 306px;
background: #E9F2F3;
border-right:none;
clear:right;
height:245px;
}

html>body #content #leftcol {
float:left;
width: 306px;
background: #E9F2F3;
border-right:none;
clear:right;
min-height:245px;
}

#leftcol {
padding: 0;
margin:0;
width: 200px;
float: left;
/*clear:left;*/
}

#content #rightcol {
margin-left:306px;
}

#footer {
width: 757px;
position: absolute;
bottom: 0 !important;
bottom: -1px; /* For Certain IE widths */
text-align:right;
font-size:0.85em;
}

/******************** BEGIN LAYOUT STYLES ********************/



/******************** BEGIN FORM STYLES ********************/
form {
margin:0px;
padding:0px;
}

input.textfield
{
border:1px solid #CCCCCC;
color:#666;
}

#newsletter input.textfield {
border:1px solid #CCCCCC;
width:110px;
float:left;
margin-top:3px;
color:#666;
padding:1px 5px;
}

#newsletter input.button {
margin-left:10px;
} 

#headerhome #search {
position:absolute;
top:125px;
}

#headercontent #search {
position:absolute;
top:60px;
}

#search input.textfield {
border:1px solid #CCCCCC;
width:110px;
float:left;
margin-top:3px;
color:#666;
padding:1px 5px;
}

#search input.button {
margin-left:10px;
} 

/******************** END FORM STYLES ********************/


/******************** BEGIN MENU STYLE ********************/

#navcontainer {
background:#00499D;
float:left;
width:100%;
font-size: 0.9em;
}

#navcontainer ul{
margin: 0 0 0 0;
padding: 0;
white-space: nowrap;
list-style-type: none;
float:left;
}

#navcontainer li{
display: block;
float: left;
padding: 0;
margin: 0;
}

#navcontainer a{
font-weight:bold;
display: block;
width: 1%;
line-height:20px;
height:40px;
padding:0 12px;
color: #FFFFFF;
text-decoration: none;
}

#navcontainer a:hover{
background:#94BABF;
color: #FFFFFF;
text-decoration: none;
}

#navcontainer a.selected {
background:#94BABF;
color: #FFFFFF;
}

/******************** END MENU STYLE ********************/

/******************** BEGIN SHOPPING CART STYLES *****************/

#shoppingcart
{
	border: 1px solid #94BABF;
	padding: 0;
	width: 100%;
	float: left;
	text-align: right;
}

#shoppingcart .cartsection
{
	color: #729BAF;
	display: inline;
	margin: 10px;
}

#shoppingcart .cartsection a {
	color: #729BAF;
}

/******************** END SHOPPING CART STYLES *****************/

/******************** BEGIN SUBMENU STYLE ********************/


div#subnavcontainer ul li ul li a {
background-color: #FFFFFF;
color: #94BABF;
width: auto;
}

div#subnavcontainer ul li ul li a:hover {
background-color: #729BAF;
color: #FFFFFF;
}


/* Fix IE. Hide from IE Mac \*/
* html div#subnavcontainer ul li { float: left; }
* html div#subnavcontainer ul li a { height: 1%; }
/* End */

div#subnavcontainer {
	width: 200px; 
	font-size: 0.9em;
	font-weight:bold;
	background:#729BAF;
	padding: 25px 0;
}

div#subnavcontainer ul {
	margin: 0; 
	padding: 0; 
	width: 100%; 
}

div#subnavcontainer li {
	position: relative; 
	list-style: none;
	background:#729BAF;
	border-bottom: 1px solid #94BABF;
	margin: 0;
}

div#subnavcontainer li a {
	/*background:#729BAF;*/
	color:#FFFFFF;
	text-decoration: none;
	margin: 0;
	overflow: hidden;
	padding: 5px 0 5px 15px;
	height:1%;
	display: block;

}


div#subnavcontainer li a:hover {
	color:#729BAF;
	background: #FFFFFF;
}

/*
#subnavcontainer ul li.arrow a:hover{
background-image: url(../images/arrow_main.gif);
background-position: 185px 10px;
background-repeat: no-repeat;
}

#subnavcontainer ul li.arrow {
background-image: url(../images/arrow_main.gif);
background-position: 185px 10px;
background-repeat: no-repeat;
}
*/
<!-- submenu styles -->

div#subnavcontainer > ul a {
width: 100%;
}

div#subnavcontainer ul ul {
position: absolute; 
top: 0px; 
left: 100%;
display: none;
border-top: 1px solid #AAA;
border-left: 1px solid #AAA;
border-right: 1px solid #AAA;
}

div#subnavcontainer ul ul,
div#subnavcontainer ul li:hover ul ul,
div#subnavcontainer ul ul li:hover ul ul
{display: none;}

div#subnavcontainer ul li:hover ul,
div#subnavcontainer ul ul li:hover ul,
div#subnavcontainer ul ul ul li:hover ul
{display: block;}

/******************** ENDSUBMENU STYLE ********************/

#smallprint {
	font-size: 8pt;
}
