@charset "utf-8";
body {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: white;
}

/* blocks */
#container {
	width: 970px;
	margin: 0px auto;
	position: relative;
}
#header {
	position: relative;
	height: 85px;
	background-color: #0070bb;
	background-image: url(images/header.png);

	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#middle {
	position: relative;
	width: 970px;
	margin: 0px auto;	
	overflow: hidden;
	background-image: url(images/middle_sub.png);
	background-repeat: repeat-y;
}
#middle_ns {
	position: relative;
	width: 970px;
	margin: 0px auto;	
	overflow: hidden;
	background-image: url(images/middle_nosub.png);
	background-repeat: repeat-y;
}
#navigation {
	float: left;
	width: 160px;
}
#subnavigation {
	padding-top: 10px;
	background-image: url(images/subbg.png);
	float: left;
	width: 144px;
	margin-left: 6px;
}
#content {
	color: #42210b;
	float: right;
	width: 615px;
	min-height: 500px;
	padding: 15px;
}
#content_ns {
	background-color: #f2f2f2;
	color: #42210b;
	float: right;
	width: 765px;
	min-height: 500px;
	padding: 15px;
}
#footer {
	height: 25px;
	background-color: #0070bb;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	font-size: 10px;

	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

/* navigation */
#navigation a {
	width: 160px;
	height: 17px;
	padding-top: 3px;
	display: block;
	text-indent: 7px;
	border-bottom: solid 4px white;
	background-color: #ca474c;
	background-image: url(images/shade1.png);
	background-position: bottom;
	background-repeat: repeat-x;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation a.active, #navigation a:hover {
	background-color: #0071bc;
	background-image: url(images/shade2.png);	
}

#subnavigation a {
	width: 144px;
	height: 17px;
	padding-top: 3px;
	display: block;
	text-indent: 15px;
	color: white;
	text-decoration: none;
	background-image: none;
	background-color: #ca474c;
}
#subnavigation a.active, #subnavigation a:hover {
	width: 151px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(images/arrow.png);
	background-color: #e5e5e5;
	color: #404040;
}

/* captions */
.caption {
	position: relative;
	width: 970px;
	margin: 0px auto;
	background-image: url(images/captions.png);
	height: 17px;
	padding-top: 3px;
	text-indent: 350px;
	border-bottom: solid 4px white;
	border-top: solid 15px white;
}
.caption_ns {
	position: relative;
	width: 970px;
	margin: 0px auto;
	background-image: url(images/captions_ns.png);
	height: 17px;
	padding-top: 3px;
	text-indent: 200px;
	border-bottom: solid 4px white;
	border-top: solid 15px white;
}
.closecap {
	border: none;
	border-top: solid 4px white;
	border-bottom: solid 15px white;
	background-position: 0px 20px;
}

/* 100% height hack */
/*#navigation, #subnavigation, #content {
	padding-bottom: 1000em;
	margin-bottom: -1000em;
}*/


/* classes */
.wrap {
	background-color: #e5e5e5;
	padding: 5px;
	margin: 0px;
	border: solid 10px #e5e5e5;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.wrap_white {
	background-color: white;
	padding: 5px;
	margin: 0px;
	border: solid 10px white;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.wrap_yellow {
	background-color: #fce197;
	padding: 5px;
	margin: 0px;
	border: solid 10px #fce197;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#footer p {
	padding: 0px;
	margin: 0px;
	position: relative;
	margin-top: 5px;
	float: right;
	margin-right: 50px;
}

#logo {
	background-image: url(images/logo.png);
	width: 190px;
	height: 61px;
	position: absolute;
	top: 10px;
	left: 30px;
	z-index: 10;
}

#inner_logo {
	width: 200px;
	height: 119px;
	background-image: url(images/l2.png);
	background-repeat: no-repeat;
	background-position: -60px 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#search_box {
	width: 160px;
	position: absolute;
	right: 20px;
	bottom: 6px;
}

#search_box input {
	position: absolute;
	top: 0px;
}

#search_box .searchbox {
	border: 0;
	background-image: url(images/searchbox.png);
	width: 130px;
	height: 15px;
	margin: 0px;
	padding: 2px;
	text-indent: 15px;
	font-size: 10px;
	color: #575656;
	position: relative;
	float: left;
}

#search_box .dosearch {
	position: relative;
	float: right;
}

img {
	border: none;
}

img.icon {
	position: relative;
	top: 1px;
	margin-right: 10px;
}

.highlight {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}

.clear {
	clear: both;
}

#content form {
	width: 90%;
	background-color: #e5e5e5;
	padding: 5px;
	margin: 0px;
	border: solid 10px #e5e5e5;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px auto;
}
#content form span.title {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin: 0px auto;
}
#content form label {
	width: 200px;
	display: inline-block;
	font-weight: bold;
	color: #42210b;
	float: left;
}
#content form input {
	border: solid 1px #42210b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	padding: 3px;
	width: 340px;
}
#content form textarea {
	border: solid 1px #42210b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	padding: 3px;
	width: 340px;
	height: 80px;
}
#content form input.button {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	float: right;
	margin-right: 40px;
}

/* ********************** */
.styledtable {
	border: solid 2px #42210b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.styledtable thead {
	background-color: #D4D4D4;
}

.styledtable tbody {
	background-color: #E9E9E9;
}

.styledtable td {
	border: solid 1px #42210b;
}

.styledtable .hover {
	background-color: #ffffff;
}

.styledtable .hovercell {
	background-color: lightgray;
}

.click {
	background-color: lightgray;
}

.share {
	position: absolute;
	right: 0px;
	margin-right: 20px;
}
