/*
	FILE : screen.css
	DATE : 11.11.2008.dave
	COPY : Copyright 2008 David A Striegel
*/

/* ========================================================================== */

html {
	height:101%;
}

html, body {
	font-family:tahoma, verdana, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#333333;
	background-color:#ffffff;
	background-image:url('/_css/images/site_bg.jpg');
	background-repeat:repeat-x;
	margin:0px;
	text-align:center;
	min-height: 100%;
}

td {
	font-family:tahoma, verdana, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#333333;
}

form {
	padding:0px;
	margin:0px;
}

input, select {
	font-family:tahoma, verdana, sans-serif;
	font-size:11px;
	border-style:solid;
	border-width:1px;
	padding:2px;
	border-color:#999999;
}

input[type="checkbox"] {
	border:0px;
}

input.disabled, select.disabled {
	border-style:solid;
	border-width:1px;
	padding:2px;
	border-color:#999999;
	background:#efefef;
}

hr {
	height:1px;
	border:1px solid #333333;
	border-width:1px 0px 0px 0px;
	margin:10px 0px;
}

a { color:#943634; text-decoration:none; }
a:hover { text-decoration:underline; }
a:active { outline:none; }

/* ========================================================================== */

#container {
	width:956px;
	margin:0px auto;
	text-align:left;	
}

/* ========================================================================== */

#header {
	position:relative;
	z-index:10;
	height:90px;
}
#header h1 {
	position:absolute;
	top:20px;
	left:20px;
	background:url('/_css/images/logo.gif') no-repeat;
	width:289px;
	height:53px;
	font-size:0px;
	text-indent:-5000px;
	cursor:pointer;
}
#header h3 {
	display:none;
}

#navigation {
	position:absolute;
	top:51px;
	right:20px;	
}
#navigation ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#navigation ul li.menu {
	position:relative;
	float:left;
	font-size:14px;
	font-weight:normal;
	margin-right:10px;	
}
#navigation ul li.menu a.button {
	color:#333333;
	padding:3px 5px;
}
#navigation ul li.menu a:hover.button {
	text-decoration:none;
}
#navigation ul li.menu a.button.on {
	background:#943634;
	color:#ffffff;
}
#navigation ul li.menu ul.dropMenu {
	position:absolute;
	top:21px;
	left:0px;
	border:1px solid #943634;
	border-width:3px 1px 1px 1px;
	background:#ffffff;
	padding:1px;
}
#navigation ul li.menu ul.dropMenu li {
	white-space:nowrap;
}
#navigation ul li.menu ul.dropMenu li a {
	display:block;
	font-size:11px;
	color:#333333;
	padding:2px 20px 2px 5px;
}
#navigation ul li.menu ul.dropMenu li a:hover {
	color:#333333;
	text-decoration:none;
	background:#f1edd9;
}

/* ========================================================================== */

#content {
	position:relative;
	z-index:0;
	top:-10px;
	padding:0px 50px;
	background-repeat:no-repeat;
	
	min-height:300px;
	height:auto !important;
	height:300px;
}
#hpImage{
	position:relative;
	top:19px;
	left:-32px;
	width:920px;
	height:307px;
	overflow:hidden;
}
#pageTitle {
	font-size:10px;
	margin:0px;
	padding:0px 0px 5px 0px;
	border-bottom:1px dashed #e0e0e0;
}
#pageTitle h2 {
	font-size:20px;
	color:#943634;
	margin:0px;
	padding:45px 0px 5px 0px;
}
#pageTitle a {
	font-size:10px;
}

/* ========================================================================== */

#footer {
	position:relative;
	left:18px;
	top:10px;
	background:url('/_css/images/footer_bg.jpg') no-repeat;
	width:922px;
	height:57px;	
}
#footer #address {
	position:absolute;
	top:5px;
	left:10px;
	font-size:11px;
	color:#ffffff;
}
#footer #address span {
	font-weight:bold;	
}
#copy {
	text-align:center;
	margin:20px 0px 50px 0px;
	color:#e0e0e0;
}

/* ========================================================================== */

/*
div.error {
	margin-top:20px;
	border:2px dotted #990002;
	border-width:2px 0px;
	padding:10px;
}
div.error li {
	list-style:square;
	font-weight:bold;
	color:#990002;
	margin-bottom:5px;
}
*/
