@charset "utf-8";
/* General styling *****************************************************************************************************/
* {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*color:#58595b;*/
	color:#000000;
	line-height: 170%;
	
	border:0px;
}

html, body {
	height:100%;
}

.clear {
	clear:both;
}

ul, ol {
	padding: 0px 20px 0px 20px;
}

ul {
	list-style:outside;
}

ul.ullogin {
	padding-top:20px;
}

ul.ullogin li {
	padding-bottom:0px;
}

li {
	/*background:url(../images/bullet.gif) no-repeat top left;*/
	padding-left:0px;
	padding-bottom:10px;
}

/* second level bullet points*/
ul li ul {
	list-style:none;
	padding-left:0px;
}
ul li ul li {
	background:url(../images/dash.gif) no-repeat top left;
	padding-left: 20px;
}

table {
	/*border-collapse:collapse*/;
}

.padright {
	
}

table.padright td {
	padding-right:14px;
}

.article_separator {
	display:none;
}
/*
h1, .componentheading {
	font-weight:bold;
	color:#998B7D;
	color:#1BA9E0;
	font-size:21px;
	line-height:20pt;
	margin: 20px 0 20px;
}

h2 {
	color:#998B7D;
	font-size:16pt;
	font-weight:normal;
	margin:0 0 8px;
	padding:10px 0 0;	
}

*/

h1, .componentheading {
	color:#690823; /*#998B7D;*/
	font-size:21pt;
	font-weight:normal;
	line-height:20pt;
	margin:0 0 13px;
}

h2 {
	color:#565656;
	font-size:16pt;
	font-weight:normal;
	margin:0 0 10px;
	padding:0px;
}
.ash1{}
h2.ash1 {
	padding:0px;
	line-height:20px;
	margin-bottom:13px;
}

a {
	color:#1BA9E0;
}

a:hover {
	color:#690823;
}

.button {
	padding:5px;
}

p, hr {
	margin:0 0 10px;
}

hr {
	height:1px;
	color:#CCCCCC;
}

.padded {}
table.padded td {
	padding-right:10px;
	padding-bottom:10px;
	vertical-align:top;
}

table.contentpaneopen {
	margin-bottom:10px;
}

table td.weblink img {
	vertical-align:bottom;
}

/* Details table, e.g. locations */
#DetailsTable {
	font-size:10pt;
	width:880px;
}
#DetailsTable td {
	padding:5px;
}
#DetailsTable th b {
	color:#FFFFFF;
}

#DetailsTable th {
	padding:5px;
}
/* Main layout *********************************************************************************************************/
#mainmenu {
	height:42px;
	padding: 1px 2px 0 0;
	margin: 0;
	/*background:url(../images/top-menu-border-right.png) no-repeat right;*/
}
#mainmenu #menu td {
	background:url(../images/menu-item-bg.png);
	width:120px;
	text-align:center;
}

#mainmenu table#menu td a {
	text-align:center !important;
}


.inner-div {
	margin:auto;
	width:880px;
	text-align:left;
}

#page_bg {
	background:#E1E1E0;
}

#site-wrap {
	background:url(../images/body-bg.png) repeat-x #CDCDCD;
}

#wrapper, #wrapper-mods {
	width:880px;
	margin: 0 auto 0 auto;
	text-align:left;
}
#wrapper-mods {
	/*padding-bottom:555px;*/
}

#wrapper {
	padding-bottom:50px;
}

#top {
	height:128px;
	background:url(../images/logo.jpg) no-repeat left;
}


/* Search */
#top #search {
	background:url(../images/search-bg.png) no-repeat top;
	width:510px;
	height:25px;
	float:right;
	padding-top:5px;
}

#mod_search_searchword {
	width:170px;
}
/* Float modules */
#top .moduletable {
	float:left;
	color:#FFFFFF;
	font-weight:bold;
}

/* The top menu */ 
#top .moduletable ul {
	list-style:none;
	padding:0;
	padding-left:20px;
}
#top .moduletable ul li {
	float:left;
	padding:0;
	background:none;
}

#top .moduletable ul li a {
	text-decoration:none;
}

#top .moduletable ul li a span {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 2px 0px 2px;
	font-weight:bold;
}
#top .moduletable ul li .separator span {
	color:#FFFFFF;
	padding: 0px 5px 0px 5px;
	font-size:10px;
	font-weight:bold;
}

/* Home page link */
#top #startpage {
	display:block;
	width:370px;
	height:128px;
	float:left;
}

#main {
	padding-top:30px;
}

#bottom-wrap, #bottom-wrap-mods {
	width:100%;
}

#bottom-wrap {
	/*position:absolute;
	bottom: 0px;*/
	background: #E1E1E0;
	margin-top:50px;
}

#bottom-wrap-mods {
	height: 555px;
}

#bottom {
	background:url(../images/bottom-bg.png) repeat-x top;
	background-color:#870D34;
	padding-top:25px;
	/*height:480px;*/
}

#footer {
	background:url(../images/footer-bg.png) repeat-x top #E1E1E0;
	height:30px;
	padding-top:20px;
}

#footer a {
	text-decoration:none;
	color:#636466;
}

#footer table td {
	text-align:right;
}

#footer span.mainlevel {
	padding-left:10px;
	padding-right:10px;
}

#footer td img {
	vertical-align:bottom;
}

/* Modules *************************************************************************************************************/
.moduletableorange, .moduletablegreen, .moduletableblue {
	float:left;
	width:250px;
	/*height:430px;*/
	background-repeat:repeat-x;
	padding:15px;
	padding-top:2px;
	margin-bottom:45px;
	background-color:#e3e3e3;
	
	background-image:url(../images/mod-bg.png);
}

.moduletableorange, .moduletableblue {
	margin-left:20px;
}

.moduletableorange h3, .moduletablegreen h3, .moduletableblue h3 {
	display:block;
	height:20px;
	padding-top:5px;
	padding-bottom:25px;
	font-size:16px;
	color:#FFFFFF;
}
.moduletableorange h3 {
	color:#272727;
}
.moduletablegreen h3 {
	color:#c61d09;
}
.moduletableblue h3 {
	color:#565656;
}
/***********************************************************************************************************************/

/* Content classes */
.content_td {
	padding-left:20px;
}

/** Event table *******************************************************************************************************/
.event_table {
	width:880px;
	margin-bottom:10px;
}
.event_table td, .event_table th {
	padding: 5px 20px 5px 20px;
	border:1px solid #d7d3d8;
}

.event_table th {
	font-weight:bold;
	background:#d8eaf1;
}

.event_table td {
	background:#fbfbfb;	
	vertical-align:top;
}
/***********************************************************************************************************************/
/* Search result *******************************************************************************************************/
.contentpaneopen fieldset {
	padding: 10px;
	margin-bottom:10px;
}
/***********************************************************************************************************************/

/* 2 column table, left is wide */
.twocol td {
	vertical-align:top;
}
.col1 {
	width:560px;
}

.col2 {
	padding-left: 10px;
	width: 310px;
}
.twocol {
	width:100%;
}
