/* CSS Document */

/* Normalize margin,padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, blockquote, th, td {
	margin: 0;
	padding: 0;
}
/* links */
a:link {
	color: #005877
}
a:visited {
	color: #95A1AC
}
a:hover {
	color: #95A1AC
}
a:active {
	color: #95A1AC
}
#site_info a:link {
	color: #FFFFFF
}
#site_info a:visited {
	color: #FFFFFF
}
#site_info a:hover {
	color: #FFFFFF
}

html {
	text-align: center;
}
body {
	font-family: Georgia, sans-serif;
	font-size: 14px;
	color: #000000;
	background: #929DA8 url(graphics/background.jpg) repeat-x top left;
}
p {
	line-height: 20px;
}
#wrapper {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	background: transparent url(graphics/banner_bg.jpg) no-repeat 0 0;
}
#branding {
	position: relative;
	width: 365px;
	height:122px;
	text-align: left;
}
#branding .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url(graphics/banner_logo.gif) no-repeat 0 0;
}
#branding h1 {
	position: absolute;
	padding: 20px;
}

h1 {
	font-size: 18px;
	font-weight: 600;
}
h2 {
	font-size: 17px;
	font-weight: 600;
	color: #005877;
	margin-top: 10px;
}
#nav {
	position: relative;
	margin: 15px auto 10px auto;
	padding-left: 130px;
	width: 900px;
	font-size: 16px;
	text-align: center;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#nav li {
	display:inline;
	margin: 0;
}
#nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	padding: 5px 25px;
	text-decoration: none;
}
#nav li a:hover {
	color: #95A1AC;
}
#content {
	position: relative;
	margin: 0 auto;
	width: 900px;
	background: #FFFFFF url(graphics/content_lines.gif) repeat-y top left;
}
/* content with navigation */
#inner_content {
	width: 850px;
	margin: 0 auto;
	padding: 0;
}
/* footer */
#site_info {
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	margin: 5px 0 10px 0;
}
.emphasis {
	font-size: 18px;
	font-weight: 600;
}
.indent {
	margin-left: 20px;
}
.smaller {
	font-size: 12px;
}
.smaller_nobottompad {
	font-size: 13px;
	padding-bottom: 0;
	margin-bottom: 0;
}
