html{
	width: 100%;
}
body{
	font-family: Arial;
	font-size: 12px;
	line-height: 150%;
	background: #FFF url(../images/bg_body.png) repeat-x 0 0;
	color: #333;
	padding: 0;
	margin: 0;
}
a img{
	text-decoration: none;
	border: none;
}
a, a:visited{
	text-decoration: underline;
	color: #990000;
}
a:hover, a:active{
	color: #990000;
	text-decoration: none;
}
p{
	margin: 5px 0 8px 0;
}
.clear{
	clear: both;
	height: 1%;
}
h1{
	font-family: Arial;
	font-size: 32px;
}
.componentheading, .componentheading-draw, .componentheading-grounds{
	display: block;
	float: left;
	clear: both;
	width: 100%;
	background:#370000;
	color: #FFF;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 26px;
	margin: 10px 0 20px 0;
	padding: 12px 15px;
}
h2, h3{
	font-family: Tahoma;
	font-size: 24px;
	line-height:26px;
	font-weight: normal;
	color: #990000;
	padding: 0 0 8px 0;
	margin: 10px 0 5px 0;
}
#wrapper{
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 980px;
}
#header{
	position: relative;
	clear: both;
	width: 980px;
	height: 360px;
	background: transparent url(../images/gr_charlie.png) no-repeat 650px 50px;
}
#header h1.logo{
	margin: 0;
	padding: 20px 0 0 0;
	background: transparent url(../images/gr_logo.png) no-repeat 0 10px;
	width: 722px;
	height: 165px;
}
#header h1.logo a{
	display: block;
	width: 722px;
	height: 136px;
}
#header h1.logo span{
	display: none;
}
.moduletable{
	clear: both;
}
.moduletable h2{
	display: block;
	float: left;
	clear: both;
	width: 100%;
	background: none;
	border-bottom: 2px solid #370000;
	color: #370000;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 26px;
	margin: 10px 0 20px 0;
	padding: 12px 0;
}
#announce{
	height:140px;
	left:0;
	position:absolute;
	top:190px;
	width:500px;
}
#announce .moduletable{
	width: 500px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/bg_announcetop.png) no-repeat 0 0;
	overflow: hidden;
}
#announce .innermoduletable{
	width: 450px;
	margin: 25px 0 0 0;
	padding: 0 25px 25px 25px;
	background: transparent url(../images/bg_announcebottom.png) no-repeat 100% 100%;
	overflow: hidden;
}
#announce h4{
	color: #370000;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 18px;
	margin: 5px 0 10px 0;
}
#search{
	position: absolute;
	right: 0;
	bottom: 20px;
}
#search form{
	width: 250px;
}
#search .field-group-inline{
	clear: both;
	float: left;
	padding: 0;
}
#search .field-group-inline input{
	float: left;
}
#search .field-group-inline input.inputbox{
	margin: 3px 0 0 0;
}
#page blockquote{
	margin: 10px 30px;
	padding: 5px 15px;
	border-left: 5px solid #fce27c;
	background-color: #f6ebc1; 
}
#toplogin{
	position: absolute;
	/* display: none; */
	top: 0;
	right: 0;
	z-index: 88888;
}
#toplogin .form-login{
	padding: 25px;
	background: #FFF;
}
#topmainnav{
	position: relative;
	float: left;
	margin: 0 auto;
	padding: 30px 0 0 0;
	width: 980px;
	background: #161616;
	height: 50px;
}
#topmainnav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#topmainnav ul li{
	position: relative;
	float: left;
	margin: 0 5px;
	padding: 0;
	font-weight: bold;
	color: #C4AA63;
	height: 32px;
}
#topmainnav ul li a, #topmainnav ul li a:link{
	display: block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #C4AA63;
	text-decoration: none;
	margin: 0 0 0 10px;
	padding: 8px 15px 8px 5px;
}
#topmainnav ul li a span{
	float: left;
}
#topmainnav ul li a:hover{
	text-decoration: underline;
}
#topmainnav ul li.active{
	display: block;
	background: #333 url(../images/bg_navL.png) no-repeat 0 0;
}
#topmainnav ul li.active a{
	display: block;
	color: #FFF;
	margin: 0 0 0 10px;
	padding: 8px 15px 8px 5px;
	background: #333 url(../images/bg_navR.png) no-repeat 100% 0;
}
#topmainnav ul li.parent ul{
	position: absolute;
	padding: 0;
	margin: 0;
	top: 30px;
	left: 0;
	background: transparent url(../images/bg_shadow.png) repeat 0 0;
}
#topmainnav ul li.parent ul li{ 
	position: relative;
	float: left;
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
}
#topmainnav ul li.parent ul li a{
	background: none;
	margin: 0;
	padding: 8px 25px;
}
#topmainnav ul li.parent ul li a:hover{
	background: #333;
}
#topmainnav ul li.parent.active ul li.active, #topmainnav ul li.parent ul li.active{ 
	background: none;
}
#topmainnav ul li.parent.active ul li.active a, #topmainnav ul li.parent ul li.active a{
	background: none;
}
#topmainnav ul li.parent.active ul li.active a:hover, #topmainnav ul li.parent ul li.active a:hover{
	background: #333;
}
#mainnav{
	position: relative;
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	background: none;
}
#mainnav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainnav ul li{
	position: relative;
	float: left;
	margin: 0 5px;
	padding: 0;
	font-weight: bold;
	color: #416228;
	height: 32px;
	overflow: hidden;
}
#mainnav ul li a, #mainnav ul li a:link, #mainnav ul li a:active{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #416228;
	text-decoration: none;
}
#mainnav ul li a:hover{
	text-decoration: underline;
}
#mainnav ul li a span{
	display: block;
	margin: 0 0 0 10px;
	padding: 7px 15px 7px 5px;
}
#mainnav ul li#current a{
	display: block;
	background: #759E46 url(../images/bg_navL.png) no-repeat 0 0;
	color: #FFF;
}
#mainnav ul li#current a span{
	display: block;
	margin: 0 0 0 10px;
	padding: 7px 15px 7px 5px;
	background: #759E46 url(../images/bg_navR.png) no-repeat 100% 0;
}

#topbanner{
	position: relative;
	float: left;
	clear: both;
	width: 960px;
	padding: 15px 10px;
	margin: 0;
	border-bottom: 1px solid #C2C2BC;
}
#topbanner h3{
	font-family: Tahoma;
	font-size: 24px;
	line-height:26px;
	font-weight: normal;
	color: #990000;
	padding: 0 0 8px 0;
	margin: 10px 0 5px 0;
}
#topbanner p{
	font-size: 16px;
}
#topbanner .moduletable-left{
	position: relative;
	float: left;
	width: 440px;
	margin: 0 20px 0 0;
}
#topbanner .moduletable-right{
	position: relative;
	float: right;
	width: 460px;
	margin: 0;
}
#topbanner .moduletable-wide{
	position: relative;
	float: left;
	width: 970px;
	margin: 0;
}
#topbanner .latestnews{
	list-style: none;
	margin: 0;
	padding: 0;
}
#topbanner .latestnews li{
	display: block;
	clear: both;
	float: left;
	background: transparent url(../images/bg_latestnewsli.png) no-repeat 3px 5px;
	padding: 0;
	margin: 0;
	font-size: 16px;
	width: 420px;
}
#topbanner .latestnews li a{
	color: #333;
	padding: 1px;
	margin: 0 0 0 25px;
}
#contentarea{
	position: relative;
	float: left;
	clear: both;
	width: 980px;
	padding: 0;
	margin: 0;
}
#content-wrapper{
	position: relative;
	float: left;
	clear: both;
	width: 960px;
	padding: 10px;
	margin: 0;
}
#breadcrumbs{
	position: relative;
	float: left;
	clear: both;
	border-bottom: 1px solid #CCC;
	padding: 12px 10px;
	width: 960px;
}
#breadcrumbs p{
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #666;
}
#main{
	position: relative;
	float: left;
	width: 960px;
}
#main .componentheading, #main .componentheading-draw, #main .componentheading-grounds{
	position: relative;
	float: left;
	clear: both;
	width: 930px;
}
#main form, #main .moduletable, #main .moduletable-content{
	position: relative;
	float: left;
	clear: both;
	width: 960px;
}
#main-right{
	position: relative;
	float: left;
	width: 680px;
	padding: 0 10px 0 0;
}
#main-right .componentheading, #main-right .componentheading-draw, #main-right .componentheading-grounds{
	position: relative;
	float: left;
	clear: both;
	width: 650px;
}
#main-right form, #main-right .moduletable, #main-right .moduletable-content{
	position: relative;
	float: left;
	clear: both;
	width: 680px;
}
#left-main{
	position: relative;
	float: left;
	width: 780px;
	padding: 0 0 0 10px;
}
#left-main .componentheading, #left-main .componentheading-draw, #left-main .componentheading-grounds{
	position: relative;
	float: left;
	clear: both;
	width: 750px;
}
#left-main form, #left-main .moduletable, #left-main .moduletable-content{
	position: relative;
	float: left;
	clear: both;
	width: 780px;
}
#left-main-right{
	position: relative;
	float: left;
	width: 470px;
	padding: 0 10px;
}
#left-main-right .componentheading, #left-main-right .componentheading-draw, #left-main-right .componentheading-grounds{
	position: relative;
	float: left;
	clear: both;
	width: 440px;
}
#left-main-right form, #left-main-right .moduletable, #left-main-right .moduletable-content{
	position: relative;
	float: left;
	clear: both;
	width: 470px;
}
#left{
	position: relative;
	float: left;
	width: 190px;
	padding: 0 10px 0 0;
}
#right{
	position: relative;
	float: left;
	width: 270px;
}
.blog{
	position: relative;
	float: left;
}
.blog .article_row{
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}
.buttonheading{
	position: absolute;
	top: 15px;
	right: 0;
}
.buttonheading a{
	margin: 0 1px;
}
.moduletable-content .buttonheading img,
.blog .buttonheading img{
	border: none;
	padding: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.iteminfo, .articleinfo{
	position: relative;
	text-align: right;
	margin: 0;
	font-size: 10px;
	color: #C2C2BC;
}
.moduletable-content{
	float: left;
	clear: both;
	margin: 0 0 30px 0;
}
.moduletable-content img,
.blog img{
	border: 2px solid #370000;
	padding: 2px;
	/* for superior browsers */
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;

}
.contentheading, h2.contentheading{
	font-family: Tahoma;
	font-size: 24px;
	line-height:26px;
	font-weight: normal;
	background: none;
	color: #370000;
	padding: 0 0 8px 0;
	margin: 10px 0 5px 0;
	border-bottom: #C2C2BC 1px solid;
}
.contentheading a, .contentheading a:link, .contentheading a:active{
	font-family: Tahoma;
	font-size: 24px;
	font-weight: normal;
	color: #370000;
	text-decoration: none;
}
.moduletable-border-top{
	border-top: #C2C2BC 1px solid;
	padding-top: 15px;
	margin-top: 15px;
}
.moduletable-border-bottom{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: #C2C2BC 1px solid;
}
.moduletable-border{
	border-top: #C2C2BC 1px solid;
	border-bottom: #C2C2BC 1px solid;
	padding: 15px 0;
	margin: 15px 0;
}
.roundedtable{
	background: transparent url(../images/bg_roundedmodule_topright.png) no-repeat 100% 0;
	margin: 0 0 24px 0;
	height: 1%;
}
.roundedtable h3{
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
}
.roundedtable div{
	background: transparent url(../images/bg_roundedmodule_topleft.png) no-repeat 0 0;
}
.roundedtable div div{
	background: transparent url(../images/bg_roundedmodule_bottomright.png) no-repeat 100% 100%;
}
.roundedtable div div div{
	background: transparent url(../images/bg_roundedmodule_bottomleft.png) no-repeat 0 100%;
	padding: 15px 25px 20px 25px;
}
.roundedtable div div div div{
	background: none;
	padding: 0;
	margin: 0;
}
.roundedtable h3{
	font-size: 16px;
	color: #333;
	margin: 14px 0;
}
.draw .inline-group{
	float: left;
	padding: 3px 10px;
}
.draw .inline-group label{
	width: 60px;
}
#right .moduletable{
	clear: both;
	float: left;
	position: relative;
	margin: 10px 10px 20px 10px;
	padding: 10px;
	border: 2px solid #370000;
	width: 225px;
}
#right .moduletable ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#right .moduletable ul li{
	margin: 0;
	padding: 5px 0;
}
#right .moduletable-draw{
	clear: both;
	float: left;
	position: relative;
	margin: 20px 10px;
	padding: 10px 10px 110px 10px;
	border: 2px solid #370000;
	background: #FFF url(../images/bg_drawtable.jpg) no-repeat 100% 100%;
	width: 225px;
}
#right .moduletable-draw ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#right .moduletable-draw ul li{
	margin: 0;
	padding: 5px 0;
}
#right .moduletable-grounds{
	clear: both;
	float: left;
	position: relative;
	margin: 20px 10px;
	padding: 10px 10px 110px 10px;
	border: 2px solid #370000;
	background: #FFF url(../images/bg_grounds.jpg) no-repeat 100% 100%;
	width: 225px;
	text-align: left;
}
#right .moduletable-grounds ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#right .moduletable-grounds ul li{
	margin: 0;
	padding: 5px 0;
	text-align: right;
}
.moduletable-grounds-wide{
	clear: both;
	float: left;
	position: relative;
	margin: 10px 0;
	padding: 10px 10px 150px 260px;
	border: none;
	background: #FFF url(../images/bg_grounds-wide.jpg) no-repeat 0 0;
	height: 130px;
	width: 410px;
	overflow: hidden;
}
.moduletable-grounds-wide h2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background:#370000;
	color: #FFF;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 26px;
	margin: 10px 0 20px 0;
	padding: 12px 15px;
	line-height: none;
}
.moduletable-grounds-wide ul{
	clear: both;
	list-style: none;
	margin: 0;
	padding: 50px 0 0 30px;
}
.moduletable-grounds-wide ul li{
	margin: 0;
	padding: 5px 0;
}
.error h2, .message h2, .notice h2, #system-message dt{
	display: none;
}
#system-message dl{
	margin: 15px 0;
}
#system-message dd{
	margin: 0;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	padding: 0;
	margin: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	display: block;
	width: 100%;
	background: none;
	padding: 5px;
	margin: 0;
	color: #FFFFFF;
}

#system-message dd.message ul {
	background: #006699;
	border: none;
	display: block;
	width: 100%;
}

#system-message dd.error ul {
	background: #BF0000;
	border: none;
	display: block;
	width: 100%;
}

#system-message dd.notice ul {
	background: #EE9600;
	border: none;
	display: block;
	width: 100%;
}

.article-tools {
	border-top: 1px solid #DDDDDD;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	display: block;
	background: #ECECEC;
}

.article-meta {
	padding: 5px;
	width: 80%;
	float: left;
}

.createdby {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-user.gif) no-repeat 0 2px;
}

.createdate {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-date.gif) no-repeat 0 2px;
}

table.contact-category{
	border: none;
	width: 100%;
	border-collapse: collapse;
}
table.contact-category thead th{
	background: #EBEBEB;
	border-bottom: 1px solid #B4B4B4;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}
table.contact-category tbody td {
	background: #FAFAFA;
	border-bottom: 1px solid #DCDCDC;
	padding: 5px;
}
table.contact-category tbody .altrow td{
	background: #F0F0F0;
	border-bottom: 1px solid #DCDCDC;
	padding: 5px;
}
table.category-draw{
	border: none;
	width: 100%;
	border-collapse: collapse;
}
table.category-draw thead th{
	background: #EBEBEB url(../images/bg_theadcategory.png) repeat-x 0 0;
	border: none;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	color: #FFF;
}
table.category-draw thead th a,
table.category-draw thead th a:hover,
table.category-draw thead th a:visited{
	color: #FFF;
}
table.category-draw tbody .sectiontableentry1-draw td{
	background: #FAFAFA;
	border-bottom: 1px solid #DCDCDC;
	padding: 5px;
}
table.category-draw tbody .sectiontableentry2-draw td{
	background: #F0F0F0;
	border-bottom: 1px solid #DCDCDC;
	padding: 5px;
}
table.category-grounds{
	clear: both;
	border: none;
	width: 100%;
	border-collapse: collapse;
}
table.category-grounds thead th{
	background: #EBEBEB url(../images/bg_theadcategory.png) repeat-x 0 0;
	border: none;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	color: #FFF;
}
table.category-grounds thead th a,
table.category-grounds thead th a:hover,
table.category-grounds thead th a:visited{
	color: #FFF;
}
table.category-grounds tbody .sectiontableentry1-grounds td{
	background: #FAFAFA;
	border-bottom: 1px solid #DCDCDC;
	padding: 5px;
}
table.category-grounds tbody .sectiontableentry2-grounds td{
	background: #F0F0F0;
	border-bottom: 1px solid #DCDCDC;
	padding: 5px;
}
table.category-grounds .map{
	cursor: pointer;
}
table.draw thead th{
	background: #EBEBEB url(../images/bg_theadcategory.png) repeat-x 0 0;
	border: none;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	color: #FFF;
}
table.draw{
	width: 100%;
}
table.draw td{
	background: #F0F0F0;
	border-bottom: 1px dashed #DCDCDC;
	padding: 5px;
}
table.contentpane, table.tablelist{ width: 100%; }
table.contentpaneopen{
	border: none;
	border-collapse: collapse;
	border-spacing:0;
}
table.contenttoc{
	border: 1px dashed #2A2A2A;
	float: right;
	margin: 0 0 10px 12px;
	padding: 0;
	width: 30%;
}
table.contenttoc a{ color: #666; }
table.contenttoc td{
	border-bottom: 1px dashed #2A2A2A;
	padding: 5px 10px;
}
table.contenttoc th{
	border-bottom: 1px dashed #2A2A2A;
	padding: 5px 10px;
	text-transform: uppercase;
}
table.contentpaneopen, table.contentpane, table.blog{ width: 100%; }

table.category{
	clear: both;
	border: none;
	width: 100%;
	border-collapse: collapse;
}
table.category thead th{
	background: #EBEBEB url(../images/bg_theadcategory.png) repeat-x 0 0;
	border: none;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	color: #FFF;
}
table.category thead th a,
table.category thead th a:hover,
table.category thead th a:visited{
	color: #FFF;
}
table.category tbody .sectiontableentry1 td{
	background: #FAFAFA;
	border-bottom: 1px solid #DCDCDC;
	padding: 2px 5px;
}
table.category tbody .sectiontableentry2 td{
	background: #F0F0F0;
	border-bottom: 1px solid #DCDCDC;
	padding: 2px 5px;
}
table.weblinks{
	clear: both;
	border: none;
	width: 100%;
	border-collapse: collapse;
}
table.weblinks thead th{
	background: #EBEBEB url(../images/bg_theadcategory.png) repeat-x 0 0;
	border: none;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	color: #FFF;
}
table.weblinks thead th a,
table.weblinks thead th a:hover,
table.weblinks thead th a:visited{
	color: #FFF;
}
table.weblinks tbody .sectiontableentry1-grounds td{
	background: #FAFAFA;
	border-bottom: 1px solid #DCDCDC;
	padding: 5px;
}
table.weblinks tbody .sectiontableentry2-grounds td{
	background: #F0F0F0;
	border-bottom: 1px solid #DCDCDC;
	padding: 5px;
}
form{
	position: relative;
	float: left;
	clear: both;
	width: 220px;
	background: none !important;
}
form div.field-group, form div.radio-group, form div.submit-buttons{
	float: left;
	clear: both;
	background: none !important;
	padding: 3px 0 !important;
	width: 220px;
}
form div.field-group label{
	float: left;
	width: 65px;
	padding: 0 10px 0 0;
}
form div.field-group input.inputbox{
	float: left;
	border: 1px solid #666;
	width: 140px;
}
form div.submit-buttons{
	text-align: right;
}
form a{
	color: #333;
}
#jForm{
	width: 100%;
}
.leading{
	clear: both;
	position: relative;
	float: left;
	padding: 10px 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #E1E1E1;
}
.article_row{
	clear: both;
	position: relative;
	float: left;
	width: 680px;
	padding: 10px 0 25px 0;
}
.article_row .column1.cols1{
	position: relative;
	float: left;
	width: 680px;
	padding: 0;
	margin: 0;
}
.article_row .column1.cols2{
	position: relative;
	float: left;
	width: 319px;
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
	border-right: 1px solid #E1E1E1;
}
.article_row .column2{
	position: relative;
	float: left;
	width: 320px;
}
.article_row .cols2 .iteminfo,
.article_row .cols2 .buttonheading,
.article_separator{
	display: none;
}
.leading_separator{
	clear: both;
	display: block;
	width: 680px;
}
.row_separator{
	clear: both;
	display: block;
	width: 680px;
	border-bottom: 1px solid #E1E1E1;
}
.submodules{
	clear: both;
	position: relative;
	width: 100%;
}
.submodules .sub-left{ 
	position: relative;
	float: left;
	width: 100%;
}
.submodules .sub-left-right{ 
	position: relative;
	float: left;
	width: 48%;
}
.submodules .sub-right{ 
	position: relative;
	float: right;
	width: 100%;
}
.submodules .sub-right-left{ 
	position: relative;
	float: right;
	width: 48%;
}
.menu-user{
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu-user li{
	padding: 3px 0 3px 22px;
	margin: 0;
	background: transparent url(../images/bg_usermenu.png) no-repeat 0 6px;
}
.menu-user li a{
	color: #333;
	display: block;
}
.contentpane-grounds{
	position: relative;
	width: 680px;
}
#map-popup{
	position: absolute;
	width: 500px;
	height: 500px;
}
#map-popup div{
	position: relative;
	background: transparent url(../images/bg_popup.png) no-repeat 0 0;
	padding: 20px;
	width: 460px;
	height: 460px;
}
#map-popup div h2{
	margin: 0;
	height: 40px;
	padding: 0;
}
#map-popup div.close{
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	width: auto;
	height: auto;
	font-family: Tahoma;
	font-size: 10px;
	cursor: pointer;
}
#map-popup div div#map_canvas{
	position: relative;
	background: #FFF;
	background-image:none;
	width: 460px;
	height: 420px;
	padding: 0;
	margin: 0;
}
#map-popup div div#map_canvas div{
	background-image:none;
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}
p.counter{
	margin: 0;
	float: left;
	padding: 10px 0 0 0;
}
ul.pagination{
	list-style: none;
	padding: 10px 0 0 0;
	margin: 0;
	text-align: center;
}
ul.pagination li{
	display: inline;
	margin: 0;
	padding: 0;
}
ul.pagination li a,
ul.pagination li span{
	padding: 8px 5px;
}
.display{
	clear: both;
	position: relative;
	float: left;
	width: 680px;
	padding: 0 0 15px 0;
}
.display .page-count{
	position: absolute;
	top: 0;
	right: 0;
}
form.poll{
	float: left;
	padding: 4px;
}
form.poll .poll-group{
	float: left;
	clear: both;
	padding: 3px 0;
}
form.poll .poll-group input{
	float: left;
	width: 30px;
}
form.poll .poll-group label{
	float: left;
}
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: 4px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #ECECEC;
}

#footer{
	position: relative;
	clear: both;
	height: 200px;
	background: #000;
	border-bottom: 80px solid #151515;
}
#footer #fwrapper{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 980px;
}
#footer .moduletable-left{
	position: relative;
	float: left;
	width: 270px;
	margin: 0;
	padding: 0 15px;
	color: #FFF;
}
#footer .moduletable-left h3{
	font-family: Tahoma;
	font-size: 22px;
	line-height:24px;
	font-weight: normal;
	color: #C4AA6F;
	margin: 10px 0 5px 0;
}
#footer .moduletable-right{
	position: relative;
	float: right;
	width: 220px;
	margin: 0;
	padding: 0 35px;
	color: #FFF;
}
#footer .moduletable-right h3{
	font-family: Tahoma;
	font-size: 22px;
	line-height:24px;
	font-weight: normal;
	color: #C4AA6F;
	margin: 10px 0 5px 0;
}
#footer .moduletable-left a, #footer .moduletable-right a{
	color: #FFF;
}
.siteicon{
	position: absolute;
	display: block;
	width: 14px;
	height: 13px;
	top: 210px;
	left: 15px;
}

.roundedtable-shopmenu{
	background: transparent url(../images/bg_roundedmodule_topright.png) no-repeat 100% 0;
	margin: 0 0 24px 0;
	height: 1%;
}
.roundedtable-shopmenu h3{
	font-family: Tahoma;
	font-size: 22px;
	line-height:24px;
	font-weight: normal;
	color: #370000;
	margin: 6a14px 0;
}
.roundedtable-shopmenu div{
	background: transparent url(../images/bg_roundedmodule_topleft.png) no-repeat 0 0;
}
.roundedtable-shopmenu div div{
	background: transparent url(../images/bg_roundedmodule_bottomright.png) no-repeat 100% 100%;
}
.roundedtable-shopmenu div div div{
	background: transparent url(../images/bg_roundedmodule_bottomleft.png) no-repeat 0 100%;
	padding: 15px 25px 20px 25px;
}
.roundedtable-shopmenu ul.menu{
	list-style: none;
	padding: 10px 5px 150px 5px;
	margin: 0;
	background: transparent url(../images/bg_shopmenu.png) no-repeat 100% 100%;
}

.tool-tip {
	float: left;
	border: 1px solid #D4D5AA;
	padding: 5px;
	background: #FFFFCC;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
}

.tool-text {
	margin: 0;
	font-size: 100%;
}
