/* GENERAL STYLES */
/*-----------------------------------------------------------------------------
urbanbeach Stylesheet

version:   1.0.0
author:    iain crossley
email:     iain@teampoint.co.uk
website:   http://www.teampoint.co.uk/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
p, pre, blockquote, ul {
	margin: 15px 0;
}


/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}


/* Create wrapper div to hold site in place - 1013 pixels wide according to design */
#wrapper {
	width: 1013px;
	min-width: 1013px;
	max-width: 1013px;
	position: relative;
	left: 50%;
	margin-left: -506px;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {	
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	color: #757575;
	line-height: 17px;
}
.arialGrey10px {
	font-size: 10px;
	line-height: 12px;
	color: #757575;
}
.arialGrey11px {
	font-size: 11px;
	color: #757575;
}
.arialPink11px {
	font-size: 11px;
	color: #ee4d9b;
}
.arialPurple11px {
	font-size: 11px;
	color: #592a50;
}
.arialPurple12px {
	font-size: 12px;
	color: #592a50;
}
.arialPink12px {
	font-size: 12px;
	color: #ee4d9b;
}
.arialWhite12px {
	font-size: 12px;
	color: #ffffff;
}
.arialGrey13px {
	font-size: 13px;
	color: #757575;
}


/* =Headings
-----------------------------------------------------------------------------*/

h1 {
	font-family: "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 25px;
	line-height: 25px;
	color: #592a50;
	margin-bottom: 13px;
}
h1.pink {
	font-family: "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 25px;
	line-height: 25px;
	color: #ee4b9d;
	margin-bottom: 13px;
}
h1.canary {
	font-family: "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 24px;
	line-height: 24px;
	color: #592a50;
	margin-bottom: 13px;
}
h2 {
	font-family: "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 23px;
	line-height: 23px;
	color: #592a50;
}
h2.pink {
	font-family: "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 23px;
	line-height: 23px;
	color: #ee4b9d;
}
h3 {
	font-family: "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 17px;
	line-height: 17px;
	color: #ee4d9b;
}
h4 {
	font-family: "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #592a50;
	font-weight: bold;
}
h5 {
	font-family: "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
	color: #ee4d9b;
	margin-bottom: 3px;
}



/* =Links
-----------------------------------------------------------------------------*/


a.headernews:link {
	color: #907a89;
	text-decoration: none;
}
a.headernews:hover {
	color: #ee4d9b;
	text-decoration: underline;
}
a.sendToAFriend:link, a.sendToAFriend:visited {
	color: #ee4d9b;
	text-decoration: none;
}
a.sendToAFriend:hover {
	color: #ee4d9b;
	text-decoration: underline;
}

/* =Branding
-----------------------------------------------------------------------------*/

#header {
	background: url(/images/header.png) no-repeat center top;
	height: 124px;
}
#header #news {
	position: absolute;
	top: 9px;
	left: 30px;
	color: #ee4b9d;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
} 
#header #logo {
	position: absolute;
	top: 56px;
	left: 30px;
}
#header #subscribe {
	position: absolute;
	top: 32px;
	right: 58px;
	color: #c0b5bf;
	font-size: 11px;
	line-height: 13px;
	width: 184px;
}

input.text {
	position: absolute;
	top: 54px;
	right: 4px;
	width: 169px;
	height: 13px;
	line-height: 13px;
	font-size: 10px;
	border: 0px solid transparent;
}
input.submit {
	position: absolute;
	clear: both;
	display: block;
	top: 53px;
	right: -25px;
	width: 15px;
	height: 15px;
}





/* =Main Nav
-----------------------------------------------------------------------------*/

/* These styles are in a seperate navbar stylesheet at present */


/* =Sub Nav
-----------------------------------------------------------------------------*/

#subNav {
	margin-bottom: 9px;
}
#subNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
}
#subNav ul a {
	display: block;
	width: 216px;
	height: 26px;
	line-height: 26px;
	color: #7f8180;
	text-decoration: none;
	background: url(/images/subnavmiddle.gif) no-repeat left center;
	text-indent: 11px;
}
#subNav li.first a {
	background: url(/images/subnavtop.png) no-repeat center top;
	height: 24px;
	line-height: 24px;
	width: 216px;
	color: #fff;
}
#subNav li.last a {
	background: url(/images/subnavbottom.gif) no-repeat left center;
	height: 26px;
	width: 216px;
}
#subNav li.lastselected a {
	background: url(/images/subnavbottom.gif) no-repeat right bottom;
	height: 26px;
	width: 216px;
}
#subNav li.last a:hover, .selected a {
	background-position: right bottom;
}
#subNav a:hover {
	background-position: right bottom;
	color: #7f8180;
}
#subNav li.selected a {
	background-position: right bottom;
}


/* =Main Content
-----------------------------------------------------------------------------*/

#homeContentHolder {
	float: left;
	display: inline;
	width: 982px;
	height: 514px;
	/* background-color: red; */
	background: url(/images/mainbg.gif) no-repeat center top; 
	margin-left: 19px;	
}
#homeMainContent {
	float: left;
	width: 435px;
	padding: 19px 15px 0px 11px;	
}
#mainText {
	color: #686868;
	float: left;
	margin: 0;
	padding: 0;
}
#mainText a:link, #mainText a:visited {
	color: #ee4d9b;
	text-decoration: none;
}
#mainText a:hover {
	color: #ee4d9b;
	text-decoration: underline;
}
#flashContent {
	float: right;
	/* background: url(/images/flashmovie.gif) no-repeat center top; */
	width: 478px;
	height:328px;
	margin-right: 10px;
}
#homeDrivebox1Text {
	position: absolute;
	top: 505px;
	left: 151px;
	width: 97px;
	z-index: 2;
	font-size: 11px;
	color: #717574;
	line-height: 15px;
	font-weight: bold;
}
a#homeDrivebox1:link, a#homeDrivebox1:visited {
	position: absolute;
	height: 159px;
	line-height: 262px;
	width: 236px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-indent: 17px;
	text-decoration: none; 
	z-index: 1;
}
a#homeDrivebox1:hover {
	position: absolute;
	height: 159px;
	width: 236px;
	z-index: 3;
	background: url(/images/driveboxon.png) no-repeat top left;
	text-decoration: none;
}	
#homeDrivebox2Text {
	position: absolute;
	top: 505px;
	left: 393px;
	width: 97px;
	z-index: 2;
	font-size: 11px;
	color: #717574;
	line-height: 15px;
	font-weight: bold;
}
a#homeDrivebox2:link, a#homeDrivebox2:visited {
	position: absolute;
	height: 159px;
	line-height: 262px;
	width: 236px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-indent: 17px;
	text-decoration: none; 
	z-index: 1;
}
a#homeDrivebox2:hover {
	position: absolute;
	height: 159px;
	width: 236px;
	z-index: 3;
	background: url(/images/driveboxon.png) no-repeat top left;
	text-decoration: none;
}
#homeDrivebox3Text {
	position: absolute;
	top: 505px;
	left: 636px;
	width: 97px;
	z-index: 2;
	font-size: 11px;
	color: #717574;
	line-height: 15px;
	font-weight: bold;
}
a#homeDrivebox3:link, a#homeDrivebox3:visited {
	position: absolute;
	height: 159px;
	line-height: 262px;
	width: 236px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-indent: 17px;
	text-decoration: none; 
	z-index: 1;
}
a#homeDrivebox3:hover {
	position: absolute;
	height: 159px;
	width: 236px;
	z-index: 3;
	background: url(/images/driveboxon.png) no-repeat top left;
	text-decoration: none;
}
#homeDrivebox4Text {
	position: absolute;
	top: 505px;
	left: 879px;
	width: 97px;
	z-index: 2;
	font-size: 11px;
	color: #717574;
	line-height: 15px;
	font-weight: bold;
}
a#homeDrivebox4:link, a#homeDrivebox4:visited {
	position: absolute;
	height: 159px;
	line-height: 262px;
	width: 236px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-indent: 17px;
	text-decoration: none; 
	z-index: 1;
}
a#homeDrivebox4:hover {
	position: absolute;
	height: 159px;
	width: 236px;
	z-index: 3;
	background: url(/images/driveboxon.png) no-repeat top left;
	text-decoration: none;
}

#contentHolder {
	position: relative;
	width: 982px;
	float: left;
	display: inline;
	height: auto;
	background: url(/images/mainbg.gif) no-repeat center top;
	margin-left: 19px;
	font-size: 12px;
	color: #757575;
}
#col2 {
	float: left;
	display: inline;
	width: 489px;
	height: auto;
	min-height: 475px;
	margin-top: 27px;
	margin-bottom: 25px;
	padding-left: 19px;
	padding-right: 19px;
	padding-bottom: 25px;
}
#col2 ol {
	margin-left: 23px;
}

#col2 tbody {
	margin: 0;
	padding: 0;
}
#col2 td {
	border-bottom: 1px solid #cacaca;
	padding: 2px 0px 1px 2px;
}
#col2 td p {
	margin: 0;
	padding: 0;
}
#col2 a:link, #col2 a:visited {
	color: #ee4d9b;
	text-decoration: none;
}
#col2 a:hover {
	color: #ee4d9b;
	text-decoration: underline;
}
#col2locations {
	float: left;
	display: inline;
	width: 489px;
	height: auto;
	margin-top: 26px;
	margin-bottom: 25px;
	padding-bottom: 86px;
	padding-left: 17px;
	padding-right: 19px;
}
#secondColumnIn2Col {
	float: left;
	display: inline;
	width: 748px;
	height: auto;
	margin-top: 27px;
	margin-left: 7px;
	padding-bottom: 200px;
}
.galleryBox {
	float: left;
	display: inline;
	width: 172px;
	height: 199px;
	margin-left: 13px;
	margin-bottom: 5px;
}
.galleryBox .top {
	background: url(/images/galleryboxtop.png) no-repeat left top;
	width: 172px;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	font-weight: bold;
	text-indent: 9px;
	color: #7f8180;
}
.galleryBox .strapline {
	width: 172px;
	background: url(/images/galleryboxmid.gif) repeat-y left top;
	font-size: 11px;
	line-height: 15px;
	color: #7f8180;
	padding: 3px 8px 2px 8px;
}
.galleryBox .strapline a:link, .makeupGalleryBox .strapline a:visited {
	text-decoration: none;
	color: #ee4d9b;
}
.galleryBox .strapline a:hover {
	text-decoration: underline;
	color: #ee4d9b;
}
.galleryBox .bottom {
	width: 172px;
	background: url(/images/photo_bottom.png) no-repeat left top;
}
.galleryBox img {
	border: 1px solid #dbdbdb;
}
.galleryBox a img {
	border: 1px solid #dbdbdb;
}
.galleryBox a:hover img {
	border: 1px solid #ee4b9d;
}
.eventGalleryPic {
	float: left;
	display: inline;
	width: 172px;
	margin-left: 13px;
	margin-bottom: 10px;
}
.greyTableHeader {
	float: left;
	width: 487px;	
	text-indent: 2px;
	height: 16px;
	line-height: 16px;
	background-color: #d6d6d6;
}
.voucherHolder {
	float: left;
	width: 473px;
	max-width: 473px;
	height: auto;
	border: 3px dashed #d6d6d6; 
	margin-top: 12px;
} 
.voucherContent {
	float: left;
	margin: 10px 0px 8px 14px;
        width: 280px;
}
.voucherContent p {
	margin-top: 6px;
	margin-bottom: 6px;
}
.voucherImage {
	float: right;
}
.noDisplay {
	position: absolute;
	bottom: 0;
	right: 0;
}
.newsArticle {
	float: left;
	border-bottom: 1px dotted #939598;
	margin-bottom: 15px;
	padding: 0;
}
.newsArticle a:link, .newsArticle a:visited {
	color: #ee4b9d;
	text-decoration: none;
}
.newsArticle a:hover {
	color: #ee4b9d;
	text-decoration: underline;
}
.newsArticleNoBorder {
	float: left;
	margin-bottom: 15px;
	padding: 0;
}
.newsArticleNoBorder a:link, .newsArticleNoBorder a:visited {
	color: #ee4b9d;
	text-decoration: none;
}
.newsArticleNoBorder a:hover {
	color: #ee4b9d;
	text-decoration: underline;
}
.staffBioThickbox {
	width: 520px;
	height: auto;
	margin: 0 auto;
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	color: #757575;
	line-height: 17px;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/

#driveBoxHolder {
	width: 983px;
	position: relative;
	padding: 14px 10px;
	
}




#col1 {
	float: left;
	display: inline;
	width: 216px;
	height: auto;
	margin-top: 27px;
	margin-left: 11px;
	font-size: 12px;
	line-height: 16px;
}
#col1DriveboxHolder {
	float: left;
	display: inline;
	width: 216px;
	height: auto;
}
#col1 img {
	margin-bottom: 7px;
}
#col1Locations {
	float: left;
	display: inline;
	width: 216px;
	height: auto;
	margin-top: 27px;
	margin-left: 11px;
	font-size: 12px;
	line-height: 16px;
}
#col1Locations img {
	margin-bottom: 7px;
}
#col1Locations a:link, #col1Locations a:visited {
	color: #757575;
	text-decoration: none;
}
#col1Locations a:hover {
	color: #ee4d9b;
	text-decoration: underline;
}
#col3 {
	float: right;
	display: inline;
	margin-top: 27px;
	margin-right: 11px;
	width: 216px;
	min-height: 470px;
}

#col3 #linksheader {
	background: url(/images/linkstop.png) no-repeat top left;
	width: 216px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	text-indent: 7px;
	color: #fff;
}
#col3 #linkscontent {
	background: url(/images/linksmiddle.png) repeat-y top left;
	font-size: 11px;
	line-height: 15px;
	padding: 8px 8px;
}
#col3 #linkscontent a, #col3 #linkscontent a:visited {
	display: block;
	background: url(/images/linksbg.gif) no-repeat left center;
	width: 199px; 
	height: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #ee4d9b;
	text-decoration: none;
}
#col3 #linkscontent a:hover{
	background-position: right bottom;
	font-weight: bold;
	color: #ee4d9b;
	text-decoration: underline;
}
#col3 #linksbottom {
	background: url(/images/linksbottom.png) no-repeat top left;
	height: 4px;
	margin-bottom: 80px;
}
#col3 p {
	margin: 5px 0;
}
.col3mainimage {
	position: absolute;
	display: block;
	bottom: 0;
	right: 1px;
}
	
	

/* =Footer
-----------------------------------------------------------------------------*/

#footer {
	width: 982px;
	float: left;
	display: inline;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d7d7d7;
	padding-top: 5px;
	padding-bottom: 6px;
	margin-left: 19px;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	color: #8a8c8b;
	float: left;
}
#footer ul li {
	float: left;
	padding-right: 14px;
}
#footer a:link, a:visited {
	color: #8a8c8b;
	text-decoration: none;
}
#footer a:hover {
	color: #ee4b9d;
	text-decoration: none;
}
#footerAddressText {
	float: right;
	display: inline;
	font-size: 11px;
	color: #8a8c8b;
	margin-right: 1px;
}
	


/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders */
fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid transparent;
	/* background: #efefef; */
	width: 489px;
}
legend {
	font-weight: bold;
}
label {
	float: left;
	width: 489px;
}
.TextBox {
	float: left;
	width: 485px;
}
.TextArea {
	float: left;
	width: 485px;
	height: 100px;
}
.submitButton {
	float: right;
}

/* =Tables
-----------------------------------------------------------------------------*/

#col2 table { 
	float: left;
	margin-bottom: 17px;
	border-spacing: 0;
	border-collapse: collapse;
	max-width: 487px;
}
#col1Locations table {
	width: 216px;
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 0px;
}

td {
	text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/

/* EDITOR PROPERTIES */
.arialPink11px {
font-size: 11px;
color: #ee4b9d;
}

.arialPink12px {
font-size: 12px;
color: #ee4d9b;
}

.arialPurple11px {
font-size: 11px;
color: #592a50;
}

.arialPurple12px {
font-size: 12px;
color: #592a50;
}

.arialGrey10px {
font-size: 10px;
line-height: 12px;
color: #757575;

}

.arialGrey11px {
font-size: 11px;
color: #757575;

}

.arialGrey13px {
font-size: 13px;
color: #757575;

}

.arialWhite12px {
font-size: 12px;
color: #ffffff;
}

.greyTableHeader {
{	
        float: left;
        width: 487px;	
	height: 16px;
        line-height: 16px;
        text-indent: 2px;
	background-color: #d6d6d6;
} 
}

