/* CSS Document */

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


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

	
a:link, a:visited	{ font-size: 1em; color: #441E4D; text-decoration: underline; }
	
a:hover, a:active {
	font-size: 1em;
	color: #666666;
	text-decoration: underline;
	}
	
p,h2,h3,h4 {
margin: 0;
}		
	
h1	{
	color: #441E4D;
	font-size: 1.4em;
	}

h2	{
	color: #FBB000;
	font-size: 1.8em;
	font-weight: bold;
	}
	
h3 	{
	color:#441E4D;
	font-size: .8em;
	}
	
h4 	{
	color:#441E4D;
	font-size: 1em;
	text-align: center;
	font-weight: normal;
	}			
	
.return	{
	font-size: .8em;
	font-weight: normal;
	}
	
img.floatLeft { 
    float: left; 
    margin: 10px;
	border: 1px solid #CCCCCC; 
	padding: .5em;  
}
img.floatRight { 
    float: right; 
    margin: 10px;
	border: 1px solid #CCCCCC; 
	padding: .5em;  
}


.alignCenter {
	margin: 10px;
	border: 1px solid #CCCCCC;
	padding: 0.5em;
	text-align:center;
	
}

a.image { /* definition of the "image" class in the <a> 8tag */
     display: block; /* a tag must be a block */
     width: 68px; /* width of reactive image */
     height: 100px; /* height of reactive image */
	 background-image:url(../livingImages/sub.Logo.gif);/* source for start image */
     background-repeat: no-repeat;
	 border: 0;
	 }
	 
a.image:hover { /* definition of the "image" class for <a> tag when hovered onto */
	background-image:url(../livingImages/sub.LogoRoll.gif);/* source for target image */
	border: 0;
	} 

#horizontalContainer	{
	width: 800px;
	margin: 0 auto;
	position: relative;
	height: auto;
	overflow: auto;
	background-color: #FFFFFF;
	}
	
	
#header	{
	margin:0;
	background-color: #863C97;
	width: 742px;
	height: 100px;
	background-image: url(../livingImages/sub.Background.jpg);
	background-repeat: no-repeat;
	padding: 10px 0 0 58px;
	}
	
#menu	{
	width: 100%;
	float: left;
	font-size: 1.2em;
	padding: 0 0 10px 0;
	background-color: #863C97;
	}


#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: 170px;
	margin: 0;
	background-color: #FFFFFF;
	padding: 30px 0px 0 30px;
	}
	
#right	{
	float: right;
	margin: 0;
	width: 495px;
	background-color: #FFFFFF;
	padding: 35px 45px 0 20px;
	}
	
#footer {
	width: 100%;
	clear: both;
	padding: 50px 0 5px 0;
	text-align: center;
	background-color: #ffffff;
	}
	
	

