/* 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				: 12px;
	text-align				: center;
	color					: #666666;
	background-color		: #FFFFFF;
	text-decoration			: none;
	line-height				: 18px;
	height					: 100%;
	background-image		: url(../images/Template/main_bg.png);
	background-repeat		: repeat-y;
	background-position		: top center;
}

/************************  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				: #3399cc;
}
  
A:VISITED {	
	font-weight			: normal;
	color				: #3399cc;
} 
 
A:ACTIVE {	
	font-weight			: normal;
	color				: #3399cc;
}
  
A:HOVER {	
	font-weight			: normal;
	color				: #3399cc;
	text-decoration		: underline;
}
/************************  Header tag H1 H2 H3 H4 style settings  ************************/

H1 {
	font-size			: 18px;
	font-weight			: normal;
	color				: #3399cc;
	padding				: 0px 0px 5px 0px;
	margin				: 0px 0px 0px 0px;
}

H2 {
	font-size			: 18px;
	font-weight			: normal;
	color				: #3399cc;
	padding				: 0px 0px 5px 0px;
	margin				: 0px 0px 0px 0px;
}

H3 {
	padding				: 10px 0px 0px 0px;
	margin				: 0px 0px 0px 0px;
}

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

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

UL { 

}

OL { 

}

LI {

}

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

#outer {
	height					: 100%;
	min-height				: 100%;
	width					: 1000px;
	text-align				: left;
	margin					: auto;
	position				: relative;
	background-color		: #FFFFFF;
	background-image		: url(../images/Template/content_bg.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				: 1000px;
	height				: 272px;
	background-color	: #FFFFFF;
	z-index				: 10;
}

#left {
	position			: relative;/*ie needs this to show float */
	width				: 10px;
	float				: left;
	padding				: 0px;
	margin				: 0px;
	padding-top			: 246px;/*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				: 245px;
	float				: right;
	margin				: 0px;
	padding				: 275px 0px 0px 10px;
	vertical-align		: top;
	text-align			: left;
	z-index				: 100;
	border				: 0px solid #CCCCCC;
}

#footer {
	width				: 980px;
	clear				: both;
	height				: 36px;
	text-align			: left;
	left				: 10px;
	margin				: 0px;
	padding				: 0px;
	bottom				: 0px;
	position			: absolute;
	text-align			: center;
	background-image	: url(../images/Template/menu_bg.png);
	background-repeat	: repeat-x;
}

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

#centrecontent {
	position			: relative;
	width				: 734px;
	margin				: 0px;
	padding				: 0px;
	padding-top			: 272px;
	vertical-align		: top;
	float				: left;
	border				: 0px solid #CCCCCC;
}

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

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

em {
	color:#333333;
	text-decoration:none;
	font-style:normal;
}

#gray_line {
	display					: block;
	position				: absolute;
	width					: 1px;
	height					: 26px;
	background-color		: #333333;
	right					: 245px;
	top						: 0px;
	z-index					: 1000;
}

#logo_bg {
	display					: block;
	position				: absolute;
	left					: 10px;
	top						: 10px;
	width					: 980px;
	height					: 80px;
	background-image		: url(../images/Template/header_bg.png);
	background-repeat		: repeat-x;
}

#logo {
	display					: block;
	position				: absolute;
	left					: 15px;
	top						: 20px;
	width					: 200px;
	height					: 50px;
	background-image		: url(../images/Template/logo.png);
	background-repeat		: no-repeat;
}
#logo_print {
	display					: none;
}

* html #logo  {
	background-color		: transparent;
	background-image 		: none;
	filter 					: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='serverspecific/site-c/images/Template/logo.png', sizingMethod='crop');
}

#logo_text {
	display					: block;
	position				: absolute;
	right					: 275px;
	top						: 60px;
	width					: 500px;
	height					: 60px;
	font-size				: 22px;
	text-align				: right;
	color					: #999999;
}

#white_line_header {
	position				: absolute;
	width					: 1px;
	height					: 246px;
	background-color		: #FFFFFF;
	right					: 255px;
	top						: 0px;
	z-index					: 1000;
	
}

#section_image {
	display					: block;
	position				: absolute;
	top						: 95px;
	left					: 10px;
	height					: 120px;
	width					: 980px;
	overflow				: hidden;
}

#section_image_overlay {
	display					: block;
	position				: absolute;
	top						: 95px;
	right					: 0px;
	width					: 271px;
	height					: 121px;
	background-image		: url(../images/Template/section_image_overlay.png);
	background-repeat		: no-repeat;
	background-position		: right;

}

* html #section_image_overlay {
	background-color		: transparent;
	background-image 		: none;
	filter 					: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='serverspecific/site-c/images/Template/section_image_overlay.png', sizingMethod='crop');
}

#white_line_footer {
	display					: block;
	position				: absolute;
	width					: 1px;
	height					: 46px;
	background-color		: #FFFFFF;
	right					: 245px;
	bottom					: 0px;
	z-index					: 1000;
}

#payoff {
	display					: block;
	position				: absolute;
	right					: 10px;
	top						: 2px;
	height					: 20px;
	width					: 225px;
	text-align				: right;
	white-space				: nowrap;
	color					: #FFFFFF;
}

#payoff a {
	color					: #FFFFFF;
	text-decoration			: none;
	white-space				: nowrap;
}

#payoff a:hover {
	text-decoration			: underline;
}

.payoff_img {
	padding					: 0px;
	margin					: 0px;
	margin-top				: 2px;
	border					: 0px solid #FFFFFF;
}

#footer_text {
	display					: block;
	position				: absolute;
	left					: 10px;
	top						: 3px;
	height					: 20px;
	width					: 710px;
	text-align				: left;
}

#footer_text a {
	color					: #FFFFFF;
	text-decoration			: none;
}

#footer_text a:hover {
	text-decoration			: underline;
}

/**** LOGIN-BOX ***/

.LoginBoxTable {
	margin-top: 12px;
	border: 			0px solid gray;
	background-color:none;
}

.LoginBoxHeader {
	background-color:	#CCCCCC;
	border-bottom:		1px solid gray;
	display: none;
}

.LoginBoxError {
	padding:			5px;
	color: 				red;
}

.LoginBoxCell {
	padding:			5px;
	background-color:	none;
	font-size: 12px;
}

.LoginBoxSubmit {
	border: 			1px solid black;
	background-color:	#FFFFFF;
	height: 20px;
}

.LoginBoxText {
	border:				1px solid black;
	width:				170px;
}
