/* Start of CMSMS style sheet 'style' */
/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body {
background: #79AEFF url(images/back.png) top center repeat-x fixed; 
background: #ceedff url(images/acs_logo_bg-grey.gif) ; 
margin: 0;
padding: 0;
}

#wrapper {
margin: 0 auto;
width: 800px;
padding: 0;
text-align: left;
}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top {
background: url(images/bgtop.png) top center no-repeat; 
width: 800px;
height: 58px;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
background: url(images/bgmiddle.png) center repeat-y; 
width: 760px;
height: 100%;
padding: 0px 20px 100px 20px;
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
background: url(images/acs_logo.gif) top center no-repeat; 
width: 760px;
height: 106px;
margin: 0px 0px 10px 0px;
}
/*                    Menu                   */
#menu {
width: 200px;
height: 100%;
margin: 10px;
float: left;
text-align: left;
font-size: 18px;
}

#menu li a {
height: 35px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 27px;
text-decoration: none;
text-align: left;
}	
	
#menu li a:link, #menu li a:visited {
color: #000000;
display: block;
padding: 8px 0 0 10px;
height: 27px;
text-align: left;
}
	
#menu li a:hover {
color:   #70614c;
padding: 8px 0 0 10px;
height: 27px;
text-align: left;
font-size: 24px;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

#stuff {
width: 525px;
margin: 0px 0px 0px 210px;
}

img {
border: none;
} 

/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
background: url(images/bgbottom.png) bottom center no-repeat; 
width: 800px;
height: 78px;
}


/************************************************************/
/* From ACS template                                           */
/*********************************************************/

/* #navlist { list-style-image: url(images/arrow.gif); }  */


ul#headerNav {
text-align: right;
}


#headerNav li {
	background: url(images/arrow_utility.gif) left center no-repeat; 
        display: inline;
        list-style-image: url(images/arrow_utility.gif);
	padding: 2px 12px 0px 18px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
        text-align: right;
	color: #505050;
	height: 16px;
        left-margin: 550px;
}
.headerNav a:link, .headerNav a:visited, .headerNav a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #505050;
	text-decoration: none;
}
.headerNavLast {
	list-style-image:  url(images/arrow_utility.gif); 
	padding: 2px 0px 0px 18px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #505050;
	height: 16px;	
}
.headerNavLast a:link, .headerNavLast a:visited, .headerNavLast a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #505050;
	text-decoration: none;
}
/************************************************************************/
/* End of 'style' */

