*{margin:0; padding:0;}

body{
	font:76% Verdana,Tahoma,Arial,sans-serif;
	line-height:1.4em;
	text-align:center;
	color:#303030;	
	background:url(../img/bg-lines.png) #fff;
}

a{
	color:#006C5E;
	text-decoration:none;
	background-color:inherit;
}

a:hover{text-decoration:underline; background-color:inherit;}
a img{border:none;}

p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}




/**
 * Main stuf and headers
 */
#container{
	width:700px;
	margin:20px auto;
	padding:0;
	text-align:left;
	background:url(../img/stbline.png) top left repeat-y #ffffff;
	color:#303030;
	border:1px solid #999;
}
#header{
	height:200px;
	width:698px;
	background:url(../img/hdr2.jpg) top left no-repeat #fff;
	border:1px solid #fff;
	border-bottom-width:0px;
	padding:0;
}
#header h1{
	padding:0;
	font-size:2.4em;
	color:#ffffff;
	overflow:hidden;
}
#header h2{
	margin:10px 0 0 40px;
	font-size:1.4em;
	background-color:inherit;
	color:#f0f2f4;
	letter-spacing:-1px;
	font-weight:normal;
}
#navigation{
	height:2.2em;
	line-height:2.2em;
	width:698px;
	margin:0 1px;
	background:#A01E4A;
	color:#ffffff;
	border:1px solid #fff;
	border-width:1px 0;
	border-bottom:3px solid #000;
}
#navigation li{
	float:left;
	list-style-type:none;
	border-right:1px solid #ffffff;
	white-space:nowrap;
}
#navigation li a{
	display:block;
	padding:0 10px;
	font-size:0.8em;
	font-weight:bold;
	/* text-transform:uppercase; */
	text-decoration:none;
	background-color:inherit;
	color: #ffffff;
}

#navigation li a.current{
	background:#000;
	color:#fff;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
	background:#fff;
	color:#A01E4A;
	text-decoration:none;
}





/**
 * Content, main..
 */
#content{
	float:right;
	width:470px;
	font-size:0.9em;
	padding:20px 20px 0 0px;
	background:#fff;
}
#content h2{
	display:block;
	margin:0 0 16px 0;
	font-size:1.7em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#505050;
	padding:0;
	background-color:inherit;
}

#pc{margin:2px;}

#content h1 {margin:0 0 15px 0;}
#content h2 a{font-weight:normal;}
#content h3{margin:7px 0; font-size:1.4em; letter-spacing:-1px;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}




/**
 * Side bar
 */
#subcontent{
	float:left;
	width:170px;
	padding:20px 0 10px 10px;
	line-height:1.4em;
	background:#fff;
}
#subcontent h2{
	display:block;
	margin:0 0 15px 0;
	font-size:1.6em;
	font-weight:normal;
	text-align:left;
	letter-spacing:-1px;
	color:#505050;
	background-color:inherit;
}
/*#subcontent p{margin:0 0 16px 0; font-size:0.9em;}*/

#subcontent p.et{
	background:#E3E3E3;
	padding:2px;
	text-align:center;
}

#subcontent p.event{
	margin:2px 0;
	padding:2px 0 2px 20px;
	background-position:0 50%;
	background-repeat:no-repeat;
	font-size:90%;
}

#subcontent p.date{background-image:url(../img/ico/date.gif);}
#subcontent p.time{background-image:url(../img/ico/time.gif);}
#subcontent p.location{background-image:url(../img/ico/location.gif);}
#subcontent p.map{background-image:url(../img/ico/map.gif);}




/**
 * Menu block
 */
.menublock{margin:0 0 20px 8px; font-size:0.9em;}
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{text-decoration:none;}
.menublock li ul{margin:3px 0 3px 15px; font-size:1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight:normal;}




/**
 * Search
 */
#searchbar{margin:0 0 20px 0;}
#searchbar form fieldset{margin-left:10px; border:0 solid;}
#searchbar #s{
	height:1.2em;
	width:110px;
	margin:0 5px 0 0;
	border:1px solid #a0a0a0;
}
#searchbar #searchbutton{
	width:auto;
	padding:0 1px;
	border:1px solid #808080;
	font-size:0.9em;
	text-align:center;
}




/**

 * Footer
 */
#footer{
	clear:both;








	width:698px;
	padding:5px 0;
	margin:0;
	border:1px solid #fff;
	font-size:0.8em;
	color:#f0f0f0;
	background:#A01E4A;
	text-align:center;
}
#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}




/**
 * Misc stuff
 */
.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}


img.photo{
	padding:5px;
	display:block;
	margin:0 6px 6px 6px;
	background-color:#f0f0f0;
}
img.centre{
	margin:5px auto;
	display:block;
}


.box{
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #c0c0c0;
	background-color:#fafbfc;
	color:#505050;
	line-height:1.5em;
}





/* Form table */
input,textarea,select{
	font:100% tahoma,Lucida Grande, Verdana, Sans-serif;
}


table.form tr.h td, table.checks tr.h td{background:#eee;color:#000;font-size:120%;font-weight:bold;padding:4px;}
table.form tr td{padding:8px 4px;}
table.form td.title{
	font-weight:bold;
	color:#fff;
}





table.form td.caption{
	text-align:left;
	color:#666;
	vertical-align:top;
	background:transparent;
	font-weight:bold;
}




table.form td.caption label{width:50px;}
table.form td.caption label.r{
	color:#991900;
}
table.form td.field{
	background:transparent;
}
table.form td.field input,
table.form td.field select,
table.form td.field textarea{
	border:1px solid #999;
		padding:2px;		
}
table.form td.field select{padding:0;}
table.form td.field span.hint{ clear:both; display:block; color:#000; font-size:90%;}
table.form td.actions{padding-top:16px;vertical-align:middle;}
table.form td.actions input{
	font-weight:bold;
	padding:2px 3px;
}




.thumbnail {
float:left;
border:1px solid #CFCFCF;
margin:5px;
padding:3px;
}
.full_size {
border:1px solid #CFCFCF;
margin:10px 10px;
padding:3px;
width:448px;
height:400px;
}
.description {
text-align:center;
font-style:italic;
}
.thumbnail_photo {
border:1px solid #CFCFCF;
margin:10px 10px;
padding:3px;
float:left;
}