@charset "utf-8";

/* RESET
------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%; /* This effects even the <h*> tags */
	font-family: inherit;
	vertical-align: baseline;
}

p,ol,ul,h1,h2,h3,h4,h5,h5,h6 
{
	margin: 0 0 1em 0;
}

/* TYPOGRAPHY
------------------------------------------------------------------*/

body
{
	font-family: Georgia, "Book Antiqua", "Times New Roman", Times, serif;
	color: #333333;
	line-height: 1;
}

#logo h1 a
{
	text-indent: -9999px;
	text-decoration: none;
}

#nav-main li a
{
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 78%;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #0F0F0F;
	letter-spacing: 0;
	line-height: 1;
}

#nav-main li ul li a
{
	text-align: left;
	/*border: 1px solid #FF0000;*/  
}

#nav-main li.active ul li a {color: #0F0F0F;}

#page
{
	font-size: 80%;
	line-height: 1.5;
}

#page a:link, #page a:visited
{
	color: #3399CC;
	text-decoration: underline;
}

#page a:hover
{
	text-decoration: none;
	background: #EFEFF2;
}

#content h1
{
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	text-transform: uppercase;
	text-align: left;
	font-weight:bold;
	color: #847D6E;
	line-height: 0;
}

#content ol, #content ul
{
	margin: 10px;
	padding: 10px;
	/*list-style-type: square;*/
}

/* GRID
------------------------------------------------------------------*/

body
{
	width: 100%;
	height: 100%;
}

#container
{
	position: relative;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
/* border: 1px solid #BBCC00; */
}

#header
{
	position: relative;
	z-index: 500;
	width: 1000px;
	height: 128px;
}

#header h2, #header hr {display: none;}

#logo
{
	position: absolute;
	top: 0px;
	left: 30px;
	float: left;
	font-size: 0px; /* IE keeps extra space for text in divs, so use this to remove it */
}

#logo, 
#logo h1, 
#logo h1 a
{
	width: 202px;
	height: 358px; 
	display: block;
}

#feature
{
	position: relative;
	width: 1000px;
	height: 230px;
}

#feature #sidebar-overlay
{
	position: absolute; float: left;
	top: 0px;
	left: 0px;
	width: 232px;
	height: 230px;
}

#feature #image
{
	position: absolute; float: left;
	top: 0px;
	right: 0px;
	width: 768px;
	height: 230px;
	border-style: none;
}

#nav-main
{
	position: absolute;
	z-index: 400;
	top: 128px;
	right: 0px;
	width: 768px;
	height: 38px;
	list-style-type: none;
	list-style-position: outside;
	vertical-align: middle;
}

#nav-main li
{
	height: 38px;
	display: inline;
	vertical-align: middle;
}

#nav-main li a
{
	position: absolute;
	height: 12px;
	padding: 13px 0 13px 0;
	display: block;
}

#nav-main #nav49-btn  a {left: 0px;   width: 143px;}
#nav-main #nav50-btn  a {left: 143px; width: 108px;}
#nav-main #nav51-btn a {left: 251px; width: 103px;}
#nav-main #nav52-btn a {left: 354px; width: 92px;}
#nav-main #nav53-btn a {left: 446px; width: 116px;}
#nav-main #nav54-btn a {left: 562px; width: 105px;}
#nav-main #nav89-btn a {left: 667px; width: 101px;}

#nav-main li ul
{
	position: absolute; float: left;
	top: 230px;
	left: -202px;
	width: 202px;
	display: none;
	list-style-type: none;
	/*border: 1px solid #0000FF;*/
}
#nav-main li ul ul
{
	position: relative; float: none;
	top: 38px;
	left: 0px;
}

#nav-main li.active ul {display: block;}

#nav-main li.active ul li
{
	width: 202px;
	height: 38px;
	display: block;
	/*border: 1px solid #CCFFEE;*/
}

#nav-main li.active ul li a,
#nav-main #nav49-btn ul li a,
#nav-main #nav50-btn ul li a,
#nav-main #nav51-btn ul li a,
#nav-main #nav52-btn ul li a,
#nav-main #nav53-btn ul li a,
#nav-main #nav54-btn ul li a,
#nav-main #nav89-btn ul li a
{
	left: 0;
	width: 182px;
  	height: 12px;
	padding: 13px 0 13px 20px;
	/*border: 1px solid #0FF000;*/
}

#page
{
	position: relative;
	width: 1000px;
	height: 625px;
	min-height: 625px;
	/*border: 1px solid #BB0000;  */ 
}

#content
{
	position: relative;
	margin: 0 0 0 267px;
	width: 694px;
	/*border: 1px solid #00FF00;*/
	/* background-color: #3399FF; */
}

#content-tools
{
	position: absolute; float: right;
	top: 66px;
	right: 15px;
	width: 185px;
	height: 400px;
	border: 1px dashed #DAD8D3;
	/*background-color: #33FF99;*/

/**/display: none;
}

#content h1
{
	display:block;
	padding: 40px 0 26px 0;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #DAD8D3;
}

/* IMAGE
------------------------------------------------------------------*/

body {background: #FFFFFF url(/assets/templates/fmco/images/body_bgfade_tile.jpg) left top repeat-x;}

#container {background: transparent url(/assets/templates/fmco/images/blue_bg_tile.gif) top left repeat-y; /* DEFAULT COLOURING */}

#header {background: transparent url(/assets/templates/fmco/images/header_tile.gif) left top repeat-x;}

#logo h1 {background: transparent url(/assets/templates/fmco/images/sidebar_logo.png) left top no-repeat;}

#feature #sidebar-overlay {background: transparent url(/assets/templates/fmco/images/sidebar_feature_overlay.png) top left no-repeat;}

#feature #image {background: transparent url(/assets/templates/fmco/images/blue_roof_meeting.jpg) top right no-repeat;}

#nav-main {background-color: transparent;}

#nav-main li a {background-color: #F4F3F0;}

#nav-main li a:hover {background-color: #E7E6E5;}

#nav-main li.active a {background-color: transparent; color: #FFFFFF;}
#nav-main li.active a:hover {background-color: transparent;}

#nav-main li.active ul li.active,
#nav-main li.active ul li.active a:hover {background: #FFFFFF;}

#nav-main li.active ul li a:hover {background-color: #CFDBEC;}

/* FORMS
------------------------------------------------------------------*/

#search
{
	position:absolute; float: right;
	z-index: 600;
	top: 49px;
	right: 38px;
	width: 476px;
	/*border: 1px solid #BB00CC;*/
}

#search img {display: none;}

#search-directory {
	position:absolute;
	top:26px;
	left:5px;
	width:496px;
	height:32px;
	overflow:hidden;
	z-index:400;
}
#search fieldset, #sidebarlogin fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}
#search form, #sidebarlogin form {
	border: none;
	margin: 0px;
	padding: 0px;
}


#search label, #sidebarlogin label {
color: #444444;
}


#search input, #sidebarlogin input {
	border-top: 1px solid #C2C1B8;
	border-left: 1px solid #C2C1B8;
	border-bottom: 1px solid #C2C1B8;
	border-right: 1px solid #E3E2DF;
	height: 23px;
}
#sidebarlogin label {
display: block;
margin-top: 5px !important;
}

#sidebarlogin input {
	width: 100%;
}
#sidebarlogin #checkbox_1 {	width: auto; float: right; border: 0 !important;}
#sidebarlogin h3 {
display: none;
}
.button {width: auto !important; height: auto !important; padding: 2px !important; margin-top: 5px !important; margin-bottom: 5px !important;}

#sidebarlogin #forgotpsswd {
	font-size: 70%;
	display: block;
	float: right;
	margin-top: -25px;
}
#search select {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}
#search textarea {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}

#search-txt {
    position: absolute;
    top: 0px;
    left: 158px;
    width: 57px;
    height: 21px;
    color: #ffffff;
    font-size: 13px;
    line-height: 23px;
display: none;
}

#ajaxSearch_input
{
    position: absolute;
    top: 0px;
    right: 56px;
    width: 176px;
    height: 23px;
}

#ajaxSearch_submit 
{
    width: 56px !important;
    height: 27px !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent  url(/assets/templates/fmco/images/find_btn.gif) no-repeat center top;
   padding: 55px 0 0 !important;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    position: absolute;
    top: 0px;
    right: 0px;
}

#ajaxSearch_output {
    background: #000;
    color: white;
    -moz-opacity:0.95 !important;
    opacity:0.95 !important;
    filter: alpha(opacity=95) !important;
    position: absolute;
    top: 23px;
    left: 220px;
    width: 165px !important;
    z-index: 1;
    border: 0;
    padding: 0;
    margin: 0;
}
#ajaxSearch_output a {
	color: #fff;
	text-align: left;
	width: 172px;
	display: block;	
	width: 93% !important;
}
#ajaxSearch_output a:hover{ background-color: #8dbc00; }
#ajaxSearch_output p {margin: 0;}
.ajaxSearch_paging { }

.AS_ajax_result {
    border-top: 1px solid #2f2f2f;
    color: #444;
    padding: 5px 10px 7px;
    margin: 0;
}
    .AS_resultLink {
        text-decoration: underline;
        padding: 0;
        margin: 0;
    }
    .AS_ajax_resultDescription {
        color: #888;
    }
    .AS_ajax_more { color: #555; }
    .AS_intro { display: none;}



/* UserComments 
------------------------------------------------------------------------- */                       
.comment {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    background-color: #f4f4f4;
}
.commentAuthor {
    background-color: #ffc;    
}
.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}
.commentNum {
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}

/* EmailForm 
------------------------------------------------------------------------------- */
#EmailForm {
	width: 360px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}
#EmailForm.full { width: 100%; }


#EmailForm fieldset {
    border: none;
}

#EmailForm legend {
	display: none;
}
#EmailForm h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

#EmailForm label,
#EmailForm p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

#EmailForm input {
	display: block;
	margin-top: 3px;
}

#EmailForm select {
	float: left;
	display: block;
}

#EmailForm label.first,
#EmailForm label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

#EmailForm label.second,
#EmailForm label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
#EmailForm label.state { width: 60px; }

#EmailForm label.first input,
#EmailForm label.city input,
#EmailForm label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

#EmailForm label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

#EmailForm label.zip,
#EmailForm label.zip input {
	float: left;
	width: 80px;
}
#EmailForm label.zip { clear: none; }

#EmailForm label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

#EmailForm label input {
	float: left;
	width: 310px;
	padding: 0;
}

#EmailForm input.radio,
#EmailForm input#radiobutton_1,
#EmailForm input#radiobutton_2,
#EmailForm input#radiobutton_3,
#EmailForm input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.radio,
#EmailForm label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

#EmailForm input.checkbox,
#EmailForm input#checkbox_1,
#EmailForm input#checkbox_2,
#EmailForm input#checkbox_3,
#EmailForm input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the #EmailForm elements to look similar across browsers ... emulates Safari */
#EmailForm label input,
#EmailForm textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
#EmailForm input.checkbox,
#EmailForm select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
#EmailForm textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

#EmailForm label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}

#EmailForm input.button {
    clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
}


/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget 
{
	float: left;
}

.MODX_RichTextWidget a
{
	border: 0px;
}

/* Ditto 2 Blog
------------------------------------------------------------------------------- */
.ditto_summaryPost h3 {
    border-bottom: 1px solid #ccc;
    margin: 0px !important;
    padding: 5px !important;
    color: black;
}
.ditto_summaryPost .ditto_info {
    background-color: #F8F8F8;
    padding: 5px !important;
    font-size: 0.8em;
    color: black;
}
.ditto_link {
    font-size: 76%;
    text-align: right;
}
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px; 
    font-size: 86%;
    color: #618100;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid #618100;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: #9c0; 
    color: #fff;
} 
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #9c0; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: #618100;
} 
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}
#ditto_archivelist ul {
    list-style-type: none; 
    margin-left: 15px; 
    padding-left: 0;
}
#ditto_archivelist ul ul{
    list-style-type: square;
    margin-left: 35px;
} 
#ditto_archivelist .ditto_month {
    font-weight: bold;
}

/* Search Terms Highlighting
------------------------------------------------------------------------------- */
.AS_ajax_highlight {
    background-color: #ffb;
    padding: 2px;
    margin: -3px;
    border: 1px solid #dd3;
    color: #000;
}

.searchTerms { color: #eee; }
.searchTerms .AS_ajax_highlight { margin: 0 0 0 3px;}
a.ajaxSearch_removeHighlight, a.ajaxSearch_removeHighlight:visited { display: block; float: left; margin: 6px 0 0; padding: 1px 2px 2px; color: #888; }
a.ajaxSearch_removeHighlight:hover { background-color: #888; color: #222; }

/* WIDGETS
------------------------------------------------------------------*/

/* img, div { behavior: url(/assets/js/iepngfix.htc) } */

/*
.AS_ajax_highlight
{
    background-color: #ffb;
    padding: 2px;
    margin: -3px;
    border: 1px solid #dd3;
    color: #000;
}

.searchTerms { color: #eee; }
.searchTerms .AS_ajax_highlight { margin: 0 0 0 3px;}
a.ajaxSearch_removeHighlight, a.ajaxSearch_removeHighlight:visited { display: block; float: left; margin: 6px 0 0; padding: 1px 2px 2px; color: #888; }
a.ajaxSearch_removeHighlight:hover { background-color: #888; color: #222; }
*/

/* UTILITIES
------------------------------------------------------------------*/

.desc {display:none;}

.clearboth {clear: both; display: block;}

