@charset "utf-8";
/* CSS Document */

* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/body_background.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited {
	color: #851815;
	text-decoration: none;
}

a:hover {
	color: #BA3430;
	text-decoration: underline;	
}

.inputbox {
        border: 1px solid #990000;
	padding: 2px 0 2px 3px;
}

input.button {
	background-image: url(../images/top_button_bg.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	border: 1px solid #851815;
	padding: 3px 5px;
}

input.button:hover {
	background-image: url(../images/top_button_bg_hover.png);
	background-repeat: repeat-x;
	color: #e6d0a9;
}

#clear {
	clear: both;
}

#container {
	width: 1176px;
	margin-left: auto;
	margin-right: auto;
}

#headercont {
	width: 1176px;
	height: 245px;
	background-image: url(../images/header_background.png);
	overflow: hidden;
	position: relative;
}

#header {
	height: 90px;
	padding-top: 110px;
	padding-left: 450px;
	padding-right: 120px;
	padding-bottom: 5px;
}

#logo {
	width: 250px;
	height: 75px;
	margin-top: 120px;
	margin-bottom: 10px;
	margin-left: 150px;
	overflow: inherit;
	position: absolute;
	float: left;
	left: 0;
	top: 0;
}

#logo img {
	width: 250px;
	height: 75px;
}

#top {
	color: #000000;
	font-size: 10px;
}

#topnav {
	background-image: url(../images/top_button_bg.png);
	background-repeat: repeat-x;
	width: 959px;
	height: 39px;
	margin-left: 110px;
	margin-right: 107px;
}

#topnav table.center {
	margin-left: auto;
	margin-right: auto;
}

#topnav table.center td {
	border-right: 1px solid #990000;
	border-left: 1px solid #BA3430;
}

#topnav ul {
	list-style: none;
}

#topnav li {
	float: left;
}

#topnav a {
	color: #FFFFFF;
	display: block;
	height: 17px;
	text-decoration: none;
	padding: 10px;
	border-left: 1px solid #990000;
	border-right: 1px solid #BA3430;
}

#topnav a:hover {
	background-image: url(../images/top_button_bg_hover.png);
	background-repeat: repeat-x;
	color: #e6d0a9;
}

#breadcrumbs {
	float: left;
	width: 600px;
	height: 20px;
	font-style: italic;
	font-size: 11px;
	padding-top: 5px;
	padding-left: 80px;
	padding-bottom: 5px;
}

#search {
	float: right;
	padding-top: 5px;
	padding-right: 80px;
	padding-bottom: 5px;
	height: 20px;
	width: 324px;
	text-align: right;
}

#search div.search input {
	border: 1px solid #990000;
	padding: 2px 0 2px 3px;
	width: 145px;
}

#maincontainer {
	width: 1084px;
	margin-left: 48px;
	margin-right: 46px;
	background-image: url(../images/content_background.png);
}

#content {
	padding: 0 70px;
	
}

.small {
	color: #BA3430;
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
}

h2, .contentheading {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	text-align:left;
	vertical-align:bottom;
	width:100%;
}

h3, .componentheading, table.moduletable th, legend {
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	margin-bottom: 10px;
	text-align: left;
	color: #851815;
}

.createdate {
	color: #BA3430;
	font-size: 0.9em;
	font-weight: normal;
	height: 20px;
	padding-bottom: 5px;
	vertical-align: top;
}

.modifydate {
	color: #BA3430;
	font-size: 0.9em;
	font-weight: normal;
	height: 20px;
	text-align: left;
	vertical-align: bottom;
}

a.readon {
        display: block;
	margin-top: 10px;
}

#leftcolumn {
	float: left;
	width: 20%;
}

#leftcolumn div.module_menu {
	background: url(../images/left_menu_br.png) no-repeat scroll 100% 100%;
	margin-bottom: 15px;
}

#leftcolumn div.module_menu div {
	background: url(../images/left_menu_bl.png) no-repeat scroll 0 100%;
}

#leftcolumn div.module_menu div div {
	background: url(../images/left_menu_tr.png) no-repeat scroll 100% 0;
}

#leftcolumn div.module_menu div div div {
	background: url(../images/left_menu_tl.png) no-repeat scroll 0 0;
	padding: 30px 10px 15px 10px;
	width: auto;
}

#leftcolumn div.module_menu h3 {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: -23px -4px 5px -5px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#leftcolumn div.module_menu ul {
	margin: 10px 0;
	padding-left: 20px;
}

#leftcolumn div.module_menu ul a {
	font-weight: bold;
	color: #851815;
	text-decoration: none;
}

#leftcolumn div.module_menu ul a:hover {
	color: #BA3430;
	text-decoration: underline;
}

#leftcolumn div.module {
        padding: 0 10px;
        margin-bottom: 20px;
}

#leftcolumn div.module fieldset p {
        margin-bottom: 5px;
}

#leftcolumn div.module fieldset p input {
        border: 1px solid #990000;
	padding: 2px 0 2px 3px;
}

#leftcolumn div.module ul {
        margin: 10px 0;
        padding-left: 20px;
}

#leftcolumn div.module div div div form div {
        margin: 10px;
}

#maincolumn {
	margin-left: 20%;
	padding-left: 15px;
	width: 77%;
}

#maincolumn table.user {
	border-collapse: collapse;
	margin-bottom: 15px;
	width: 100%;
}

#maincolumn table.user ul {
	margin: 10px 0;
	padding-left: 40px;
}

#maindivider {
	border-top: 1px solid #BA3430;
	margin-bottom: 15px;
	height: 1px;
	overflow: hidden;
}

#maincolumn table.main {
	border-collapse: collapse;
	margin-bottom: 15px;
	width: 100%;
}

#maincolumn table.main ul {
	margin: 10px 0;
	padding-left: 40px;
}

#maincolumn table.main div.moduletable {
	margin-bottom: 25px;
	text-align: center;
}

#maincolumn table.main div.moduletable table.poll thead {
        margin: 3px 0;
        text-align: left;
}

td.sectiontableheader {
        background-color: #d7c29e;
        border-right: 1px solid #e6d0a9;
        color: #851815;
        font-weight:bold;
        padding:4px;
}

td.sectiontableentry0, td.sectiontableentry1, td.sectiontableentry2 {
        padding: 3px;
}

tr.sectiontableentry0 td, tr.sectiontableentry1 td, tr.sectiontableentry2 td {
        padding: 4px;
}

table.pollstableborder td {
        text-align: left;
}

table.pollstableborder thead {
        text-align: left;
        margin: 3px 0;
}

table.pollstableborder {
        margin: 5px 0;
}

.banneritem_text {
        font-size: 11px;
        padding: 4px;
}

.bannerfooter_text {
        background-color: #d7c29e;
        font-size: 11px;
        padding: 4px;
}

#footer {
	background-image: url(../images/top_button_bg.png);
	background-repeat: repeat-x;
	width: 959px;
	height: 39px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;	
}

#syndicate {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}

#syndicate a {
	text-decoration: none;
	color: #FFFFFF;
}

#syndicate a:hover {
	text-decoration: underline;
	color: #e6d0a9;
}

#powered_by {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}