
body, th, td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #111;
	line-height: 1.6;
}
body {
	background-color: #E0E2DF;
}
table, tbody, tr, td, th {
	padding: 0;
	margin: 0;
}
#bd {
	margin-top: 0;
	padding: 0;
}
#container {
	background-color: #FFFFFF;
	box-shadow: 0 0 20px #666;
	-moz-box-shadow: 0 0 20px #666;
	-webkit-box-shadow: 0 0 20px #666;
}
.wrap {
	margin: 8px;
}
a, a:visited, a:active {
	color: #549553;
	text-decoration: underline;
}
a:hover, a:focus {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #92173b;
	margin: .5em 0 .5em 0;
}
.contentheading {
	font-size: 30px;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
}
/*----------------------------------------------
					Topmenu
----------------------------------------------*/
#topmenu {
	height: 30px;
	padding: 0;
	margin: 0;
	background: url(../images/menubg.jpg) repeat-x #333333;
}
.search {
	width: 200px;
	float: right;
	color: #FFF;
}
.search .button {
	display: none;
}
#topmenu .menu {
	padding: 0;
	margin: 0;
	padding-left: 8px;
}
#topmenu .menu a {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 1em;
	display: block;
	padding: 7px 10px;
}
#topmenu .menu a:focus, #topmenu .menu a:hover {
	color: #91173C;
}
#topmenu .menu li {
	display: inline;
	float: left;
	border-left: 1px solid #CCC;
	border-right: 1px solid #999;
	padding: 0;
	position: relative;
	z-index: 19;
	width: auto;
}

#topmenu .parent ul {
	display: none;
	position: absolute;
	top: 30px;
	margin: 0;
	padding: 0;
	border: 1px solid #CCC;
	border-top: none;
	border-bottom: none;
	background: #EEE;
	z-index: 20;
}

	#topmenu .parent li {
		border: 1px outset #CCC;
		border-left: none;
		border-right: none;
		padding: 0;
		display: block;
		float: none;
		white-space: nowrap;
	}

		#topmenu .parent li a {
			padding: 0.5em;
			font-size: 14px;
			text-transform: none;
			color: #92173B;
			display: block;
		}

			#topmenu .parent li a:hover {
				color: #549553;
				background: #FFFFFF;
			}

/*----------------------------------------------
					Header
----------------------------------------------*/
#header {
	background-color: #EDEDED;
}
/*----------------------------------------------
					Content
----------------------------------------------*/
#slideshow {
	padding-top: 15px;
}
#lshadow {
	background: url(../images/lshade.jpg) no-repeat right top;
}
#rshadow {
	background: url(../images/rshade.jpg) no-repeat left top;
}
#content {
	background: url(../images/contentbg.jpg) repeat-x;
}
#rcol {
	margin-top: 1em;
}


#rcol .moduletable {
	margin-bottom: 10px;
}

#rcol .moduletable h3 {
	background: url(../images/grad1.jpg) repeat-x #393;
	padding: 5px 2px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 3px solid #91173C;
}


/*----------------------------------------------
					Footer
----------------------------------------------*/
#footer {
	background: url(../images/grad2.jpg) repeat-x #1F1F1F;
	color: #FFFFFF;
	height: auto;
}
#footer a, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a:focus {
	text-decoration: underline;
}
.menu-bottom {
	padding: 0;
	margin: 0;
	line-height: 1.3;
	height: inherit;
}
.menu-bottom li {
	display: inline;
	float: left;
	border-right: 1px solid #555;
	padding: 0 20px 0 10px;
	margin: 0;
}
.menu-bottom li ul {
	padding: 0;
	margin: 0;
}
.menu-bottom li ul li {
	border: none;
	display: block;
	float: none;
	padding: 0;
	margin: 0;
	min-height: 20px;
}
.menu-bottom li a {
	font-weight: bold;
}
.menu-bottom li ul li a {
	font-weight: normal;
}
.moduletable_legal {
	float: right;
	text-align: right;
}
.moduletable_legal a {
	text-decoration: underline;
}
.moduletable_legal a:hover, .moduletable_legal a:focus {
	text-decoration: none;
}
/*----------------------------------------------
					Table Formating
----------------------------------------------*/
.titlecell {
	background: url(../images/grad1.jpg) repeat-x #393;
	padding: 2px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 3px solid #91173C;
}

.separator {
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 14px;
    padding: 7px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

@media only screen and (max-device-width : 1024px) {
.separator {
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 14px;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
}
}


.menu-bottom li .separator {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    padding: 2px 0;
    text-decoration: none;
    text-transform: uppercase;
}
