/*#############################################################
Original template Author: Viktor Persson URL: http://templates.arcsin.se
Modifications by: Rowan Cumming
#############################################################*/



/* standard elements */
html {min-height: 100%;}


* {
	margin: 0;
	padding: 0;
}

a {
	color: #005795;
	font-weight: bold;
}

a:hover {color: #d1e1ed;}

body {
	background: #ffe373 url(../i/bg_bottom_gradient.jpg) repeat-x bottom;
	color: #000;
	font: normal 1em Arial, Helvetica, sans-serif;
}

ul  {
	margin: auto 0;
	padding: 0 0 1em 1em;
}
ul li  {margin-left: 30px;}

p {padding-bottom: 1.2em;}

h1 {
	font: bold 1.75em Arial,Helvetica,sans-serif;
	color: #005795;
	display: block;
	width: 90%;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #f98653;
	margin-bottom: 20px;
}

hr  {
	width: 90%;
	height: 1px;
	border: 0;
	background-color: #f98653;
	color: #f98653;
	margin-bottom: 20px;
}

h2 {
	font: bold 1.6em Arial,Helvetica,sans-serif;
	color: #005795;
	padding-bottom: 15px;
}

h3 {
	font: bold 1.4em Arial,Helvetica,sans-serif;
	color: #333333;
	padding-bottom: 15px;
}

/* form fields */
input, select  {
	border: 1px solid #005795;
	background-color: #d1e1ed;
	font: normal Arial, Helvetica, sans-serif 1em;
	color: #000000;
	padding: 2px;
}

/* message boxes */
.messageGood  {
	background-color: #33CC33;
	border: 1px solid #009900;
	display: block;
	margin: 5px;
	padding: 4px;
	width: 90%;
	font-weight: bold;
	color: #000000;
}

.messageBad  {
	background-color: #FF3333;
	border: 1px solid #CC0000;
	display: block;
	margin: 5px;
	padding: 4px;
	width: 90%;
	font-weight: bold;
	color: #000000;
}


/* structure */

.container {
	background: url(../i/bg_top_blue.gif) repeat-x;
	padding: 0;
}

.clearstuff {
	clear: both;
}

/* header */

.header {
	background: url(../i/top.jpg) no-repeat;
	height: 83px;
	margin: 0 auto;
	width: 1048px;
}

/* navigation */

.navigation {	
	height: 59px;
	padding: 0;
	margin: 0 auto;
	width: 1048px;
	text-align: left;
}


/* banner */

.banner {
	height: 339px;
	padding: 0;
	margin: 0 auto;
	width: 1048px;
	background: url(../i/midpage.jpg) no-repeat;
}

.bannerCONTENT {
	height: 339px;
	padding: 0;
	margin: 0 auto;
	width: 1048px;
	background: url(../i/midpage_contentpage.jpg) no-repeat;
}


/* content */

.main {
	margin: 0 auto;
	padding: 0;
	width: 1048px;
	min-height: 846px;
	background: url(../i/contentpage_bg.jpg);
}

.contentpagecontent  {
	background: url(../i/bg_bottom_contentpage.jpg) no-repeat bottom;
	width: 948px;
	padding: 15px 50px 30px 50px;
	margin: auto 0;
	min-height: 801px;
	height: auto !important;
	height: 801px;
}

.leftcolumn {
	background: url(../i/leftbar_bg.jpg) repeat-y;
	float: left;
	width: 423px;
	padding: 0;
	min-height: 846px;
}

.leftcontent  {
	background: url(../i/bg_bottom_left.jpg) no-repeat bottom;
	width: 423px;
	padding: 0;
	margin: auto 0;
	min-height: 846px;
	height: auto !important;
	height: 846px;
}

.rightcolumn {
	background: url(../i/rightbar_bg.jpg) repeat-y;
	float: right;
	padding: 0;
	width: 625px;
	min-height: 846px;
}

.rightcontent  {
	background: url(../i/bg_bottom_right.jpg) no-repeat bottom;
	width: 565px;
	padding: 10px 50px 10px 10px;
	margin: auto 0;
	min-height: 826px;
	height: auto !important;
	height: 826px;
}

/* footer */

.footer {
	padding: 4px 0 0 30px;
	font: normal 0.8em Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 14px;
	text-align: left;
	height: 69px;
	width: 1018px;
	margin: 0 auto;
}

.footer a  {
	text-decoration: none;
	color: #005795;
	font-weight: bold;
}

.footer a:hover {color: #d1e1ed;}

/* specialized stuff */

.cafeMenuSelect  {
	width: 800px;
	margin: 0 auto;
	padding: 4px;
	border: 1px solid #005795;
	background-color: #eeeeee;
}
.cafeMenuSelect form p {
	clear: both;
	float: none;
}
.cafeMenuSelect form label  {
	font-weight: bold;
	font-size: 0.8em;
	color: #000;
	text-align: right;
	float: left;
	clear: left;
	display: block;
	width: 200px;
}
.cafeMenuSelect form input, select  {
	margin-left: 10px;
	margin-bottom: 10px;
}


/* left menu stuff */
.leftmenuContainer {
	display: block;
	width: 200px;
	height: 25px;
	background-color: #dddddd;
	color: #000;
	text-decoration: none;
	text-align: left;
	padding: 6px 2px 2px 10px;
	border: 1px solid #005795;
}
.leftmenuContainer a:hover {
	background-color:#005795;
	color:#fff;
}
#leftmenurightside  {
	float: left;
	padding: 0;
	margin: 0;
	margin-left: 30px;
	width: 400px;
}

/* menu stuff */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_definition.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {list-style-type:none; margin:auto 0; padding:0;}
#menu li {float:left; padding:0; margin:0; position:relative; width:116px; height:59px; z-index:100;}
#menu li dl {position:absolute; top:0; left:0;}
#menu li dd {display:none;}
#menu li:hover, #menu li a:hover {border:0;}
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu table {border-collapse:collapse; padding:0; margin:-1px; font-size:1em;}
#menu dl {width: 193px; margin: 0; padding: 0; text-align:center; cursor:pointer;}
#menu dt {margin:0; padding: 0;}
#menu dd {margin:0; padding:0; text-align:left; border-left: 1px solid white; border-right: 1px solid white;}
.gallery dd a, .gallery dd a:visited {color:#fff; font-size: 0.8em; text-decoration:none; display:block; padding:4px 5px 4px 20px; background: url(../i/arrow.gif) no-repeat 10px 10px; width:166px; }
.gallery dd a:hover {background: url(../i/arrow.gif) no-repeat 10px 10px; color:#fff;}
#menu .ddtop  {border-top: 1px solid white; margin-top:59px;}
#menu .ddbottom  {border-bottom: 1px solid white;}
#aboutMENU  {background-color: #87ec77;}
#aboutMENU dd a:hover  { background-color: #61b255; }
#programsMENU  {background-color: #7cb2ed;}
#programsMENU dd a:hover  { background-color: #5782b2; }
#contactMENU  {background-color: #c47aed;}
#contactMENU dd a:hover  { background-color: #945bd2; }


