/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 40px;
	padding: 0px;
	font-size: 62.5% /* 16px × 62.5% = 10px */;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #552560;
}

html,body { width: 100%; height: 100%; }
/* Do not forget this is applied to both HTML and BODY */

p	{ font-size: 1.3em; color: #FFFFFF; }

	
a:link, a:visited	{ font-size: 1em; color: #E1E1E1; text-decoration: none; }
	
a:hover, a:active {
	font-size: 1.0em;
	color: #666666;
	text-decoration: underline;
	}	
	
h1	{
	color:#000000;
	text-indent: -9999px;
	}
	
h2 	{
	color:#E1E1E1;
	font-size: 1em;
	text-align: center;
	font-weight: normal;
	}

#horizontalContainer	{
	width: 800px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	overflow: auto;
	}
	
	

#verticalContainer	{
	width: 100%;
	height: 650px;
	position: absolute;
	margin-left: -50%;
	z-index: 1;
	margin-top: -325px;
	left: 50%;
	top: 50%;
	}

	
#menu	{
	width: 100%;
	float: left;
	font-size: 1.2em;
	padding: 0 0 10px 0;
	background-color: #863C97;
	padding: 20px 0 10px 0;
	background-image: url(livingImages/index.Menu.jpg);
	background-repeat: no-repeat;
	background-color: #863C97;
	background-position: bottom;
	
	}


#menu ul {
	margin: 0 auto 0 auto;
	color: #fff;
	padding: 0 0 0 55px; /*this adjusts the horizontal alignment of menu bar: ideally should be centered*/
	}

* html #menu ul	{
	float: left;
	}

#menu li { 
	position: relative;
	float: left;
	list-style-type:none;
	border-right: 1px solid #fff;
	}
	
#menu li.last {
	border-right: 0px ;
}

#menu li:hover	{
	background-color: #fce9b6;
	}	
	


#menu a {
	padding: 0 6px;
	text-decoration: none;
	color: #fff;
	display: block;
	}


#menu a:hover {
	background-color:#fce9b6;
	color: #441E4D;
	}


#menu ul li ul {
	margin: 0;
	position: absolute;
	width: 10em;
	left: -1px;
	background-color: #F8C23C;
	
	padding: 0;
	}
	
#menu ul li ul a{
	color: #441E4D;
	}
	
#menu ul li ul a:hover{
	background-color: #F8C23C;
	}	

#menu ul li ul li {
	width: 100%;
	border-bottom: #fff solid 1px;
	border-left: #fff solid 1px;
	background-color: #fce9b6;
	
	}	

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


#left	{
	float: left;
	width: 401px;
	padding: 0;
	margin: 0;
	}
	
#right	{
	float: right;
	margin: 0;
	width: 399px;
	}
	
#footer {
	width: 100%;
	clear: both;
	padding: 10px 0 5px 0;
	text-align: center;
	background-color: #873C97;
	}
	
	