/*  
Layout by Luke Funnell - Gold Apple Media http://www.goldapple.com.au
With much thanks to Steve Hatcher for the Sticky Footer Solution http://stever.ca http://www.cssstickyfooter.com
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-repeat: no-repeat;
	background-position:center;
	background-position:top;
}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 23px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -23px; /* negative value of footer height */
	height: 23px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* PAGE FORMATTING */
#content-holder {
	
}
#content {
	width:100%;
/*	margin:0 auto;
	padding:0 0px 0 0px;*/
}
#content-center {
	width:790px;
	margin:0 auto;
	padding:0 0px 0 0px;
}
#main-menu {
	background-color: #8B1E3D;
}
#main-menu-divider {
	background-color: #FFFFFF;
	height: 2px;
}
#colour-strip {
	background-color: #B43B54;
	height: 315px;
}
#colour-strip #StripText {
	width:506px; float:left;
	padding: 7px 0px 5px 0px;
}
#colour-strip #Images {
	width:267px; float:right;
	padding: 20px 0px 20px 0px;
}
#footer {
	background: #8B1E3D url('');
	height: 23px;
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
}
#footer #content-center #left {width:480px; float:left;}
#footer #content-center #right {width:180px; float:right; text-align:right}

#logo {
	width: 267px; float:left; padding-top:0px;
}
#slogan {
	padding-left: 5px; padding-top:39px;
}

/* SPECIFIC PAGE FORMATTING */

#HomePage #Intro {
	width: 506px; float:left; padding-top: 14px;
}
#HomePage #HomeRight {
	width: 267px; float:right; height: 300px; padding-top: 22px;
/*	background:url(Images/QuotesBG-Home.gif) center no-repeat; */
}
#NormalPage #PageText {
	width: 520px; float:left; padding-top: 14px;
}
#NormalPage #SmallQuote {
	width: 195px; float:right;
}
#NormalPage #PageText #Profile {
	width: 160px; float:left; padding-bottom:10px;
}
#NormalPage #PageText #Profile img {
	border: #DBECF9; border-width: 4px;
}

/* TEXT */

h1, h2, h3, h4, h5, h6, p, ul, ol {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #4A091D;
}
ol, ul {
	font-size: 12px;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 20px;
}
p {
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding: 2px 0 4px 0;
}
h1 {
	font-size: 20px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding: 0 0 5px 0;
}
h2 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
	font-variant: normal;
	text-transform: none;
	padding: 4px 0 0px 0;
}
h3 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
	font-variant: normal;
	text-transform: none;
	padding: 14px 0 0px 0;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #B43B54;
	text-decoration:none;
}
a:hover {
	color: #E07291;
}
#main-menu a {
	color:#FFFFFF;
	font-weight:bold;
	line-height: 26px;
	margin-right: 47px;
}
#main-menu a:hover {
	color: #E07275;
}
.menu-link {
	border-bottom-colour: #FFFFFF;
	border-bottom-width: 2px;
}
#StripText p {
	color: #FFFFFF;
	line-height: 30px;
}
#StripText h1 {
	color: #FFFFFF;
	padding-top: 8px;
}
#StripText a {
	color:#FFFFFF;
	font-weight: bold;
	line-height: 26px;
}
#StripText a:hover {
	color: #EDA9BC;
}
#footer #content-center p, #footer #content-center a {
	color:#FFFFFF;
	font-size: 11px;
	line-height: 11px;
	padding: 6px 0px 0px 0px;
}
#footer #content-center a:hover {
	color: #EDA9BC; /*#E07275;*/
}
.Emphasis {
	color: #4A091D;
	font-weight: bold;
	font-size: 13px;
	padding-top: 4px;
}
.Quote {
	color: #610222;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 20px
}
