
body {
         
		background: #a2a510;
		color: #fff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		
}

a { cursor: pointer; }
a:link { color: #fff; text-decoration: none;}
a:visited { color: #fff; text-decoration:none; }
a:hover {
  color: #650260;
  text-decoration: underline; 
  /* font-weight: bold; */
}

#container {
		background: #a2a510 url('images/container_bg.gif') top left repeat-y;
		height: 100%;
		width: 950px;
		min-height: 400px;


}

#top {
	    background: #fff url('images/top.jpg') top left no-repeat;
		height: 630px;


}

#top img {
	margin-left: 268px;
}


#title {
	    background: #fff url('images/title.jpg') top left no-repeat;
}



#footer {
       /*position: absolute;
	   bottom: 1px;*/
       background: #a2a510 url('images/footer.jpg') top left no-repeat;
	   height: 178px;
	   margin-bottom: 5px;

}

#footer p {
       font-size: 75%;
	   font-weight: bold;
	   padding: 140px 20px 10px 405px;

}

.content{
	padding: 0 20px 10px 5px;
	margin 0;
	margin-left: 270px;
	font-size: 95%;
	min-height: 600px;
	
}

.content p{
	padding-right: 20px;
	padding-left: 20px;
	line-height:normal;
}

.content  a {
	text-decoration: underline;
}

.content ul {
	list-style-type: disc;
	padding-left: 50px;
	padding-right: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.content li {
	padding: 7px 0 7px 0;
	line-height:normal;
}

.content h1.homepageHeading {
	background: transparent url('images/alley_title.jpg') no-repeat 0 0;
	display: block;
	color: #6a6b05;
	width: 653px;
	height: 70px;
	font-size: 80%;
	padding-bottom: 5px;
	margin-left: 2px;
	text-indent: -9999px;
	text-align: center;
	
}

.content  h1 a {
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
}

.content h2 {
	color: #420042;
	font-size: 170%;
	padding-bottom: 30px;
	text-align: center;

}

.content h1 {
	color: #420042;
	font-size: 170%;
	padding-bottom: 30px;
	text-align: center;

}


.maincontent{
	padding-top: 500px;

}

.maincontent2{
	padding-top: 20px;

}

.leftimages{
      width: 382px;
	  float:left;
	  padding: 0 10px 0 0;


}

.leftimages img{
	margin-bottom: 13px;
}

.rightimages{
	width: 242px;
	float: right;
    padding: 0 12px 0 0;
}

.rightimages img{
	margin-bottom: 4px;
}

#leftcolumn {
    background: url('images/alley_logo.jpg') top left no-repeat;
	width: 270px;
	min-height: 227px;
	float:left;
	font-size:94%;
}

#leftcolumn h4 {
	font-size: 110%;
	padding-top: 15px;
	font-weight: normal;

}



/* Left-side menu nav*/

#lsmenu {
    margin-top: 217px;
	behavior:url("/css/csshover.htc");
}

#lsmenu ul {

list-style: none;
margin: 0;
padding: 0;
margin-left: 17px;

}

#lsmenu a:hover {
	color: #fff;
	text-decoration: none;
}




#lsmenu ul ul li{
     position: relative;
	background: url('images/button.gif') top left no-repeat;
	height:47px;
	width: 175px;
	line-height:15px;
	list-style:none;
	padding-left:0;
	padding-bottom: 5px;
    text-align: center;
	color:#fff;
	text-decoration: none;
	cursor:pointer;

}

#lsmenu ul ul li:hover {
	background: url('images/button_rollover.gif') top left no-repeat;
}


#lsmenu ul ul ul {
position: absolute;
border: 2px solid #fff;
padding: 0;
top: 20px;
left: 90%;
width: 12em;

}

#lsmenu ul ul ul li{

	background-color:#a5a610;
	background-image: none;
	padding: 1px;
	font-size: 90%;
	height: 38px;

}

#lsmenu ul ul ul li:hover{

	background-color:#630063;
	background-image: none;


}

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

div#lsmenu ul ul li:hover ul,
div#lsmenu ul ul ul li:hover ul
{display: block;
 background-color:#a5a610;
 color: #fff;
}





