@charset "UTF-8";
@import url("milkbox/milkbox.css");
@import url(shared.css);
/* CSS Document */

body {	
	margin: 0;
	padding: 0;
	font-family: 'Helvetica',Arial;
	font-size: 13px;
	line-height: 1.6em;
	background: #A2A2A2 url(images/background.gif) center repeat-y;
}

/* * Basics * */
a {
	color: #165fa6;
	text-decoration: none;
}
a:hover { text-decoration: underline;}

hr {
	background:none;
	border: none;
	border-bottom:1px solid #bbb;
}

img { border: none; }

h1 { font-size: 2em; }
h2 { font-size: 1.23em; }

h1, h2, h3, h4, h5, legend {
	font-family: Cambria, Georgia, 'Times New Roman';
	line-height: 1.2em;
	color: #333;
	clear: both;
}

h1, h2 {
	margin: 5px 0;
	padding: 0;
	padding-bottom: 10px;
}

td { vertical-align: top; }

/* * Layout * */

#wrap {
	width: 100%;
	background: white;
	position: relative;

}

#headerbar, #header, #pageBody, #subfooter {
	width: 900px;
	margin: 0 auto;	
}

#header {
	border-bottom: 2px solid #E4E4E4;
	height: 110px;
	overflow: hidden;
	position: relative;
	background: white;
	padding-top: 20px;
}

#search {
	position: absolute;	
	top: 74px;
	left: 630px;
}

#search input {
	width: 142px;
	height: 16px;
	background: url(images/search.gif) no-repeat;
	border: none;
	padding: 4px;
}

#search input:hover {
	background: url(images/search.gif) bottom no-repeat;
}

#search button {
	position: relative;
	top: 2px;
	background: url(images/search_button.gif) no-repeat;
	border: none;
	width: 105px;
	height: 31px;	
}

#search button:hover {
	background: url(images/search_button.gif) bottom no-repeat;
}

#pageBody {
	color: black;
	background: white;
}

#main {
	padding: 6px;
	min-height: 200px;
	float: right;
	width: 705px;
	border-left: 1px dotted #e4e4e4
}

#footer {
	border: 1px solid #E5E5E5;
	border-bottom: 5px solid #E5E5E5;
	text-align: center;
	font-size: .8em;
	clear: both;
	height: 22px;
	padding-top: 12px;
	line-height: 1.2em;
	
}

address {
	font-style: normal;
}

#subfooter {
	text-align: center;
	height: 200px;
	padding: 10px;
}

#subfooter ul {
	padding: 10px;	
	margin: 0;
	display: block;
}

#subfooter li {
	display: block;	
	width: 30%;
	float: left;
	text-align: left;
}

/* * Headerbar * */

#headerbar {
	height: 34px;
	border-bottom: 5px solid #e5e5e5;
	margin-bottom: -5px;
	position: relative;
	z-index: 10;
	background: #a2a2a2;
}

/* * Sidebar * */

#sidebar {
	width: 180px;
	float: left;
}


/* * Breadcrumbs * */

.breadcrumb {
	font-size: .9em;
}

.breadcrumb a {
	color: #555;
	font-style: italic;
}

.breadcrumb strong {
	font-weight: normal;	
}

.imgs a {
	color: #333;	
}

h2 {
	clear: both;	
}

/* * Thanks * */

div.message_stack_thanks {
	background: none;	
	font-weight: bold;
}