/* CSS Document */

html {
	height: 100%;
	background-color:#000000;
}

body {
	height: 100%;
	margin-bottom: 1px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 100%;
	font-size: 11px;
	color: #CCCCCC;
	text-align:left;
}


.clr {
	clear: both;
}

#mainContainer{
	align:center;
	background:#000000;
}



#pathway_text {
  overflow: hidden;
	display: block;
	text-align:left;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-right: 4px;
	border: none;
	margin-bottom: 2px;
}

#pathway_text img {
	align:right;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}




ul#mainlevel-nav
{
	list-style: none;
	text-align:left;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	text-align:left;
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: none;
}

ul#mainlevel-nav li a
{
	color:#FF0000;
	text-align:left;
	display: block;
	padding-left: 15px;
	text-decoration: none;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	text-align:left;
	color: #fff;
	background: #c64934;
}



#header {
	float: left;
	padding: 0px;
	margin:none;
	border:none;
	width: 250px;
	height: 95px;
}

#rightBanner{
	background: url(../images/code-black.gif);
	background-position: bottom left;
	padding: 0px;
	margin: none;
	float: left;
	height: 95px;
	width: 550px;
}


#underLogo{
	float:left;
	width:250px;
	padding-top: 3px;
	height:25px;
	background:#000000;
	}

#underBanner{
	text-align:right;
	padding-top: 3px;
	padding-right: 10px;
	float:left;
	width:540px;
	height:25px;
	background:#000000;
	color:#FF0000;
	}


#left_outer {
 	float: left;
	margin: none;
	width: 145px;
}

#left_inner {
	text-align:right;
	background: #000000;
	padding-bottom:325px;
  	float: none !important;
  	float: left;
}



#content{
  width:633px;
  float: left;
  padding-top:5px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:20px;
  border:none;
  border: #FF0000 1px solid; 
}

table.content_table {
  width: 100%;
	padding: 10px 10px 10px 10px;
	margin: 0px;
}

table.content_table td {
	padding: px;
	margin: 0px;
}


#rightBoxes{
  	float: left;
	align:right;
  	padding-top:80px;
	border:none;
	width:150px;
	}
	

#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}

#bottom_outer {
	background: #0F0F0F;
  	float: left;
	margin: none;
	border-left: #FF0000 1px solid; 
	border-bottom: #FF0000 1px solid; 
	width: 800px;
	height:10px;
}

#bottom_inner {
background: #0F0F0F;
  padding: none;
  float: none !important;
  float: left;
}

.bottom_spacer{
	margin-top:50px;
}

table td.body_outer {
	padding: 2px;
	border: none;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/



#footer {
	text-align: center;
	padding: 3px;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
text-align:right;
line-height: 120%;
padding-top: 10px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px;
}


td {
	line-height:100%;
	text-align: left;
	font-size: 14px;
}

h1 {
	line-height:150%;
}

h2{
	font-size:16px;
	color:#999999;
	margin-bottom: -10px;

}

h3{
	margin-bottom: 10px;
}



/* Joomla core stuff */
a:link, a:visited {
	text-align:right;
	color: #9D0000;
	text-decoration: none;
	font-weight: bold;
}


a:hover {
	color: #900;	
	text-decoration: none;
	font-weight: bold;
}


table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.button {
  color: #000000;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	line-height:120%;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;

}

.contentcolumn {
}

.contentheading {
	line-height: 120%;
	padding-top:15px;
	text-align:left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 24px;
	white-space: nowrap;
}



.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable th, div.moduletable h3 {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #9D0000;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background:  repeat-x;
  color: #666666;
	text-align: right;
	padding-top: 2px;
	padding-right: 25px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
/* main menu styling */

a.mainlevel:link, a.mainlevel:visited {
	background: url(../images/FFMsubhead_bg.png) repeat-x;
	background-position: center;
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-right:10px;
	padding-bottom: 5px;
	background-color:#000000;
	margin-bottom:10px;
	color: #CCCCCC;
	text-transform: uppercase;
	text-decoration: none;
}

a.mainlevel:hover {
	text-decoration: none;
	color: #9D0000;
}

a.mainlevel#active_menu {
	background: url(../images/FFMsubheadSELECTED_bg.png) repeat-x;
	color:#FFFFFF;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #9D0000;
}

a.sublevel:link, a.sublevel:visited {
	display:block;
	font-size: 11px;
	font-weight: bold;
	margin-right:5px;
	padding-right:5px;
	text-align: right;
	margin-bottom:10px;
}

a.sublevel:hover {
	color: #CCCCCC;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #FFFFFF;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}

