a img { border: none; }
img, input, select, textarea { vertical-align: middle; }
* { line-height: 1.5em; }

html, body, #header h1, #navigation ul, #navigation li {
	margin: 0;
	padding: 0;
}

html {
	font: 14px Arial, sans-serif;
	color: #000;
	
}

body {
	background: #165d9f url(../images/top_background.jpg) top right no-repeat;
	min-width: 970px;
	padding-top: 20px;
}

#header {
	background: #000;
	height: 100px;
	padding-bottom: 15px;
	background: url(../images/header_bg.png) repeat-x;
	position: relative;
}

#header h1 {
	position: absolute;
	left: 30px;
	top: 0;
	width: 303px;
	height: 100px;
}
#header h1 a, #header h1 img { width: 303px; display: block; }

#navigation {
	position: absolute;
	left: 265px;
	right: 25px;
	bottom: 15px;
}
#navigation ul {
	float: right;
}

#navigation li {
	list-style: none;
	color: #fff;
	float: left;
	border-right: .25em solid #000;
	border-left: .25em solid #000;
	display: inline;
	height: 30px;
	background: url(../images/nav_button.jpg) left top no-repeat;
	white-space: nowrap;
}

#navigation a {
	color: #fff;
	padding: 5px .5em;
	line-height: 20px;
	height: 20px;
	display: block;
	display: inline-block;
	font-weight: bold;
	letter-spacing: -.01em;
	text-decoration: none;
	background: url(../images/nav_button_right_corner.jpg) top right no-repeat;
}

#navigation a:hover {
	color: #65a2c9;
}


#cwrap1 {
	background: #fff url(../images/content_grad.jpg) repeat-x;
	margin: 30px;
}
#cwrap2 {
	background: url(../images/content_right_corner.jpg) bottom right no-repeat;
}

#cwrap3 {
	background: url(../images/content_left_corner.jpg) bottom left no-repeat;
	overflow: auto;
	padding: 20px 0 20px 230px;
}

#cwrap3_front {
	background: url(../images/content_left_corner.jpg) bottom left no-repeat;
	padding: 20px 450px 20px 20px;
	overflow: auto;
}

#cwrap3_big {
	background: url(../images/content_left_corner.jpg) bottom left no-repeat;
	overflow: auto;
	padding: 20px 36px;
}

#sidebar {
	width: 425px;
	float: right;
	margin-right: -440px;
	padding: 0 0 0 15px;
	display: inline;
}

#sidebar h2 + .number { border-top: none; }

#sidebar .number {
	border-top: 1px solid black;
	margin-top: 5px;
	padding: 5px 0 0 128px;
	overflow: hidden;
	font-size: 90%;
}

#sidebar .number p { padding: 7px 0; margin: 0 }

#sidebar .number em {
	text-align: right;
	float: left;
	display: inline;
	margin-left: -128px;
	padding-right: 8px;
	width: 120px;
	font-style: normal;
}
#sidebar .number strong {
	display: block;
	font-size: 290%;
	font-weight: normal;
	color: #247;
}

/*#sidebar p {
	color: #686868;
	font-weight: bold;
	margin: 21px 0 21px 0;
	padding-left: 7em;
}

#sidebar em {
	font-size: 32px;
	line-height: .75em;
	color: #165d9f;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	width: 60px;
	padding-right: 10px;
	float: left;
	display: inline;
	margin-left: -70px;
}*/


#subnavigation ul, #subnavigation li { margin: 0; padding: 0; }

#subnavigation {
	float: left;
	display: inline;
	width: 185px;
	padding: 0 15px 0 0;
	margin-left: -220px;
	margin-right: -3px;
	border-right: 3px solid #e9e9e9;
}

#subnavigation ul {
	list-style: none;
	overflow: hidden;
}

#subnavigation li {
	border-top: 3px solid #e9e9e9;
	border-bottom: 3px solid #e9e9e9;
	padding: 3px 0;
	margin: -3px 0;
}

#subnavigation li a {
	display: block;
	width: 100%;
	color: #5c5e60;
	font-size: 150%;
	line-height: 1.2em;
	text-decoration: none;
}


#cwrap3 #content {
	float: left;
	width: 98%;
	border-left: 3px solid #e9e9e9;
	margin-left: -20px;
	padding-left: 20px;
}

#cwrap3_front #content {
	float: left;
	width: 96%;
	border-right: 3px solid #e9e9e9;
	padding-right: 20px;
}

#cwrap3_big #content {
	float: left;
	width: 100%;
}

.breadcrumbs {
	background: #65a2c9 url(../images/breadcrumb_bg.png) top right repeat-y;
	color: #fff;
	margin: 0;
	padding: 0.3em 1.5em;
}

.breadcrumbs a {
	color: white;
	text-decoration: underline;
}

.breadcrumbs a:hover {
	color: #ddf;
}
h1 { color: #165D9F; }

h2 {
	color: #686868;
	width: 100%;
	border-bottom: .2em solid #5f9bc2;
	padding-bottom: .65em;
	margin-bottom: .65em;
	margin-top: .75em;
}

h5 { font-size: 14px; color: #555; }

#cwrap h2 + p {
	font-weight: bold;
	color: #686868;
}

#siteinfo {
	background: #000 url(../images/nav_background.jpg) repeat-x;;
	padding: 1.5em;
	clear: both;
	color: #fff;
	border-bottom: .2em solid #65a2c9;
}

#siteinfo span {
	float: right;
}

#siteinfo a { color: #fff; }
#siteinfo a:hover { color: #ddf; }



.no-select, .no-select * {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}


#structure, #structure ul, #structure li {
	padding: 0;
	margin: 0;
}
#structure li {
	list-style-type: none;
}
#structure li {
	background: url(../images/listbg_1x1.png) 0 14px repeat-x;
	padding: 0 0 15px 20px;
}
#structure ul {
	margin-left: 10px;
	padding-top: 15px;
	padding-bottom: 1px; /* IE fix */
	background: url(../images/listbg_1x1.png) 0 0 repeat-y;
}
#structure div.name { 
	border: 1px solid black;
	background: #fafafa;
	color: black;
	padding: 3px;
	height: 20px;
}
#structure div.as {
	float: right;
}
.overlay {
	position: absolute;
	background: white;
	color: black;
	border: 1px solid black;
	white-space: nowrap;
	padding: 4px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default;
}
.target-indicator {
	position: absolute;
	background: white;
	color: black;
	padding: 2px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: default;
}
.successBox {
	background: #efe;
	color: black;
}
.formlayout {
	border-collapse: collapse;
	table-layout: fixed;
}
.formlayout .formlayout {
	table-layout: auto;
}
.formlayout td, .formlayout th {
	border: 1px solid black;
	padding: 0.15em 0.7em;
	text-align: left;
	vertical-align: top;
}
.formlayout th { background: #def; }
.agency .other *, .other .agency * { background-color: #eee; }
.numeric { width: 4em; }
tr.notkept * { background: #ddd; }

#content a { color: #165d9f; }
.error { color: red; }
.submitted { border: 2px solid #456; padding: 3px; margin-bottom: 10px; background: #f6fff6; }
.cmsTables { border-collapse: collapse; }
.cmsTables th { background: #000 url(../images/table-head-bg.png) repeat-x; color: #FFF; text-align: left; padding: 4px;}
.cmsTables td { padding: 4px; border-bottom: 1px solid #e4e4e4; }
.published { color: green; }
.unpublished { color: #FF0000; }
fieldset { border: 1px solid #5f9bc2; }
legend { color: #165d9f; font-size: 120%; font-weight: bold; }
.combo input { border: 1px solid #7f9db9; border-right: none; height: 18px; }

.search-criteria { list-style: none; margin: 0; padding: 0; }
.search-criterion { display: inline-block; margin: 0; padding: 2px 10px; }
.search-criterion-heading { display: block; font-size: 12px; }

.buttons { margin: 15px 0 0; padding-left: 210px; }
.buttons input { margin-left: 60px; padding: 4px 20px; }
