/* custom stuff */

html {
  height: 100%;
  margin-bottom: 1px;
}


body {
	margin: 0;
	padding: 0;
}

p {
  margin-top: 0;
  text-align:justify;
}

fieldset {
	border: 0;
	padding: 5px 0;
}

span.pathway a {
	padding-right: 20px;
	margin-right: 10px;
}

span.pathway img {
	margin: 0px 10px;
	display: none;
}

div#pathway {
	margin-bottom: 10px;
	padding-left: 8px;
}

a.readon {
	display: block;
	float: left;
	padding-left: 25px;
	margin-top: 10px;
	line-height: 14px;
	height: 16px;
}

/*** fonts ***/
body {
		line-height: 135%;
		font-family: Arial, Helvetica, sans-serif;
}

/* size attributes */

body.f_default {
	font-size: 12px;
}

body.f_smaller {
	font-size: 11px;
}

body.f_larger {
	font-size: 14px;
}

.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 85%;
}

div.moduletable h3,
.contentheading,
.componentheading {
	font-size: 115%;
}

#nav a,
a.mainlevel {
	font-size: 95%;
}

a.sublevel:link,
a.sublevel:visited {
	font-size: 85%;
}

/* font family */
h3,
.contentheading,
.componentheading,
ul#nav,
a.mainlevel,
a.sublevel,
.sectiontableheader,
div#spotlight {
	font-family: Arial, Helvetica, sans-serif;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.moduletable h3 {

}

/* default menu link styles */
a.mainlevel {
	display: block;
	margin-bottom: 3px;
	padding: 3px 0px;
}

a.sublevel {

}

a.mainlevel:hover {
	text-decoration: none;
}

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

/** regular joomla menu **/

a.mainlevel {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0;
	padding-left: 10px;
	font-weight: bold;
}

a.mainlevel:hover {
	background-position: 100% -22px;
}

a#active_menu:link,
a#active_menu:visited {
	text-decoration: underline;
}


a.sublevel:link,
a.sublevel:visited {
	font-weight: bold;
}

/* headings */

h1 {
	color:#E6E6E6;
	font-size:16px;
	margin:0;
    padding:0;
}

h2 {
margin:10px 0 0 0;
padding:0;
font-size:20px;
}

h2 a{
	margin:0;
	padding:0;
	font-size:14px;
	text-decoration:none;
	color:#CC3333;
}

h3 { 
margin:0;
padding:0;
}



h4 {
margin:5px 0 0 0;
padding:0;
	
}

.small {
	font-weight: bold;
}

#copy_right{
float:left;
width:350px;
color:#fff;
}

#copy_right a{
float:left;
color:#fff;
font-weight:bold;
text-decoration:none;
}

#footerlinks{
float:right;
width:530px;
height:auto;
color:#fff;
}
#footerlinks ul {
margin:0;
padding:0;
}

#footerlinks ul li {
margin:0;
padding:0 5px 0 5px;
border-right:1px solid #fff;
list-style:none;
display:inline;
color:#fff;
}

#footerlinks ul li a {
margin:0;
padding:0;
text-decoration:none;
color:#fff;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-weight: bold;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
}

.imgalign{
float:left;
background:#fff;
padding:4px;
border:1px solid #666;
margin:3px 5px 2px 0;
}	

/** some joomla class stuff */

table.contenttoc {
  margin: 5px;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


td.buttonheading {
 	vertical-align: middle;
}

td.sectiontableheader {
  font-weight: bold;
  padding: 4px;
  line-height: 20px;
margin-bottom: 5px;
height: 20px;}

tr.sectiontableentry1 td {
  padding: 4px;
height: 1.9em;
border-bottom: 1px #8c9baf solid;
vertical-align: middle;
background-color: #E1E4EA;}

tr.sectiontableentry2 td {
  padding: 4px;
height: 1.9em;
border-bottom: 1px #8c9baf solid;
background-color: #C8CFD8;
vertical-align: middle;}

td.sectiontableentry1, td.sectiontableentry2{
  padding: 3px;
}



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

table.contentpaneopen td, table.contentpane td {
	padding: 0;
}

div.moduletable ul {
	margin: 0;
	padding: 0;
	
}

div.moduletable ul li {
	padding-bottom: 3px;
	list-style:none;
	display:block;
	padding:3px;
	margin:0 0 3px 0;
	border:1px solid #5D5D5D;
	border-right:0px solid #5D5D5D;
	width:96%;
	background:#E5B600;
	
}



div.moduletable ul li a {
	padding:0;
	margin:0;
	line-height:17px;
	color:#5D5D5D;
	text-decoration:none;
}

div.moduletable ul li a:hover {
 	text-decoration:none;
	color:#000;
}

.clr {
	clear: both;
}

#page_bg {
	height: 100%; 
	padding: 0;
	margin-bottom: 1px;
}

div.mosimage {
  margin: 5px;
}



table.adminform textarea {
  width: auto;
  color: #666;
}


/** width stuff **/
body.w_wide div#wrapper {
	width: 918px;
}

body.w_wide div#shadow {
	width: 900px;
}

body.w_wide div#left {
	width: 170px;
}

body.w_wide div#right {
	width: 200px;
}

body.w_wide #nav li ul {
	width: 900px;
}

body.w_narrow div#wrapper {
	width: 750px;
}

body.w_narrow div#shadow {
	width: 732px;
}

body.w_narrow div#left {
	width: 170px;
}

body.w_narrow div#right {
	width: 170px;
}

body.w_narrow #nav li ul {
	width: 732px;
}


/** template layout stuff **/

div#wrapper {
	margin: 0 auto;
	position: relative;
}



div#shadow {
	padding: 0 9px;
	width: auto !important;
}

div#header {
	height: 105px;
	position: relative;
}

.logo {
	display: block;
	position: absolute;
	width: 605px;
	height:54px;
	float:left;
	margin:0;
	padding:;
}



div#tabarea {
	width: 100%;
	position: absolute;
	top: 57px;
}

div#tabarea div#fixed {
	height: 25px;
}

div#access {
	position: absolute;
	z-index: 10000;
	right: 4px;
	bottom: 4px;
	width: 180px;
}

div#access .button {
	display: block;
	float: right;
	width: 31px;
	height: 17px;
	margin: 0 1px;	
}

div#graphic {
	float: left;
	width: 100%;
	height: 99px;
	overflow: hidden;
}

*html div#graphic {
margin-left:-5px;
}

div#spotlight {
	height: 117px;	
}

div#quote {
	float: right;
	padding-top: 25px;
	padding-right: 30px;
	font-size: 18px;
	color: #fff;
	line-height: 100%;
	font-weight: bold;
}

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

table.nopad tr {
	vertical-align: top
}

table.nopad td {
	padding: 0px;
}

td#middle-col {
	width: 100%;
}

div#left .padding {
	padding-left: 7px;
}

div#right .padding {
	padding-left: 7px;
}

div#left div.shadow {
	height: 18px;
}

div#middle div.shadow_2 {
	padding-top: 28px;
	padding-left: 9px;
}

div#right div.shadow {
	padding-top: 28px;
}

div.moduletable h3,
.contentheading,
.componentheading {
	margin: 0;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

div#middle div.moduletable h3 {
	margin-right: -10px;
}

div#middle div.moduletable {
	padding-right: 10px;
}

table.nopad table.contentpane td,
table.nopad table.contentpaneopen td {
	padding-left: 10px;
	padding-right: 10px;
}

table.nopad td.contentheading {
	padding-left: 8px;
}

div.moduletable {
	margin-bottom: 10px;
}

div#top {
	margin-bottom: 10px;
	width: 100%;
}

div#top .corner_2 {
	padding: 7px 0 7px 8px;
}


div#bottom div.moduletable h3 {
	background: none;
}

div.moduletable {
	margin-bottom: 10px;
}

div#bottom {
	margin-bottom: 10px;
	margin-top: 15px;
	width: 100%;
}

div#bottom .corner_2 {
	padding: 7px 0 7px 8px;
}

div#vbottom div {
	padding: 5px 0;
	text-align: center;
}

/*****************************
 ****   supersuckerfish   ****
 *****************************/

#nav {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	width: 100%;
	height: 48px;
	overflow: hidden;
}

#nav li {
	margin: 0;
	float: left;
	display: block;
	padding-right: 7px;
	margin-right: 2px;
}


#nav li:hover,
#nav li.over {
	background-position: 100% -80px;
}

#nav li.on,
#nav li.on:hover,
#nav li.over.on {
	background-position: 100% 0;
}


#nav li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 23px;
	height: 25px;
	left: 0;
	width: 100%;
	overflow: hidden;
}

#nav a {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

#nav li.on li.on a {
	text-decoration: underline;
}

#nav li:hover a,
#nav li.over a {
	background-position: 0 -80px;
}

#nav li.on a, 
#nav li.on:hover a,
#nav li.over.on a {
	background-position: 0 0;
}

#nav li.on ul {
	display: block;
}

#nav li:hover ul, 
#nav li.over ul {
	display: block;
	z-index: 6000;
}

#nav li a {
	display: block;
	float: left;
	padding: 0 21px 0 28px;
	height: 23px;
	line-height: 23px;
}

/* sub level links */


#nav ul li {
	border-right: 0;
	padding: 3px 0;
	background: none;
}

#nav li ul a, #nav li.on ul a {
	display: block;
	float: left;
	padding: 0 15px;
	background: none;
	height: 20px;
	line-height: 20px;
}

/* some page content things */

.hide {
	display: none;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

table.pollstableborder td {
	text-align: left;
	padding: 2px 0;
}
/* custom stuff */

body {
	background: #000000 url(fr_bg.png) repeat-x;
}


span.pathway a {
	background: url(fr_arrow.png) 100% 0 no-repeat;
}

a.readon {
	background: url(fr_bullet.png) no-repeat;
	float:right;
}

/*** fonts ***/
body {
		color: #333;
}

/* font family */
a:link,
a:visited {
	color: #C44A3F;
font-weight: bold;}

/** regular joomla menu **/

a.mainlevel {
	background: url(fr_menu.png) 100% 0 no-repeat;
}

a.mainlevel:link,
a.mainlevel:visited {
	color: #333;
}

a.mainlevel:hover {
	color: #e66f47;
}

a.mainlevel#active_menu,
a.sublevel#active_menu {
	color: #8e0e03;
}

a.sublevel:link,
a.sublevel:visited {
	color: #870c04;
}

a.sublevel:hover {
	color: #333;
}

/* headings */
.small,
.modifydate,
.createdate {
	color: #000;
	font-size:11px;
}

/** some joomla class stuff */

td.buttonheading {
	background: #95A4B6;
}

td.sectiontableheader {
  background: #5e6976;
  color: #ffc600;
  border-right: 1px #bf480e solid;
font-weight: bold;}

/** template layout stuff **/

div#shadow {
	background: #000 url(fr_bg_shadow.png) repeat-x;
}

div#header {
	background: #4E4E50 url(fr_header.png) no-repeat 100% 0em;
}



#smaller .button {
	background: url(fr_css_small.png) no-repeat;
}

#medium .button {
	background: url(fr_css_med.png) no-repeat;
}

#larger .button {
	background: url(fr_css_large.png) no-repeat;
}

#wide .button {
	background: url(fr_css_wide.png) no-repeat;
}

#narrow .button {
	background: url(fr_css_narrow.png) no-repeat;
}

div#graphic {
	background: url(fr_graphic.jpg) 50% 0 no-repeat;
}

div#spotlight {
	height: 117px;	
}

td#left-col {
	background: #ffc600 url(fr_left_shadow2.png) repeat-y 100% 0em;
color: #282828;}

td#middle-col {
	background: #EDEDED url(fr_middle_shadow2.png) 100% 0 repeat-y;
}

td#right-col {
	background-color: #256892;
}

div#left div,
div#left p,
div#left td {
	color: #282828;
}

div#right div,
div#right p,
div#right td {
	color: #ededed;
}

div#top div,
div#top p,
div#top td {
	color: #ededed;
}

div#right a {
	color: #ccc;
}

div#left {
	background: url(fr_left_corner.png) 0 0 no-repeat;
}

div#middle {
	background: url(fr_middle_top.png) 0 0 repeat-x;
}

div#right {
	background: url(fr_right_top.png) 0 0 repeat-x;
}

div#left div.shadow {
	background: url(fr_middle_shadow.png) 100% 0 no-repeat;
	
}

div#middle div.shadow_1 {
	background: url(fr_middle_corner.png) 0 0 no-repeat;
}

div#middle div.shadow_2 {
	background: url(fr_right_shadow.png) 100% 0 no-repeat;
}

div#right div.shadow {
	background: url(fr_right_corner.png) 0 0 no-repeat;
}

div.moduletable h3,
.contentheading,
.componentheading {
	background: url(fr_head_left.png) 100% 0 no-repeat;
	color: #ededed;
}

div#middle div.moduletable h3,
.contentheading,
.componentheading  {
	background: #95A4B6 url(fr_title.png) no-repeat 0em 0em;	
	color: #E6E6E6;
}

div#right div.moduletable h3 {
	background: #3b3b40 url(fr_head_right.png) no-repeat 0em 0em;
	color: #ededed;
}

div#top div.moduletable h3 {
	background: #a60611 url(fr_title2.png) no-repeat 0em 0em;
	border-right: 8px #790f11 solid;
	color: #E6E6E6;
}

div#top {
	background: #c93f27 url(fr_top_shadow.png) repeat-y 100% 0em;
}

div#top .corner_1 {
	background: url(fr_top_tl.png) 0 0 no-repeat;
}

div#top .corner_2 {
	background: url(fr_top_bl.png) 0 100% no-repeat;
}

div#bottom div.moduletable h3 {
	color: #E6E6E6;
	background: none;
}

div#bottom {
	background: #95A4B6 url(fr_bottom_shadow.png) repeat-y 100% 0em;
}

div#bottom .corner_1 {
	background: url(fr_bottom_tl.png) 0 0 no-repeat;
}

div#bottom .corner_2 {
	background: url(fr_bottom_bl.png) 0 100% no-repeat;
}

div#vbottom {
	border-top: 15px #c93f27 solid;

}

div#vbottom a:link,
div#vbottom a:visited,
div#vbottom a:hover {
	color: #ffc600;
}

div#vbottom div {
	border-top: 10px #606060 solid;
	height:4px;
	
}

div#vbottom1A div {  
	padding:5px 0;
    text-align:center;
	
}
.left_banner img{
background:#fff;
padding:3px;
margin:5px 0 3px 0;
}

.reviews_tbl{
width:153px;
margin:0;
padding:0;
}
.reviews_tbl p{
text-align:justify;
color:#fff;
}


/*****************************
 ****   supersuckerfish   ****
 *****************************/
#nav li {
	background: url(fr_tab_r.png) 100% -40px no-repeat;
}

#nav li.on ul {
	background: #4E4E50;
color: #e2af00;}

#nav a {
	background: url(fr_tab_l.png) 0 -40px no-repeat;
	color: #ffffff;
}

#nav li.on a {
	color: #ffc600;
}
#nav li.on:hover a{
	color: #ffc600;
}
#nav li.over.on a {
	color: #ffc600;
}
/* sub level links */

#nav li ul {
	background: #4E4E50;
}

#nav ul li {
	background: none;
}

#nav li ul a, #nav li.on ul a {
	border-right: 1px #ffc600 solid;
}

.search {
float:left;
height:90px;
margin:4px 4px 4px 5px;
width:140px;
}
.inputbox{
width:140px;
background:#fff;
margin-top:20px;
float:left;
margin-bottom:5px;
}

.button{
background:url(search.jpg) no-repeat;
width:126px; 
height:29px;
border:0;
float:left;
}

.top_banner{
  width:728px;
  height:90px;
  float:right;
  background:#bcbcbc;
  margin:5px 2px 0 0;
}

.banner img{
float:left;
background:#fff;
padding:4px;
}

.reviews p{
 text-align:justify;
 margin:5px 0 5px 0;
 line-height:17px;
}

.reviews h4, .reviews h4 a, bonus_tbl h4, .bonus_tbl h4 a, .reviews_tbl h4, reviews_tbl h4 a{
 text-align:left;
 padding:0;
 margin:0;
 text-decoration:none;
 color:#FFCC00;
 font-weight:bold;
 font-size:15px;
}

.reviews_tbl h4, reviews_tbl h4 a{
 text-align:left;
 padding:0;
 margin:0;
 text-decoration:none;
 color:#000;
 font-weight:bold;
 font-size:15px;
}

.bonus{
 color:#fff;
 font-size:13px;
 text-align:center;
 margin:5px 0 5px 0;
}
.bonus b span{
  color:#FFCC00;
 font-size:14px;
 font-weight:bold;
}

.bonus_tbl{
margin:0;
padding:0;
float:left;

}

.sap {
clear:both;
height:10px;
border-bottom:1px dashed #FECD44;
margin:3px 0 3px 0;
}
.sapline{
clear:both;
height:10px;
border-bottom:1px dashed #000;
margin:3px 0 3px 0;
}










