/************************************************************************
FEC Specific styles (for the header and menu)
*************************************************************************/
body {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
}

DIV#fec_logoArea {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

DIV#fec_nameArea {
	position: absolute;
	left: 159px;
	top: 0px;
}

DIV#fec_mainToolbar {
	position: absolute;
	left: 0px;
	top: 66px;
	height: 26px;
	width: 100%;
	min-width: 600px;
	background: #bb0f00;
	z-index: 2;
	text-align: right;
}

/*BREADCRUMBS*/
DIV#breadcrumbs { margin:92px 0px 0px 159px; padding-left:12px; padding-bottom:6px; padding-top:6px; border-bottom:1px solid #737373; border-left:1px solid #737373; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10px; color:#737373;  }
DIV#breadcrumbs A:link, DIV#breadcrumbs A:visited, DIV#breadcrumbs A:active { text-decoration:none; color:#737373; }
DIV#breadcrumbs A:hover { text-decoration: underline; }
.breadcrumbs_curPage { color: #bb0f00; }

DIV#fec_mainContentWide {
	/* margin: 36px 24px 0px 186px;  RBL Change made to correct indentation issues. */
	margin: 20px 24px 0px 200px;
}

DIV#fec_mainContentWide h1{
	display:inline;
	margin: 1.5em 0em 0.25em 0em;
	padding:3px 9px 3px 9px;
	font-family: Georgia, Times\ New\ Roman, Times, serif;
	font-size:20px;
	font-weight:bold;
	line-height:1.1em;
	color:white;
	background-image:url("/images/h1_bg.gif");
	background-repeat:no-repeat;
	background-position: top left;
}

/************************************************************************
Styles specific to blog
*************************************************************************/
div#blog_toplink{
    padding: 4px 15px 4px 10px;
    font-family:verdana, tahoma;
    font-size:11px;
    font-weight:bold;
    text-align: right;
}

div#blog_toplink a {color: #004477; text-decoration:none;}
div#blog_toplink a:hover{ text-decoration:underline; color:#BB0F00; }

div#centercontent_wrap {
    width: 70%;
    float:left;
    display:inline;
    margin-top:20px;
}
div#centercontent {
    margin: 0px 10px 10px 0px;
}

#rightcontent_wrap {
    float: right;
    display: inline;
    width: 29%;
    margin:15px 0px 0px 0px;
    border-left:1px solid #bdcfdc;
}
#rightcontent {
    margin: 10px;
}

a{ text-decoration:none; color:#004477; }
a:hover{ text-decoration:underline; color:#BB0F00; }

.clearfix{
	clear:both;
}

/***************************************************************************************
Entries
****************************************************************************************/
.entryBox {
    margin-bottom:20px;
    border-bottom: 1px solid #bdcfdc;
    font-family:verdana, tahoma, arial;
    font-size:11px;
    line-height:1.6;
    color:#454545;
}

.entryTitle {
    margin:1.5em 0em 0.25em 0em;
    font-family:Georgia, Times\ New\ Roman, Times, serif;
    font-size:18px;
    font-weight:bold;
    line-height:1.1em;
    color:#004477;
}

.entryTitle a{ text-decoration:none; color:#004477; }
.entryTitle a:hover{ text-decoration:underline; color:#BB0F00; }

.entryInfo {
    font-family:verdana, tahoma;
    font-size: 11px;
    color: #999;
}
.entryInfo a{ text-decoration:none; color:#004477; }
.entryInfo a:hover{ text-decoration:underline; color:#BB0F00; }
.entryInfo a:visited {color: #004477; }

.entryContent a{ text-decoration:none; color:#004477; }
.entryContent a:hover{ text-decoration:underline; color:#BB0F00; }


/***************************************************************************************
Center content next previous
****************************************************************************************/
#centercontent .next-previous{
	margin:20px 0px 10px 0px;
	font-family:verdana, tahoma;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

#centercontent .next-previous a{
	color: #004477;
	text-decoration:none;
	padding-right:5px;
}

#centercontent .next-previous a:hover{
	color: #BB0F00;
	text-decoration:underline;
}

/***************************************************************************************
Comments
****************************************************************************************/
.comments{
	font-family:verdana, tahoma, arial;
	font-size:11px;
	color:#454545;
	line-height:1.6;
}
.comments-head{
	font-family:Times\ New\ Roman;
	font-weight: bold;
    color:#004477;
    font-size:16px;
    padding:0px 0px 8px 0px;
}

.comment-details {
    font-family:verdana, tahoma, arial;
    font-size: 11px;
    color: #999;
    padding-bottom:10px;
    border-bottom: 1px solid #bdcfdc;
    margin-bottom:10px;
}

.comment-details a{
   color:#004477;
   text-decoration:none;
}

.comment-details a:hover{
   color:#BB0F00;
   text-decoration:underline;
}


div.comments-form span.status {
    display: block;
    background: white;
    color: green;
    border: 1px solid green;
    margin: 10px 0px;
    padding: 10px;
    font-size: 11px;
    font-weight: bold;
}

span.error {
    display: block;
    background: white;
    color: #c00;
    border: 1px solid #c00;
    margin: 10px 0px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

.comments-syntax-indicator {
    font-weight: bold;
}
.comments-syntax-indicator span.enabled {
    background: transparent;
    color: green;
    font-style: italic;
}
.comments-syntax-indicator span.disabled {
    background: transparent;
    color: red;
    font-style: italic;
}
form {font-family:verdana, tahoma, arial; font-size:11px;}
form ul{ position: relative; list-style: none; width: 80%; }
form li{ line-height: 2em; margin: 0; padding: 1px 1px 6px 9px; width:100%;}
form li.focused{ background-color: #fff7c0 !important; }
form li p{ font-size: 9px; line-height: 13px; color: #444; }
form li{ display: inline-block; }
form[id] li{ display: block; }
form li div{ display: inline-block; }
form[id] li div{ display: inline; }
form .left{ float: left !important; margin: 0; }
form .right{ float: right !important; margin: 0; }
form .clear{ clear: both; } 
form li div p{ margin: 0 0 5px 0; }
form div.left{ margin-right: 2px !important; }
form div.left[class]{ margin-right: 4px !important; }
form div.left img{ margin: 0 0 -2px 0; }
form h2{ font-size: 1.8em; clear: left; } 
form .info{ display: inline-block; margin: 0 0 10px 0; padding: 0 0 4px 0; border-bottom: 1px dotted #ccc !important;}
form .info[class]{ display: block; }
form .info p{ font-size: 1em; line-height: 1.3em; margin: 0 0 8px 0; }
textarea.textarea{margin-bottom: 1px;}
textarea.textarea[class]{font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, sans-serif;}
select.select{ padding: 1px 0 0 0; margin: 1px 0 3px 0; }
select.select[class]{ margin: 0; padding: 1px 0 1px 0; }
form .small{ width: 70px; }
form .medium{ width: 170px; }
form .large, form textarea.textarea{ width: 340px; }
form .tags{ width: 320px; }
form textarea.small{ height: 5.5em; }
form textarea.medium{ height: 10em; }
form textarea.large{ height: 20em; }
.choices input{ width: 200px; margin-right: 3px; }
.choices ol{ margin: 10px 0 0 0; }
.choices[class] ol{ margin: 0 !important; }
.choices img{ margin: 0 0 1px 0; }
fieldset ol li{ display: list-item !important; margin: 0 5px 2px 3px !important; padding: 0 !important; list-style: inside decimal; }
input.button, button { width: 6em; padding: 2px 2px 0 0; /* fix for IE */ }
/* revert to normal for Firefox */
li>input.button, li>button, input.button>input.button, button>button { padding: 2px; }
label.desc{
    margin: 4px 0 3px 0;
    border: 0;
    color: #444;
    font-size: 1em;
    line-height: 1.3em;
    display: block;
    font-weight: bold;
}
input.text, input.number, input.url, input.email, input.password, input.file, 
textarea.textarea, select.select{
    font-size: 1.2em;
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #ddd;
    color: #333;
}
input.text, input.number, input.url, input.email, input.password, input.file{ padding: 2px; }
input.currency{ text-align: right; }
input.checkbox, input.radio{
    display: block;
    line-height: 1.4em;
    margin: 8px 0 0 3px;
    width: 13px;
    height: 13px;
}
input.focus, textarea.focus { background: #ffd; color: #000; }
label.choice{
    display: block;
    line-height: 1.4em;
    margin: -19px 0 0 25px;
    padding: 4px 0 5px 0;
    color: #444;
    width: 80%;
}

form ul li .button{
	margin:0px; padding:0px; border:0px;
	text-decoration:none;
	font-family:verdana, tahoma;
	font-size:11px;
	vertical-align:middle;
	text-align:center;
	height:20px;
	color:#454545;
	border:1px solid #454545;
}


/***************************************************************************************
Right content
****************************************************************************************/

#rightcontent h2{
	/*font-family:verdana, tahoma;
	font-size:16px;
	font-weight:bold;
	font-variant:small-caps;
	letter-spacing:0.1em;
	color:#004477;
	padding:0px 0px 8px 0px;
	border-bottom:1px solid #bdcfdc;*/

	/*margin: 1.5em 0em 0.25em 0em;*/
	
	padding:0px 0px 8px 0px;
	font-family: Georgia, Times\ New\ Roman, Times, serif;
	font-size:16px;
	font-weight:bold;
	line-height:1.1em;
	color:#bb0f00;
	border-bottom:1px solid #bdcfdc;
}

.sidebar{
	font-family:verdana, tahoma;
	font-size:11px;
	margin-bottom:15px;
}

.sidebar #searchForm input{
	margin:0px; padding:0px; border:0px;
	font-family:verdana, tahoma;
	font-size:12px;
	width: 150px;
	height:18px;
	border:1px solid #bdcfdc;
	vertical-align:top;
	margin-right:5px;
}

.sidebar #searchForm .button{
	margin:0px; padding:0px; border:0px;
	text-decoration:none;
	font-family:verdana, tahoma;
	font-size:11px;
	width: 50px;
	height:20px;
	color:#454545;
	border:1px solid #454545;
}

/***************************************************************************************
Cloud Tags
****************************************************************************************/
.tagcloud { width:90%; font-size: 130%; light-height: 90%; word-spacing: 3pt; 
            text-align: center; font-family: verdana, tahoma, arial; 
            margin-top: 13px }
a.tag     { border-style: none }
a.tag.s1  { color: #004477; font-size: 70%; letter-spacing: 1px  }
a.tag.s2  { color: #004477; font-size: 90% }
a.tag.s3  { color: #004477; font-size: 100% }
a.tag.s4  { color: #004477; font-size: 120% }
a.tag.s5  { color: #004477; font-size: 140%; letter-spacing: -1px }
.tagcloud a:hover{color: #BB0F00; }


/***************************************************************************************
Footer
****************************************************************************************/
div#footer {
    clear:both;
    font-family:verdana, tahoma, arial;
    font-size:10px;
    padding: 15px 0px 15px 0px;
    color:#454545;
    text-align: center;
}


/***************************************************************************************
Search Results
****************************************************************************************/

