/* 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;
	color					: #000000;
	background-color		: #FFFFFF;
	text-decoration			: none;
	line-height				: 18px;
	height					: 100%;
	width:100%;
}

#outer {
	width					: 765px;
	text-align				: left;
	position				: relative;
	background-color		: #FFFFFF;
			background-image:url(../images/Template/bg_main_2.gif);
			background-repeat:repeat-y;
			background-position:58px;
}

html>body #outer {
	height				: auto;/*for mozilla as IE treats height as min-height anyway*/
}

#header{
	position			: absolute;
	top					: 0px;
	left				: 0px;
	width				: 765px;
	height				: 175px;
	z-index				: 10;
		background-image:url(../images/Template/bg_main_top.gif);
		background-position:bottom right;
		background-repeat:no-repeat;
		background-color:#FFFFFF;	
}

#left {
	position			: relative;/*ie needs this to show float */
	width				: 154px;
	float				: left;
	padding				: 0px;
	margin				: 0px;
	padding-top			: 175px;/*needed to make room for header*/
	padding-bottom		: 0px;/* needed to make room for footer */
	padding-left:64px;
}



#leftBg {
	
}

#right {
	position			: relative;/*ie needs this to show float */
	width				: 0px;
	float				: right;
	margin				: 0px;
	padding				: 0px;
	padding-top			: 100px;/*needed to make room for header*/
	padding-bottom		: 0px;/* needed to make room for footer */
	vertical-align		: top;
	text-align			: left;
	z-index				: 1;
	border				: 0px solid #CCCCCC;
	display:none;
}

#footer {
	width				: 765px;
	clear				: both;
	height				: 52px;
	text-align			: left;
	margin				: 0px;
	padding				: 0px;
	position			: relative;
	text-align			: center;
			background-image:url(../images/Template/bg_main_bot.gif);
			background-repeat:no-repeat;
			background-position: 58px 0px;
}

div,p {
	margin-top			: 0px;/*clear top margin for mozilla*/
}

#centrecontent {
	position			: relative;
	width				: 539px;
	margin				: 0px;
	padding				: 0px;
	padding-top			: 0px;
	vertical-align		: top;
	float				: right;

}

#clearfooter {
	clear				: both;
	height				: 1x;/*needed to make room for footer*/
}

* html #centrecontent {
	height				: 1%;
	margin-bottom		: 12px;/* 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				: #1F6F0C;
}
  
A:VISITED {	
	font-weight			: normal;
	color				: #1F6F0C;
} 
 
A:ACTIVE {	
	font-weight			: normal;
	color				: #1F6F0C;
}
  
A:HOVER {	
	font-weight			: normal;
	color				: #1F6F0C;
	text-decoration		: underline;
}
/************************  Header tag H1 H2 H3 H4 style settings  ************************/

H1 {
top:42px;
left: 0px;
position:absolute;
width:342px;
height:49px;
background: #5CA348 url(../images/Template/Header.gif) no-repeat top left;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:20px;
line-height:44px;
padding:3px 0px 3px 70px;
z-index:1000;
}

H2 {
	font-size			: 11px;
	font-weight			: bold;
	color				: #218105;
	padding				: 0px 0px 10px 0px;
	margin				: 0px 0px 0px 0px;
}

H3 {

}

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  ****************/

em {
	color:#333333;
	text-decoration:none;
	font-style:normal;
}

#logo {
	display					: block;
	position				: absolute;
	left					: 15px;
	top						: 20px;
	width					: 500px;
	height					: 80px;
	background-image		: url(../images/Template/logo.png);
	background-repeat		: no-repeat;
}

.logoClick {
	display					: block;
	position				: absolute;
	bottom					: 0px;
	border					: 0px solid red;
	width					: 154px;
	height					: 97px;
}

* html #logo  {
	background-color		: transparent;
	background-image 		: none;
	filter 					: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./serverspecific/default/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;
}

#section_image {
top:33px;
left: 446px;
position:absolute;
width:276px;
height:83px;
color:#000000;
line-height:44px;
padding:0px 0px 0px 0px;
border: 0px solid black;
}

/*#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/default/images/Template/section_image_overlay.png', sizingMethod='crop');
}*/

#subMenuBottom {
	background-image		: url(../images/Template/bg_logo_menu2.jpg);
	background-repeat		: no-repeat;
	background-position:bottom left;
	width:154px;
	height:409px;
	padding:0px;
	margin:0px;
}

#search {
	display					: block;
	position				: absolute;
	right					: 10px;
	bottom					: 14px;
	width					: 235px;
	height					: 22px;
	z-index					: 1001;
}

#payoff {
	display					: block;
	position				: absolute;
	right					: 0px;
	bottom					: 0px;
	height					: 20px;
	width					: 225px;
	text-align				: right;
	white-space				: nowrap;
}

.payoff_img {
	padding					: 0px;
	margin					: 0px;
	margin-top				: 2px;
	border					: 0px solid #FFFFFF;
}

#footer_text {
	display					: block;
	position				: absolute;
	left					: 58px;
	bottom					: 0px;
	height					: 20px;
	width					: 500px;
	font-size:11px;
	text-align:left;
}

#footer_text a {
	color					: #000000;
	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;
}
