/*------------------------------------------------------------------------
# Spillover Marketing
# ------------------------------------------------------------------------
# Copyright (C) 2007 Spillover Marketing All Rights Reserved.
# Author: Spillover Marketing
# Websites:  http://www.spillover.com -  http://www.coursetrends.com
-------------------------------------------------------------------------*/


/* COMMON STYLE
--------------------------------------------------------- */
.notification {
    font-weight: bold;
    background: #A60000;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid black;
	text-align: center;
}
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #4F4F4F;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

body#bd {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/bd-bg.gif) #fff repeat-x;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
}

body.fs1{
	font-size: 10px;
}

body.fs2{
	font-size: 11px;
}

body.fs3{
	font-size: 12px;
}

body.fs4{
	font-size: 13px;
}

body.fs5{
	font-size: 14px;
}

body.fs6{
	font-size: 15px;
}

/* Normal link */
a {
	color: #6DA43A;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #141514;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4, h5, h6 {
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, #so-pathway {
	font-size: 80%;
	color: #a68f66;
	padding-left:12px;
}

/* Heading */
h1 {
	font-size: 170%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 15px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 35px;
	line-height: 170%;
//	background: url(../images/arrow.png) no-repeat 25px 8px;
}

ol li {
	margin-left: 35px;
	line-height: 170%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

textarea {width:500px;}

input, select, textarea, .inputbox, .inputClass {
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid black;
	background-color: #ddd4a6;
}

.titleClass { font-weight: bold; color: #ddd4a6; font-size: 11pt; text-align: right; }
.errorMessage{ color: #A60000; font-weight: bold; font-style: italic; }

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #4F4F4F;
}

.button {
	background: url(http://www.dewittdrafthouse.com/templates/spillover/images/but-bg.gif) repeat-x top #CCC;
	color: #000;
	border: 1px solid #d5d5d5;
	padding: 1px 5px;
	font-weight: bold;
}

* html .button { /*IE 6*/
	padding: 1px 3px !important;
}

*+html .button { /*IE 7*/
	padding: 1px 3px !important;
}

.inputbox {
	border: 1px solid #CCCCCC;
	margin-bottom: 1px;
	padding: 3px 5px;
}

.inputbox:hover, .inputbox:focus {
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-top: 3px solid #CCCCCC;
	background: url(../images/code-bg.gif) no-repeat right top #F8F8F8;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px 15px 60px;
	background: url(../images/open_quotes.gif) 20px 10px no-repeat;
	font: 1em/1.5 Georgia, Times, serif;
}

p.quote {
	margin: 0;
	padding: 0;
	background: url(../images/close_quotes.gif) bottom right no-repeat;
}

/* Quote hilight */
div.quote-grey {
	background: url(../images/q1_std.gif) no-repeat 20px 10px #F8F8F8;
	padding : 0;
	margin: 0;
	border: 1px dotted #929292;
}

div.quote-grey blockquote {
	background: url(../images/q2_std.gif) no-repeat right bottom;
	margin: 0;
}

div.quote-hilite {
	background: url(../images/q1_std2.gif) no-repeat 20px 10px #EBF4E2;
	padding : 0;
	margin-top: 20px;
	border:1px dotted #92BF68;
}

div.quote-hilite blockquote {
	color: #609133;
	background: url(../images/q2_std2.gif) no-repeat right bottom;
	margin: 0;
}

/* Rropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #999999;
	font: 50px/40px Georgia, Times, serif;
}

.dropcap-hilite {
	float: left;
	padding: 4px 3px 0 3px;
	margin: 0 4px 0 0;
	display: block;
	color: #FFFFFF;
	background: #6DA43A;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #CC0000;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 25px;
	color: #DF8600;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 25px;
	color: #6DA43A;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	border-bottom: 1px dotted #999999;
	padding: 0 5px;
	background: White;
	font-weight: bold;
}

/* Note Style */
div.stickynote {
	margin-top: 20px;
	padding: 0;
	border: 1px solid #E2E2E2;
}

div.stickynote p {
	background: url(../images/sticky-bg.gif) no-repeat left center #FFFFFF;
	margin: 0;
	padding: 10px 15px 10px 55px;
	border: 2px solid #F3F3F3;
}

div.pinnote {
	margin-top: 20px;
	padding: 0;
	background: #F5FAF0;
	border: 1px solid #F2CAB7;
}

div.pinnote p {
	background: url(../images/pin-bg.gif) no-repeat left center #FFFFFF;
	margin: 0;
	color: #141514;
	padding: 10px 15px 10px 55px;
	border: 2px solid #FCF4F0;
}

div.contact {
	margin-top: 20px;
	padding: 0;
	background: #F5FAF0;
	border: 1px solid #B5E9F6;
}

div.contact p {
	background: url(../images/contact-bg.gif) no-repeat left center #FFFFFF;
	margin: 0;
	color: #18B8DF;
	padding: 10px 15px 10px 55px;
	border: 2px solid #F0FBFD;
}

div.download {
	margin-top: 20px;
	padding: 0;
	background: #F5FAF0;
	border: 1px solid #D7EAC6;
}

div.download p {
	background: url(../images/download-bg.gif) no-repeat left center #FFFFFF;
	margin: 0;
	color: #609133;
	padding: 10px 15px 10px 55px;
	border: 2px solid #F5FAF0;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 3px;
	padding: 0px 0 5px 30px;
	background: url(../images/checklist-bg.gif) no-repeat 0px 0px;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	color: #FFFFFF;
	background: url(../images/ol-bg.gif) no-repeat top left;
	font: 20px/normal Arial, sans-serif;
	font-weight: bold;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub-br-bg.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(../images/bub-bl-bg.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub-tr-bg.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub-tl-bg.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br-bg.gif) no-repeat bottom right;
}

div.bubble2 div div {
	background: url(../images/bub2-bl-bg.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr-bg.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/bub2-tl-bg.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br-bg.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(../images/bub3-bl-bg.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr-bg.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub3-tl-bg.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br-bg.gif) no-repeat bottom right;
}

div.bubble4 div div {
	background: url(../images/bub4-bl-bg.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr-bg.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl-bg.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}

/* Box style */
.box-grey,
.box-hilite {
	border: 1px solid #CCCCCC;
	background: url(http://www.dewittdrafthouse.com/templates/spillover/images/grad2.gif) repeat-x bottom #FFFFFF;
	margin: 20px 0 0 0;
	padding: 15px;
}

.box-hilite {
	border: 1px solid #CCCCCC;
	background: White;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3 {
	background: url(../images/h3-bg-narrow.gif) no-repeat;
	margin: 0 -10px 5px;
	padding: 0 5px 0 10px;
	line-height: 35px;
}

.wide div.moduletable h3 {
	background: url(../images/h3-bg.gif) no-repeat;
}

div.moduletable {
	padding: 5px 10px;
}

div.module h3 {
	margin: 0 0 5px;
	padding: 0;
	line-height: normal;
}

div.module {
	margin: 0 0 10px;
	padding: 0;
	background: url(../images/box-br.gif) no-repeat bottom right;
	float: left;
	width: 100%;
	clear: both;
}

div.module div {
	margin: 0;
	background: url(../images/box-bl.gif) no-repeat bottom left;
}

div.module div div {
	background: url(../images/box-tr.gif) no-repeat top right;
}

div.module div div div {
	padding: 15px 15px 20px;
	background: url(../images/box-tl.gif) no-repeat top left;
}

div.module div div div div {
	margin: 0;
	padding: 0;
	background: none;
	float: none;
}

/* Right module */
div.module-red h3,
div.module-green h3,
div.module-blue h3 {
	margin: 0 0 5px;
	padding: 0;
	line-height: normal;
}

div.module-red,
div.module-green,
div.module-blue {
	margin: 0 0 10px;
	padding: 0;
	background: url(../images/box-circle-br.gif) no-repeat bottom right;
	float: left;
	width: 100%;
	clear: both;
}

div.module-red div,
div.module-green div,
div.module-blue div {
	margin: 0;
	background: url(../images/box-bl.gif) no-repeat bottom left;
}

div.module-red div div,
div.module-green div div,
div.module-blue div div {
	background: url(../images/box-tr.gif) no-repeat top right;
}

div.module-red div div div,
div.module-green div div div,
div.module-blue div div div {
	padding: 15px;
	background: url(../images/box-tl.gif) no-repeat top left;
}

div.module-red div div div div,
div.module-green div div div div,
div.module-blue div div div div {
	margin: 0;
	padding: 15px 15px 20px;
	background: none;
	float: none;
}

/* Module red */
div.module-red {
	background: url(../images/box-red-br.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-red div {
	background: url(../images/box-red-bl.gif) no-repeat bottom left;
}

div.module-red div div {
	background: url(../images/box-red-tr.gif) no-repeat top right;
}

div.module-red div div div {
	background: url(../images/box-red-tl.gif) no-repeat top left;
}

/* Module Green */
div.module-green {
	background: url(../images/box-green-br.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-green div {
	background: url(../images/box-green-bl.gif) no-repeat bottom left;
}

div.module-green div div {
	background: url(../images/box-green-tr.gif) no-repeat top right;
}

div.module-green div div div {
	background: url(../images/box-green-tl.gif) no-repeat top left;
}

/* Module Blue */
div.module-blue {
	background: url(../images/box-blue-br.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-blue div {
	background: url(../images/box-blue-bl.gif) no-repeat bottom left;
}

div.module-blue div div {
	background: url(../images/box-blue-tr.gif) no-repeat top right;
}

div.module-blue div div div {
	background: url(../images/box-blue-tl.gif) no-repeat top left;
}

/* Module Blank */
div.module-blank {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	clear: both;
}

div.module-red a,
div.module-green a,
div.module-blue a {
	color: #FFFFFF;
}

div.module-red li,
div.module-green li,
div.module-blue li {
	background-image: url(../images/arrow4.gif) !important;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_seperator {
	display: block;
	height: 30px;
	border-bottom:1px solid #305C12;
}

#so-col1 .article_seperator, #so-col2 .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 93%;
	padding-left:27px;
}

table.contentpaneopen {
	border: none;
}

table.contentpane, table.contentpaneopen {
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0 0 5px 0;
	width: 35%;
	background: #F8F8F8;
}

table.contenttoc td {
	padding: 5px 5px 0 20px;
	background: url(../images/arrow.png) no-repeat 3% 60%;
}

table.contenttoc th {
	padding: 5px;
	background: #E6E6E6;
	text-indent: 5px;
	border-bottom: 5px solid #FFFFFF;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	border: none;
	background: White;
}

table.pollstableborder tr.sectiontableentry2 td {
	border: none;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
	width: 100% !important; /*Control the Frontend Editor area width*/
}

.mceEditor {width:400px;}

.adminform .inputbox {
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	color: #4F4F4F;
	font-size: 125%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 12px;
	background: url(../images/arrow.png) no-repeat 0 8px;
}

td.buttonheading {
	padding: 0 0 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	padding: 0 0 5px 0;
	margin-bottom: 15px;
	font-size: 200%;
	font-weight: bold;
	width:90%;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 170%;
}

.contentheading {
	font-size: 200%;
	font-weight: bold;
	line-height: normal;
	
}

a.contentpagetitle {
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none;
}

a.readon {
	float: left;
	display: block;
	background: url(../images/readon.gif) no-repeat top;
	width: 74px;
	height: 18px;
	text-indent: -300%;
	outline: none;
}

a.readon:hover, a.readon:active, a.readon:focus {
	background: url(../images/readon.gif) no-repeat bottom;
}

div.back_button a {
	margin: 10px 0;
	display: block;
	background: url(../images/but-back.gif) no-repeat top;
	height: 18px;
	width: 49px;
	outline: none;
	text-indent: -300%;
}

div.back_button a:hover,
div.back_button a:active,
div.back_button a:focus {
}

table.contentpaneopen td, table.contentpane td {

}

table.contentpaneopen, table.contentpane, table.blog {
	width: 95%;
	color: #956817;
	font-size:14px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

.createdate {
	padding: 0 1px;
	color: #999999;
	text-transform: uppercase;
	font-size: 90%;
}

.modifydate {
	color: #999999;
	height: 15px;
	padding-top: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	margin: 15px 10px 5px 0;
	padding: 5px;
}

* html .mosimage { /*IE 6*/
	padding: 5px 0 !important;
	margin: 15px 10px 5px 0;
}

*+html .mosimage { /*IE 7*/
	padding: 5px 0 !important;
}

.mosimage img {
	padding: 0 !important;
	margin: 0 !important;
}

.mosimage_caption {
	margin-top: 3px;
	padding: 1px 2px;
	color: #999999;
	font-size: 90%;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration: none;
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	text-decoration: none;
}

.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 5px;
	border: 1px solid #FFFFFF;
	background: #fff;
	color: #666;
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	border-bottom: 1px solid #DDDDDD;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	border-bottom: 1px solid #DDDDDD;
	background: #F8F8F8;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	border-bottom: 1px solid #CCCCCC;
}

.small {
	color: #999999;
}

.smalldark {
	color: #999999;
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#so-wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background: #956817;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

.wide #so-wrapper {
	width: 940px;
}

#so-container,#so-container-fr {
	
}

.wide #so-container,.wide #so-container-fr {
	
}

#so-container-f, #so-container-fl {
	
}

#so-contentwrap {
}

#so-content {
	padding: 15px 10px 20px;
	margin: 0;
	clear: both;
	display: block;
}

.wide #so-content {
	padding: 0;
	margin-left:-22px;
}

/* HEADER
--------------------------------------------------------- */
#so-header {
	clear: both;
	text-align: left;
	background: url(../images/mainnav-bg.gif) repeat-x top;
}


/* Default Joomla! Menu */
a.mainlevel {
	padding: 0px;
	width: 75%;
	display: block;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #990000;
	background: #666;
	text-decoration: none;
}

a.mainlevel#active_menu {
	background: #666;
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}

a.sublevel {
	padding: 2px 4px 2px 13px;
	display: block;
	color: #999999;
	background: url(../images/arrow.png) no-repeat 5px 8px;
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #4F4F4F;
	text-decoration: none;
}

#active_menu {
	background: url(../images/arrow.png) no-repeat 5px 8px;
	color: #6DA43A;
}

#so-botnavwrap {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	background: #F8F8F8;	
	overflow: hidden;
}

#so-botnav {
	padding: 0 15px;
	background: url(../images/botnav-bg.gif) repeat-y top left #F1F1F1;
	overflow: hidden;
}

#so-botnav ul {
	margin: 0;
	padding: 0;
}

#so-botnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: inline;
}

#so-botnav a {
	color: #999999;
	display: block;
	float: left;
	padding: 5px 10px;
	text-decoration: none;
}

#so-botnav a:hover, #so-botnav a:active, #so-botnav a:focus {
	background: url(../images/botnav-a-hover.gif) repeat-x center top;
	color: #4F4F4F;
}

#so-botnavwrap small {
	width: 170px;
	float: left;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 90%;
	text-align: center;
	margin-top: 7px;
}

* html #so-botnavwrap small { /* IE 6 */
	width: 167px;
}

.wide #so-botnavwrap small {
	width: 214px;
	letter-spacing: 3px;
}

* html .wide #so-botnavwrap small { /* IE 6 */
	width: 211px;
}


/* PATHWAY
---------------------------------------------------------*/
#so-pathway {
	display: block;
	float: left;
	font-size: 90%;
	padding: 0 8px 0 0;
	margin-bottom: 2px;
	background: url(../images/pathway-r.gif) no-repeat center right #E6E6E6;
	line-height: 23px;
}

#so-pathway div.innerpad {
	display: block;
	float: left;
	padding: 0 0 0 8px;
	margin: 0;
	background: url(../images/pathway-l.gif) no-repeat center left;
}

#so-pathway img {
	margin: 0 5px 1px;
	width:3px;
	height:5px;
}

#so-pathway a {
	color: #4F4F4F;
}

/* CONTENT COLUMN
--------------------------------------------------------- */
#so-mainbody, #so-mainbody-fl, #so-mainbody-fr, #so-mainbody-f {
	
}

#so-mainbody, #so-mainbody-fr {
	float: right;
	width: 594px;
}

.wide #so-mainbody, .wide #so-mainbody-fr {
	width: 600px;
}

#so-mainbody-fl {
	float: left;
	width: 100%;
}

#so-mainbody-fl #so-contentwrap {
	float: left;
	width: 80%;
	background: none;
}

#so-mainbody-fl #so-col2 {
	float: right;
	width: 20%;
}

#so-mainbody-f {
	float: none;
	width: 100%;
}

#so-mainbody #so-contentwrap {
	float: left;
	width: 75%;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#so-col1 {
	float: left;
	width: 175px;
	overflow: hidden;
}

.wide #so-col1 {
	width: 317px;
}

#so-col1 div.innerpad {
	padding: 85px 7px 15px; 
}

.wide #so-col1 div.innerpad {
	padding: 0; 
}

#so-col2 {
	float: right;
	width: 24.9%;
	overflow: hidden;
	padding: 15px 0;
}

#so-col2 div.innerpad {
	padding: 0 7px 0 0; 
}

.wide #so-col2 div.innerpad {
	padding: 0 15px 0 0; 
}

#so-col1 table,
#so-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#so-col1 ul li,
#so-col2 ul li {
	padding-left: 10px;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 0 8px;
}

#so-col1 ul,
#so-col2 ul {
	margin: 0;
}

/* FOOTER
--------------------------------------------------------- */
#so-footer {
	padding: 10px 0;	
}

.wide #so-footer {
	background: none;
}

#so-footer a {
	color: #771603;
}

#so-footer a:hover,
#so-footer a:active,
#so-footer a:focus {
	color: #771603;
	text-decoration:underline;
}

#so-footer small {
	padding: 0 15px;
	margin-left: 180px;
	display: block;
	color:#110e0b;
}

.wide #so-footer small {
	margin-left: 5px;
}

div#logo-ext {
	padding-top: 18px;
	width: 170px;
	float: left;
	text-align: center;
}

.wide div#logo-ext {
	width: 220px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
/* User Tools */
#so-usertoolswrap {
	float: right;
	margin-top: 8px;
	width: 30px;
	height: 40px;
	display: block;
	background: url(../images/sitetool-bg1.gif) no-repeat center left;
	position: relative;
	z-index: 99;
}

span.so-sitetool {
	margin: 0;
	width: 30px;
	height: 30px;
	display: block;
	cursor: pointer;
}

#so-usertoolswrap:hover, #so-usertoolswrap.so-toolswraphover {
	background: url(../images/sitetool-bg2.gif) no-repeat center left;
}

#so-usertoolswrap:hover #so-usertools,
#so-usertoolswrap.so-toolswraphover #so-usertools {
	display: block;
	top: 30px;
}

#so-usertools {
	padding: 0;
	float: right;
	display: none;
	background: none;
	border: none;
	font-size: 11px;
	position: absolute;
	margin-top:5px;
	top: 100%;
}

#so_header_jsfade {
	z-index: 1;
}

#so-usertools ul {
	float: left;
	margin: 0;
	padding: 7px 5px 0;
}

#so-usertools li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

#so-usertools img {
	padding: 0 2px;
}

ul.accessibility {
	position: absolute;
	top: -100%;
}

#so-botnav ul.accessibility {
	float: right;
	position: relative;
	top: auto;
}

#so-banner {
	text-align: center;
}

#mod_login_password, #mod_login_username {
	width: 88%;
}

#mod_login_password {
}

#mod_login_username {
}

#mod_login_remember {
	border: none;
	background: none;
}

/* so CoolAds Module */
#so-coolads {
	height: 0;
	overflow: hidden;
	position: relative;
}

#so-coolads-container {
	margin-right: 5%;
	overflow: hidden;
}

#so-coolads-container div.moduletable {
	overflow: hidden;
}

/* SLWI */
.so-slwi-container {
	width: 100%;
}

.so-slwi-container h3 {
	margin: 0 !important;
	padding: 7px 10px !important;
	font-size: 100% !important;
	line-height: normal !important;
}

.so-slwi-text p {
	padding: 0 10px;
	margin: 0;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

