﻿/* CSS layout */
img {
	border-style: none;
}
* { margin: 0; padding: 0; }

body {
	background: #FFFFFF url('assets/images/bg.gif');
	font: 75%/1.5em Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
}

#wrap {
	background-position: center;
	width: 820px;
	margin: 0 auto;
	text-align: left;
	background-image: url('assets/images/content.png');
	background-repeat: repeat-y;
}

#masthead {
	background-image: url('assets/images/header.png');
	background-repeat: repeat-y;
	background-position: center top;
	width: 780px;
	height: 76px;
	margin: 0 auto;
	text-align: left;
	padding-top: 30px;
	padding-left: 40px;
}

#top_nav {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#container {
	margin: 0px auto 0px auto;
	position: relative;
	width: 760px;
}

#left_col {
	width: 250px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 250px;
	margin-left: 255px;
}

#right_col {
	width: 250px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
	background-position: center top;
	margin: 0 auto;
	height: 45px;
	width: 820px;
	background-image: url('assets/images/footer.png');
	background-repeat: no-repeat;
	padding-top: 10px;
	font-size: 80%;
	color: #999999;
}
#footer a {
	text-decoration: none;
	color: #999999;
}

/* links */
a:visited {
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
}
a {
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
}
a:hover {
	color: #4EBF37;
	background: inherit;
}
/* headers */
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h1 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 150%;
	color: #660033;
}
h3 {
	font-size: 110%;
	color: #666666; 
}
/* Main Column */
#main {
	float: right;
	width: 72%;
	padding: 0;
	margin: 0 0 20px 0;
}
#main h1 {
	margin-top: 10px;
	font: normal 175% Georgia, "Times New Roman", Times, serif;
	color: #333333;
	padding: 5px 0 5px 25px;
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url("images/square-orange.png") no-repeat 3px 50%;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 26.5%;
	padding: 0;
	margin: 0;
}
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #555;
	background: #EEF0F1 url("images/headerbg.gif") repeat-x left bottom;
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url("images/go.gif") no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}
p {
	line-height: 180%;
	margin-bottom: 20px;
}
/* Top Menu */
/* Step 10 - Clearing the float */
#menu {display:block; width:760px; height:49px;}

/* Step 3 - get rid of the bullets and margin */
#menu ul {margin:0; padding:0; list-style-type:none;}

/* Step 4 and 7 - make the list horizontal and giving a 1px gap */
#menu li {float:left; margin-right:0px;}

/* Step 5 - Adding the initial images */

#menu li.list1 {background:transparent url('assets/images/btn-home.gif');}
#menu li.list2 {background:transparent url('assets/images/btn-hall.gif');}
#menu li.list3 {background:transparent url('assets/images/btn-rates.gif');}
#menu li.list4 {background:transparent url('assets/images/btn-reservations.gif');}
#menu li.list5 {background:transparent url('assets/images/btn-resources.gif');} 

/* Step 6 - General link styling */

#menu a {display:block; width:152px; height:0; padding-top:49px; color:#000; overflow:hidden;}

/* hack for older versions of IE with incorrect box model */

* html #menu a:visited {height:49px; he\ight:0;}

* html #menu a:link {height:49px; he\ight:0;}

/* Step 8 - Adding the background images to the link tags */

#menu a#item1 {background:transparent url('assets/images/btn-home-2.gif') -51px -90px no-repeat;}
#menu a#item2 {background:transparent url('assets/images/btn-hall-2.gif') -51px -90px no-repeat;}
#menu a#item3 {background:transparent url('assets/images/btn-rates-2.gif') -51px -90px no-repeat;}
#menu a#item4 {background:transparent url('assets/images/btn-reservations-2.gif') no-repeat -51px -90px;}
#menu a#item5 {background:transparent url('assets/images/btn-resources-2.gif') -51px -90px no-repeat;}

/* Step 9 - Adding the :hover style */

#menu a#item1:hover {background-position:0 0; z-index:50;}
#menu a#item2:hover {background-position:0 0; z-index:50;}
#menu a#item3:hover {background-position:0 0; z-index:50;}
#menu a#item4:hover {background-position:0 0; z-index:50;}
#menu a#item5:hover {background-position:0 0; z-index:50;}

* html #menu a:hover {height:49px; he\ight:0;}

#logo {
	float: left;
}
#address {
	float: right;
	width: 170px;
	font-size: 11px;
	color: #888771;
}
