/*--------------------------------------------------------------
Reset CSS
--------------------------------------------------------------*/
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size).

	 percentage / 8.3333333 = font size in px
*/
   
body          { font-size: 75%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */
/*--------------------------------------------------------------
Page Setup 
--------------------------------------------------------------*/
body {
	background: #dddbc7 url(/img/bg.gif);
	color: #646359;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	}
/*--------------------------------------------------------------
 Main Link Styles 
--------------------------------------------------------------*/
a { text-decoration: none; color: #006F9C; }
a:hover { text-decoration:underline; }
a img { border:0; }
.more a {
	color: #646359;
	background: url(/img/icon-plus.gif) no-repeat;
	padding-left: 23px;
}
/*--------------------------------------------------------------
 Text formatting styles 
--------------------------------------------------------------*/
p           		{ margin: 1em 0; text-align:left; line-height: 1.66; }
small						{ font-style: italic; color: #999; font-size: 90%; }
.item p strong 	{ font-weight: normal; color: #006f9c; }
ul, ol      		{ margin: 0 0 1.5em 0; }
h2 + p, h3 + p	{ margin-top: 0.2em; }
li							{ line-height: 1.66; padding-left: 18px; background: url(/img/bullet.gif) no-repeat 0 8px; }
/*--------------------------------------------------------------
 Heading Styles 
--------------------------------------------------------------*/
h1,h2,h3 { font-family: Georgia, "Times New Roman", Times, serif; }
h1 {
	font-size: 2.5em;
	color: #005577;
	border-bottom: 1px solid #d1cfbc;
	line-height: 1.4;
	font-weight: normal;
	}
#left h2 {
	margin: 0.7em 0;
	color: #646359;
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
}
#right h2, #lower h2 {
	font-size: 1.8em;
	color: #005577;
	border-bottom: 1px solid #d1cfbc;
	line-height: 1.6;
	font-weight: normal;
}
h3 { font-size: 1em; color: #005577; font-family: Arial, Helvetica, sans-serif; margin: 0; line-height:1.66; margin-bottom: 0.5em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }
h1 + h3 { margin-top: 1em; }
/*--------------------------------------------------------------
 Table Styles 
--------------------------------------------------------------*/
table   { margin-bottom: 1.4em; width: 100%; }
th,td   { height: 1em; padding:0.4em; border-bottom:0.1em solid #ddd; line-height: 1.2; }
th, tfoot td { font-weight:bold; }
/*--------------------------------------------------------------
 Layout element styles 
-------------------------------------------------------------*/
#container {
	margin:0 auto;
	width:960px;
	text-align:left;
	padding: 0 7px;
	background: url(/img/bg-drop.png) repeat-y;
	}
#header {
	position: relative;
	height: 166px;
	background: #00648d url(/img/bg-header.jpg) no-repeat;
	}
#banner {
	height: 217px;
	 background: url(/img/feature.jpg) no-repeat;
}
#banner.hills { background: url(/img/hills.jpg) no-repeat; }
#content {
	background: #fff url(/img/content-bg.gif) repeat-y right;
	}
#left {
	float:left;
	width:610px;
	padding: 10px 20px 0;
	}
#right {
	float:left;
	width:270px;
	padding: 17px 20px 0;
	background: #f5f4ea;
	}
.item {
	border-bottom: 1px dashed #d1cfbc;
}
#lower {
	background: #f6f5ea;
}
#footer {
	margin: 0 auto 1em;
	padding: 0 7px;
	width: 960px;
	background: url(/img/bg-footer.png) no-repeat;
}
#map-outer {
	border: 1px solid #ccc;
	padding: 3px;
}
#map {
	width: 100%;
	height: 250px;
}
#logocontrol + div {
	display: none;
}
/*--------------------------------------------------------------
 Header styles 
--------------------------------------------------------------*/
#logo {
	position: absolute;
	top: 34px;
	left: 34px;
	}
#header h3 {
	color: #cee2ea;
	font-size: 266%;
	font-weight: normal;
	position: absolute;
	right: 30px;
	top: 80px;
	width: 50%;
	text-align: right;
}
/*--------------------------------------------------------------
 Lower styles 
--------------------------------------------------------------*/
#logos {
	margin: 0;
	padding: 17px 0;
	float: left;
}
#logos li {
	float: left;
	border-left: 1px solid #e3e2d3;
	padding: 0 28px;
	vertical-align: middle;
	background: 0;
}
#logos li:first-child {
	border-left: 0;
}
#logos a {
	height: 72px;
	display: block;
}
#logos a:hover,
#logos.coloured a{
	background-position: 0 -72px;
}
#mail-list {
	float: right;
	width:270px;
	padding: 17px 20px 8px;
	background: #eeecd6;
}
#mail-list fieldset {
	margin: 1.3em 0;
}
#mail-list #email {
	color: #646359;
	border: 1px solid #d1cfbc;
	margin-right: 5px;
	width: 187px;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#mail-list #sign-up {
	color: #646359;
	border: 1px solid #d1cfbc;
	background: #e0decc;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 60px;
	height: 27px;
	cursor: pointer;
}
#axis {
	width: 61px;
	background: url(/img/logo-axis.png) no-repeat;
}
#lifeplan {
	width: 66px;
	background: url(/img/logo-lifetime.png) no-repeat;
}
#tlc {
	width: 164px;
	background: url(/img/logo-tlc.png) no-repeat;
}
#asc {
	width: 127px;
	background: url(/img/logo-asc.png) no-repeat;
}
#iona {
	width: 127px;
	background: url(/img/logo-iona.png) no-repeat;
}
/*--------------------------------------------------------------
 Top Nav styles 
--------------------------------------------------------------*/
ul#top-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 0;
	right: 24px;
	}
#top-nav li {
	float: left;
	padding: 0;
	line-height: normal;
	background: url(/img/nav/nav-div.gif) no-repeat 0 11px;
	}
#top-nav li:first-child {
	background: 0;
	}
#top-nav a {
	display: block;
	height: 42px;
	}
#top-nav span {
	display: none;
	}
#home a {
	width: 73px;
	background: url(/img/nav/nav.png) no-repeat 0 0;
	}
#corporate a {
	width: 101px;
	background: url(/img/nav/nav.png) no-repeat -72px 0;
}
#divisions a {
	width: 95px;
	background: url(/img/nav/nav.png) no-repeat -172px 0;
}
#shareholders a {
	width: 123px;
	background: url(/img/nav/nav.png) no-repeat -266px 0;
}
#contact a {
	width: 83px;
	background: url(/img/nav/nav.png) no-repeat -388px 0;
}
#home a:hover {	background-position: 0 -42px; }
#corporate a:hover {	background-position: -72px -42px; }
#divisions a:hover {	background-position: -172px -42px; }
#shareholders a:hover {	background-position: -266px -42px; }
#contact a:hover {	background-position: -388px -42px; }

#home a.current {	background-position: 0 -84px; }
#corporate a.current {	background-position: -72px -84px; }
#divisions a.current {	background-position: -172px -84px; }
#shareholders a.current {	background-position: -266px -84px; }
#contact a.current {	background-position: -388px -84px; }
/*--------------------------------------------------------------
 2 Col
--------------------------------------------------------------*/
.twocol {
	margin: 1em 0;
	padding: 10px;
}
.twocol:nth-child(odd) {
	background: #f4f4f4;
}
.twocol h3, .twocol p {
	width: 50%;
	float: left;
	margin: 0;
}
/*--------------------------------------------------------------
 Footer specific styles 
--------------------------------------------------------------*/
#footer p {
	float: left;
	color: #646359;
	}
#footer ul {
	float: right;
	margin: 1em 0;
	}
#footer ul li {
	display: inline;
	background:url(/img/footer-div.gif) no-repeat 0 2px;
	padding-left: 11px;
	margin-left: 9px;
	}
#footer ul li:first-child {
	background: 0;
	}
#footer ul li a {
	color: #646359;
	font-weight: normal;
	}
/*--------------------------------------------------------------
 Download styles 
--------------------------------------------------------------*/
ul.downloads, ul.subnav {
	margin: 0.3em 0 1em 0;
}
.downloads li, .subnav li {
	border-top: 1px dashed #d1cfbc;
	padding: 0;
	background: 0;
	line-height: normal;
	float: left;
	width: 100%;
}
.downloads li:first-child,
.subnav li:first-child{
	border-top: 0
}
.subnav a {
	display: block;
	padding: 8px 0 8px 25px;
	background: url(/img/icon-pdf.png) no-repeat 3px 9px;
	line-height: 1.5;
	color: #646359;
}
.subnav a {
	padding-left: 0;
	background: 0;
}
.subnav a.current {
	font-weight: bold;
}
#left .downloads a:hover {
	background-color: #F5F4EA;
	text-decoration: none;
}
.downloads a {
	display: block;
	padding: 8px 0 8px;
	width: 100%;
	background: url(/img/icon-pdf.png) no-repeat 3px 9px;
	line-height: 1.5;
	color: #646359;
	float: left;
}
.downloads span.title {
	float: left;
	padding-left: 25px;
	cursor: pointer;
}
.downloads span {
	float: right;
	padding-right: 5px;
	cursor: pointer;
}
/*--------------------------------------------------------------
 Form styles 
--------------------------------------------------------------*/
label {
	display: block;
	margin-bottom: 0.2em;
}
.input_text {
	border: 1px solid #ccc;
	padding: 5px 8px;
}
fieldset {
	margin-bottom: 1em;
}
#contactForm {
	margin-top: 20px;
}

/*--------------------------------------------------------------
 Miscellaneous styles 
--------------------------------------------------------------*/
.center {text-align:center;}
.float-right {float:right;padding:0 0 14px 14px;}
.float-left {float:left;padding:0 14px 14px 0;}
.float-fix {overflow:hidden;clear:both;height:0;font-size:0;}
#alaress {
	float: right;
	clear: right;
}
#alaress a {
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	background: url(/img/alaress-web-designers.png) no-repeat;	
}
#alaress a:hover {
	background-position: 0 -24px;
}
/*--------------------------------------------------------------
 sIFR Replacements
--------------------------------------------------------------*/
.sIFR-active h1, .sIFR-active #right h2, .sIFR-active #lower h2, .sIFR-active #header h3 {
	visibility:hidden;
	font-family:Verdana;
	line-height: 1em;
	}
.sIFR-active h1 {
	font-size: 30px;
	}
.sIFR-active #right h2 {
	font-size: 22px;
	}
.sIFR-active #header h3 {
	font-size: 32px;
	}