body 
{
	margin: 0;
	padding: 0;
    background: url('/images/application/header-bkgrnd.png') repeat-x;
}

a, a span.caps {
    color: #0492be;
}


label {
	float: left;
	width: 90px;
	text-align: left;
	padding-right: 10px;
}


.left
{
    float: left;
}

.right
{
    float: right;    
}


#page
{
    width: 1002px;
    margin: 0 auto;
}

#header 
{
    margin-bottom: 12px;
    height: 120px;
	background: url('/images/application/headerbg.jpg') repeat-x;
	padding-top: 30px;
	text-align: right;
	position: relative;
}
#header span
{
	font-size: 14px;
	color: white;
}
#header span img
{
	margin-top: 6px;
}
#header a
{
	color: white;
	font-size: 12px;
	text-decoration: underline;
}

#header h1
{
    text-transform: uppercase;
    margin: 0;
    width: 144px;
    font-family: Serif;
    line-height: 14px;
}
#header .title
{
    float: left;
}

#header a, #header a b
{
    margin: 0 3px;
}

#menu
{
	position: absolute;
	left: 0;
	top: 102px;
	display: block;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	z-index: 999;
	opacity: 1;
}
/*
#menu:hover .menubg, #menu.hover .menubg
{
	z-index: 9999;
	display: block !important;
}
.menubg
{
	display: none !important;
	background: #666;
}
*/
#menu li 
{
	float: left;
	width: 167px;
}
#menu li ul li, #menu li ul li ul li, #menu li ul li ul li ul li
{
	height: auto;
}

#menu a
{
	text-decoration: none;
	color: #fff;
	display: block;
	line-height: 30px;
	width: 167px;
	margin: 0 1px 0 0;
	text-align: center;
	font-size: 12px;
	background: url('/images/application/nav-gradient.png') repeat-x;
}


#menu li ul a {
	line-height: 19px;
}

#related_menu li ul a {
	line-height: 20px;
}

#menu li ul a, #related_menu li ul a
{
	background: #666;
	color: white;
	text-align: left;
	padding-left: 12px;
	width: 155px;
}

#menu li:hover ul a, #menu li:hover ul, #menu li.sfhover ul a, #menu li.sfhover ul
{
	background: #aaa;
	color: black;

}
#menu li ul li ul a, #related_menu li ul li ul a
{	
	font-style: italic;
	padding-left: 18px;
	width:149px;
}
#menu li ul
{
	display: none;
	list-style: none;
	padding: 0;
	background: #666;
	height: 100%;
}
#menu li.first
{
	border-top: 1px solid white;
}

#menu li ul li
{
	float: left;
	display: block;
}
.menu li ul li ul, .menu li ul li ul li ul, .menu li ul li ul li ul li ul
{
	list-style: none;
	padding: 0;
	border-top: 0 !important;
}

#menu li:hover ul, #menu li.sfhover ul
{
	display: block;
}
#menu li:hover ul li, #menu li.sfhover ul li
{
	display: block;
	float: left;
}
#menu a:hover, #menu li a:hover, #menu li ul li a:hover, #menu a.sfhover, #menu li a.sfhover, #menu li ul li a.sfhover
{
	background: #0792BD;
	color: white;
}


#product-footer {
/*   background: url('/images/application/product-footer-bkgrnd.png') repeat-x;*/
	background: #4C4C4C;
	padding: 3px 0px;
}
#product-footer-inner, #footer
{
	width: 1002px; 
	margin: 0 auto;
}

#product-footer p, #product-footer b, #product-footer a {
   	color: #fff;
   	font-size: 11px;
	text-decoration: none;
}

#footer p
{
    text-align: left;
    color: #4e4e4e;
    font-size: 11px;
}

#footer a
{
    color: #2658bc;
    font-size: 11px;
    margin-right: 10px;
}

#footer-links
{
	margin-bottom: 4px;
}
#footer-description
{
	margin-top: 0px;
}

ul.nostyle, ul.nostyle li
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#left-sidebar {
    float: left;
    background: #575757 url('/images/application/left-sidebar-bkgrnd.png') no-repeat;
    width: 200px;
    padding: 20px 0;
}

#left-sidebar h2 {
    color: #fff;
    margin-left: 20px;
}

#right-sidebar {
    float: right;
}

#main
{
    float: left;
/*    margin-left: 30px;*/
    width: 490px;
    padding-bottom: 20px;
}

#main h2#title
{
	margin-top: 0px;
}

#content {
    line-height: 1.5em;
    margin: 2em 0;
}

#content #related
{
    float: left;
    width: 142px;
/* margin-right: 29px; */
    margin-right: 20px;
    line-height: 1.75em;
}

#content #related a
{
    text-decoration: none;
    padding-left: 6px;
}

#content #related span
{
    background: #98D029;
    width: 100%;
    color: white;
    height: 1.75em;
    display: block;
    padding-left: 6px;
}

#content #main
{
    float: left;
    width: 450px;
    color: #3F3F3F;
}

#content #main h1
{
    margin-top: 0;
}

#content #features
{
    float: right;
    width: 300px;
}

.callout
{
    background: #DEDEDE;
    padding: 16px;
    line-height: 1.75em;
    font-size: 1.15em;
}

#splash .menu li ul
{
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-top: -3px;
    width: 705px;
}
#splash .menu li ul li
{
    float: left;
    width: auto;
}

#splash .menu li:hover ul, #splash .menu li.sfhover ul
{
    left: 150px;
    z-index: 99999999999;
    opacity: 1;
}

#logo img
{
    border: none;
    outline: none;
}

#errorExplanation {
	border-top: 3px solid #f27f7f;
	background: #ffbebe;
	padding: 10px;
}

#errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * {
	color: #9c2626;
}

#related_menu a:hover, #related_menu .currentPage a:hover, #related h2 a:hover
{
	background: #0792BD;
	color: white;
}
#related_menu a, #related h2 a
{
	text-align: left;
	line-height: 18px;
	color: white;
	width: 176px;
	display: block;
}
#related_menu li ul
{
	display: block;
}

#related_menu li ul li a
{
	font-style: italic;
}

#related_menu li
{
	list-style: none;
}

#related_menu li ul a
{
	background: #575757;
}
#related_menu .currentPage li a, #related_menu .currentPage ul li a
{
	background: #CCC;
}
#related_menu .currentPage a, #related_menu li li.currentPage a
{
	background: white;
	color: black;
}
#related
{
	background: url('/images/application/darkgraycurl.gif') 192px 0 no-repeat #575757;
	padding-right: 60px;
}

#related a
{
	padding-left: 26px !important;
}

#related_menu li ul
{
	padding-left: 0px;
	margin: 0;
}
#related_menu li ul li
{
	padding-left: 0px;
}
#related_menu
{
	padding-left: 0px;
	margin-top: 12px;
}

#related_menu li ul a
{
	width: 167px;
}
#related_menu li ul li a
{
	padding-left: 35px !important;
}
#related_menu li ul li ul li a
{
	padding-left: 53px !important;
}

#related h2
{
	padding-top: 6px;
}

#right_content
{
	float: right;
	margin-top: -12px;
}

#assistance
{
	width: 230px;
	margin-top: 19px;
	border: 5px solid #E3E3E3;
/*	height: 225px;*/
	height: 198px;
}
#assistance *
{
	font-size: 10px;
}
#assistance h2 b
{
	font-size: inherit;
}
#right_content #assistance
{
	padding-left: 15px;
	margin-top: 12px;
	height: 225px;
}
#right_content #assistance img
{
	margin-top: 4px;
	margin-bottom: 4px;
}

#right_content #orangebox
{
	height: auto;
	background: url('/images/application/right_content_orange_bg.jpg') repeat-y;
	width: 255px;
}

#right_content #orangebox_top
{
	width: 255px;
	height: 7px;
	background: url('/images/application/right_content_orange_topbg.jpg') no-repeat;
	margin-top: 12px;
}

#right_content #orangebox_bottom
{
	background: url('/images/application/right_content_orange_bottombg.jpg') no-repeat;
	width: 255px;
	height: 8px;
}

#orangebox_content img {
	border: 5px solid #db8b0c;
	margin: 10px 5px 5px 5px;
}

#right_content #orangebox #orangebox_content
{
	margin: 0 12px 12px 10px;
}

#right_content #orangebox #orangebox_content *
{
	color: white;
	line-height: 1.75em;
	text-align: left;
}

#orangebox_content p
{
	margin-left: 10px;
}

/* Browser Hacks */

/*
Firefox Dotted Line Fix
  - http://sonspring.com/journal/removing-dotted-links
*/
a:focus {
	outline: none;
}

/*
Clearfix docs
 - Main docs: http://positioniseverything.net/easyclearing.html
 - IE7 change: http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
