
/* Lowenna version 1.0 */
/* by Cuprum Limited */

body {
	background: #039 url('images/bg_body.jpg') top right repeat-x;
	text-align:center;
}

a {
	color:#039;
}
a:hover {
	color:#06F;
}

h1 {
	font: bold italic 22px Georgia, serif;
	text-align:left;
	padding-left:20px;
	margin:0px;
}

h2 {
	font: bold italic 22px Georgia, serif;
	text-align:left;
	padding:10px;
	margin:0px;	
}

#header {
	background: #FFF url('images/cnr_tl.jpg') top left no-repeat;
	width:900px;
	height:179px;
	padding:0px;
	margin:0 auto;
}
#header p {
	background: url('images/cnr_tr.jpg') top right no-repeat;

	padding:0px; margin:0px;

}

.title {
	font: italic 48px/50px Georgia, Serif;
	padding:0px;
}
.subtitle {
	font: italic 20px/20px Georgia, Serif;
}

.mmhide_nav {
	background-color:#FFF;
	width:900px;
	margin:0 auto;
	height:55px;
	text-align: right;
}

#main {
	background-color:#FFF;
	width:900px;
	margin:0 auto;
}
#main p {
	text-align:justify;
	padding:10px 20px; margin:0px;
}
.smallleft {
	font: 10px Verdana, sans-serif;
}
.normaleft {
	font: 14px Verdana, sans-serif;
}

#footer {
	background: #FFF url('images/cnr_bl.jpg') bottom left no-repeat;
	width:900px;
	height:89px;
	margin:0 auto;
	padding:0px;
	font: 9px Verdana, sans-serif;
}
#footer p {
	background: url('images/cnr_br.jpg') bottom right no-repeat;
	height:89px;
	padding:0px; 
	margin:0px;
}





.img {
	margin: 2px 10px;
	padding:4px;
	border:1px solid #CCC;
	background-color:#FFF;
}


/* Begin CSS Drop Down Menu */

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	padding:2px;
	text-align:left;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#009;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;

	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: royalblue;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: cornflowerblue;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(images/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:128px;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */




#avail {
 	width:650px;
}
#avail td {
	padding:6px 3px;
	border:1px solid #CCC;
	margin:3px;
	font: 10px Verdana, sans-serif;
}

.purple { 
	background-color:#C0F;
	color:#000;
	font: 10px verdana, sans-serif;
}
.red { 
	background-color:#F00;
	color:#000;
	font: 10px verdana, sans-serif;
}
.unavailable {
	background-color:#FFF;
	color:#666;
}
.orange { 
	background-color:#FFCF31;
	color:#000;
	font: 10px verdana, sans-serif;
}
.green { 
	background-color:#9CCF9C;
	color:#000;
	font: 5px Verdana, sans-serif;
}
.blue { 
	background-color:#9CCFFF;
	color:#000;
	font: 8px Verdana, sans-serif;
}
