@charset "utf-8";
/* CSS Document */

/* Main settings */

ul {
padding:0;
margin:0;
} 

a:link, a:visited {
	color:#575757;
	text-decoration:none;
}

a:hover {
	color:#183d6b;
}

a img{
	border:none;
	text-decoration:none;
}	


#spacer {
	background-image:url(images/spacer.gif);
	background-position:left top;
	clear:both;
}

.spacers {
	background-image:url(images/spacer.gif);
	background-position:left top;
	clear:both;
}

/* Background */	

body {
	padding:0;
	margin:0;
	background-image:url(images/pagegrad.jpg);
	background-color:#95b64e;
	background-repeat:repeat-x;
	background-position:center top;
	font-size:75%;
}

#wrapper {
	width:860px;
	margin-left:auto;
	margin-right:auto;
}

/* Header */

#header {
	background-image:url(images/banner_gfx.png);
	width:860px;
	height:210px;
	margin-left:auto;
	margin-right:auto;
}

.ie6 #header {
	background-image:url(images/banner_gfx.gif);
}

#menu {
	margin-left:345px;
	width:478px;
 	height:29px;
}
.menuitems {
	margin-top:118px;
}

/* Main frame */

#frame {
	background-image:url(images/frame.png);
	width:860px;
	min-height:271px;
	height:auto !important;
	margin-left:auto;
	margin-right:auto;
}

.ie6 #frame {
	background-image:url(images/frame.gif);
	width:860px;
	min-height:271px;
	height:auto !important;
	margin-left:auto;
	margin-right:auto;
}

#footer {
	background-image:url(images/footer.png);
	width:860px;
	height:78px;
	margin-left:auto;
	margin-right:auto;
	background-position:left top;
	clear:both;
}

.ie6 #footer {
	background-image:url(images/footer.gif);
}

/* Insider */

#insider {
	width:786px;
	min-height:271px;
	height:auto !important;	
	margin-left:auto;
	margin-right:auto;
}

/* Guides Description */

#guides {
	width:746px;
	min-height:271px;
	height:auto !important;	
	margin-left:auto;
	margin-right:auto;
}

#guides_content {
	padding-top:5px;
	padding-bottom:5px;
	margin: 0px 0px 0px 0px;
 	width:746px;
 	min-height:271px;
	height:auto !important;
	color:#575757;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1em;
}

#guides_text {
 	width:746px;
	min-height:271px;
	height:auto !important;
}

/* Introduction Header */

#intro_text {
  	float:left;
	margin: 12px 0px 0px 28px;
	width:255px;
	color:#575757;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1em;
}

.intro_header {
	margin-bottom:6px;
	font-size:1em;
	font-weight:bold;
	color:#183d6b;
}

/* Control Table */

#control_table {
	margin-bottom:6px;
}

#control_table table { 
	border-collapse: collapse;
    border: 1px solid;
	border-color: #bbc6d5;
}

#control_table td { 
	border: 1px solid;
	border-color: #bbc6d5;
	padding: 6px;
}

.table_header {
	color:#183d6b;
	font-weight:bold;
}

.list_index {
	margin: 6px 6px 0px 16px;
	color:#575757;
}

.list_index ul li {
	padding-bottom:4px;
	/*list-style-image:url(images/bullet.gif);*/
	/*color:#77b800;*/
}

.list_index_thumb {
	margin: 0px 0px 0px 39px;
	float:left;
	width:57px;
 	height:60px;
}

/* Left Column */

#leftcolumn {
  	float:left;
	width:306px;
 	min-height:271px;
	height:auto !important;
}

/* LHA Rotating Banner */

#banner {
  	float:left;
	margin: 0px 0px 0px 23px;
	width:260px;
 	min-height:271px;
	height:auto !important;
}

/* Right Column */

#rightcolumn {
	margin: 0px 0px 0px 306px;
	/*margin-left:261px;*/
	/*width:539px;*/
	min-height:271px;
	height:auto !important;
}

.ie6 #rightcolumn {
	margin: 0px 0px 0px 306px;
	height:auto;
}

/* Content */

#content {
	float:left;
	margin: 0px 0px 0px 0px;
	/*margin-left:8px;*/
 	width:478px;
 	min-height:271px;
	height:auto !important;
	color:#575757;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1em;
}

.ie6 #content {
	float:left;
	margin: 0px 0px 0px 0px;
	width:478px;
	height:auto;
	color:#575757;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1em;
}

.ie7 #content {
	height:auto;
}

#content_text_header {
	margin-top:7px;
	margin-bottom:7px;
	color:#183d6b;
	font-size:1.167em;
	font-weight:bold;	
}

#content_text {
 	width:455px;
	min-height:271px;
	height:auto !important;
}

#content a:link {
	color:#183d6b;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover {
	color:#44802e;
	font-weight:bold;
}

.text_header {
	margin-bottom:6px;
	font-size:1em;
	font-weight:bold;
	color:#183d6b;
}

.text_header_color_top {
	margin-top:12px;
	margin-bottom:6px;
	font-size:1em;
	font-weight:bold;	
	color:#183d6b;
}

.para {
	margin-bottom:7px;
	text-align:justify;
}

.para_intend {
	margin-left:16px;
	margin-bottom:7px;
	text-align:justify;
}

.para_italic {
	margin-bottom:7px;
	font-style:italic;
	text-align:justify;
}

.para_last {
	margin-bottom:12px;
	text-align:justify;
}

.para_enq {
	margin-top:24px;
	margin-bottom:12px;
	text-align:justify;
}

.para_last_enq {
	font-size:0.833em;
	font-style:italic;
	margin-top:12px;
	margin-bottom:12px;
	text-align:justify;
}

.para_after {
	margin-top:12px;
	margin-bottom:12px;
	text-align:justify;
}

.list {
	margin-bottom:7px;
	margin-left:16px;
	text-align:justify;
}

.list ul li {
	padding-bottom:6px;
}

.to_top {
	margin-left:420px;
	margin-bottom:12px;
	font-size:0.833em;
	font-weight:bold;	
}

/* PDF Content Section */

#pdf_holder {
	float:left;
	width:478px;
 	min-height:79px;
	height:auto !important;
}

#pdf_icon {
	background-image:url(images/pdf_icon.png);
	float:left;
	width:77px;
 	height:79px;
}

#pdf_text {
	margin: 0px 0px 0px 102px;
	width:353px;
 	min-height:79px;
	height:auto !important;
}

.ie6 #pdf_text {
	margin: 0px 0px 0px 102px;
	height:auto;
}

/* Cover holder */

.cover_holder {
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	width:478px;
 	min-height:60px;
	height:auto !important;
}

.cover_thumb {
	float:left;
	width:57px;
 	height:60px;
}

.guide_title_gray {
	font-size:1em;
	font-weight:bold;
	color:#575757;
}

.guide_title_blue {
	font-size:1em;
	font-weight:bold;
	color:#183d6b;
}

.guide_title_green {
	margin-bottom:7px;
	font-size:1em;
	font-weight:bold;
	color:#77b800;
}

.cover_text {
	margin: 0px 0px 0px 72px;
	width:383px;
 	min-height:60px;
	height:auto !important;
}

.ie6 #cover_text {
	margin: 0px 0px 0px 72px;
	height:auto;
}

/* Main Website Footer */

#footer_main {
	width:822px;
	font-size:0.833em;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	text-transform:uppercase;
	margin-left:auto;
	margin-right:auto;
	margin-top:4px;
	color:#ffffff;
}

#footer_albatros {
	width:822px;
	font-size:0.833em;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color:#ffffff;
}

#footer_main ul, #footer_albatros ul {
	list-style-type: none;
}

#footer_main a, #footer_albatros a {
	color:#ffffff;
	border:none;
	text-decoration:none;
}

#footer_main a:hover, #footer_albatros a:hover {
	color:#183d6b	;
	text-decoration: none;
}