/* andreas07 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given for the original design work.

Version: 1.1, November 28, 2005 */

/**************** Page and tag styles ****************/

body
{
	margin:0 0 0 240px;
	padding:0;
	color:#303030;
	background:#fafafa;
	url(img/bodybg.gif) top left repeat-y;
	font:76% Verdana, Tahoma, sans-serif;
}

ul
{list-style:circle; margin:15px 0 20px 0; font-size:1em;}

li
{
	margin:0 0 8px 25px;
	font-size: 1.1em;
}

a
{color:#d85d5d; font-weight:bold; text-decoration:none;}

a:hover
{color:#505050; text-decoration:underline;}

img
{
	margin:0 15px 15px 0;
	padding:1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a img
{
}

/**************** Sidebar area styles ****************/

#sidebar
{
	position:absolute;
	top:0;
	left:0;
	width:225px;
	height:100%;
	text-align:right;
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #E0E0E0;
	background-image: url(img/sidebarbg.gif);
}
body > #sidebar
{position:fixed;
}

#sidebar h1
{margin:20px 18px 0 5px; color:#d85d5d; font-size:1.6em; letter-spacing:-2px; text-align:right;}

#sidebar h2, #sidebar h3
{margin:0 20px 18px 5px; color:#005AE2; font-size:1.5em; font-weight:bold; letter-spacing:-1px; text-align:left;}

#sidebar h3
{margin:20px 18px 4px 5px; color:#606060;}

#sidebar  p
{
	color:#606060;
	font-size:0.8em;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 18px;
	margin-left: 5px;
}

#sidebar a
{color:#808080}

/**************** Navigation menu styles ****************/



.menuaish{
	color:#D85D5D;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
	line-height: 1.9em;
}

#menu a
{
	display:block;
	width:202px;
	color:#606060;
	font-size:1.4em;
	font-weight:normal;
	text-decoration:none;
	letter-spacing:-2px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0;
	padding-right: 22px;
	background-color: #e0e0e0;
	background-repeat: repeat-y;
	background-position: right top;
}

#menu a:hover 
{
	color:#303030;
	background-color: #f0f0f0;
	background-repeat: repeat-y;
	background-position: right top;
}

#menu a.active
{
	background:#fafafa;
	border-top:2px solid #c0c0c0;
	border-bottom:2px solid #c0c0c0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0;
	padding-right: 22px;
}

#menu a.active:hover
{color:#505050; background:#fafafa;}

/**************** Content area styles ****************/

#content
{
	width:750px;
	background:#fafafa;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	height: 100%;
}
#content #indent {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}

#content p
{
	font-size: 1.1em;
	line-height:1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#content h1
{margin:0 0 0 0; color:#005AE2; font-size:3.5em; letter-spacing:-5px; text-align:center;}

#content h2
{margin:0 0 0 0; color:#808080; font-weight:normal; font-size:2em; letter-spacing:-2px; text-align:center;
}

#content h3
{
	clear:both;
	margin:30px 0 10px 0;
	color:#005AE2;
	font-weight:normal;
	font-size: 2em;
	letter-spacing:-1px;
}
#content h4 {
	margin:0px;
	color:#666666;
	font-weight:bold;
	font-size: 1.4em;
	letter-spacing:-1px;
	display: inline;
}
.image_right {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.list {
	list-style-type: disc;
}

.copyright_red
{
	color:#D85D5D;
	font-size:1em;
	font-weight:normal;
	text-decoration:none;
	width: 750px;
	clear: both;
}

.invisible_hr {
	border: 0;
	width: 80%;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

/* ReservationNexus button styles follow */

a.reserve:link {
	background-image: url(../img/reserve_button_normal.jpg);
	display: block;
	width: 160px;
	height: 66px;
	background-repeat: no-repeat;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

a.reserve:active {
	background-image: url(../img/reserve_button_normal.jpg);
	display: block;
	width: 160px;
	height: 66px;
	background-repeat: no-repeat;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

	
a.reserve:visited {
	background-image: url(../img/reserve_button_normal.jpg);
	display: block;
	width: 160px;
	height: 66px;
	background-repeat: no-repeat;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
	
a.reserve:hover {
	background-image: url(../img/reserve_button_over.jpg);
	display: block;
	width: 160px;
	height: 66px;
	background-repeat: no-repeat;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
