/**************** CCOLOURS ***************

	#666666			dark grey for the body text
	#F0F0F0			light grey for sidebar/menu backgrounds
	#DEDEDE			grey for sidebar item/form underlines
	#005191			dark blue for links and the logo
	#993333			dark red for titles

*/
/**************** CSS RESET ****************/
/* courtesy of Eric Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;

}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {

	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**************** UTILITY ****************/

.clearfix:after {
	clear: both; 
	content: "."; 
	display: block;
	height: 0; 
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
.clearfix {
	display:block;
}

#SilverStripeNavigatorMessage {
	display:none;
}

/**************** TAGS ****************/

html {
}

body {
	background:#154E91 url('../images/body_bg.jpg') repeat-x;
	color:#333333;
/*	font-family:"Lucida sans", Helvetica, Tahoma;*/
	font-family: Verdana;
	font-size:87.5%;
	padding:20px 0 10px 0;
}
	html > body {
		font-size:14px;
	}

/**** LINKS ****/
a {
	color:#005191;
	/*text-decoration:none;*/
}
	 a:link {
	}
		a:focus {
			/*text-decoration:underline;*/
		}
		a:active {
		}
		a:visited {
			color:#232F84;
		}
		a:hover {
			text-decoration:underline;
		}

.contentarea a:focus, .contentarea a:hover {
	text-decoration:underline;
}

/**** HEADINGS ****/
h1, h2 {
	color:#993333;
	font-family:"Times New Roman";
	text-decoration:none;
	font-weight:normal;

}
	h1 {
		font-size:2.5em;
		font-variant:small-caps;
		margin-bottom:0.25em;
	}
	h2 {
		font-size:1.7em;
		margin-bottom:0.3em;
		padding-top:0.5em;
		line-height:1.1em;
	}
	h3 {
		font-size:1.2em;
		color:#000000;
		font-weight:normal;
		margin-bottom:0.2em;
	}
	h4 {
		color:#000000;
		margin-bottom:0.25em;
	}


/**** CONTENT ****/

b {
	font-weight:bold;
}
strong {
	color:#000000;
	font-weight:bold;
}

i, em {
	font-style:italic;
}

p {
	line-height:1.5em;
	margin-bottom:1em;
}

.contentarea ul, .contentarea ol {
	line-height:1.5em;
	margin:0 0 1em 2em;
}
	.contentarea ul {
		list-style-type:disc;
	}
	.contentarea ol {
		list-style-type:decimal;
	}

.contentarea img {
	float:right;
}


/**************** STRUCTURE ****************/

#Container {
	background:#f0f0f0;
	margin:0px auto;
	width:780px;
	position:relative;
}


/**** HEADER ****/


#Logo {
	padding:0 10px 0 0;
	text-align:right;
	height:213px;
	background-color:#FFFFFF;
	margin-bottom:0;
	
}
	#Logo a {
		float:right;
		display:block;
		position:relative;
		height:188px;
		width:262px;
		font-size:1.5em;
	}
	#Logo span {
		background:url('../images/libertylife_logo.gif') center no-repeat;
		position:absolute;
			right:-1px;
			top:0;
		height:100%;
		width:100%;
	}

#Banner {
	background:url('../images/banner.jpg') center no-repeat;
	width:500px;
	height:228px;
	position:absolute;
		top:10px;
		left:0px;
}


/**** MAIN MENU ****/

#MainMenu {
	background:#F0F0F0;
	border-top:1px solid #D1D1D1;
	border-bottom:1px solid #D1D1D1 /*DEDEDE*/;
	width:100%;
	clear:both;
	padding-top:25px;
}
	#MainMenu li {
		float:left;
		line-height:2em;
	}
	#MainMenu a {
		display:block;
		padding:0 15px;
		text-decoration:none;
	}
	#MainMenu a:hover, #MainMenu a:focus {
		background:#E7E7E7;
	}
	
	#MainMenu span {
		background:#E7E7E7;
		display:block;
		padding:0 15px;
	}


/**** CONTENT ****/

#Content {
	background:#FFFFFF;
	padding:20px 20px 50px 20px;
	width:510px;
	float:left;
	min-height:120px;
	font-size:0.89em;
}

#FooterColumns {
	position:absolute;
		bottom:0;
		right:0;
	z-index:1;
}

/**** SIDEBAR ****/

#Sidebar {
	float:right;
	width:230px;
	z-index:2;
	position:relative;
	margin-bottom:3em;
	font-size:16px;
}

	#Sidebar li {
		list-style-position:outside;
		font-size:0.86em;
		z-index:3;
	}
	
		#Sidebar a {
			border-bottom:1px solid #DEDEDE;
			color:#333333;
			display:block;
			padding:10px;
			line-height:1.5em;
			font-size: 13px;
			height:1%;		/* IE clickable region fix */
			text-decoration:none;
		}
		#Sidebar a:hover, #Sidebar a:focus {
			text-decoration:none;
			background-color:#F7F7F7;
		}
		
		#Sidebar b {
			display:block;
			color:#005191;
			font-size:1.1em;
		}


/**** FOOTER MENU ****/

#FooterMenu {
	border-top:3px solid #C3C7DE;
	width:100%;
	clear:both;
	position:absolute;
		bottom:0;
		right:0;
	z-index:10;
}
	#FooterMenu li {
		font-size:0.86em;
		float:left;
		line-height:2.5em;
	}
	#FooterMenu a {
		display:block;
		padding:0 15px;
	}
	#FooterMenu a:hover, #FooterMenu a:focus {
		background:#E7E7E7;
	}
	
	#FooterMenu span {
		display:block;
		padding:0 15px;
		color:#C2C2C2;
	}


/**** FOOTER ****/

#Footer {
	margin:4px auto 0 auto;
	width:780px;
	position:relative;
	color:#d0d0d0;
	text-align:right;
	font-size:0.8em;
}
	#Footer a {
		color:#FFFFFF;
	}

/**************** FAQ ****************/

#QuestionList {
	margin-left:0;
	list-style-position:outside;		/* for IE */
}
	#QuestionList li {
		list-style-type:none;
		margin-left:1.8em;
	}
	
	#QuestionList h3 {
		text-indent:-1.5em;
	}


/**************** FORMS ****************/

form {
	background:#F0F0F0;
	padding:4px;
	margin-bottom:1em;
}

/**** FIELD LIST ****/

.fieldList {
	margin-left:0 !important;
}
	.fieldList li {
		list-style-position:outside;		/* for IE */
		list-style-type:none;
		padding:4px 6px;
	}
	
	.fieldList label {
		color:#000000;
		display:block;
	}
	.fieldList label.optionLabel {
		color:#666666;
	}


/**** BUTTON LIST ****/

.actionList {
	border-top:1px solid #DEDEDE;
	overflow:auto;
	margin-bottom:0 !important;
}
	.actionList li {
		float:left;
	}


/**** FIELDS ****/

.fieldList .text {
	width:250px;
	color:#333333;
}

.fieldList textarea {
	width:482px;
	font-family:"lucida sans", helvetica, arial;
	font-size:0.95em;
	color:#333333;
}


/**** ERRORS ****/
.fieldList li.error {
	background:#FFD9D9;
}
.fieldList .errorMessage {
	color:#FF0000;
	font-size:0.86em;
}

.errorMessages {
	background:#FFD9D9;
	color:#000000;
	padding:4px;
	margin-bottom:1em;
}
	.errorMessages li {
		font-size:0.86em;
		color:#FF0000;
	}


/**************** PROFILE ****************/

.profilePic {
	float:right;
	width:128px;
}

/**************** CONTACT ****************/
/*
just remove these and insert a line break in the html (or set ".address strong" to "display:block") to get
rid of the indent and have the address line up down the margin.
*/
.address {
	padding-left:4.8em;
}
	.address strong {
		margin-left:-4.8em;
	}

#myGallery
{
	width: 500px !important;
	height: 230px !important;
	font-size: 30px;
	font-variant: normal;
	font-family:"Lucida Sans", Helvetica, Tahoma;
} 

#myGallery h2 {
	font-family:"Lucida Sans", Helvetica, Tahoma;
	font-variant: normal;
}

.details TD {
	line-height: 200%;
}

.icon {
	padding-left: 10px;
	padding-right: 5px;
	vertical-align: text-bottom;
}

.sidebarLast {
    text-align:center;
}
    .sidebarLast img {
        float:none;
    }
