﻿/* CSS for master page 1b */
*
{
	outline-style: none;
}

html, body
{
	border: 0;
}
body
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	background-color: #565656; /*background-image: url(Images/back.jpg);*/
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}

a
{
	color: #242424;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a.noline
{
	text-decoration: none !important;
	border-bottom: 0px !important;
}
a.noline:hover
{
	text-decoration: none !important;
	border-bottom: 0px !important;
}

ul, ol
{
	padding: 0px;
	margin: 0px;
}

li
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.justified
{
	text-align: justify;
}

.margins_lr
{
	margin-left: 11px;
	margin-right: 11px;
}

.padding_lr
{
	padding-left: 11px;
	padding-right: 11px;
}

.header_closed
{
	background-image: url(Images/header_closed.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	cursor: pointer;
	padding-left: 16px;
}
.header_open
{
	background-image: url(Images/header_open.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	cursor: pointer;
	padding-left: 16px;
}

li.phone
{
	padding-left: 13px;
	background-image: url(Images/bullet_tel.gif);
	background-attachment: scroll;
	background-position: left center;
	background-repeat: no-repeat;
}
li.phone:hover
{
	background-image: url(Images/bullet_tel_hover.gif);
}
li.fax
{
	padding-left: 13px;
	background-image: url(Images/bullet_fax.gif);
	background-attachment: scroll;
	background-position: left center;
	background-repeat: no-repeat;
}
li.fax:hover
{
	background-image: url(Images/bullet_fax_hover.gif);
}
li.email
{
	padding-left: 13px;
	background-image: url(Images/bullet_email.gif);
	background-attachment: scroll;
	background-position: left center;
	background-repeat: no-repeat;
}
li.email:hover
{
	background-image: url(Images/bullet_email_hover.gif);
}
li.signin
{
	padding-left: 13px;
	background-image: url(Images/bullet_lock.gif);
	background-attachment: scroll;
	background-position: left center;
	background-repeat: no-repeat;
}
li.signin:hover
{
	background-image: url(Images/bullet_lock_hover.gif);
}

.hidden
{
	display: none;
}


#wrapper
{
	width: 977px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 11px;
	margin-bottom: 11px;
	padding: 0px;
	background-color: #ffffff;
}

#header
{
	/*background-image: url(Images/header_top.gif); 	background-position: top; 	background-repeat: no-repeat;*/
	color: #FFFFFF;
	font-size: 11px;
}
#header a
{
	color: #FFFFFF;
}

#header_top
{
	height: 11px; /* IE7 */
	background: url(Images/header_top.gif) transparent no-repeat left top;
}

#header_content_top
{
	/*background-image: url(Images/header_content_top.jpg); 	background-position: top; 	background-repeat: no-repeat;*/
	height: 11px; /* IE7 */
	background: url(Images/header_content_top2.jpg) transparent no-repeat left top;
}

#header_content
{
	height: 108px;
	background-image: url(Images/header_content2.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position: relative; /* To allow absolute positioning inside header_content */
}

#header_content h1
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#time
{
	position: absolute;
	top: 0px;
	right: 11px;
	width: auto;
}

#signinstatus
{
	background: transparent url(../../resc/img/metalbtn_bg.gif) repeat-x scroll left top;
	position: absolute;
	bottom: 11px;
	right: 11px;
	border: 1px solid #9da5c6;
	height: 19px;
	padding: 2px 0px 0px 0px;
	color: #565656;
	width: auto;
	cursor: pointer;
}
#signinstatus:hover
{
	border: 1px solid #737373;
}
#signinstatus b
{
	margin: 0px;
	padding: 0px 5px;
	font-weight: normal;
}
#signinstatus span.padlock
{
	margin: 0px;
	padding: 0px 0px 0px 14px;
	display: inline;
	background: transparent url(Images/bullet_lock_top2.gif) no-repeat scroll left center;
}
#signinstatus a
{
	color: #565656;
	text-decoration: none;
	border-bottom: 1px dotted #565656;
}
#signinstatus a:hover
{
	text-decoration: none;
	border-bottom: 1px solid #565656;
}

#menunav
{
	/*height: 22px;*/ /* Using a background image to emulate the bottom border. Tried using a bottom border for the menunav div but in all browsers this would have been outside the menu and therefore doesn't give the seamless effect to a  selected item. The alternative was to use a top border in the next element "crumbs" with a margin of -1px.  However this doesn't work in IE7, since the top border (and indeed the whole crumbs div) renders on top of the menunav div. */
	background-image: url(Images/menuNavBg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#crumbs
{
	height: 17px; /*border-bottom: solid 1px #cccccc; border-top: solid 1px #cccccc; */
	margin-top: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	background: transparent url(Images/crumbs_bg.jpg) no-repeat left top;
	color: #676767;
}
#crumbs a
{
	color: #000000;
	border-bottom: 1px dotted #959596;
}
#crumbs a:hover
{
	color: #000000;
	border-bottom: 1px solid #959596;
	text-decoration: none;
}

#splash
{
	height: 300px;
}

/* Metallic button styles */
.buttonspan_small
{
	margin-left: 1px;
	position: absolute;
}
.metalbutton
{
	border: 1px solid #cccccc;
	background: transparent url(../../resc/img/metalbtn_bg.gif) repeat-x scroll left top;
	padding: 1px;
	margin: 0px;
	cursor: pointer;
}
.metalbutton_disabled
{
	border: 1px solid #dddddd;
	background: transparent url(../../resc/img/metalbtn_bg.gif) repeat-x scroll left top;
	padding: 1px;
	margin: 0px;
	color: #cccccc;
}

/* Ccontent enclosing styles */
#contentwrapper
{
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
#contentwrapper p
{
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 145%;
}
#contentwrapper p.alone
{
	margin-top: 4px;
	line-height: 140%;
}
#contentwrapper h1
{
	font-size: 200%;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 11px;
}
#contentwrapper h2
{
	font-size: 190%;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 9px;
}
#contentwrapper h3
{
	font-size: 180%;
	font-weight: normal;
	margin-bottom: 11px;
	margin-top: 0px;
}
#contentwrapper h4
{
	font-size: 160%;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 11px;
}
#contentwrapper h5
{
	font-size: 150%;
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: 5px;
}
#contentwrapper h6
{
	font-size: 120%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
}
#contentwrapper ul
{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none; /*margin-left: 0px;*/ /* IE7 default is 30pt */
	line-height: 155%;
	margin-bottom: 21px;
}

#contentwrapper ul ul
{
	margin-left: 9px; /* IE7 default is 30pt */
	margin-top: 5px;
	margin-bottom: 5px;
}

#mainwrap_content ol
{
	line-height: 145%;
	list-style-position: inside;
}
#mainwrap_content ol li
{
	display:list-item !important;
}

#mainwrap_content a
{
	text-decoration: none;
	border-bottom: 1px dotted #242424;
}
#mainwrap_content a:hover
{
	border-bottom: 1px solid #242424;
}

#mainwrap_content li
{
	display: block;
}
#mainwrap_content li a
{
	text-decoration: none;
	border-bottom: 0px;
}
#mainwrap_content li a:hover
{
	text-decoration: underline;
	border-bottom: 0px;
}


#contentwrapper:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#contentwrapper_content:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


#contentwrapper_content
{
	margin-left: 11px;
	margin-right: 11px;
	margin-bottom: 11px;
	padding-top: 11px;
}

#contentwrapper_bottom
{
	height: 11px;
	background: #ffffff;
	position: relative;
	clear: both;
}

#divider
{
	height: 11px;
	background: #565656;
	position: relative;
	clear: both;
}

#footer
{
	/*background-image: url(Images/footer_bottom.gif); 	background-position: bottom; 	background-repeat: no-repeat;*/
	color: #cccccc;
	font-size:12px;
}
#footer p
{
	margin: 15px 0pt;
}
#footer a
{
	color: #cccccc;
}
#footer a:hover
{
	color: #eeeeee;
}

#footer h3
{
	font-size: 155%;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer ul
{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}

#footer_content
{
	border-top: solid 11px #ffffff;
	background-color: #565656;
	padding-top: 11px;
	line-height: 145%;
}


#footer_left
{
	float: left;
	padding: 0pt 25pt;
	width: 400px;
}

#footer_right
{
	border-left: 1px solid #737373;
	background: transparent url(Images/footer_map.gif) no-repeat scroll right center;
	float: left;
	padding: 0pt 0pt 0pt 25pt;
	width: 430px;
}

#footer_copyright
{
	/*margin-top: 11px;*/
	text-align: left;
	padding: 0px;
	font-size: 9px;
	clear: both;
	line-height: 110%;
}

#footer_content_bottom
{
	height: 11px;
	background: url(Images/footer_content_bottom.gif) transparent no-repeat left top; /*background-image: url(Images/footer_content_bottom_bg.gif); 	background-position: top; 	background-repeat: repeat-y;*/
}

#footer_bottom
{
	height: 11px; /* IE7 */
	background: url(Images/footer_bottom.gif) transparent no-repeat left top;
}


/****************************** MENU STYLES *********************************/

#navigation
{
	list-style: none;
	padding: 0;
	margin: 0;
	height: 22px;
}
#navigation .MenuItem a
{
	color: #000000;
	background: Transparent url(Images/inactiveTabSpan.gif) left top no-repeat;
	overflow: hidden;
	text-decoration: none;
	padding-left: 11px;
	margin-left: 0px !important;
}
#navigation .MenuItem a div
{
	background: url(Images/inactiveTabRight.gif) right top no-repeat;
	padding-right: 11px;
	padding-top: auto;
	padding-bottom: auto;
}
#navigation .MenuItemSelected a
{
	color: #000000;
	background: Transparent url(Images/activeTabSpan.gif) left top no-repeat;
	overflow: hidden;
	text-decoration: none;
	padding-left: 11px;
	margin-left: 0px !important;
}
#navigation .MenuItemSelected a div
{
	background: url(Images/activeTabRight.gif) right top no-repeat;
	padding-right: 11px;
	padding-top: auto;
	padding-bottom: auto;
}

#navigation a /* This is used to hide a 1px high 'a' tag that IE7 shows above the rendered menu tables */
{
	display: none;
}
/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation .MenuItem a, #navigation .MenuItem a div
{
	float: none;
	display: block;
}
#navigation .MenuItemSelected a, #navigation .MenuItemSelected a div
{
	float: none;
	display: block;
}
/* End IE5-Mac hack */


.navitemleft
{
	padding-top: 3px;
	height: 19px;
	overflow: hidden;
	cursor: pointer;
}

#navigation a:hover
{
	background: Transparent url(Images/activeTabSpan.gif) left top no-repeat;
	padding-left: 11px;
}
#navigation a:hover div
{
	background: url(Images/activeTabRight.gif) right top no-repeat;
	padding-right: 11px;
}
#navigation li
{
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.highlight_left
{
	background: transparent url(Images/highlight_left.gif) repeat-y scroll left top;
	color: #565656;
}
