body{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	margin: 0px;
}

img{
	border: 0px;
	display: inline;
}


table tr td{
	vertical-align: top;
}


div#masthead{
	width: 100%;
	height: 131px;
	background-image: url('/common/images/mastheadBackground.png');
	background-repeat: repeat-x;
	background-color: #21235C;
}


img#mastheadLogo{
	float: left;
}


div#mastheadQuickAction{
	float: right;
	height: 120px;
	padding-top: 11px;
	width: 250px;
	background-image: url('/common/images/mastheadQuickActionBackground.png');
	background-position: top right;
	background-repeat: no-repeat;	
}


div#mastheadQuickAction div#shoppingCartFunctions{
	float: right;
	clear: both;
	text-align: right;
	margin-right: 20px;
	color: #FFFFFF;	
}


div#mastheadQuickAction div#shoppingCartFunctions a,
div#mastheadQuickAction div#shoppingCartFunctions a:hover,
div#mastheadQuickAction div#shoppingCartFunctions a:visited,
div#mastheadQuickAction div#shoppingCartFunctions a:active{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

div#mastheadQuickAction form#simple_search_form{
	width: 231px;
	margin-top: 5px;
	margin-right: 19px;
}

div#mastheadQuickAction form#simple_search_form input[type="submit"],
div#mastheadQuickAction form#simple_search_form input.button{
	float: right;
	margin-right: 10px;
}


div#mastheadQuickAction form#simple_search_form input[type="text"],
div#mastheadQuickAction form#simple_search_form input{
	float: right;
}


div#mastheadQuickAction img#phoneNumber{
	float: right;
	margin-top: 5px;
	margin-right: 19px;	
}


div#masthead #mastheadDemoVideo{
	float: left;
	width: 300px;
	margin-top: 15px;
	margin-left: 50px;
	height: 110px;
	background-color: red;
}

table#container{
	width: 100%; 
	border-collapse: collapse; 
	padding: 0px; 
	border: none;
}


table#container td#navigation{
	width: 208px;
	padding: 0px;
	margin: 0px;
	background-image: url('/common/images/navigationBackground.png');
	background-repeat: repeat-y;
	vertical-align: top;
}


table#container td#navigation img#cornice{
	display: block;	
}


table#container td#navigation img.heading{
	margin-top: 15px;
	margin-bottom: 5px;
}


table#container td#navigation div.navigationItem{
	width:  200px;
	height: 25px;
	margin-bottom: 3px;
	padding-right: 8px;
	text-align: right;
	background-image: url('/common/images/navigationButtonBackground.png');
}


table#container td#navigation div.longtext{
	height: 45px;
	background-image: url('/common/images/navigationButtonBackgroundLarge.png');
}


table#container td#navigation div.navigationItem a,
table#container td#navigation div.navigationItem a:hover,
table#container td#navigation div.navigationItem a:active,
table#container td#navigation div.navigationItem a:visited{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}



table#container td#featuredNavigation{
	width: 162px;
	padding: 0px;
	margin: 0px;	
	background-image: url('/common/images/featuredNavigationBackground.png');
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: center;	
}


table#container td#featuredNavigation img{
	margin-bottom: 5px;
}



table#container td#content{
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}


table#container td#content div#mainContent{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;	
}


div#footer{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding-top: 10px;
	border-top: solid 2px #21235C;
	text-align: center;
}


div#footer,
div#footer a,
div#footer a:hover,
div#footer a:active,
div#footer a:visited{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
	color: #21235C;	
}





a{
	text-decoration: none;
	color: #005fa1;
	text-decoration: underline;
}


span.emphasized{
	font-weight: bold;
}

div.clear{
	clear: both;
	height: 0px;
	overflow: hidden;
}

div.section h4{
	font-size: 15px;
	color: #001945;
	text-decoration: underline;
}

div.confirmationBox,
div.tipBox,
div.errorBox{
	width: 90%;
	padding: 10px;
	color: black;
	border-style: solid;
	border-width: 2px;
	border-color: green;
	background-color: #90EE90;
	margin-top: 35px;
	margin-bottom: 80px;
}

div.tipBox{
	border-color: #000000;
	background-color: #90EE90;
}

div.errorBox{
	border-color: red;
	background-color: #ffbaba;
}

div.errorBox img,
div.confirmationBox img,
div.tipBox img{
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}









/**
  * Standard form styles
  */

form.standardForm {
	width: 90%;
}


form.standardForm label{
	display: block;
	width: 30%;
	float: left;
	text-align: right;
}


form.standardForm input,
form.standardForm select,
form.standardForm textarea{
	display: block;
	width: 65%;
	float: right;
	background-color: #ffffff;
	border: solid thin gray;
}


form.standardForm input[type="checkbox"],
form.standardForm input.checkbox {
	display: block;
	float: left;
	background-color: #FFFFFF;
	width: 12px;
	height: 12px;
	margin-left: 5%;
}


form.standardForm div.hiddenInputs,
form.standardForm input[type="hidden"] {
	display: none;
}



div.formSpacer{
	clear: both;
	width: 10px;
	height: 500px;
}


form.standardForm input.button{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: white;
	border: none;
	height: 20px;
	background-image: url('/common/images/buttonBackground.png');
	background-color: #B5B5B5;
}


form.standardForm div.formClear {
	clear: both;
	height: 20px;
}

form.standardForm div.itemUsage {
	border: dashed 1px black;
	width: 65%;
	float: right;
	clear: both;
	margin-top: 3px;
	margin-bottom: 5px;
}
