/* GLOBAL (header, footer, templates), HOME PAGE, LANDING PAGE */

body { margin:0px auto; text-align:center; background-color:#f0ede3; background-image:url(images/bg_body.png); background-position:top center; background-repeat:repeat-y; }
body,td,p,li,input,select,textarea { font-family:verdana,arial,sans-serif; font-size:12px; color:#446292; }
body#cvv { margin:20px 20px 20px 20px; text-align:left; }
form { margin:0px 0px 0px 0px; }
.photocaption { font-family:verdana,arial,sans-serif; font-size:9px; color:#446292; text-align:left; }

img {border: none;}

.roundup td {
font-size: 80%;
}

#footer { padding:50px 0px 18px 0px; font-size:9px; color:#446292; text-align:right;}

#logo { height:71px; text-align:center; }

.homeMenu {
	background:url(images/home.gif) top;
	height: 24px;
	width: 57px;
}
.homeMenuOver {
	background:url(images/home.gif) bottom;
	height: 24px;
	width: 57px;
}

.informationMenu {
	background:url(images/information.gif) top;
	height: 24px;
	width: 117px;
}
.informationMenuOver {
	background:url(images/information.gif) bottom;
	height: 24px;
	width: 117px;
}

.hireMenu {
	background:url(images/centrehire.gif) top;
	height: 24px;
	width: 110px;
}
.hireMenuOver {
	background:url(images/centrehire.gif) bottom;
	height: 24px;
	width: 110px;
}

.eventsMenu {
	background:url(images/events.gif) top;
	height: 24px;
	width: 61px;
}
.eventsMenuOver {
	background:url(images/events.gif) bottom;
	height: 24px;
	width: 61px;
}

.calendarMenu {
	background:url(images/calendar.gif) top;
	height: 24px;
	width: 86px;
}
.calendarMenuOver {
	background:url(images/calendar.gif) bottom;
	height: 24px;
	width: 86px;
}

.gamesMenu {
	background:url(images/games.gif) top;
	height: 24px;
	width: 142px;
}
.gamesMenuOver {
	background:url(images/games.gif) bottom;
	height: 24px;
	width: 142px;
}



#rightContent {
	float: right;
	width:250px;
	margin-left: 10px;
	margin-bottom: 20px;
	text-align:left;
}





#nav { height:31px; background-color:#6d6258; text-align:center; }
#sub-nav { height:24px; background-color:#f0ede4; text-align:center; }
#wrapper { margin:0px auto; width:750px; text-align:left; }

a:link { color:#446292; font-weight: bold; text-decoration:underline; border:none; }
a:visited { color:#446292; font-weight: bold; text-decoration:underline; border:none; }
a:active { color:#446292; font-weight: bold; text-decoration:underline; border:none; }
a:hover { color:#446292; font-weight: bold; text-decoration:underline; border:none; }


td.gDark{
	font-weight:bold;
	color:#FFFFFF;
	background-color:#446292;
}
td.gMedium{
	font-weight:bold;
	background-color:#91a8cd;
	font-size:10px;
}
td.gLight{
	background-color:#cfd9e9;
	font-size:10px;
}

td.cDark{
	font-weight:bold;
	color:#FFFFFF;
	background-color:#446292;
	width: 100px;
}
td.cMedium{
	font-weight:bold;
	background-color:#91a8cd;
	font-size:10px;
	width: 100px;
}
td.cLight{
	background-color:#cfd9e9;
	font-size:10px;
	width: 100px;
	height: 100px;
	vertical-align:text-top;
}

/* ACCOUNT PAGES */


