@import url("css/menu.css");


/* CSS Document */

html, body {
	width:100%;
}

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
}

a:link, a:active, a:visited {
	color:#999999;
	text-decoration:underline;
}

a:hover {
	color:#333333;
	text-decoration:none;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:1.2em;
	font-weight:bold;
}

#global {
	background:url(img/bg.jpg) repeat-x;
	width:100%;
}

#container {
	position:relative;
	width:968px;
	margin-left:-484px;
	left:50%;
}

#header {
	position:relative;
	height:154px;
	background:url(img/header_bg.jpg) no-repeat;
}

#logo {
	position:absolute;
	width:208px;
	height:154px;
	top:0;
	left:15px;
}

#logo h1 {
	margin:0;
}

#search {
	position:absolute;
	top:115px;
	right:10px;
	color:#999999;
	background:url(img/search_bg.gif) 65px center no-repeat;
	width:245px;
	height:20px;
	font-size:11px;
}

#search span.searchText {
	display:block;
	position:absolute;
	top:2px;
}

#dnn_dnnSEARCH_txtSearch {
	color:#999999;
	border:0;
	background:transparent;
	width:135px;
	font-size:0.9em;
	position:absolute;
	top:2px;
	left:75px;
}

#dnn_dnnSEARCH_cmdSearch {
	position:absolute;
	right:0;
}

#navigation {
	height:26px;
	background:	#eceded url(img/navigation_bg.jpg) no-repeat;
	padding-left:242px;
}

#breadcrumb {
	height:30px;
	line-height:30px;
	background:url(img/breadcrumb_bg.gif) top no-repeat;
	padding:0 15px;
	font-size:0.9em;
}

#content {
	margin:10px 6px 15px 6px;
}

#top_content {}

#center_content {
	background:transparent url(img/center_col_separator.gif) repeat-y;
	overflow:auto;
	height:1%;
}

#center_content.threeCol {
	background:transparent url(img/center_3col_separator.gif) repeat-y;
}

.DNNEmptyPane {
	width:0;
	height:0;
	line-height:0;
	font-size:0;
}

#left_content {
	float:left;
	width:220px;
	font-size:0.95em;
}

#right_content {
	float:right;
	width:715px;
}

#middle_content3col {
	width:474px;
	float:left;
	margin-left:21px;
}

#right_content3col {
	float:right;
	width:220px;
	font-size:0.95em;
}


#bottom_content {
	clear:both;
}

#footer {
	text-align:center;
	font-size:0.9em;
	color:#999999;
	border-bottom:1px solid #ccc;
}

#footer p {
	margin:5px;
}

.SubHead {
	text-align:left;
}






