/* CSS Document */

html, body {
	height: 100%;
}

body {
	background: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

img { border: none; }

h1 {
	font-size: 1.2em;
	color: #0C3356;
}

h2 {
	font-size: 1em;
}

#header {
	width: 100%;
	background: #999999;
	margin: 0;
}

#header .inner-content {
	width: 100%;
	margin: 0 auto;
	background: url('../images/header.jpg') no-repeat;
	height: 150px;
}

#outer-container {
	border: 10px solid #0C3356;
	width: 800px;
	margin: 0 auto;
}

#main-container {
	margin: 0 auto;
	background: #FFFFFF;
	width: 800px;
	height: 240px;
	font-size: 0.9em;
}

#top-nav-bar {
	width: 100%;
	height: 1.6em;
	/* background: #274D48; */
	background: #999999;
}

#top-nav-bar .inner-content {
	width: 800px;
	height: 1.6em;
	margin: 0 auto;
	background:  #0C3356;
}

#top-nav-bar .nav-item {
	float: left;
	height: 25px;
	padding: 0 10px 0 28px;
	cursor: pointer;
	background: url('../images/nav-item-bg.gif') no-repeat;
	color: #7CA3C6;
}

#top-nav-bar .nav-item.first {
	padding-left: 10px;
	background: none;
}

#top-nav-bar .nav-item p {
	margin: 0;
	font-size: 0.8em;
	padding: 0.4em 0;
}


#top-nav-bar .nav-item.selected {
	cursor: default;
	color: #C7DDD8;
}

#top-nav-bar .nav-item.mouseover { color:  #FFFFFF; }


table#main-container {
	display: table;
	width: 800px;
	border-collapse: collapse;
	margin: 0 auto;
	min-height: 600px;
}

table#main-container td { vertical-align: top; }

#sidebar {
	display: table-cell;
	width: 30%;
	background: url('../images/sidebar-bg.jpg');
}

#sidebar .inner-content {}

#sidebar .inner-content p {
	margin: 1em;
}

#sidebar .nav-container {
	padding: 1em 0;
	border-top: 1px solid #405A41;
	border-bottom: 1px solid #405A41;
}

#sidebar .nav-item {
	height: 1.6em;
	line-height: 1.6em;
	cursor: pointer;
	color: #0C3356;
	font-weight: bold;
	margin: 0.2em 0;
}

#sidebar .nav-item p {
	margin: 0 0.5em;
	font-size: 0.8em;
}

#sidebar .nav-item.selected {
	background: url('../images/nav-item-selected-bg.jpg');
}

#sidebar .sidebar-image {
	width: 100%;
	padding: 1em 0;
	margin-top: 1em;
	text-align: center;
}

#sidebar #logo {
	width: 100px;
	margin: 1em auto;
}


td#content {
	display: table-cell;
	width: 70%;
	background: transparent;
}

td#content h1 {
	margin: 0;
}

td#content .inner-content {
	padding: 0.5em;
}

p.pdf-link {
	height: 26px;
	line-height: 26px;
	padding-left: 2em;
	text-transform: uppercase;
	background: url('../images/pdficon.gif') no-repeat;
}

.clear { clear: both; }
