/****************************************************************************
Top level
*****************************************************************************/
body {
	text-align: center;
	padding: 10px 0;
	margin: 0;
	background: #cc9966;
}

#container {
   text-align: left;
   border: 0px solid black;
   width: 641px;
   height: 600px;
   margin: 0 auto;
   font: 13px/19px Trebuchet MS,Helvetica, Georgia, Times New Roman, serif;
}

p { margin: 0 0 15px 0; }


hr{
   padding-top:10px;
   color:#666666;
}

/****************************************************************************
Page Level Classes

*****************************************************************************/

#header h1 {
	margin: 0;
	padding: 0;
	font-size: 0px;
	height: 189px;
	text-indent: -2000px;
	background: url(images/header.jpg);
}

#nav {
	border-style: solid;
	border-color: #000000;
	border-width: 4px;
	height: 25px;
	background: #444444 url(images/menuBullet1.gif) no-repeat 100px 10px;
	padding: 0 0 0 5px;
}

#pageHeading {
   padding-top: 5px;
   color:black;
   font: 20px Trebuchet MS, Helvetica, Georgia, Times New Roman, serif;
   font-weight: bolder;
   text-align: center;
}


#page{
    background-color:#DDDDDD;
	margin-left: 10px;
	width:600px;
	padding-left: 15px;
	padding-bottom: 20px;
	/*border-bottom: 4px solid black; */
	border-left: 4px solid black;
	border-right: 4px solid black
}

#content{
    padding-left: 18px;
	width: 530px;
}

#newcontent{
    text-align: center;
}

#footer{
    margin-left: 5px;
	padding-left: 40px;
	font-size: 0px;
	height: 20px;
	background: url(images/footer.jpg);
}


#copyright{
   padding-left: 190px;
   font-size:10px;
}

/****************************************************************************
Service Headings and Descriptions

*****************************************************************************/	

#service {
   padding-left: 0px;
   padding-top: 10px;
}

#serviceHeading {
   font: 15px Trebuchet MS, Georgia, Times New Roman, serif;
   font-weight:800;
   text-decoration:underline;
}

#serviceDesc{
   padding-left: 0px;
}

/****************************************************************************
Page Specific Entries

*****************************************************************************/
#homeClose{
   padding-top:0px;
   padding-left: 225px;

}

/****************************************************************************
Navigation

*****************************************************************************/

#nav ul {
   margin: 0 0 0 -40px !important;
   margin: 0;
   list-style: none;
   text-align: center;
   background: transparent url(images/menuBullet3.gif) no-repeat 525px 10px !important;
   background: transparent url(images/menuBullet3.gif) no-repeat 495px 10px;
}
		
#nav ul li {
   display: inline;
   padding: 0 0 0 23px;
   background: url(images/menuBullet2.gif) no-repeat 4px 10px !important;
   background: url(images/menuBullet2.gif) no-repeat 4px 10px;
}

#nav ul li#frst {
   padding: 0;
   background: none !important;
}

#nav ul li a {
   color:#FFFFFF;
   font: 16px/25px Impact, Times New Roman, Times, serif;
   font-weight:200;
   text-decoration: none;
   padding: 3px 8px;
}

#nav ul li a:hover {
   text-decoration:none;
   background-color:#FF6600;
}





