/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
/*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}*/

body {
	background: url('/img/bg-site.jpg');
	font-size: 14px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

img {
	display: inline;
}

b {
	font-weight: bold;
}

a {
	color: #325a8b;	
	text-decoration: none;
}

a:visited {
	color: #325a8b;	
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}

p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
/*
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}
*/
.textSubMenu {
	font-size: 14px;
	font-weight: bold;
}

#container {
	width: 900px;
	margin: 0 auto;
}

#header {
	width: 900px;
	height:90px;
	background: url('/img/header-bg.png');
}

#nav {
	width: 900px;
	height: 35px;
	background: url('/img/nav-bg.png');
}

ul {
	-webkit-margin-before: 0;
	margin-top: 0;
}

#nav ul li{
	padding-top: 8px;
	padding-left: 0px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#nav a{
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #325a8b;
}

.clear {
	clear: both;
}


#nav a:hover{
	color: #244062;
}

#page-nav ul {
	
}

#page-nav ul li{
	padding-top: 8px;
	padding-left: 36px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#page-nav a{
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #325a8b;
}

#route_table {
	width: 630px;
	overflow-x: scroll;
}

#page-nav a:hover{
	color: #244062;
}

#page-nav {
	width: 900px;
	height: 35px;
	background: url('/img/nav-page-bg.png');
}

#splash-image {
	height: 695px; /*hack due to padding at bottom of image */
	padding: 0;
	margin: 0;
}

#header-spacer {
	height: 35px;
}

#home-padding {
	height: 20px; /* hack due to padding at bottom of image */
}

#content-container {
	background: url('/img/content-bg.png') repeat-y;
	min-height: 3000px;
}

#content {
	width: 630px;
	float: left;
	padding: 20px;
}

#sidebar {
	background: url('/img/sidebar-bg.png') no-repeat;
	min-height: 700px;
	width: 200px;
	padding: 15px;
	float: right;
	background-color: #325a8b;
}

.sidebar-container {
	width: 200px;
	margin: 0 auto;
}

.sidebar-item {
	width: 160px;
	margin: 10px 10px 25px 10px;
	padding: 10px 10px 10px 10px;
	border: ;
	color: white;
	background-color: #3A577A;
}

.sidebar-title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
}

#footer-image {
	height: 26px;
}

#footer-text {
	min-height: 40px;
}
