/**************************************************************
Name: ACPC Website
Date: November 10, 2008
Author: M. Martinez
URL: http://www.mnmweblinx.com
**************************************************************/

body {
	background: #E7E7E7 url('pics/body2.jpg') top left;
	font-size: 13px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000000;
	padding:0px;
	margin:0px;
	text-align:justify;
}
a {
	color: #33FF00;
}
a:visited {
	color:#0099FF;
}
a:hover {
	color: #000000;
}
a:active {
	color:#000000;
}

h1 {
	font-size: 14px;
	text-transform:uppercase;
	font-weight: bold;
	font-style: italic;
	padding: 5px 10px;

/*border-top:1px solid #564b47;
border-bottom:1px solid #564b47;*/
/*padding:5px 15px;*/
margin:0px }

h2 {
	color: #18aece;
	font-size:18px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
	text-align: center;
	font-style: italic;	
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 760px;

margin-left: auto;
margin-right: auto;
height:100%;
background: #E8E8E8 url('pics/menubottom0.jpg') no-repeat bottom left;
border:1px solid #8D8D8D;
}

/* ----------banner for logo-------------- */
#banner {
	height:200px;
	text-align: center;
	background:  url('pics/header6.jpg') no-repeat bottom center;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
#banner img {padding:10px 0px;} 
#bannertitle{padding-top:50px;font-size:2em;font-weight:bold;}

/* -----------------content--------------------- */
#content {

background:#ffffff  url('pics/content6.jpg') no-repeat top right;
padding: 10px;
margin-left: 200px;
margin-right: 0px;
}
div#content { 
min-height:600px;
/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background:#E8E8E8;
	height:90%;
	font-size: 11px;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding:5px;

height:35px;
text-align: center; 
background:  url('pics/footer3.gif') repeat-x ;
}
 #footer h1 a{
	color:#18aece;
	font-size:11px;
 }
  #footer h1{
  padding:10px 10px 0px 0px;
  font-size:11px;
  font-weight: bold;
  padding: 10px 5px;
  margin:0px;
  text-align: center;
  }
 /**********vertical menu***************/
.verticalmenu ul{
 list-style:none;
/*list-style-image: url("bullet.gif")*/


 padding: 10px;
 margin: 0px;
}

 .verticalmenu li, a:link, .verticalmenu a:visited, .verticalmenu a:hover {
	
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: left;
	width: 400-px;
	height: 32px;
	overflow: visible;
   /*background: url('pics/menuhover.gif') no-repeat;*/
 }

 .verticalmenu a:hover{
	display: block;
	background: url('pics/menuhover2.gif') no-repeat;
	color: #18aece;
 }
