/* This styles sheet is used to set the presentation of the site */

/* This styles sheet holds the following values
	background-color
	background-image
	background-position
	background-repeat
	color
	font-family
	font-weight
	font-size
	text-alignment
	text-decoration
*/

body{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#000000; background-color:#FDFAEB;}
img {border:0px;}

a { color: #CC6633; }

/* ------------------------------------------------------------------ LAYOUT STYLES ----------------------------------------------------------- */
div#site{}
div#header{
	background: transparent url('/images/header.jpg') no-repeat 0 0;
}

/* Main Menu Styles */
div#mainMenu{color:#ffffff; line-height: 11px;}
div#mainMenuLeft{text-align:right;}
div#mainMenuRight{text-align:left;}
/* End Main Menu Styles */

div#contentContainer{line-height:16px;}
div#footer{border-top:1px solid #3F000B; color:#3F000B; background-color:#FDFAEB; font-size:11px;}

/* DIV Classes */
div.bigGreyBox,
div.biggerGreyBox,
div.smallGreyBox{background-color:#D3D3D3;}
/* ----------------------------------------------------------------- END LAYOUT STYLES ---------------------------------------------------------- */




/* --------------------------------------------------------------- PAGE SPECIFIC STYLES ---------------------------------------------------------- */
/* gallery.php */
div.galleryRow{}
div.galleryImgLeft{}
div.galleryImgMiddle{}
div.galleryImgRight{}

/* links.php */
div.link{font-size:10px;}
div.linkBullet{}
div.linkTextWithImg{}
div.linkTextNoImg{}
div.linkImg{text-align:center;}
img.bullete{}

/* meet.php */
div.meetBgLeft{background-image:url(images/meetbg.jpg); background-position:top; background-repeat:no-repeat; background-color:#f2e6c0; line-height:normal;}
div.meetBgRight{background-image:url(images/meetbg.jpg); background-position:top; background-repeat:no-repeat; background-color:#f2e6c0; line-height:normal;}
div.meetLeft{}
div.meetRight{}

/* level.php */
div#levelRight{background-image:url(images/levelbg.jpg); background-color:#f2e6c0; color:#000000; background-repeat:no-repeat; background-position:top;}
div#levelInText{background-color:#DDD1AC; color:#000000;}
div#levelRightBottom{background-image:url(images/levelbgbottom.jpg); background-position:top; background-repeat:no-repeat;}

/* index.php */
div.tab{background-image:url(images/beatdescbg.jpg); background-position:top; background-repeat:no-repeat;}
div.tab div#content{background-color:#f2e5c2;}

/* estuary.php */
div.submenu{}
/* ------------------------------------------------------------- END PAGE SPECIFIC STYLES -------------------------------------------------------- */




/* --------------------------------------------------------------------- FONT STYLES ------------------------------------------------------------- */
span.title{font-size:18px; font-weight:bold;}
span.subTitle{font-size:16px; font-weight:bold;}
span.bold{font-weight:bold;}

/* Font sizes */
.size10{font-size:10px;}
.size11{font-size:11px;}
.size12{font-size:12px;}
.size13{font-size:13px;}
.size14{font-size:14px;}

/* Colour Styles */
span.brown{color:#3F000B;}
span.darkRed{color:#AB5028;}
span.orange{color:#CC6633;}
span.lightBlue{color:#6998B2;}
span.darkBlue{color:#3C5665;}

.required,.form_error { color:#CC6633; }
/* -------------------------------------------------------------------= END FONT STYLES ---------------------------------------------------------- */




/* -------------------------------------------------------------------- ANCHOR STYLES -----------------------------------------------------------*/
/* Main Menu */
table td.mainMenu a{color:#FFFFFF; font-weight:bold; font-size:11px; text-decoration:none;}
table td.mainMenu a:hover{color:#E29C52;}
table td.mainMenu a.selected{color:#E29C52;}

/* Footer Styles */
div#footer a{color:#3F000B; font-size:11px; text-decoration:none;}
div#footer a:hover{text-decoration:underline;}
div#footer a.selected{}

/* Table Styles */
table td a.orange{color:#CC6633; text-decoration:none; font-weight:bold;}
table td a.orange:hover{text-decoration:underline;}
table td a.brown{color:#75611E;}
table.contact td a{color:#CC6633; text-decoration:none; font-weight:bold;}
table.contact td a:hover{text-decoration:underline;}


/* Other Styles */
a.orange{color:#CC6633; text-decoration:none; font-weight:bold;}
a.orange:hover{text-decoration:underline;}
a.brown{color:#75611E;}

/* ------------------------------------------------------------------- END ANCHOR STYLES --------------------------------------------------------- */


/* ---------------------------------------------------------------------- LIST STYLES ------------------------------------------------------------ */
ul.fly{list-style-image:url(images/bullete.jpg);}

li.normal{list-style:circle;}
/* -------------------------------------------------------------------- END LIST STYLES ---------------------------------------------------------- */

/* --------------------------------------------------------------------- TABLE STYLES ------------------------------------------------------------ */
table td.smallText{font-size:10px; text-align:center; border-top:1px solid #799bae;}
table td.border{border-top:1px solid #799bae; height:2px;}
/*-------------------------------------------------------------------- END TABLE STYLES ---------------------------------------------------------- */