/*---------------------------------------------------------------------------------

CREATOR DETAILS

Author: Matt Davies
Company: Attitude Design Ltd
Web Address: www.attitudedesign.co.uk
Date: Feb 2010

---------------------------------------------------------------------------------*/




/*---------------------------------------------------------------------------------
GLOBAL RESET
---------------------------------------------------------------------------------*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*---------------------------------------------------------------------------------
GLOBAL FONT CONSISTENCY (http://developer.yahoo.com/yui/fonts/#using)
---------------------------------------------------------------------------------*/

body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}


/*---------------------------------------------------------------------------------
GLOBAL BASIC STYLING FOR COMMON HTML ELEMENTS
---------------------------------------------------------------------------------*/

/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	font-size:115%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:0.2em 0 0.5em 0;
}

h2 {
	/* top & bottom margin based on font size */
	margin:1.5em 0 0.5em 0;
}

h3 {
	/* top & bottom margin based on font size */
	margin:1em 0 0.5em 0;
}

h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:normal; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
	margin: 0 0 0 20px;
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc inside;
	padding: 0 0 5px 2px;
	margin: 0 0 0 5px;
	color: #000000;
}
ul dl {
	margin: 0 0 0 20px;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
	line-height: 1.3em;
	color: #000000;
}

a:link		{ color: #d01e49; text-decoration: none;}
a:visited	{ color: #d01e49; text-decoration: none;}
a:hover		{ color: #000; text-decoration: none; text-decoration:underline}
a:active	{ color: #d01e49; text-decoration: none;}


p, li, table {
	font-family: "Trebuchet MS", Verdana, Arial, Lucida Grande, Helvetica,  sans-serif;
}

h1, h2, h3 {
	font-family: Georgia, Times, serif;
}

table, tr, td, th {
 	border: none;
	font-family: Georgia, Times, serif;
}

table td {
	border: 1px solid #d0d0d0;
 	border-bottom: 1px solid #444;
 	font-family: "Trebuchet MS", Verdana, Arial, Lucida Grande, Helvetica, 
}



table td h3, table td h4 {
	color:#000;
	font-weight: bold;
	font-size: 110%;
}

table th {
 border-bottom: 2px solid #444;
 color:#87C440;
 text-align: left;
}

table td table td{
 border: none;
 border-right: 1px solid #d0d0d0;
padding: 8px;
}

table td.nopad {
	padding: 0;
}

/*---------------------------------------------------------------------------------
Global Layout
---------------------------------------------------------------------------------*/

body {
	margin-right: auto; /* this centres the body */
	margin-left: auto;  /* this centres the body */
	margin-top: 0;
	padding: 0;
	width: 100%;
	font-family: "Trebuchet MS", Verdana, Arial, Lucida Grande, Helvetica,  sans-serif;
    background-color: #333;
}


/*---------------------------------------------------------------------------------
IE Hack - Only need to use in extreame cicumstances!

  voice-family: "\"}\"";
  voice-family: inherit;


html>name {
	
	}
---------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------
Global Divs
---------------------------------------------------------------------------------*/

div {
	text-align: left;
	margin: 0;
	padding: 0;
}

.clear {
	height: 0;
	width: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
}

.hr {
	width: 100%;
	border-top: 1px #d4cbda dashed;
	display: block;
	float: left;
	margin: 10px 0 10px 0;
	height: 1px;
}

.large {
	font-size: 150%;
}

strong {
	font-weight: bold;
}

/*---------------------------------------------------------------------------------
Layout Styles
---------------------------------------------------------------------------------*/

body {
	margin-right: auto; /* this centres the body */
	margin-left: auto;  /* this centres the body */
	margin-top: 0;
	padding: 0;
	width: 100%;
	font-family: Georgia, Times, serif;
	background: url('../images/bg.jpg') top center no-repeat #1e1822;
	border-top: #8BC53F solid 6px;
}

#page_width {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding:0;
}

#page {
	background: #FFF;
	float: left;
	width: 900px;
	padding: 25px;
	display: block;
	margin: 0 0 20px 0;
}



/*--Header--*/

#header {
	height: 242px;
	padding:0;
	margin: 0;
	display: block;
	float: left;
	width: 100%;
}

#page_width #logo {
	background: url('../images/logo.jpg') top left no-repeat;
	width: 443px;
	height: 178px;
	float: left;
	margin: 22px 0;
}

#page_width #logo h2{
	height:1px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border: none;
}

#page_width #logo p{
	height:1px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border: none;
}


#header .right_box {
	margin: 35px 0 0 0;
	width: 242px;
	float: right;
	padding: 10px;
}

#header .right_box p{
	color: #FFF;
	margin: 0;
	padding: 0;
}

#header .right_box h3{
	color: #FFF;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 180%;
}

#header .right_box p{
	font-size: 90%;
}

#header p.titleintro {
	letter-spacing: 2px
}

#header p.main_link {
	padding: 10px 0 0 0;
}



/*--Main Navigation--*/
#mainnav {
	width: 100%;
	float: left;
	background: #1E1822;
	margin: 0;
	padding: 0;
	display:block;
}

#mainnav ul{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	display:block;
}

#mainnav ul li{
	float: left;
	margin: 0;
	padding: 0;
	color: #FFF;
	list-style: none;
	border-right: 1px #FFF dashed;
}

#mainnav ul li a{
	padding: 25px 30px 8px 10px;
	float: left;
	color: #FFF;
	font-family: Georgia, Times, serif;
	font-size: 120%;
	margin: 0;
}

#mainnav ul li a:hover{
	background: #d01e49;
	color:#1E1822;
}

#mainnav ul li a .navintro{
	font-size: 80%;
	font-family: "Trebuchet MS", Verdana, Arial, Lucida Grande, Helvetica,  sans-serif;
}

#mainnav ul .selected a{
	background: #8BC53F;
}


/*--Sub Navigation--*/
#right_colomn_area ul{
	width: 100%;
	padding: 3px 0 0 0;
	margin:30px 0 30px 0;
	border-top:1px dashed #D4CBDA;
	float: left;
}

#right_colomn_area ul li{
	width: 100%;
	padding: 0 0 3px 0;
	margin: 0 0 5px 0;
	list-style-type: none;
	border-bottom:1px dashed #D4CBDA;
	float: left;
}

#right_colomn_area ul li a{
	width: 97%;
	margin:0;
	padding: 5px 0 5px 3%;
	background: #1E1822;
	display: block;
	color: #FFF;
}

#right_colomn_area ul li a:hover{
	background: #D01E49;
	color: #000;
}


/*-- Page--*/

#main_content_area {
	float: left;
	width: 640px;
}

#right_colomn_area {
	float: right;
	width: 240px;
}

p.main_link a{
	background: #1E1822;
	color: #FFF;
	padding: 2px 3px;
	text-transform: uppercase;
}

p.main_link a:hover{
	background: #d01e49;
	color: #000;
}

.header_intro {
	padding: 0;
	margin: 0;
	color: #44AADF;
}

#main_content_area .header_intro a{
	color: #44AADF;
}

#main_content_area .header_intro a:hover{
	color: #000;
}

#main_content_area img {
	float: left;
	margin: 0 12px 12px 0;
}

.header_withintro {
	margin: 0 0 0.4em 0;
	padding: 0;
}

#main_content_area h1 {
	font-size: 200%;
}

#main_content_area h2 {
	font-size: 160%;
}

#main_content_area p {
	line-height: 1.6em;
	font-size: 110%;
}

.profile_image {
	width: 110px;
	float: left;
}

.profile_text {
	width: 528px;
	float: right;
}

#details h3 {
	margin-top: 0;
}

/*--Right hand boxes--*/

#right_colomn_area .right_box p {
	font-size: 90%;
	line-height: 1.5em;
}

#right_colomn_area .right_box {
	width: 210px;
	float: right;
	padding: 15px;
	float: right;
	margin: 0 0 10px 0;
}

#right_colomn_area .right_box h1, #right_colomn_area .right_box h2,  #right_colomn_area  .right_box p{
	padding: 0;
	margin: 0;
}


#right_colomn_area p.main_link{
	margin: 10px 0 0 0;
	display: block;
}

#right_colomn_area .right_box h3 {
	font-size: 130%;
	margin: 0 0 3px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "Trebuchet MS", Verdana, Arial, Lucida Grande, Helvetica,  sans-serif;
	color: #555555;
	font-size: 110%;
}

#right_colomn_area .right_box h4 {
	font-size: 130%;
	margin: 0 0 3px 0;
}

.blue {
	background: #44AADF;
	border: 1px solid #B8D7D4;
}

.blue p, .blue h1, .blue h4, .blue h3{
	color: #FFF;
}

#right_colomn_area .right_box p.largetext {
	font-size: 120%;
	line-height: 1.2em;
	margin: 4px 0 0 0;
}

.light_blue {
	background: #EBFAFB;
	border: 1px solid #B8D7D4;
}

.green {
	background: #87C440;
	border: 1px solid #C8E89E;
	color: #FFF;
}

#right_colomn_area .green p,#right_colomn_area .green h1,#right_colomn_area .green h4,#right_colomn_area .green h3{
	color: #FFF;
}

.light_green {
	background: #F3FBE8;
	border: 1px solid #DCEBCA;
}



/*-- Page Call to action--*/
#page_cta {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#page_cta p{
	font-size: 260%;
	margin: 0;
	padding: 0;
	width: 100%;
}

#page_cta a{
	display: block;
	padding: 25px 2% 25px 2%;
	width: 96%;
	background: url('../images/page_cta.gif') 10px 5px no-repeat #000000;
	text-align: right;
	color: #FFF;
}

#page_cta a:hover{
	background: url('../images/page_cta_over.gif') 10px 5px  no-repeat #d01e49;
	color: #000;
}

.icon img{
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

.icon a{
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}


/*--Home Page Specific--*/
#home_message {
	background: #D01E49 url('../images/home_image.jpg') top right  no-repeat ;
	float: left;
	width: 100%;
}

#home_message .text_content {
	width: 189px;
	float: left;
	padding: 18px;
}

#home_message .text_content p{
	color: #FFF;
	padding: 0;
	margin: 8px 0 0 0;
	line-height: 1.4em;
}

#home_message .text_content p.info{
	font-size: 90%;
}

#home_message .text_content p a:hover{
	background: #FFF;
}

#home_message .text_content h2{
	color: #FFF;
	padding: 0;
	margin: 0 0 0 0;
	font-size: 202%;
}

/*--Contact Page Specific--*/
.bookingform table, .bookingform table tr, .bookingform table td, .bookingform table th{
	border: none;
	text-align: left;
}

.bookingform table tr {
	border-top: 1px #d4cbda dashed;
}


/*--Footer--*/

#footer {
	padding: 30px 0 100px 0;
	margin: 0;
	display: block;
	float: left;
	width: 100%;
	background: transparent;
}

#footer .left{
	width: 600px;
	float: left;
}

#footer .right{
	width: 300px;
	float: right;
}

#footer .right p{
	text-align: right;
}

#footer p{
	color: #8B73A2;
}

#footer a:link		{ color: #8B73A2; text-decoration: none;}
#footer a:visited		{ color: #8B73A2; text-decoration: none;}
#footer a:hover		{ color: #D0C3E0; text-decoration: none;}
#footer a:active		{ color: #8B73A2; text-decoration: none;}

#footer .left ul {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
}

#footer .left ul li .navintro {
	font-size: 70%;
}

#footer .left ul li{
	float: left;
	list-style: none;
	margin: 0 16px 0 0;
	padding: 0;
}

.spacer {
	width: 10px;
	height: 300px;
}


/*--News Ticker--*/

#NewsTicker_two{
	border:solid 1px #cccccc;
	background:#eaf5e0;
	width:210px;
	height:130px;
	margin:0;
}

#NewsTicker h1,#NewsTicker_two h1{
	padding:6px; margin:0; border:0;
	background:#dfe9d5;
	color:#000000;
	font-size:11px;
	font-weight:bold;
}

#NewsVertical, #NewsVertical_two {
	width: 210px;
	height: 130px;
	display: block;
	overflow: hidden;
	position: relative;
}

#TickerVertical,#TickerVertical_two {
	width: 210px;
	height: 130px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#TickerVertical li,#TickerVertical_two li {
	display: block;
	width: 210px;
	color: #333333;
	text-align: left;
	font-size: 11px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

