/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body, th {
	background: #fff url(images/img01.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}

h1, h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 100%;
	color: #000;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

p {
}

ol {
}

ul {
	list-style: none;
}

ul li {
	padding-left: 10px;
	background: url(images/img16.gif) no-repeat 0px 10px;
}

a:link {
	color: #3490f8;
}

a:hover, a:active {
	text-decoration: none;
	color: #f89934;
}

a:visited {
	color: #666;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 20px;
}

.byline {
	color: #ccc;
}

.col-one {
	float: left;
}

.col-two {
	float: right;
}

.two-cols {
}

.two-cols .col-one, .two-cols .col-two {
	width: 250px;
}


/* Boxes */

.box-orange {
	background: url(images/img09.gif) repeat-x;
}

.box-orange .section {
	background: url(images/img11.gif) no-repeat right top;
	font-size: 100%;
	color: #fff;
}

.box-orange .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img10.gif) no-repeat;
}

.box-orange .content {
	padding: 20px;
}

.box-blue {
	background: url(images/img13.gif) repeat-x;
}

.box-blue .section {
	background: url(images/img15.gif) no-repeat right top;
	font-size: 100%;
	color: #fff;
}

.box-blue .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img14.gif) no-repeat;
}

.box-blue .content {
	padding: 20px;
}

.box-pink {
	background: url(images/img17.gif) repeat-x;
}

.box-pink .section {
	background: url(images/img19.gif) no-repeat right top;
	font-size: 100%;
	color: #fff;
}

.box-pink .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img18.gif) no-repeat;
}

.box-pink .content {
	padding: 20px;
}


/* Header */

#header {
	width: 960px;
	height: 92px;
	margin: 0 auto;
}


/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	float: left;
}

#logo h1 {
	padding-top: 40px;
	text-transform: lowercase;
	font-size: 34px;
	font-weight: normal;
}

#logo h2 {
	padding: 63px 0 0 3px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#logo a {
	text-decoration: none;
	color: #000;
}


/* Search */

#search {
	float: right;
	width: 300px;
	padding-top: 55px;
}

#search form {
}

#search fieldset {
	border: none;
}

#searchinput, #searchsubmit {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

#searchinput {
	padding: 2px 5px;
	width: 198px;
	background: #fff url(images/img02.gif) repeat-x;
	border: 1px solid #fff;
}

#searchsubmit {
	padding: 0 2px;
	background: #F4A652 url(images/img03.gif) repeat-x;
	border: 1px solid #000;
	text-transform: lowercase;
}


/* Menu */

#menu {
	width: 960px;
	height: 30px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 0;
	background: #fff;
}

#menu a {
	display: block;
	float: left;
	/*background: url(images/img07.gif) no-repeat;*/
	text-decoration: none;
	color: #666;
}

#menu a:hover {
	color: #1777b1;
}

#menu b {
	display: block;
	float: left;
	height: 23px;
	padding: 7px 10px 0 10px;
	/*background: url(images/img08.gif) no-repeat right top;*/
	cursor: hand;
}

#menu li.active {
	background: #cfcece url(images/img04.gif) repeat-x;
}

#menu li.active a {
	/*background: url(images/img06.gif) no-repeat right top;*/
	color: #c90404;
}

#menu li.active b {
	/*background: url(images/img05.gif) no-repeat;*/
}


/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}


/* Content */

#content {
	float: left;
	width: 520px;
}

/* For $CUSTOMPAGES */
#contentwide {
	float: left;
	width: 720px;
}


/* Feature */

#feature {
	margin-bottom: 20px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 420px;
}

/* For $CUSTOMPAGES */
#sidebarnarrow {
	float: right;
	width: 220px;
}

#sidebar .col-one {
	width: 200px;
}

#sidebar .col-two {
	width: 200px;
}

/* For $CUSTOMPAGES */
#sidebarnarrow .col-two {
	width: 200px;
}


/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	background: #ddd;
	border-top: 1px solid #999;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 85%;
}



/*

 e107 CSS stuff goes below - edit as necessary

 */

/* Forum */

/*main forum border*/
.fborder {
	border: 1px solid;
    border-color: #ccc #333 #333 #ccc;  /*outside tables */
	background-color: #ffffff;  /* inside tables */
}

/* forum parent headers, forum captions */
.forumheader, .nforumcaption{
	background-color: #f1f4fd;
	font: 12px verdana, tahoma, arial, helvetica, sans-serif;
	color:#000;
	padding: 4px;
	border: 1px solid #becde0;
	text-align: left;
}

.finfobar{
	background-color: #ccc8c8;
	color:#000;
	padding: 4px;
	border: 1px solid #c3bdbd;
	text-align: left;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
}


/* two left columns */
.forumheader2{
	background-color: #f4f6fb;
	font: 12px verdana, tahoma, arial, helvetica, sans-serif;
	color:#000;
	padding: 4px;
	border: #f4f6fb 1px solid;
	text-align: left;
}

/* all the rest of the forum tables */
.forumheader3{
	background-color: #f1f4fd;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	text-align: left;
	color:#000;
	padding: 4px;
	border: #f1f4fd 1px solid;
}

/* ??? */
.forumborder {
	border: #000080 1px solid;
}

/* where it says forum, information and all tables across */
.fcaption {
	border-bottom: 1px solid #becde0;
	border-top: 1px solid #e2e9f1;
	border-left: 0;
	border-right: 0;
	padding: 2px 0 2px 4px;
	background-color: #f9fafb;
	font: 9pt verdana, tahoma, arial, helvetica, sans-serif;
	color:#616060;
	height: 15px;
}

.fcaption a{
	padding-right:4px;
	color:#fff;
	text-decoration: underline;
}

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

.defaulttext {
	font: 8pt tahoma, verdana, arial, helvetica, sans-serif;
	color:#000;
}

/* table properties */
.tbox{
	background-color: #fff;
	border: #000 1px solid;
	color: #000;
	text-align: left;
}

.nextprev{
	background-color: #fafafa;
	border: #000 0px solid;
	color: #000000;
	font: 9px verdana, tahoma, arial, helvetica, sans-serif;
	text-align: center;
	padding: 2px;
}

.smalltext, .smallblacktext, .tbox{
	font: normal 8pt  arial, verdana, tahoma, arial, sans-serif;
}

.helpbox {
	color:#000;
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
	border: 0px none red;
	background-color: transparent;
}