/*
Stylesheet for Tierra Connect
*/

/* @group Generic */

* {
	padding: 0;
	margin: 0;
}

body {
	font: 100% Helvetica, Arial, sans-serif;
	text-align: center;
	background: #f3f8fd;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #296213;
}

h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.125em;
	margin-bottom: 1.125em;
}

h3 {
	font-size: 1.125em;
	font-weight: normal;
}

h4 {
	font-size: 1.0em;
}

h5 {
	font-size: .875em;
}

h6 {
	font-size: 0.75em;
}

p {
	margin-bottom: 1.125em;
	line-height: 1.5em;
	font-size: .75em;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #009;
	border-bottom: 1px dotted #009;
}

a:hover, a:active {
	border-bottom-style: solid;
}

img {
	border: none;
}

code {
	font: 1em Courier, sans-serif;
	background: #e4e4e4;
}

/* @end */

/* @group Universal classes */

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.cleared:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.leadoff {
	font-size: 1.166em;
	color: #296213;
}

p.leadoff {
	font-size: .875em;
}

.subheading {
	margin-top: -1.125em;
	color: #296213;
}

h3.subheading {
	margin-bottom: 1.125em;
}

.flush {
	margin: 0;
}

.sm {
	font-size: .6875em;
}

.column {
	width: 250px;
	margin: 0 15px 0 0;
	float: left;
}

a.dead {
	color: #cb2514;
	border-color: #cb2514;
}

/* @end */

/* @group Specific */

#page {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

#intersite {
	list-style-type: none;
	padding: 0 8px 0 0;
	float: right;
	font: .75em Verdana, Helvetica, Arial, sans-serif;
}

#intersite li {
	float: left;
}

#intersite a {
	border: none;
	border-left: 1px solid #fff;
	border-right: 1px solid	#fff;
	display: block;
	padding: 2px 3px;
	margin: 0 8px;
	color: #000;
}

#intersite a:hover, #intersite .active a {
	border-left-color: #c5ddf5;
	border-right-color: #c5ddf5;
	background: #f3f8fd;
}

#intersite .active a, #intersite .active a:hover {
	cursor: text;
}

#header {
	background: url(../images/skyline.jpg) no-repeat right top;
	padding-top: 1px;
	clear: both;
}

#logo {
	float: left;
	position: relative;
	top: -1px;
}

/* @group Top nav dropdown */

#top-nav {
	margin-top: 99px;
	border-top: 1px solid #009;
	border-bottom: 1px solid #009;
	background: #c4dcf4;
	float: left;
	width: 795px;
	min-height: 33px;
	height: auto !important;
	height: 33px;
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	position: relative;
}

#top-nav ul {
	list-style-type: none;
}

#top-nav li {
	float: left;
	position: relative;
	margin: 0 25px;
	border-left: 1px solid #c4dcf4;
	border-right: 1px solid #c4dcf4;
}

#top-nav a {
	display: block;
	font-weight: bold;
	padding: 9px .5em;
	border: none;
}

#top-nav li:hover, #top-nav li.sfhover {
	border-left-color: #6987ac;
	border-right-color: #6987ac;
	background: #f3f8fd;
}

#top-nav .active a {
	color: #6987ac;
}

#top-nav li.active:hover {
	border-left-color: #c4dcf4;
	border-right-color: #c4dcf4;
	background: #c4dcf4;
}

#top-nav li ul {
	position: absolute;
	width: 150px;
	top: 33px;
	left: -999em;
	border: 1px solid #6987ac;
	background: #f3f8fd;
	padding: 0 .5em;
}

#top-nav li:hover ul, #top-nav li.sfhover ul {
	left: -1px;
}

#top-nav li ul li {
	margin: .5em 0;
	padding: 0 0 .5em 0;
	float: none;
	border: none;
	width: auto;
	border-bottom: 2px solid #fff;
}

#top-nav li ul a {
	font-weight: normal;
	padding: 0;
}

#top-nav li.active ul a {
	color: #009;
}

#top-nav li ul a:hover {
	text-decoration: underline;
}

/* @end */

#main {
	clear: both;
	padding-top: 1.125em;
}

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

.wide #content {
	width: 640px;
}

#content ul, ol {
	font-size: .75em;
	padding-left: 2em;
	margin-bottom: 1.125em;
	line-height: 1.5em;
}

#content li {
	margin-bottom: .5em;
}

#sidebar {
	float: left;
	width: 280px;
	padding: 1px 50px;
}

.wide #sidebar {
	width: 200px;
	padding: 1px 35px;
}

.sidebox {
	background: url(../images/sidebar_bg.png) repeat-y;
	width: 277px;
	margin: 0 auto .75em auto;
}

.wide .sidebox {
	width: 176px;
	padding: 12px;
	background: url(../images/sm_sidebar_bg.png) no-repeat left top;
}

.sidebox .outer {
	background: url(../images/sidebar_top.png) no-repeat left top;
	padding-top: 12px;
}

.sidebox .inner {
	background: url(../images/sidebar_bottom.png) no-repeat left bottom;
	padding: 5px 20px 20px 20px;
}

#sidebar ul {
	font-size: .75em;
	list-style-type: none;
	line-height: 1.5em;
}

#sidebar li {
	margin-bottom: 1em;
}

#sidebar li.flush {
	margin: 0;
}

#sidebar ul.bullets {
	margin: 0 0 1.125em 2em;
	list-style-type: disc;
}

#sidebar .bullets li {
	margin-bottom: .5em;
}

#sidebar h3 {
	font-size: .875em;
	margin-bottom: 1.125em;
}

#newsletter_form {
	margin: 1em 0 0 0;
}

#newsletter_email {
	width: 15em;
	color: #666;
	margin-bottom: .75em;
}

/* @end */
