/* INITIALIZE LAYOUT */
* {margin: 0;padding: 0;}
body {background: #fff;}
ul {list-style-type: none;}
a:focus {outline: none;}
fieldset {border:0;}

div#splash {display:none;}
.on {visibility:visible!important;}
.off {visibility:hidden!important;}

/* layout */
/* wraps element to max fixed size 800x600  */
.wrap {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

/* wrap to column size */
.column {
	width: 600px;
	left: 170px;
	text-align: left;
}

#mid {
	position: relative;
	top: 15px;
	clear: both;
}

#bottom {
	position: relative;
	height: 50px;
	top: 50px;
	clear: both;
}

/* SEARCH BOX */
#searchbox {
	position: relative;
	top: 8px;
	width: 127px;
	height: 0px;
	float: right;
	z-index: 101010101;
}

#searchbox  input {float: left;} 

#searchbox  input.text {
	height: 17px;
	width: 95px;
	font-size: 1em;
	color: #aaa;
	padding-right: 4px;
}

#searchbox  input.action {
	padding-top: 2px;
	padding-left: 7px;
}

/* HEADER */
#header {height:65px;}

/* CONTENT */
#content {
	position: relative;
	top: 6px;
	padding-left: 5px;
	border-left: 2px #eee solid;
	font: .9em/1.6em Helvetica, Arial;
	background: none;
	clear: both;
}

div.breadcrumbs {
	position: relative;
	font-size: 0.8em;
	color: #888;
	padding-bottom: 5px;
	padding-left: 7px;
}

div.breadcrumbs a {text-decoration: none;}

#content h1,h2,h3 {padding-bottom: 2px;}

/* content images */
#content img {border:none;}

/* SEARCH RESULTS */
#resultbox {
	padding: 10px 5px 10px 20px;
	margin-right: 10px;
}

/* if no query show search box again */
#no_query_searchbox {
	width: 250px;
	padding-top: 6px;
	padding-bottom: 10px;
}

#no_query_searchbox input {float: left;} 

#no_query_searchbox input.text {
	height: 17px;
	width: 170px;
	font-size: 1em;
	color: #aaa;
	padding-right: 4px;
}

#no_query_searchbox input.action {
	padding-top: 2px;
	padding-left: 7px;
}

#resultbox p.search_query {
	padding-bottom: 5px;
	font-weight: bold;
}

#resultbox a {text-decoration: none;}

#resultbox a:hover {text-decoration: underline;}

ul#search_results {
	padding-bottom: 20px;
}

ul#search_results li {
	border-top: 1px #eee solid;
	padding-top: 10px;
	padding-bottom: 5px;
}

#resultbox a.search_result_title {font-weight: bold;}

#resultbox span.search_result_url {
	font-style: italic;
	color: #aaa;
}

#search_pages {
	float:left;
	width: 84%;
	padding-left: 5px;
}

#search_nav {
	display:inline;
	text-align: right;
}

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

/* FOOTER */
#footer {
	position: relative;
	text-align: right;
	padding-right: 2px;
	clear: both;
}

#footer a {
	text-decoration: none;
	padding: 0px 1px;
}