/* Start of CMSMS style sheet 'LCTR : FatFootMenu' */
#copyright{
	display: block;
	float: left;
	width: 250px;
	_width: 240px;
  }
 
div#footer {
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* color of text, the link color is set below */
	color: #595959;
	display: block;
	float: left;
	width: 953px;
	_width: 960px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	
	-moz-border-radius-topleft: 15px; 
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;

	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	position: relative;
	top: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#footer p {
/* sets different font size from default */
	font-size: 10px;
/* some air for footer */
	padding: 1.5em;
/* centered text */
	text-align: center;
	margin: 0px;
}
div#footer p a {
/* footer link would be same color as default we want it same as footer text */
	color: #595959;
		font-size: 13px;

}

#footer #aww p{
	color: #006699;
}
#footer #aww a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #0099FF;
	background-image: url(uploads/LCTR/AWW-Bug.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
}
#sitemap {
	display: block;
	_width: 690px;
	float: left;
	font-size: 10px;
	padding-top: 20px;
	padding-left: 20px;
}
#sitemap ul {
/* some margin is set in the footer padding */
   margin: 0px;
/* calling a specific side, left in this case */
   margin-left: 5px;
   padding: 0px;
/* remove any default bullets, image used in li call */
   list-style: none;
}
#sitemap ul li {
/* remove any default bullets, image used for consistency */
   list-style: none;
/* float left to set first level li items across the top */
   float:left;
/* a little margin at top */
   margin: 5px 0px 0px;
/* padding all the way around */
   padding: 5px;
/* you can set your own image here, used for consistency */
   background: url(uploads/LCTR/dot.gif) no-repeat left 10px;
}
#sitemap ul li a {

	/* this will make the "a" link a solid shape */
   display:block;
	margin: 2px 0px 4px;
	padding: 0px 5px 5px 5px;
	text-decoration: none;
	color: #89756B;
}
#sitemap ul li a:hover {
	color: #C94200; 
}
/* set h3 to look like "a" */
#sitemap li h3 {
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	margin: 2px 0px 2px 0px;
	padding: 0px 5px 5px 5px;
	color: #267283;
}
/* set h3 to look like "a", less margin at this level */
#sitemap li li h3 {
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	margin: 0px;
	padding: 0px 5px 5px 5px;
	color: #267283;

}
#sitemap ul li li {
/* remove any default bullets, image used for consistency */
   list-style: none;
/* remove float so they line up under top li */
   float:none;
/* less margin/padding */
   margin: 0px;
   padding: 0px 0px 0px 5px;
/* you can set your own image here, used for consistency */
   background: url(uploads/LCTR/dot.gif) no-repeat left 3px; 	
}
/* fix for IE6 */
* html #sitemap ul li a {
   margin: 2px 0px 0px;
   padding: 0px 5px 5px 5px;
}
* html #sitemap ul li li a {
   margin: 0px 0px 0px;
   padding: 0px 5px 0px 5px;
}
/* End fix for IE6 */
#sitemap ul ul {
/* remove float so they line up under top li */
   float:none;
/* a little margin to offset it */
   margin: 0px 0px 0px 8px;
   padding: 0;
}
#sitemap ul ul ul {
/* remove float so they line up under li above it */
   float:none;
/* a little margin to offset it */
   margin: 0px 0px 0px 8px;
   padding: 0;   list-style: none;
}

#aww{
	text-align: center;
	width: 100%;
	display: block;
	padding-top: 35px;
	padding-bottom: 10px;
	color: #FFFFFF;
}
#aww a{
	display: inline;
	color: #FFFFFF;
	font-size: 10px;
 }
#aww a:visited{
	display: inline;
	color: #FFCCCC;
 }
/* End of 'LCTR : FatFootMenu' */

