/* @override http://localhost:8888/greenbriar/css/main.css */

/*
Company:		
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */
* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, fieldset, address { margin:10px 0; }

.header {
	color:#008000;
}

.header:hover{
	background-color: black;
}
.selected{
	background-color:#F00;
	color:#008000;
}

blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/* @end */

/* @group HTML, Body */
body {
	background: url(../images/body-bkg.jpg) repeat-x #001a43;
}
/* @end */

/* @group Layout */



div#outer-wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 1px 0;
}

div#hd {
	width: 928px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
}
img#logo {
	float: left;
	display: inline;
}

div#front-feature {
	width: 928px;
	height: 339px;
	background: url(../images/front-top-bkg.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding: 1px 0;

}
body#inside div#front-feature {
	background: url(../images/inside-top-bkg.png) no-repeat;
	height: auto;
}
body#inside div#feature-left {
	width: 268px;
	float: left;
	display: inline;
}
div#feature-right {
	width: 275px;
	margin-right: 30px;
	margin-top: 20px;
	float: right;
	display: inline;
}
body#inside div#feature-right {
	width: 626px;
	margin-right: 12px;
}
body#inside div#content-wrapper {
	margin-right: 10px;
	margin-top: 35px;
	background-color: #fff;
	width: 650px;
	float: right;
	display: inline;
}
div#feature-right h1, div#feature-left h1 {
	color: #FFF;
	font-family: "Century Gothic", Arial, sans-serif;
	margin: 0;
	height: 46px;
	line-height: 46px;
}
body#inside div#feature-right h1 {
	color: #82ab43;
	font-size: 185%;
	margin: 0;
	height: auto;
	line-height: 130%;
}
body#inside div#feature-right h2 {
	color: #7984a2;
	font-size: 136%;
	margin: 10px 0;
}
div#feature-left h1 {
	margin: 20px 0 0 50px;
	float: left;
	display: inline;
}
div#flash {
	width: 555px;
	height: 285px;
	margin: 17px 0 0 27px;
	float: left;
	display: inline;
}
div.indent {
	margin: 10px 30px;
}

div#sidebox {
	background: url(../images/sidebar-bkg.gif) no-repeat;
	width: 219px;
	padding: 20px 10px 10px 10px;
	color: #c2ceed;
	float: right;
	display: inline;
}
div#sidebox h4 {
	color: #fff;
	margin-top: 0;
}

div#content-outer {
	background: url(../images/front-lower-top.jpg) no-repeat 29px 0;
	width: 928px;
	margin-left: auto;
	margin-right: auto;
}
div#content {
	margin-left: 29px;
	width: 890px;
	padding: 1px 0;
	font-size: 92%;
}

div#left-col {
	width: 235px;
	margin: 20px;
	float: left;
	display: inline;
}
div#left-col h1, div#right-col h1 {
	color: #FFF;
	font-size: 136%;
	font-weight: bold;
	padding-bottom: 3px;
         border-bottom: 4px solid;

	}
div#center-col {
	width: 235px;
	margin: 40px 50px 0px 0px;
	float: left;
	display: inline;
}
div#right-col {
	
        

width: 235px;
	margin: 20px;
	float: left;
	display: inline;
         	

}


/* Search */
div#search-box {
	padding: 5px 0;
	width: 889px;
	margin-left: auto!important;
	margin-right: auto!important;
	color: #c2ceed;
	background-color: #07285d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
}
div.search {
	padding-left: 20px;
}
div.search input.searchButton {
	cursor:pointer;
	background-image: url(../images/search-btn.gif);
	background-repeat: no-repeat;
	font-size: 11px!important;
	line-height: 140%;
	font-weight: bold;
	text-align: center;
	color: #000!important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	height: 29px!important;
	width: 79px!important;
	background-color: transparent;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#ft {
	margin-left: auto;
	margin-right: auto;
	padding-left: 17px;
	width: 928px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
}
body#admin div#ft {
	padding-left: 0;
}
p.copyright {
	width: 48%;
	margin-left: 30px;
	margin-top: 25px;
	font-size: 77%;
	color: #c2ceed;
	float: left;
	display: inline;
}
div#ft img {
	margin-right: 30px;
	margin-top: 15px;
	float: right;
	display: inline;
}

body#admin div#bd {
	border-top: 10px solid #8d9f6f;
	background-color: #fff;
	padding: 20px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

/* Events List */
div.eventsList ul {
	margin-left: 0!important;
	color: #fff;
}
div.eventsList ul li {
	margin: 2px 0 5px 0!important;
	padding: 0 0 5px 0!important;
	list-style-type: none!important;
	border-bottom: 1px dotted #99a4c2;
}
body#index div.eventsList ul li {
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}
div.eventsList ul li a:link, div.eventsList ul li a:visited {
	color: #f8ce69;
	text-decoration: none;
	font-weight: bold;
}
div.eventsList ul li a:hover {
	color: #fff;
}

/*Blog Summaries*/
div.blogList ul {
	margin-left: 0!important;
}
div.blogList ul li {
	background: none!important;
	margin-left: 0!important;
	padding-left: 0!important;
	padding-bottom: 4px;
	list-style-type: none!important;
	border-bottom: 1px dotted #99a4c2;
}
body#index div.blogList ul li {
	margin-top: 10px!important;
	margin-bottom: 10px!important;
}
/*div.blogList ul li * {
	margin-left: 0!important;
}*/
div.blogList h2 a:link, div.blogList h2 a:visited {
	color: #f8ce69;
	text-decoration: none;
}
div.blogList h2 a:hover {
	color: #fff;
}
div.blogList h2.postTitle {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0px;
}
div#content div.postBody {
	margin-left: 0px!important;
	font-size: 100%;
	color: #fff!important;
}
div.blogList span.postDate {
	color: #fff;
}
div.blogList div.postInfo {
	font-size: 1em;
	font-weight: bold;
	margin-top: 4px;
}
body#index div.blogList div.postInfo {
	font-weight: normal;
	font-size: 1em;
}
div.blogList div.postInfo em {
	font-style: normal;
	color: #c2ceed;
	font-weight: normal!important;
	font-size: 85%;
}
div#right_content div.blogList div.postInfo, div#right_content div.blogList div.rss, body#index div.blogList div.postInfo, body#index div.blogList div.rss {
	margin-left: 20px;
}
/* @end */

/* @group Nav */
div#nav {
	margin: 40px 0 0 0;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 114%;
	font-weight: bold;
	float: right;
	display: inline;
}
div#nav ul li {
	padding: 0 8px;
	float: left;
	display: inline;
}
div#nav ul li a {
	padding: 1px 5px;
	text-align: center;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #000;
	text-decoration: none;
}
div#nav ul li a:hover, div#nav ul li.selectedPage a:link, div#nav ul li.selectedPage a:visited {
	border-bottom: 5px solid #f8ce69;
}

div#subnav {
	clear: both;
	height: 235px;
}
div#subnav ul {
	list-style-type: none;
	margin-left: 50px!important;
	font-size: 136%;
	font-family: "Century Gothic", Arial, sans-serif;
}
div#subnav ul li {
	padding: 7px 0;
}
div#subnav a {
	display: block;
	text-indent: 10px;
}
div#subnav a:link, div#subnav a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
div#subnav a:hover {
	background: url(../images/subnav-highlight.png) no-repeat 0 50%;
}
/* @end */

/* @group Headings */
h1 {
	color: #000;
	font-size: 175%;
	font-weight: bold;
}
h2 {
	color: #000;
	font-size: 133%;
	font-weight: bold;
	margin-bottom: 5px;
}
div#sidebox h2 {
	color: #fff;
}
h3 {
	color: #000;
	font-size: 107%;
	margin: 0 0 5px 0;
}
div#sidebox h3 {
	color: #c2ceed;
}
h4 {
	color: #000;
	font-size: 108%;
	font-weight: bold;
}
h5 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
}
h6 {
	font-size: 100%;
	color: #000;
	font-weight: normal;
}
/* @end */

/* @group Text Styles */
.small {
	font-size: 85%;
}
/* @end */

/* @group Lists */
div#outer-wrapper ul {
	margin-left: 20px;
}
div#outer-wrapper div#feature-right ul {
	margin: 10px;
}
div#outer-wrapper div#feature-right ul li {
	background: url(../images/ul-arrow.gif) no-repeat 0 50%;
	text-indent: 15px;
	list-style-type: none;
	padding: 3px 0;
}
div#outer-wrapper ol {
	margin-left: 27px;
}
/* @end */

/* @group Forms */
.dirButton {
	float: left;
	display: inline;
}
.dirAddress {
	margin-top: 4px;
	margin-right: 3px;
	float: left;
	display: inline;
}
/* @end */

/* @group Links - link visited hover active */
a:link, a:visited {
	color: #595f4f;
}
a:hover, a:active {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}

/* @end */

