/*
====================================================================
Main Body and HTML
====================================================================
*/

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans Serif;
	font-size: 11px;
	text-align: left;
	color: #000000;
	background-color: #ffffff;
}

.testmode {
	background: #ffffff url(../images/page_bg_test.gif) top left;
}

/*
====================================================================
Top
====================================================================
*/

#top {
	position: relative;
	min-width: 940px;
	height: 90px;
	padding: 0px 20px;
}

#top #streetgraphic {
	position: absolute;
	top: 38px;
	left: 20px;
	width: 281px;
	height: 43px;
	background: transparent url(../images/top_logo.gif) top left no-repeat;
}

#top #streetgraphic a {
	display: block;
	width: 281px;
	height: 43px;
	text-decoration: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#top #sgadtitle {
	position: absolute;
	top: 73px;
	right: 20px;
	font-size: 9px;
	text-align: left;
	color: #555555;
}

#top #sgadtitle a {
	font-weight: normal;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#top #sgthead {
	position: absolute;
	top: 9px;
	right: 20px;
	width: 470px;
	height: 64px;
}

#top #sgthead img {
	border: 1px solid #999999;
}

#top #sgadlink {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 468px;
	height: 60px;
	z-index: 4;
	filter: alpha(opacity=1);
	-moz-opacity: .1;
	opacity: .1;
	-khtml-opacity: .1;
}

#top #sgadlink a {
	display: block;
	width: 468px;
	height: 60px;
	background-color: #fff;
}

/*
====================================================================
Menu
====================================================================
*/

#menu {
	min-width: 938px;
	height: 1.3em;
	padding: 4px 21px;
	color: #ffffff;
	background-color: #666666;
	overflow: hidden;
}

#menu ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	color: #ffffff;
}

#menu ul li {
	float: left;
	padding-right: 15px;
}

#menu ul li a {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

#menu ul li a:hover {
	color: #ffcc00;
}

#menu ul .selected a {
	color: #ffcc00;
}

#menu ul .selected a:hover {
	color: #ff9900;
}


/*
====================================================================
Crumb Trail
====================================================================
*/

#crumbs {
	position: relative;
	min-width: 938px;
	height: 1.3em;
	padding: 4px 21px;
	background-color: #cfcfcf;
	overflow: hidden;
}

#crumbs .wrapper { width: 936px; }

#crumbs ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	color: #333333;
}

#crumbs ul li {
	float: left;
	padding-right: 17px;
	background: transparent url(../images/crumbs_sep2.gif) right no-repeat;
}

#crumbs ul .last {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans Serif;
	color: #999999;
	background: none;
}

#crumbs ul li a {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #222222;
}

#crumbs ul li a:hover {
	color: #777777;
}

/*
====================================================================
User Bar
====================================================================
*/

#userbar {
	position: relative;
	min-width: 938px;
	height: 1.3em;
	padding: 4px 21px;
	background-color: #eeeeee;
	margin-bottom: 2.3em;
}

#userbar #notlogged {
	color: #888;
}

#userbar a {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

#userbar a:hover {
	color: #888888;
}

#userbar #logged {
	color: #666;
}

/*

#userbar #search {
	position: absolute;
	top: 0px;
	right: 11px;
	padding: 6px 27px 5px 10px;
	text-align: right;
	background-color: #eeeeee;
	vertical-align: middle;
}

#userbar #search form {
	padding: 0px;
	margin: 0px;
}

#userbar #search .formsearchfield {
	background: #fff url(../images/searchfieldbg.gif) top repeat-x;
	width: 180px;
	padding: 2px 2px;
	margin: 0px;
	border-top: 1px solid #555555;
	border-left: 1px solid #555555;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	text-align: left;
}

#userbar #search .icon {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
}

#userbar #search .icon a {
	display: block;
	width: 20px;
	height: 20px;
	background: transparent url(../images/searchicon.gif) center no-repeat;
}

*/

#userbar #search {
	position: absolute;
	top: 2.4em;
	right: 11px;
	padding: 6px 27px 5px 10px;
	text-align: right;
	vertical-align: middle;
}

#userbar #search form {
	padding: 0px;
	margin: 0px;
}

#userbar #search .formsearchfield {
	background: #fff url(../images/searchfieldbg.gif) top repeat-x;
	width: 180px;
	padding: 2px 2px;
	margin: 0px;
	border-top: 1px solid #555555;
	border-left: 1px solid #555555;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	text-align: left;
}

#userbar #search .icon {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
}

#userbar #search .icon a {
	display: block;
	width: 20px;
	height: 20px;
	background: transparent url(../images/searchicon.gif) center no-repeat;
}


/*
====================================================================
Test Mode
====================================================================
*/

#testmode {
	position: relative;
	min-width: 940px;
	padding: 5px;
	margin: 0px 20px 20px 20px;
	text-align: center;
	border: 1px #ff9900 solid;
	background-color: #fffaf3;
}

#testmode a {
	color: #cc6633;
}

#testmode a:hover {
	color: #993333;
}

/*
====================================================================
4 Column Layout
====================================================================
*/

iframe {
	margin: -5px 0px 20px 0px;
}

#columns {
	position: relative;
	width: auto;
	min-width: 960px;
	padding: 0px 10px;
	overflow: hidden;
}

#columns .col {
	float: left;
	width: 25%;
}

#columns .last {
	width: 24%;
}

#columns .col .wrapper {
	padding: 0px 10px 10px 10px;
}

#columns .col .wrapper img {
	margin-bottom: 20px;
}

#columns .col .wrapper h1 a {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

/*
====================================================================
Generic Content
====================================================================
*/

#content {
	position: relative;
	width: auto;
	min-width: 940px;
	padding: 0px 20px;
	overflow: hidden;
}

/*
====================================================================
Bottom
====================================================================
*/

#bottom {
	position: relative;
	width: auto;
	min-width: 940px;
	padding: 25px 20px 20px 20px;
	font-family: Arial, Helvetica, Verdana, Tahoma, Sans Serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #bbb;
}

#bottom a {
	color: #aaa;
	font-weight: normal;
}

#bottom a:hover {
	color: #888;
	font-weight: normal;
}

/*
====================================================================
DIE Error
====================================================================
*/

.error_die h2 {
	margin: 20px 0px 4px 0px;
}

.error_die #error_die {
	width: 800px;
	padding: 10px;
	border: 1px #555555 solid;
	background-color: #f3f3f3;
	font-family: Courier New, Courier, Times New Roman, Times, Sans Serif;
	font-size: 12px;
}