body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(_layout_images/bg_tile.jpg);
	background-color: #0059A9;
}


/* structure */


#container_top {
	
	width: 100%;
	background:  url(../_layout_images/bg_header3.jpg) center no-repeat; 
	text-align: center;
	padding: 0;
	margin:0;
}

#top_inner {
	width: 990px;		
	margin: auto;
	text-align: left;
}

#container {
	width: 100%;
	text-align: center;
	background-image: url(../_layout_images/bg_page2.jpg);
	background-repeat: repeat-x;
}

#container_inner {
	width: 990px;		
	margin: auto;	
	text-align: left;
	padding-top: 1px; /* to prevent margin collapse */
}

#header {
	width: 990px;
	height: 294px;	
}



#main {
	width:990px	
}

#mainleft {
	float: left;
	width: 226px;	
	margin-right: 6px;
}

#mainmain {
	float: left;
	width: 758px;
	background: #ffffff;
	padding-bottom: 20px;	
}

#maincontent {
	padding:27px;	
}

#maincontentLeft {
	float:left;
	padding: 32px;
	width: 421px;	
}

#maincontentRight {
	float: left;
	padding-top: 32px;
	padding-bottom: 32px;
	width: 264px;	
}

#footer {
	width: 950px; /* 990 */
	height: 157px;
	padding: 20px;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 40px;
	background: #0068c3;
	color: #ffffff;
	overflow: visible;
	font-size: 12px;
}

#footleft {
	float: left;
	width: 280px;
	border-right: 1px solid #009ddf;
	
}
#footlefttop {
	text-align: left;
	background: url(../_layout_images/arrow_dark_small.gif) top left no-repeat ;
	color: #ffffff;
	padding-left: 20px;
	
}

#frogbox {
	color: #ffffff;
	background: url(../_layout_images/arrow_dark_small.gif) top left no-repeat ;
		padding-left: 20px;

}

#footright {
	float:left;
	width: 640px;
	text-align: left;
	color: #ffffff;
}

#footright a  {
	text-decoration: none;
	color: #ffffff;
}

#footright a:link {
		text-decoration: none;
	color: #ffffff;	
}

#footright a:hover {
	text-decoration: none;
	color: #009ddf;	
}

/* menu styles */

/* side menu area */

#navarea {
	width: 212px;
	padding: 7px;
	background: #ffffff url(../_layout_images/bg_nav.jpg) repeat-x bottom;
	margin-bottom: 6px;
	
	
}

#sidearea {
	width: 212px;
	margin: 7px;
	text-align: left;
	color: #ffffff;	
	font-size: 12px;
}
#sidearea ul {
	margin: 0px;
	padding: 0px;
}
#sidearea li {
	margin: 0px 0px 0px 25px;
	padding: 0px;
}


#nav, #nav ul   { /* all lists */
		margin: 0;	
		padding: 10px 0 10px 0;		
		list-style: none;
		float : left;
		width : 212px;
		text-align: left;
		
}

	#nav li { /* all list items */
		float : left;
		width: 212px;
	}
		
	#nav li a {
	display : block;
	font-size: 18px;
	color: #004b97;
	font-weight: normal;
	text-decoration: none;
	padding: 6px 0 6px 6px;
	border-bottom: dotted 1px #004b97;	
	}
	
	#nav li .on a  {
		display : block;
	font-size: 18px;
	font-weight: normal;
	padding: 6px 0 6px 6px;
	border-bottom: dotted 1px #004b97;	
	background: #ffffff;		
		text-decoration: none;
		color: #009ddf;	

	}
		
	#nav li a:hover {
		padding: 6px 0 6px 6px;
		background: #ffffff;		
		text-decoration: none;
		color: #009ddf;		
	}
	
/* 2nd level lists */
	#nav li ul {
	float: left;
	display: block;
	width: 200px;	
	background: #ffffff;
	padding-left: 12px;
} 

#nav li ul li {
	border: none;
	width: 200px;
	margin: 0;
	padding: 0;
}

#nav li ul li a {

	display: block;
	text-decoration: none;
	color: #636365;
	font-weight: normal;
	font-size: 13px;	
	padding: 6px 0px 6px 20px;	
	background: url(../_layout_images/arrow_bullet_small.gif) left no-repeat;
	border: none; 	
}

#nav li ul li .on a {

	display: block;
	text-decoration: none;
background: url(../_layout_images/arrow_bullet_small.gif) left no-repeat;
	font-weight: normal;
	text-decoration: underline;
	color: #004b97;
	font-size: 13px;	
	padding: 6px 0px 6px 20px;		
	border: none; 	
}

#nav li ul li a:hover {
	padding: 6px 0px 6px 20px;
	background: url(../_layout_images/arrow_bullet_small.gif) left no-repeat;
	font-weight: normal;
	text-decoration: underline;
	color: #004b97;
}

#nav li ul li a:active {
	padding: 6px 0px 6px 20px;
	background: url(../_layout_images/arrow_bullet_small.gif) left no-repeat;
	font-weight: normal;
	text-decoration: underline;
	color: #004b97;
 
}



/* footer navigation */

.footnav, .footnav ul   { /* all lists */
		margin: 0;	
		padding: 0 0px 0 30px;		
		list-style: none;
		float : left;
		width : 180px;
		text-align: left;
		color: #ffffff;
		
}

.footnav li { /* all list items */
		float : left;
		width: 180px;
	}
		
.footnav li a {
	display : block;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	padding: 0px 0 2px 20px; 
	background: url(../_layout_images/arrow_dark_small.gif) left top no-repeat;
	}
	
.footnav li .on a  {
		display : block;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0 2px 20px;
	background: url(../_layout_images/arrow_dark_small.gif) left top no-repeat;
	text-decoration: none;
	color: #009ddf;	

	}
		
.footnav li a:hover {
		padding: 0px 0 2px 20px; 
		background: url(../_layout_images/arrow_dark_small.gif) left top no-repeat;	
		text-decoration: none;
		color: #009ddf;		
	}
	
/* 2nd level lists */
.footnav li ul {
	float: left;
	display: block;
	width: 160px;	
	padding-left: 20px;
} 

.footnav li ul li {
	border: none;
	width: 160px;
	margin: 0;
	padding: 0;
}

.footnav li ul li a {

	display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;	
	padding: 3px 0 2px 12px;
	background: url(../_layout_images/arrow_subnav_small.gif) left no-repeat;
	border: none; 	
}

.footnav li ul li a:hover {
	padding: 3px 0 2px 12px;
	background: url(../_layout_images/arrow_subnav_small.gif) left no-repeat;
	font-weight: normal;
	text-decoration: none;
		color: #009ddf;	
}

.footnav li ul li a:active {
	padding: 3px 0 2px 12px;
	background: url(../_layout_images/arrow_subnav_small.gif) left no-repeat;
	font-weight: normal;
	text-decoration: none;
		color: #009ddf;	
 
}

/*   */

.topbox {
	float:right;
	width: 209px;
	height: 162px;
	background: #fff;
	padding:6px;
	margin: 30px 0px 0px 6px;	
	text-align: left;
	font-size: 11px;
	color: #004b97;
}
/* page specific styles */
/*
.hometop {
	width: 333px; /* 758 
	height: 649px; /*648 + 40 
	background: url(../_assets/_images/bg_home_content.jpg) top no-repeat;	
	padding: 39px 0px 0px 425px;	
}

.hometopText {

	width: 256px; /* 256
	height: 300px;
	font-size: 16px;
	padding-left: 25px;
	text-align: left;
}
*/
.hometop {
	width: 333px; /* 758 */
	height: 440px;
	background: url(../_assets/_images/bg_home_content.jpg) top no-repeat;	
	padding: 24px 0px 0px 425px;	
}

.hometopText {
	width: 256px; /* 256 */
	height: 180px;
	font-size: 12px;
	padding-left: 25px;
	text-align: left;
}
.hometopText2 {
	margin: 0px 0px 0px 6px;
	width: 300px; /* 300 */

}

.homeBulletinBox {
	margin-top: 32px;
	width: 261px; /* 311 */
	height: 140px; /* 233 */
	background: url(../_layout_images/bg_bulletin.jpg) repeat-x;
	padding: 25px;
	font-size: 12px;
	color: #ffffff;
	text-align: left;	
}

.homeNews {
	margin: 0 27px 0px 27px;
	width: 704px;
	border-top: 1px dotted #004b97;
	text-align: left;
}

.newsItem {
	margin-top: 10px;
	height: 198px;	
}

.newsItemImg {
	float: left;
	width: 243px;
	height: 196px;
	border: 1px solid #009ddf;
	margin-right: 10px;	
	overflow: hidden;
}

.newsItemTextBox {
	float:left;
	width: 408px; /* 448 */
	height: 158px; /* 198 */
	padding: 20px;
	background: url(../_layout_images/bg_newsitem.jpg) repeat-y;
	overflow: hidden;
}

.offerItem {
	margin-top: 10px;
	height: 198px;	
}

.offerItemImg {
	float: left;
	width: 243px;
	height: 196px;
	border: 1px solid #009ddf;
	margin-right: 10px;	
	overflow: hidden;
}

.offerItemTextBox {
	float:left;
	width: 408px; /* 448 */
	height: 158px; /* 198 */
	padding: 20px;
	background: url(../_assets/_offers/_backgrounds/bg_blue.jpg) repeat-x;
	overflow: hidden;	
}

.offerItem h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	line-height: 38px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	border: none;
	padding: 0;
}

.offerItem h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	color: #000;
	margin: 0;
	border: none;
	padding: 0;
}

.offerText {
	margin-top: 10px;
	font-size: 17px;
	color: #fff;
}

.offerItem a {text-decoration: none; color: #fff; font-weight: normal}
.offerItem a:link, 
.offerItem a:visited, 
.offerItem a:hover, 
.offerItem a:active {
	text-decoration: none; color: #fff; font-weight: normal}
.offerItem a:hover { text:decoration: none; color: #000;}


.homeOffers {
	margin: 10px 27px 0px 27px;
	width: 704px;
	border-top: 1px dotted #004b97;
	text-align: left;
}

.homeOfferItem {
	float: left;
	width: 176px;
	height: 176px;
	overflow: hidden;
	margin-top: 10px;
	border: none;
}







.buttondiv {
	margin-top: 12px;	
}

.newletterTeaser1 {
	margin-top: 10px;
	height: 84px;
	padding: 4px;
	background-color: #acd7f3;
}

.newletterTeaser2 {
	margin-top: 10px;
	height: 84px;
	padding: 4px;
	background-color: #c7e2f6;
}

.newletterTeaser3 {
	margin-top: 10px;
	height: 84px;
	padding: 4px;
	background-color: #d5e9f8;
}

.newsletterThumb {
	width: 100px;
	height: 84px;
	overflow: hidden;
	float: left;
	padding-right: 8px;
}

.newsletterText {
	font-weight: bold;	
	line-height: 84px;
}

.newsletterText a { font-weight: bold;}

.sideheadbar {
	width: 264px;
	height: 30px;
	background: url(../_layout_images/bg_headbar.jpg) repeat-x;
	color: #fff;	
}

.sideheading {
	margin-left: 20px;
	padding-left: 30px;
	background: url(../_layout_images/arrow_bullet_sidehead.gif) no-repeat;
	line-height: 30px;
	color: #fff;
	font-weight: bold;	
}

.sidebox {
	width: 262px;	/* 264 */
	border: 1px solid #009ddf;
	margin: 0px;
	padding: 0px;	
}

.floorHeadBar {
	width: 704px;
	height: 30px;
	background: url(../_layout_images/bg_headbar.jpg) repeat-x;
	color: #fff;
}

.floorHeading {
	margin-left: 20px;
	padding-left: 30px;
	background: url(../_layout_images/arrow_bullet_sidehead.gif) no-repeat;
	line-height: 30px;
	color: #fff;
	font-weight: bold;	
}

.floorBox {
	width: 702px;	/* 704 */
	border: 1px solid #009ddf;
	margin: 0px;
	padding: 0px;
	background-color: #005aaa;
}

.floorBoxLeft {
	float:left;
	width:560px;
}

.floorBoxRight {
	float:left;
	width: 134px; /* 142 */
	padding: 4px;
	color: #ffffff;
	font-size: 12px;
}

.floorBoxRight a {
	text-decoration: none;
	color: #ffffff;
}

.floorBoxRight a:link,  .floorBoxRight a:visited {
	text-decoration: none;
	color: #ffffff;
}

.floorBoxRight a:hover {
	text-decoration: underline;
	color: #009ddf;	
}

.floorBoxRight ol { padding: 3px 0px 0px 30px; margin: 0px;}
.floorBoxRight li { padding: 3px 0px 0px 0px; margin: 0px;}



/*   generally useful classes */	

.fltright { 
	float: right;
	margin-left: 8px;
}
.fltleft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	display:block;
}

.leftbulletarrow {
	float: left;
	margin: 0 6px 2px 0px; 
}

/* form styles */

input {
	font-size: 12px;
	border: 1px solid #37b3e6;	
	background-color: #dcf1fd;
	color: #818181;
	padding: 1px;
}

.forminput {
font-size: 12px;
	border: 1px solid #37b3e6;	
	background-color: #dcf1fd;
	color: #818181;
	padding: 1px;
}

.mailform {
	margin: 0;
	padding: 0;
}

.mailforminput {
	font-size: 12px;
	border: 1px solid #37b3e6;	
	background-color: #dcf1fd;
	color: #818181;
	padding: 1px;
	width: 207px;
	margin-bottom: 6px;
}

.mailbuttoninput {
	margin-bottom: 4px;	
	padding: 0;
}

.searchbutton {
	font-size: 12px;
	border: 1px solid #003366;
	background-color: #cee2eb;
	color: #003366;
	font-weight: bold;
	padding: 2px 4px;
} 

.formtable {
	background-color: #ffffff;
	font-size: 12px;
}


.formheading {
	font-weight: bold;
	font-size: 12px;
	color: #0099ff;
}
.formfieldlabel {
	font-weight: bold;
}

.formbutton {
font-size: 12px;
background-color: #0099ff;
color: #ffffff;
text-transform: uppercase;
font-weight: bold;
margin-top: 2px;
margin-bottom: 2px;
padding: 4px;
border: 1px solid #003366;

} 
.formlabel {
font-weight: bold;
} 


#container_popup {
	width: 100%;
	background: #ffffff;
}

#container_popup_inner {
	width: 620px;
	background: #ffffff;
	margin:auto;
	padding: 4px;
}

/* cms styles */

#header_cms {
	width: 990px;	
}

#header_cms h1{
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
}

#cmsnavarea {
	width: 212px;
	padding: 7px;
	margin-bottom: 6px;
	background-color:  #dcf1fd;
}

#cmsmainleft {
	float: left;
	width: 226px;	
	margin-right: 6px;
}

#cmsmainmain {
	float: left;
	width: 718px; /* 758 */
	background: #ffffff;
	padding: 20px;	
}
hr {
	border-top: 1px dotted #004b97;
	height: 1px;
}