/*
Styles for Three Springs Online Paradigm
Author: Bruce Hiles, Designwise
Date: January 2008
*/

/* Normalization */

body, div, dl, dt, dd, ul, ol, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, hr, iframe {
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style: none;
}

/* layout */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: rgb(240,240,240) url(../images/op_bkgnd.jpg) no-repeat 50% 66px;
}
#main_content {
	position: relative;
	margin: 40px auto 0 auto;
	min-height: 640px;
	width: 932px;
	border: 1px solid rgb(180,180,180);
	background: rgb(255,255,255) url(../images/op_bkgnd.jpg) no-repeat 50% 24px;
}
#header {
	position: relative;
	margin: 0 auto;
	height: 1px;
	width: 932px;
	z-index: 20;
}
#header_branding {
	position: absolute;
	top: 8px;
	left: 730px;
	z-index: 20;
}
#header #main_nav {
	position: absolute;
	top: 66px;
	left: 0;
	height: 90px;
	width: 276px;
	z-index: 20;
}
#header #main_nav li {
	height: 20px;
	width: 276px;
	padding-top: 10px;
	text-align: center;
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#sidebar_left {
	position: absolute;
	height: 100%;
	width: 276px;
	top: 0;
	left: 0;
	border-right: 1px solid rgb(180,180,180);
}
#footer {
	position: relative;
	margin: 0 auto;
	height: 1px;
	width: 932px;
	padding-bottom: 30px;
}
#footer_branding {
	position: absolute;
	top: -125px;
}

/* text styles */

#main_content h1 {
	font-size: 16px;
	padding: 8px 50px 8px 326px;
	color: rgb(0,164,101);
}
#main_content h2 {
	font-size: 12px;
	font-style: italic;
	padding: 0px 50px 8px 326px;
}
#main_content cite {
	font-size: 12px;
	font-style: italic;
	padding: 0px 50px 8px 326px;
}
#main_content p {
	font-size: 12px;
	line-height: 18px;
	padding: 8px 50px 8px 326px;
}
#main_content p.first {
	font-size: 12px;
	line-height: 18px;
	padding: 24px 50px 8px 326px;
}
#main_content p.last {
	margin: -6px 50px 10px 326px;
	border-bottom: 1px solid rgb(180,180,180);
}
#main_content p.sidebar {
	font-size: 12px;
	line-height: 18px;
	padding: 8px 30px 8px 30px;
}
#main_content p.sidebar_first {
	font-size: 12px;
	line-height: 18px;
	padding: 164px 30px 8px 30px;
}
#main_content ul.list {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	padding: 8px 50px 8px 326px;
}
#main_content ul.level1 {
	font-size: 12px;
	line-height: 18px;
	padding: 8px 50px 8px 326px;
}
#main_content ul.level2 {
	font-size: 12px;
	line-height: 18px;
	padding: 8px 0 8px 25px;
}
#main_content ul.level3 {
	font-size: 12px;
	line-height: 18px;
	padding: 8px 0 8px 25px;
	display: none;
}

/* navigation and links */

#header #main_nav a:link {
	color: rgb(255,255,255);
	font-weight: bold;
	text-decoration: none;
}
#header #main_nav a:visited {
	color: rgb(255,255,255);
	font-weight: bold;
	text-decoration: none;
}
#header #main_nav a:hover {
	color: rgb(0,0,0);
	font-weight: bold;
	text-decoration: underline;
}
#header #main_nav a:active {
	color: rgb(0,0,0);
	font-weight: bold;
	text-decoration: none;
}
#main_content a:link {
	color: rgb(210,110,0);
	font-weight: bold;
	text-decoration: none;
}
#main_content a:visited {
	color: rgb(210,110,0);
	font-weight: bold;
	text-decoration: none;
}
#main_content a:hover {
	color: rgb(120,120,120);
	font-weight: bold;
	text-decoration: underline;
}
#main_content a:active {
	color: rgb(120,120,120);
	font-weight: normal;
	text-decoration: none;
}
#main_content a:link.mod {
	color: rgb(0,0,0);
	font-weight: normal;
	text-decoration: none;
}
#main_content a:visited.mod {
	color: rgb(0,0,0);
	font-weight: normal;
	text-decoration: none;
}
#main_content a:hover.mod {
	color: rgb(0,0,0);
	font-weight: normal;
	text-decoration: none;
}
#main_content a:active.mod {
	color: rgb(0,0,0);
	font-weight: normal;
	text-decoration: none;
}

/* classes */

#main_content h1.page_title {
	padding-top: 164px;
}
