* {
	margin: 0;
	padding: 0;
}

html, body {
	color: #1a1a1a;
	font-family: "Helvetica Light", "Franklin Gothic Book", Franklin, Century Gothic, Arial, sans-serif;
	font-size: 0.95em;
	line-height: 125%;
}

html {
	height: 100%;
	background: url("../img/bg_container.gif") repeat-y top center;
}

body {
	height: 100%;
	background: #dde3ed url("../img/header_bg.jpg") no-repeat top center;
}

p img {
  margin: 0 .5em;
}

td p {
	margin: 0;
	padding :0;
}

td, th {
      vertical-align: top;
}

img {
	border: none;
	background: none;
}

.left {
	float: left;
	margin: 0 5px 5px 0;
}

.right {
	float: right;
	margin: 0 0 5px 5px;
}

/* Standard Layout */

#wrapper {
	min-height: 100%;
	position: relative;
}

* html #wrapper {
	height: 100%; 
}

#inner-wrap {
	padding-bottom: 150px;
	background: url("../img/body_bg.jpg") no-repeat top center;
}

#inner-wrap:after {
	content:" ";
	display:block;
	clear:both;
}

* html #inner-wrap {
	height:1px;
}

#footerwrap {
	position:absolute;
	bottom:0;
	height: 150px;
	background: #dde3ed url("../img/footer_bg.jpg") no-repeat top center;
	width:100%;
	padding: 0;
	margin: 0;
}

#footer {
	width: 980px;
	height: 85px;
	margin: 0 auto;
	text-align: center;
	color: #1a1a1a;
	font-size: 110%;
	padding-top: 65px;
}

#headerwrap {
	height: 200px;
	width: 100%;
}

#header {
	width: 980px;
	height: 200px;
	margin: 0px auto;
}

#logo {
	float: left;
	display: inline;
	width: 381px;
	height: 53px;
	margin: 96px 0 0 40px;
}

#menubalk {
	width: 880px;
	height: 26px;
	background: url("../img/menu.gif") repeat-x top left;
	float: left;
	margin: 20px 0 0 40px;
	padding: 0 10px 0 10px;
	line-height: 100%;
	display: none;
}

#container {
	width: 960px;
	margin: 0px auto;
	padding-top: 20px;
	/*background: #dde3ed;*/
}

#content {
	float: left;
	display: inline;
	width: 570px;
	margin-left: 30px;
}

#left {
	float: left;
	display: inline;
	width: 200px;
	margin-left: 30px;
}

#center {
	float: left;
	width: 440px;
	margin-left: 30px;
}

#main {
	float: left;
	display: inline;
	width: 900px;
	margin-left: 30px;
}

#rightcol, #menu {
	float: right;
	width: 300px;
	margin-right: 30px;
}

#menu_smal {
	float: right;
	width: 200px;
	margin-right: 30px;
}

.block {
/*	width: 280px;*/
	padding: 10px;
	background: #becad7;
	margin-bottom: 15px;
}

/* Links, lists, paragraphs, headers */

a {
	outline: none;
}

.clear {
	line-height: 0px;
	font-size: 0px;
	clear: both;
	height: 0px;
}

.paragraph {
	margin: 0 0 20px 0;
}

p {
	margin: 12px 0 12px 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Light", "Franklin Gothic Book", Franklin, Century Gothic, Arial, sans-serif;
}

h1 {
	font-weight: normal;
	font-size: 250%;
	color: #1a1a1a;
	margin: 0 0 10px 0;
	line-height: 110%;
}

h2 {
	font-weight: bold;
	font-size: 160%;
	color: #cc2b60;
	margin: 0 0 10px 0;
	line-height: 110%;
}

h3 { 
	font-weight: normal;
	font-size: 135%;
	color: #cc2b60;
	margin: 0 0 10px 0;
	line-height: 110%;
}

.block h3 {
	color: #1a1a1a;
}

h4 {
	color: #cc2b60;
	font-weight: bold;
	font-size: 100%;
	margin: 0 0 4px 0;
}

h5 {
	color: #cc2b60;
	font-weight: bold;
	font-size: 100%;
	margin: 0 0 4px 0;
}

h6 {
	color: #cc2b60;
	font-weight: bold;
	font-size: 90%;
	margin: 0 0 4px 0;
}

blockquote {
	margin: 12px 20px;
	line-height: 140%;
	font-style: italic;
}

/* standard lists */
ul, ol {
	margin: 12px 0;
}

ol li {
	list-style-type: decimal;
	margin: 6px 0 6px 20px;
}

ul li {
	list-style-type: disc;
	margin: 6px 0 6px 20px;
}

/* Links */
a, a:visited {
	color: #cc2b60;
	font-weight: normal;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #153c60;
}

#menu ul, #menu ul li, #menu_smal ul, #menu_smal ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul, #menu_smal ul {
	margin-top: 15px;
}

#menu ul li, #menu_smal ul li {
	padding: 6px 10px;
	margin: 0 0 1px 0;
	background: #fffefc;
}

#menu li:hover, #menu li:active, #menu li:focus, #menu_smal li:hover, #menu_smal li:active, #menu_smal li:focus {
	background: #cc2b60;
}

#menu li.current, #menu_smal li.current {
	background: #cc2b60;
}

#menu ul li a, #menu ul li a:visited, #menu_smal ul li a, #menu_smal ul li a:visited {
	color: #666666;
	text-decoration: none;
}

#menu ul li a:hover, #menu ul li a:active, #menu ul li a:focus, #menu ul li a.current, #menu ul li:hover a, #menu ul li.current a, #menu_smal ul li.current a, #menu_smal ul li a:hover, #menu_smal ul li a:active, #menu_smal ul li a:focus, #menu_smal ul li a.current, #menu_smal ul li:hover a {
	color: #fffefc;
}

#menubalk a, #menubalk a:visited {
	color: #666666;
	font-size: 110%;
	text-decoration: none;

}

.homebutton, .overbutton, .contactbutton {
	float: left;
	height: 20px;
	margin: 5px 2px 0 0;
}

.homebutton a, .homebutton a:visited, .overbutton a, .overbutton a:visited, .contactbutton a, .contactbutton a:visited {
	padding: 0 10px 4px 10px;
}

.homebutton a:hover, .homebutton a:active, .homebutton a:focus  {
	border-top: 2px solid #bc0000;
	background: #fff;
}

.overbutton a:hover, .overbutton a:active, .overbutton a:focus  {
	border-top: 2px solid #ffde00;
	background: #fff;
}

.contactbutton a:hover, .contactbutton a:active, .contactbutton a:focus  {
	border-top: 2px solid #1c323d;
	background: #fff;
}


/* Forms & Tables */
table, tr, td {
	vertical-align: top;
	line-height: 140%;
}

/* Reve corrections */
div.sitemap ul li {
	list-style-type: none;
	line-height: 100%;
}

.vevent, .eventlistitem {
	border-bottom: 1px solid #1c323d;
	padding: 10px 0 0 0;
}

.vevent {	
	margin: 10px 0;
}

.eventlistitem h3 {
	font-size: 115%;
}
