/* 
 * styles.css
 *
 */

html {
	height: 100%;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFFFF;
	height: 100%;
	padding-top: 30px;
}

#wrap {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	height: 100%;
	padding: 4px;
}

#header {
	height: 135px;
	padding-left: 10px;
	padding-right: 10px;
}

#pagecontent {
	margin-bottom: 4px;
	height: 720px;
}

h1 {
	font-size: 24px;
	color: white;
	display: none;
}

h2 {
	font-size: 14px;
	display: none;
}

#nav {
	margin-bottom: 4px;
	background-color: #666;
	width: 100%;
	text-align: center;
	padding-top: 4px;
}
#sddm li
{
	padding: 0;
	list-style: none;
	float: left;
	margin-left: 22%;
}
#sddm
{
	padding: 0;
	z-index: 30
text-align: center;
	text-align: center;
}

#sddm li a
{
	display: block;
	margin: 0 0px 0 0;
	padding: 4px 10px;
	width: 140px;
	background: #666;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#sddm li div a {	
	border-right: none;
}

#sddm li a:hover
{
	background-color: #666666;
}
#m2 {
	float: left;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #666
}

#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 140px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	background: #fff;
	color: #000000;
	font: 11px arial;
}

#sddm div a:hover {
	background: #666;
	color: #FFFFFF;
}



#footer {
	background-color: #666;
	height: 18px;
	padding-top: 4px;
	padding-left: 5px;
	overflow: hidden;
}

#footer a {
	text-decoration: none;
	color: #ccc;
}

#footer a:hover {
	color: #FFF;
}

#subnavlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#subnavlist li {
	border-left: 1px solid #FFF;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
	float: left;
}
