/*
 * Luminate Financial Services
 * Corporate Web Presence CSS
 * Author: Sean Voisen <sean@eluminate.net>
 */

/* 
 * Base HTML Tags 
 */
 
body {
	margin: 0;
	padding: 20px;
	background-color: #E6E6CC;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

a {
	color: #3B613A;
}

a:visited {
	color: #7E8176;
}

a:hover {
    color: #669966;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #7E8176;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h1 a:visited {
	color: #3B613A;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #3B613A;
	margin: 0 0 5px 0;
	font-weight: normal;
}

h2 a {
	text-decoration: none;
	color: #3B613A;
}

h2 a:hover {
	text-decoration: underline;
	color: #669966;
}

h2 a:visited {
	color: #3B613A;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 0.8em;
	color: #3B613A;
	margin: 0 0 5px 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	font-size: 0.7em;
	background: scroll transparent url(large_bullet.gif) no-repeat 0 0.5em;
	padding: 0 0 0 15px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

input.text {
	border: 1px solid #999999;
	border-color: #999999 #FFFFFF #FFFFFF #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 3px;
	color: #333333;
	background-color: #F4F4F3;
}

input.button {
	background-color: #999999;
	padding: 1px 5px 1px 5px;
	color: #FFFFFF;
	border: 2px solid #CCCCCC;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

textarea {
	border: 1px solid #999999;
	border-color: #999999 #FFFFFF #FFFFFF #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 3px;
	color: #333333;
	background-color: #F4F4F3;
}

blockquote {
	margin: 0 0 0 20px;
}

form {
	margin: 0;
}

/*
 * Primary Page Sections
 */
 
#container {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	border: 1px solid #999999;
	padding: 0;
	width: 738px;
	background: scroll #FFFFFF url(backgrounds/compass_right.gif) 557px 460px no-repeat;
	text-align: left;
}

#header {
	margin: 0;
	padding: 0;
	background-color: transparent;
	position: relative;
}

#quick-nav {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0 5px 0 0;
}

#header img {
	border: 0;
}

#splash {
	background: scroll transparent url(splash/sail_welcome.jpg) 0 0 no-repeat;
	height: 232px;
	margin: 0;
	width: 738px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#main {
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #333333;
	clear: both;
	position: relative;
}

#splitcol-left {
	padding: 0 0 0 20px;
	float: left;
	width: 270px;
	margin: 20px 0 0 0;
}

#splitcol-right {
	padding: 20px 20px 0 0;
	margin-left: 320px;
}

#splitcol-right p, #doublecol-left p, #doublecol-right p, #centercol p, #singlecol p {
	margin-top: 0;
	font-size: 0.8em;
	line-height: 1.5em;
}

#centercol li, #singlecol li, #splitcol-right li, #doublecol-left li, #doublecol-right li {
	font-size: 0.8em;
	line-height: 1.5em;
}

#splitcol-left p, #leftcol p, #rightcol p {
	margin-top: 0;
	font-size: 0.7em;
	line-height: 1.4em;
}

#doublecol-left {
	padding: 0 216px 0 20px;
}

#doublecol-right {
	padding: 0 20px 0 206px;
}

#centercol {
	margin-right: 180px;
	padding: 0 30px 0 210px;
}

#leftcol {
	position: absolute;
	top: 0;
	left: 20px;
	width: 165px;
    background: transparent;
}

#rightcol {
	position: absolute;
	top: 0;
	right: 20px;
	width: 165px;
    background-color: transparent;
	padding: 0;
}

#singlecol {
	padding: 0 20px 0 20px;
}

#footer {
	text-align: center;
	padding: 10px 20px 20px 20px;
	line-height: 1.5em;
	clear: both;
	margin: 0;
}

#footer p {
	margin: 0;
}

#page-title {
	clear: both;
	margin: 20px 0 20px 20px;
}

#frontpage-news {
	margin: 45px 0 0 0;
}

#newsletter {
	padding: 10px;
	background-color: #EEEEEE;
	margin: 20px 0 20px 0;
}

#newsletter h3 {
	font-size: 0.8em;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}

#newsletter p {
    font-size: 0.7em;
	margin-bottom: 0;
	margin-top: 0.5em;
	line-height: 1.4em;
}

#newsletter input.tttext {
	font-size: 120%;
	font-family: "Courier New", Courier, mono;
	margin-bottom: 5px;
	width: 90%;
}

/*
 * Navigation
 */
 
#navigation {
	padding: 0;
	margin: 0;
}

#navigation ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
}

#navigation li {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 0 0 1px 0;
	padding: 0;
	float: left;
	font-size: 0.7em;
	text-align: center;
	line-height: normal;
}

#navigation li a {
	display: block;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	background-color: #E6E6CC;
	color: #333333;
	border: 1px solid #FFF;
	font-weight: normal;
}

#navigation li.highlighted a {
	display: block;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	background-color: #7E8176;
	color: #FFFFFF;
	border: 1px solid #FFF;
	font-weight: bold;
}

#navigation li a:hover {
	background-color: #669966;
	color: #FFFFFF;
}

/*
 * Primary Text Styles
 */

.copyright {
	font-size: 0.7em;
	color: #999999;
}

.bottom-nav {
	font-size: 0.7em;
	color: #666666;
}

.quote-ack {
	color: #919191;
	font-style: italic;
}

.news-date {
	color: #919191;
	font-size: 0.8em;
	line-height: 1.5em;
}

.news-title {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.5em;
}

.req {
	font-size: 1.2em;
	color: #CC0000;
	font-weight: bold;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.2em;
}

/* 
 * Images
 */
.framed {
	padding: 10px;
	background-color: #F4F4F3;
	border: 1px solid #999999;
	margin: 0 0 10px 0;
}

.floating-left {
	float: left;
	margin: 5px 10px 0 0;
}

/*
 * Special
 */
.no-display {
	display: none;
}

.news-entry {
	margin: 0 0 1.8em 0;
}
