html
{
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:url(../images/bg_body.gif) repeat-y #FFF center;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:11px;
	line-height: 2em;
}

body,form
{
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

img
{
	border: none;
}

h1 { 
	font:1.5em arial, helvetica, sans-serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}

p { 
	margin:0 0 1em;
}

/*---- Container ----*/

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:760px;
	padding: 0;
	/*background:#fff url(../images/wrap_support_bg.jpg) repeat-y;*/
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

/*------------*/

/*---- Container Home ----*/

div#container-home {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:760px;
	background:#fff;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

/*------------*/

/*---- Header ----*/

div#header {
	height:111px;
	width:760px;
	background: url(../images/header.gif) no-repeat left top;
	margin: 0;
	padding: 0;
	color: #666;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div#header p {
	font-style:italic;
	font-size:1.1em;
	margin:0;
}

#header_left
{
	float: left;
}

#header_right
{
	float: right;
	padding: 10px;
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	
}

/*------------*/

/*---- Main ----*/

div#main {

	background: url(../Images/bg_stripe.gif) repeat-y top right;
}

/*------------*/

/*---- Nav - Horizontal ----*/

div#nav
{
	width: 760px;
	background: #fff;
	color: #fff;
	padding-bottom: 15px;	
}

#nav img
{
	border: none;
}
#nav ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#nav ul li {
	float:left;
	display: inline;
	padding:0;
	margin:0;
	position: relative;
	z-index: 9; /* One less than child element - for IE 6 */
}

#nav li a {
	/*display: block;*/
	height:40px;
	cursor:pointer;
	text-decoration: none;
	color: #000 !important;
	background: #EEF5FA;
	padding: 0;
}

#nav li a:hover {
	/*display: block;*/
	background: #69c;
	padding: 0;
	height:40px;
	cursor:pointer;
	text-decoration: none;
	color: #000 !important;
}

#nav li ul {
display: none;
position: absolute;
z-index: 10;
left: 0px;
top: 40px;
background: none;
width: 150px;
}
#nav li ul li ul 
{
	top: -1px !important;
	left: 155px !important;
}
#nav li ul li a, #nav li ul li a:hover
{
	width: 150px !important;
	padding: .5em 5px .5em 5px;
	height: auto !important;
	display: block;
}
#nav li.over ul
{
	display: block;
}

#nav li.out ul
{
	display: none !important;
}

.login_menu {
	width: 276px !important;
	height: 41px !important;
	background:url(../Images/tile_nav.gif) repeat-x top;
	text-align: right;
}

.login_menu select {
	margin: 10px 10px 0 0;
}

/*------------*/

/*---- Content ----*/

div #content_hdr
{
	padding:0 30px 0 260px; /* bottom padding for footer */ /* adjust side padding for columns */
	background:url(../images/bgd_support_header.gif) no-repeat #fff top right;
	height:74px;
}

div#content_hdr p {
	
	text-align:justify;
}

#content_hdr h1
{
	color: #999;
	margin: 0;
	padding: 35px 30px;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

/*------------*/

/*---- Content ----*/

div #content_hdr_home
{
	padding:0 0 0 250px;
	
}

div#content_hdr p {
	
	text-align:justify;
}

#content_hdr {

}

#content_hdr h1
{
	color: #999;
	margin: 0;
	padding: 35px 20px;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#underheader{
	padding:20px 28px 20px 28px;
	background-color:#cce4f3;
	display: block;
}

/*------------*/

/*---- Content ----*/

div #content
{
	padding:30px 30px 15em 280px; /* bottom padding for footer */ /* adjust side padding for columns */
}

div#content p {
	text-align:justify;
}

.acenter { text-align: center !important; }

/*------------*/


/*---- Breadcrumb ----*/

#breadcrumb
{
	margin: 0 0 2em 0;
}

#breadcrumb ul {
	margin: 0;
	padding: 0 0 3px 0;
	list-style-type: none;
	display: table;
	width: 100%;
	border-bottom: dotted 1px #cfcfcf;
}

#breadcrumb li {
	float: left;
	padding: 0 13px 0 0;
	background:transparent url(../images/sep_breadcrumb.gif) no-repeat scroll right center;
}

#breadcrumb .active
{
	font-weight: bold;
	background: none !important;
}

/*------------*/


/*---- Jump Links ----*/

#jump_links
{
	
}

#jump_links ul{
	padding:20px 28px 20px 28px;
	/*border: solid 1px #f7f8e7;*/
	background: #fbfbf3;
	/*border-bottom: solid 1px #CFCFCF;*/
	/*border-top: solid 1px #CFCFCF;*/
	list-style-type: none;
	margin: 0 0 10px 250px;
}
#jump_links ul ul{
	border: none !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-left: 10px !important;
}
#jump_links li a
{
	background: url(../Images/bullet_jump_links.gif) left top no-repeat;
	padding-left: 20px;
}

/*------------*/

/*---- Sidebars ----*/
#side-left{
	width:250px;
	position: absolute;
	z-index: 2;
	background: url(../images/long_img.gif) no-repeat top left;
	/*height: 229px;*/
	font-size: 10px;
	padding-bottom: 9em; /* For footer */
}

#side-left-inner
{
	padding-left: 42px;
	font-size:10px;
	color:#666;
	line-height:15px;
	padding-top: 42px;
}

#side-left-inner-home
{
	margin:0;
}

#side-left-note
{
	background: url(../images/push_pin_img.gif) no-repeat top left;
	width: 260px;
	height: 255px;
}

#side-left-note-inner
{
	padding: 75px 75px 75px 57px;
	line-height: 1.2em !important;
}

#sidebar{
	height:187px;
	padding-top:42px;
	background:url(../images/bg_sidebar.gif) repeat-y #EBEAE3;
}

#sidebar li
{
	border-bottom:1px solid #c9c9c0; /* Border necessary to prevent gap in IE */
}
#sidebar a{
	text-decoration:none;
	color:#333;
	font-size:11px;
	display:block;
	line-height:28px;
	padding-left:21px;
	background:url(../images/bg_sidebar_arrows.gif) right top no-repeat;
}
#sidebar ul{
	border-top:1px solid #c9c9c0;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar a:hover{
	color:#318A9F;
}

.cell {
	padding:20px;
	border-bottom:1px solid #e5e5e5;
}

.cell_bottom {
	padding:20px;
	
}

/*------------*/

/*---- Footer ----*/

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#fff;
	text-align: center;
	padding: 20px 0 14px 0;
	font-size: 10px;
	line-height: 1.8em;
	border-top: solid 1px #cfcfcf;
}
div#footer p {
	padding:1em;
	margin:0;
}

#footer a
{
	color: #666;
	clear: both;
	padding: 10px;
}

#footer .active
{
	font-weight: bold;
	background: none !important;
	display: inline;
}

/*------------*/
	
/*---- Self-Clearing Elements ----*/

#nav ul:after, #nav li:after, #nav:after, #side-left:after
{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*------------*/
