/* mac hide\*/
html, body {
	height				: 100%;
}
/* end hide */

/************************  Body style settings  ************************/

.cmsBody {
	padding					: 0px 0px 0px 0px;
	margin					: 0px 0px 0px 0px; 
	font-family				: Verdana, Arial,  Helvetica, sans-serif;
	font-size:11px;
	text-align				: center;
	color					: #000000;
	background-color		: #E4E4E4;
	text-decoration			: none;
	line-height				: 18px;
	height					: 100%;
}

#outer {
	height					: 100%;
	min-height				: 100%;
	width					: 990px;
	text-align				: left;
	margin					: auto;
	position				: relative;
	background-color		: #FFFFFF;
	background-image		: url(../images/Template/bg_main.png);
	background-repeat		: repeat-y;
}

html>body #outer {
	height				: auto;/*for mozilla as IE treats height as min-height anyway*/
}

#header{
	position			: absolute;
	top					: 0px;
	left				: 0px;
	width				: 990px;
	height				: 225px;
	z-index				: 10;
	background-color	: #FFFFFF;
	background-image	: url(../images/Template/logo.png);
	background-repeat	: repeat-x;
	background-position	: top left;
	z-index				: 2;
}

#left {
	position			: relative;/*ie needs this to show float */
	width				: 0px;
	float				: left;
	padding				: 0px;
	margin				: 0px;
	padding-top			: 225px;/*needed to make room for header*/
	padding-bottom		: 0px;/* needed to make room for footer */
}

#right {
	position			: relative;/*ie needs this to show float */
	width				: 310px;
	float				: right;
	margin				: 0px;
	padding				: 0px;
	padding-top			: 225px;/*needed to make room for header*/
	padding-bottom		: 0px;/* needed to make room for footer */
	padding-right		: 10px;
	vertical-align		: top;
	text-align			: left;
	z-index				: 1;
}

#footer {
	width				: 990px;
	clear				: both;
	height				: 80px;
	text-align			: left;
	left				: 0px;
	margin				: 0px;
	padding				: 0px;
	bottom				: 0px;
	position			: absolute;
	text-align			: center;
	background-color	: #FFFFFF;
}

div,p {
	margin-top			: 0px;/*clear top margin for mozilla*/
}

#centrecontent {
	position			: relative;
	width				: 640px;
	margin				: 0px;
	padding				: 0px;
	padding-top			: 225px;
	padding-bottom		: 0px;
	vertical-align		: top;
	float				: left;
	z-index				: 1;
}

#clearfooter {
	clear				: both;
	height				: 80px;/*needed to make room for footer*/
}

* html #centrecontent {
	height				: 1%;
	margin-bottom		: 60px;/* combat IE's 3 pixel jog */
}

/************************  P tag style settings  ************************/

P {
	margin				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
}
/************************  A tag style settings  ************************/

A:LINK {	
	font-weight			: normal;
	color				: #666666;
}
  
A:VISITED {	
	font-weight			: normal;
	color				: #666666;
} 
 
A:ACTIVE {	
	font-weight			: normal;
	color				: #666666;
}
  
A:HOVER {	
	font-weight			: normal;
	color				: #000000;
	text-decoration		: underline;
}
/************************  Header tag H1 H2 H3 H4 style settings  ************************/

H1 {
	font-size			: 25px;
	font-weight			: normal;
	color				: #3c3b3b;
	padding				: 0px 0px 15px 0px;
	margin				: 0px 0px 0px 0px;
}

H2 {
	font-size			: 20px;
	font-weight			: normal;
	color				: #3c3b3b;
	padding				: 0px 0px 15px 0px;
	margin				: 0px 0px 0px 0px;
}

H3 {

}

H4 {
	font-size			: 12px;
	font-weight			: bold;
	color				: #3c3b3b;
	padding				: 0px 0px 0px 0px;
	margin				: 0px 0px 0px 0px;
}

/************************  List style settings  ************************/

UL { 

}

OL { 

}

LI {

}

/****************  Custom tags/classes style settings  ****************/

#logo {
	display					: block;
	position				: absolute;
	left					: 20px;
	top						: 35px;
	width					: 330px;
	height					: 60px;
}

#logo_print {
	display					: none;
}

#menu {
	display					: block;
	position				: absolute;
	z-index					: 800;
	left					: 0px;
	top						: 120px;
	width					: 990px;
	height					: 26px;
	text-align				: center;
}

#header_banner {
	display					: block;
	position				: absolute;
	top						: 35px;
	right					: 20px;
	width					: 468px;
	height					: 60px;
	overflow				: hidden;
	padding					: 0px;
	margin					: 0px;
}

#footer_content {
	display					: block;
	position				: absolute;
	left					: 0px;
	bottom					: 0px;
	width					: 990px;
	height					: 40px;
	background-color		: #b6b6b6;
}

#footer_left{
	position				: absolute;
	left					: 15px;
	top						: 10px;
	z-index					: 2;
	color					: #000000;
}

#footer_center{
	position				: absolute;
	left					: 0px;
	top						: 10px;
	width					: 1000px;
	text-align				: center;
	z-index					: 1;
	color					: #000000;
}

#footer_right{
	position				: absolute;
	right					: 15px;
	top						: 10px;
	text-align				: right;
	z-index					: 2;
	color:#333333;
	font-size:11px;
}

#footer A, #footer A:LINK, #footer A:ACTIVE, #footer A:HOVER, #footer A:VISITED {
	font-size:11px;
	color:#333333;
	margin-left				: 5px;
	margin-right			: 5px;
	text-decoration			: none;
}

#footer A:HOVER {
	text-decoration			: underline;
}


#right h2 {
	display					: block;
	color					: #204677;
	font-size				: 14px;
	font-weight				: bold;
	padding					: 0px;
	margin					: 0px;
	margin-topm				: 10px;
	margin-bottom			: 10px;
	text-align				: center;
	background-color		: #FFFFFF;
	background-image		: url(../images/Template/header_divider.png);
	background-repeat		: repeat-x;
	background-position		: top left;
	height					: 1%;
	width					: 100%;
}

#right h2 P {
	display:inline;
	background-color:#FFFFFF;
	padding: 0px 15px 0px 15px;
}

#right .ParagraphContent {
	background				: none;
	padding					: 0px;
	margin					: 0px;
	margin-bottom			: 20px;
}

#right .ParagraphContent A, #right .ParagraphContent A:LINK, #right .ParagraphContent A:ACTIVE, #right .ParagraphContent A:HOVER, #right .ParagraphContent A:VISITED {
	color					: #333333;
	text-decoration			: underline;
}

#right .ParagraphContent A:HOVER {
	color					: #000000;
	text-decoration			: underline;
}

.large_box {
	padding					: 10px;
	border					: 1px solid #666666;
	background-color		: #e9e9e9;
	background-image		: url(../images/Template/bg_box_large.png);
	background-position		: top left;
	background-repeat		: repeat-x;
}

.subSubMenuTabs {
    float						: right;
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 11px;
	font-weight					: normal;
    line-height					: 20px;
	height						: 24px;	
	margin						: 0px;
	padding						: 0px;
	padding-top					: 2px;
	z-index						: 1;
	position					: relative;
}

.subSubMenuTabs UL {
	margin						: 0px;
    padding						: 0px;
    list-style					: none;
}

.subSubMenuTabs_li {
	float						: left;
	background					: url("../images/Template/tab_left.gif");
	background-repeat			: no-repeat;
	background-position			: left top;
    margin						: 0px;
    padding						: 0px;
	cursor						: pointer;
}

.subSubMenuTabs A, .subSubMenuTabs A:LINK, .subSubMenuTabs A:ACTIVE, .subSubMenuTabs A:HOVER, .subSubMenuTabs A:VISITED {
	float						: left;
    display						: block;
	color						: #3c3b3b;
    background					: url("../images/Template/tab_right.gif");
	background-repeat			: no-repeat;
	background-position			: right top;
	margin						: 0px;
	padding						: 0px 6px 2px 6px;
	text-decoration				: none;
	text-decoration				: none;
}

.subSubMenuTabs_li_active {
    float						: left;
	background-image			: url("../images/Template/tab_left_active.gif");
	background-repeat			: no-repeat;
	background-position			: left top;
	padding						: 0px;
    margin						: 0px;
	cursor						: pointer;
}

.subSubMenuTabs_li_active A, .subSubMenuTabs_li_active A:LINK, .subSubMenuTabs_li_active A:ACTIVE, .subSubMenuTabs_li_active A:HOVER, .subSubMenuTabs_li_active A:VISITED {
	padding						: 0px 6px 2px 6px;
	margin						: 0px;
	color						: #204677;
	font-weight					: bold;
	background					: url("../images/Template/tab_right_active.gif");
	background-repeat			: no-repeat;
	background-position			: right top;
	text-decoration				: none;
}	