/* Start of CMSMS style sheet 'ahy layout' */
/* ahy layout */


body {
	margin: 0;
	padding: 0;
	background-image: url(uploads/images/bgblue.gif);
	background-repeat: repeat-y;
}
/* set all site links */
a, a:link, a:active {
   text-decoration: none;
   color: #2A3077; 
}
a:hover {
   text-decoration: underline;
   color: #000;
}
a:visited {
   text-decoration: none;
   color: #000;
}
#ahyheader {
	margin: 0;
	padding: 0;
	background-image: url(uploads/images/bgblue.gif);
	background-repeat: repeat-y;
}

#ahysidebar {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
             text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
}

/* set all sidebar links */
#ahysidebar a, #ahysidebar a:link, #ahysidebar a:active {
   text-decoration: none;
   color: #ffffff; 
}
#ahysidebar a:hover {
   text-decoration: underline;
   color: #ffffff;
}
#ahysidebar a:visited {
   text-decoration: none;
   color: #ffffff;
}

#ahycontent {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
             text-align: left;
	color: #000000;
}

#ahyfooter{
	align: center;
             margin: 0;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
}
div#ahycontent h1 {
   font-size: 20px;
   margin: 10px 0 20px 0;
   color: #2A3077; 
}
div#ahycontent h2 {
   font-size: 18px;
   margin: 10px 0 20px 0;
   color: #000000; 
}
div#ahycontent h3 {
   font-size: 16px;
   margin: 10px 0 20px 0;
   color: #000000; 
}
div#ahycontent h4 {
   font-size: 14px;
   font-weight: bold;
   margin: 10px 0 20px 0;
   color: #000000; 
}
/* End of 'ahy layout' */

/* Start of CMSMS style sheet 'ahy menu new' */
/***** Main menu *****/

#ahymenu_vert ul {
   width:165px;
   margin:0px 0px 14px 8px;
   padding:0;
   list-style:none;
   font-family: Verdana, Arial, Tahoma, sans-serif;
   font-size: 12px;
}

#ahymenu_vert ul li {
   padding:0;
   line-height:1.0em;
   display:inline;
}

#ahymenu_vert ul li a {
   color: #fff;
   width:150px;
   float:left;
   margin-bottom:6px;
   padding:5px 0px 5px 20px;
   text-decoration:none;
   background: url(uploads/images/housemenu.gif) no-repeat 1px center;
}

#ahymenu_vert ul li a:hover {
   background-color: #fff;
   color: #2A3077;

}

#ahymenu_vert ul li a.current {
   color: #2A3077;
   width:150px;
   float:left;
   margin-bottom:6px;
   padding:5px 0px 5px 20px;
   text-decoration:none;
}

#ahymenu_vert h3 {
   color: #fff;
   width:150px;
   float:left;
   margin-bottom:6px;
   padding:5px 0px 5px 20px;
   text-decoration:none;
   font-family: Verdana, Arial, Tahoma, sans-serif;
   font-size: 12px;
   font-weight:normal;
   background: url(uploads/images/houseon.gif) no-repeat 1px center;
}

#ahymenu_vert ul ul h3{
   color: #FED946;
   width:150px;
   float:left;
   margin-bottom:6px;
   padding:5px 0px 5px 20px;
   text-decoration:none;
   font-family: Verdana, Arial, Tahoma, sans-serif;
   font-size: 12px;
   font-weight:normal;
}

#ahymenu_vert ul li ul li a {
   color: #FED946;
   width:144px;
   float:left;
   margin-bottom:6px;
   padding:5px 0px 5px 20px;
   text-decoration:none;
}
/* End of 'ahy menu new' */

