/* FBC Edmond */
/* Main.css */
/* Created March 15, 2005 */
/* Modified January 30, 2008
--------------------------------------- */

/* General
--------------------------------------- */

.hide {
	display: none;
	}

blockquote {
	padding: 1em 1.5em;
	display: block;
	}

dt {
	margin-top: .5em;
	font-weight: bold;
	}

dd {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 1em;
	}

ul {
	list-style: disc outside;
	padding: 0px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	}

li {
	margin-bottom: 0.8em;
	margin-top: 0.8em;
	margin-left: 1.5em;
	margin-right: 0px;
	list-style-position: outside;
	list-style-type: disc;
	padding: 0px;
	}

table { 
	border-collapse: collapse;
	border-spacing: 0;
	}

img {
	border: none;
	}

p {
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	}

strong { 
	font-weight: bold;
	}

em {
	font-style: italic;
	}
	
/* Layout
--------------------------------------- */

body {
	text-align: left;
	background-color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	}
	
/* Backgrounds */

#top_background {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 140px;
	background-image: url(images/top_tile.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	}

#middle_background {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: center top;
	float: left;
	background-color: #7F7367;
	background-image: url(images/middle_bg.jpg);
	}
	
body#inside #middle_background {
	background-image: url(images/middle_bg2.jpg);
	}
	
body#admin #middle_background {
	background-image: url(images/middle_bg2.jpg);
	}
	
#bottom_background{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 120px;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8D7E71;
	border-bottom-color: #5B5551;
	background-color: #83756A;
	background-image: url(images/bottom_bg.jpg);
	background-repeat: repeat;
	float: left;
	}

/* Header
--------------------------------------- */

/* Layout */

#header {
	padding: 0px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 140px;
	}

#header .left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 503px;
	height: 99px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

#header .right {
	float: right;
	width: 277px;
	height: 29px;
	text-align: right;
	margin: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
/* Style */

#header .left h1 a{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 503px;
	height: 99px;
	display: block;
	text-indent: -9999px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

/* MainCol
--------------------------------------- */

/* MainCol Layout */

#mainCol {
	width: 100%;
	height: 232px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/maincol_bg.jpg);
	}

#mainCol_flash{
	width: 780px;
	height: 219px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

/* MainCol Style */

/* SubCol
--------------------------------------- */

/* SubCol Layout */

#subCol {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-y;
	background-position: center top;
	min-height: 200px;
	background-image: url(images/subcol_bg.jpg);
	}
	
body#inside #subCol {
	min-height: 230px;
	background-image: url(images/subcol_bg2.jpg);
	}
	
body#admin #subCol {
	min-height: 230px;
	background-image: url(images/subcol_bg3.jpg);
	}
	
#subCol_Top{
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/subtop_bg.jpg);
	min-height: 200px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}
	
body#inside #subCol_Top{
	background-image: url(images/subtop_bg2.jpg);
	}
	
body#admin #subCol_Top{
	background-image: url(images/subtop_bg3.jpg);
	}
	
#subCol_Bottom {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/subbottom_bg.jpg);
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 20px;
	width: 100%;
	}

body#inside #subCol_Bottom {
	background-image: url(images/subbottom_bg2.jpg);
	}
	
body#admin #subCol_Bottom {
	background-image: url(images/subbottom_bg3.jpg);
	}

#subCol_container{
	padding: 0px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#subCol_left{
	width: 277px;
	margin: 0px;
	padding: 0px;
	float: left;
	}
	
body#inside #subCol_left{
	width: 563px;
	padding: 0px;
	float: left;
	color: #333333;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
body#admin #subCol_left{
	width: 780px;
	color: #333333;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	}

body#admin #subCol_left a{
	color: #333333;
	}
	
body#inside #subCol_banner{
	width: 563px;
	float: left;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: -30px;
	padding-bottom: 0px;
	padding-left: -30px;
	}

body#inside #subCol_left #subCol_banner .element{
	width: 563px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
#subCol_middle{
	width: 285px;
	margin: 0px;
	padding: 0px;
	float: left;
	margin-left: 2px;
	}
	
#subCol_right{
	width: 211px;
	margin: 0px;
	padding: 0px;
	float: left;
	margin-left: 2px;
	}
	
body#inside #subCol_right{
	margin-top: 9px;
	}
	
#subCol .both {
	width: 100%;
	clear:both;
	margin: 0px;
	padding: 0px;
	}

/* SubCol Style */

#subCol {
	color: #FFFFFF;
	}

#subCol h1.title {
	color: #FAD971;
	font-weight: normal;
	font-size: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 42px;
	line-height: 38px;
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#subCol .element{
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	}
	
body#inside #subCol_left .element{
	width: 503px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin: 0px;
	}
	
body#inside #subCol_left .element a{
	color: #A89364;
	}
	
body#inside #subCol_left .element a:hover{
	color: #70613F;
	}
	
body#inside #subCol_left .element li{
	margin-left: 2.5em;
	}
	
body#admin #subCol_left .element{
	width: 720px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin: 0px;
	}
	
#subCol_left h1.title{
	width: 257px;
	background-image: url(images/title1.jpg);
	}
	
#subCol_left .element{
	width: 237px;
	}
	
#subCol_middle h1.title{
	width: 265px;
	background-image: url(images/title2.jpg);
	}
	
#subCol_middle .element{
	width: 255px;
	padding-left: 10px;
	}
	
#subCol_right h1.title{
	width: 191px;
	background-image: url(images/title3.jpg);
	background-repeat: no-repeat;
	}

body#inside #subCol_right #subCol_content .title{
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 171px;
	}
	
#subCol_right .element{
	width: 171px;
	margin: 0px;
	padding: 0px;
	}

body#inside #subCol_right #subCol_content .element{
	width: 171px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	}

body#home #subCol_right .element ul{
	margin-top: 2em;	
	}
	
body#home #subCol_right .element li{
	list-style-type: none;
	padding: 8px 0;
	display: block;
	margin: 0px;
	}
	
body#home #subCol_right .element a, body#home  #subCol_right .element a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F2ECBD;
	text-decoration: none;
	background-image: url(images/yellow_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A1978D;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -3px;
	margin-left: 1.5em;
	}
	
body#home  #subCol_right .element a:hover{
	color: #fff;
	background-image: url(images/grey_arrow.jpg);
	}
	
body#inside #subCol_right #subCol_content{
	margin: 0px;
	width: 211px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	clear: both;
	color: #E7E2DA;
	}
	
body#inside #subCol_right #subCol_content h1{
	color: #E7E2DA;
	font-size: 20px;
	}
	
body#inside #subCol_right #subCol_content h2{
	color: #FFFFFF;
	font-size: 20px;
	}
	
body#inside #subCol_right #subCol_content h3{
	color: #E7E2DA;
	font-weight: bold;
	}
	
body#inside #subCol_right #subCol_content li{
	margin-left: 1.3em;
	list-style-position: outside;
	list-style-type: disc;
	}

/* ExtraCol
--------------------------------------- */

/* ExtraCol Layout */

#extraCol {
	width: 780px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	min-height: 120px;
	}

#extraCol_left{
	padding: 0px;
	float: left;
	width: 277px;
	text-align: center;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#extraCol_middle{
	padding: 0px;
	float: left;
	width: 285px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	text-align: center;
	}

#extraCol_right{
	padding: 0px;
	float: left;
	width: 211px;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 2px;
	margin-bottom: 0px;
	text-align: center;
	}

/* ExtraCol Style */

/* Navigation
--------------------------------------- */

/* MainNav Layout */

#navigation {
	margin: 0px;
	padding: 0px;
	width: 779px;
	height: 41px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #450000;
	float: left;
	}
	
/* MainNav Style */
	
#navigation ul {
	padding:0;
	margin:0;
	}

#navigation li {
	display: inline;
	list-style: none;
	}

#navigation li a, #navigation li a:link {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	float: left;
	text-align: center;
	padding-top: 13px;
	padding-right: 1em;
	padding-bottom: 13px;
	padding-left: 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #450000;
	margin: 0px;
	}

#navigation li a:hover {
	background-image: url(images/nav_ov.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
/* SideNav Layout */
	
#sideNav {
	margin: 0px;
	width: 171px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	clear: both;
	}
	
/* MainNav Style */
	
#sideNav ul{
	padding: 0;
	margin: 0;
	}

#sideNav li{
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C8E82;
	}

#sideNav li a, #sideNav li a:link{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 17px;
	display: block;
	color: #F2ECBD;
	text-decoration: none;
	background-image: url(images/yellow_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	}

#sideNav li a:hover{
	color: #FFFFFF;
	background-image: url(images/grey_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
#sideNav ul ul{
	padding: 0;
	margin-top: .5em;
	margin-right: 0;
	margin-bottom: .5em;
	margin-left: 0;
	}

#sideNav ul ul li{
	list-style-type: none;
	display: inline;
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0em;
	}
	
#sideNav ul ul li a, #sideNav ul ul li a:link {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 17px;
	display: block;
	color: #FFFFFF;
	background-image: url(images/grey_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
	}

#sideNav ul ul li a:hover{
	color: #CCCCCC;
	background-image: url(images/grey_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
	}
	
/* Footer Layout */
	
#footer {
	clear: both;
	background-image: url(images/footer_tile.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	width: 100%;
	height: 140px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
	font-size: 11px;
	}
	
#footer_container{
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
#footer_left{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 595px;
	}
	
#footer_right{
	padding: 0px;
	float: right;
	width: 180px;
	text-transform: uppercase;
	text-align: right;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	}

/* Footer Style */

#footer ul {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	}

#footer li {
	display: inline;
	list-style: none;
	margin-right: 0.5em;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#footer li a, #footer li a:link {
	color: #666666;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#footer li a:hover {
	color: #B2B2B2;
	}
	
/* Left Style*/
	
#footer_left p{
	margin-left: 5px;
	margin-top: .5em;
	margin-right: 0px;
	margin-bottom: .5em;
	padding: 0px;
	}

#footer_left .links{
	color: #CCCCCC;
	}

#footer_left .links a{
	color: #8D8D8D;
	}

#footer_left .links a:hover{
	color: #999999;
	}
	
/* Right Style */

#footer_right p{
	margin-right: 10px;
	margin-top: .2em;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

/* Overall Style
--------------------------------------- */

/* Headers */

h1, h2, h3, h4 {
	color: #000;
	background-color: transparent;
	}

h1 {
	font-size: 220%;
	font-weight: normal;
	color: #8F7B51;
	}

h2 {
	font-size: 180%;
	font-weight: normal;
	color: #BA4242;
	}

h3 {
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}
	
h4 {
	font-size: 110%;
	color: #605043;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/* Links */

a, a:link{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	}

a:hover{
	color: #D9D1C4;
	}
	
/* Water
--------------------------------------- */

/* calendar */
.eventsElement table{border-collapse: collapse; color: #18588a;}
.eventsElement td{ padding: 2px; color: #333;	background: url('images/gray.gif');}
.eventsElement td a{color: #18588a;}
.eventsElement td td a{}
.eventsElement td td{	background-image: url('images/brown.gif')}
.eventsElement td table td a{width: 150px; padding: 5px; background-image: url('images/brown.gif'); }
.eventsElement th{padding: 7px 5px; background-image: url('images/red.gif');}
.eventsElement table table td{height: 25px;padding: 2px;}

#header .right .label{
	font-weight: bold;
}

#header .right .searchInput{
	border: 1px solid #999999;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -3px;
	margin-left: 0px;
}

#header .right .searchButton{
	cursor:pointer;
	background-image: url(images/search_button.gif);
	background-repeat: no-repeat;
	font-size: 0px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	height: 20px;
	width: 36px;
	background-color: transparent;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.eventsElement li,
.blogsElement li,
.linksModule li{
	list-style: none;
	background: url('images/redArrow.gif') 0 5px no-repeat;
	font-size: 12px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

.postInfo{
	margin: 0px;
	padding: 0px;
}

.postTitle a{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	}

.rss {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.postDate{
	margin: 0 0 15px 0;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}

.inlineContentAdder .content {
	width: auto !important;
	}

	
/* Clearing
--------------------------------------- */

#container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#container{display: inline-block;}

/* Hides from IE-mac \*/
* html #container {height: 1%;}
#container {display: block;}
/* End hide from IE-mac */
