/* CSS Document */

/*    Copyright 2007 Stevens and WIlkinson Stang and Newdow, Inc. Stevens and Wilkinson of South Carolina, Inc.    */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html, body {
	
}

body {
	margin: 0;
	padding: 0;
	font: 12px/1.5 verdana, arial, helvetica, sans-serif;
}
	

#logo {
	text-align: left; /* counter the body center */
	width: 120px;
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	border-bottom-color: #999999;
}

#listmain {
	text-align: left; /* counter the body center */
	width:90%;
	margin: 20px 0px 0px 0px;
	border-color: #999999;
	padding: 0px 0px 0px 30px;
}


/******navigation********/
#nav, #nav ul{
	list-style:none;
	margin-left:0px;
	width: 612px;
}

#nav ul{
	padding-top:.5em;
}

#nav li{
	padding-left:0px;
	padding-bottom:.45em;
}

#nav a{
	text-decoration:none;
	color:#999999;
}

#nav a:hover{
	color:#CC0000;
}

#nav .expandable{
	padding-left:0px;
	background-image:none;
}

#nav .expandable img{
	margin-right:5px;
}

#expandAll, #collapseAll {
	font-weight:bold;
	background-image:none;
}


/******type********/

h1 {
	font-weight:bold;
	font-size:12px;
}

