html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ul, ol, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	border: 0 none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
	padding: 0;
	/*vertical-align: baseline;*/
}


body {
	background-color: #A45848;
	font-family: verdana, helvetica, arial, sans-serif, serif;
	font-style: normal;
	font-weight: normal;	
	font-size: 12px;
	text-align: center;
	color: #474747;
}


a:link, a:visited, a:active {
	color: #E25A00;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: underline;
}
a.olive:link, a.olive:visited, a.olive:active, a.olive:hover {
	color: #5D6224;
}


div.general-error {
	position: relative;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	border: 3px solid #F18B73;	
	width: 500px;
	height: auto;
	background-color: #F3F3F3;
	text-align: left;
	color: #333333;
}
div.general-error strong {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}
div.general-error p {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
}


form.standard {
	margin-left: 5px;
	margin-bottom: 40px;	
}


div.form-warning {
	border: 0px;
	padding-left: 60px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 4px;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 334px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	background: url(../media/icons/red_exclamation.jpg) no-repeat 2px 4px;
	overflow: hidden;
	font-size: 11px;
	color: #FF4141;
}
div.form-warning b {
	font-weight: bold;
}
div.form-warning strong {
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
}

div.form-result {
	border: 0px;
	padding-left: 60px;
	padding-right: 10px;
	padding-top: 12px;
	padding-bottom: 4px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 334px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	overflow: hidden;
	font-size: 13px;
}
div.form-result b {
	font-weight: bold;
}
div.form-result.success {
	background: url(../media/icons/green_tick.jpg) no-repeat 2px 4px;
	color: #4D873B;
}
div.form-result.failure {
	background: url(../media/icons/red_cross.jpg) no-repeat 2px 4px;
	color: #FF0000;
}



div.form-item {
	margin-bottom: 18px;
}
div.form-item a:link, div.form-item a:visited {
	color: #0066CC;
}
div.form-item label {
	clear: left;
	display: block;
	margin: 5px 0;
}
div.form-item label.green {
	color: #4D873B;
}
div.form-item label.bold {
	font-weight: bold;
}
div.form-item input.form-text {
	border: 1px solid #D9DCDF;
	display: block;
	margin: 0.2em 0;
	padding: 0.2em 1px;
	width: 400px;	
}
div.form-item input.form-text.required {
	border-color: #FF0000;
}
div.form-item select.standard {
	border: 1px solid #D9DCDF;
	display: block;
	margin: 0.2em 0;
	padding: 0.2em 1px;
	width: 400px;	
}
div.form-item select.standard.required {
	border-color: #FF0000;
}
div.form-item div.description {
	font-size: 11px;
	color: #777777;
}



strong.result {
	font-size: 11px;
	font-weight: normal;
}
strong.result.failure {
	color: #ff0000;
}
strong.result.success {
	color: #4D873B;
}



div.map_canvas_hide {
	border: 0px;
	margin: 0px;
	width: 0px;
	height: 0px;
}

div.map_canvas_show {
	border: 1px solid #E5E5E5;
	margin: 0 0 0 5px;
	width: 480px;
	height: 400px;
}



#page {
	position: relative;
	width: 930px;
	background: transparent;
	margin: 30px auto 30px auto;
	text-align: left;	
}



#header {
	position: relative;
	width: 930px;
	height: 230px;
	background: #A45848 url(../media/images/header.jpg) no-repeat;	
}
#header h1 {
	display: none;
}



#nav {
	position: relative;
	width: 930px;
	height: 50px;
	background: #DEB56B url(../media/images/navstrip.gif) no-repeat;		
}
#nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 40px;					
}
#nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 6px;		
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 10px 0 5px;
	color: #614C37;
	font: normal 15px/45px verdana, helvetica, arial, sans-serif, serif;
	text-decoration: none;		
}
#nav ul li a:visited {
	color: #614C37;
	text-decoration: none;	
}
#nav ul li a:hover, #nav ul li a:active {
	text-decoration: underline;
}
#nav ul li.selected {
	background: transparent url(../media/images/left_tab.gif) no-repeat;	
}
#nav ul li.selected a {	
	color: #5C4A38;
	background: transparent url(../media/images/right_tab.gif) no-repeat right top;	
}
#nav ul li.selected a:hover, #nav ul li.selected a:active {
	text-decoration: none;
}



#content-container {
	position: relative;
	background: #FFFFFF url(../media/images/body.gif) repeat-y center top;
	padding: 0 40px 0 40px;
	min-height: 380px;
	height: auto !important;
	height: 380px;
	width: 850px;
}
#content-container:after {
    	content: ".";
    	display: block;
    	height: 0;
    	clear: both;
    	visibility: hidden;
}



#content {
	position: relative;
	float: left;
	width: 540px;
	margin: 30px 0 0 0;
	display: inline;
}
#content img.heading {
	display: block;
	margin-bottom: 6px;
}
#content h1 {
	padding: 0 0 2px 4px;
	font-style: normal;
	font-weight: normal;	
	font-size: 21px;
	color: #4A3929;
}
#content h2 {
	padding: 10px 0 2px 4px;
	font-style: normal;
	font-weight: bold;	
	font-size: 14px;
	color: #4A3929;
}
#content p {
	padding: 8px 5px;
	line-height: 140%;
}
#content p.big {
	font-size: 13px;
}
#content p.big-bottom-margin {
	margin-bottom: 10px;
}
#content strong {
	font-weight: bold;
}
#content strong.green {
	color: #4D873B;
}
#content strong.olive {
	color: #5D6224;
}
#content i.nostyle {
	font-style: normal;
}
#content i.olive {
	color: #5D6224;
}
#content i.green {
	color: #4D873B;
}
#content i.red {
	color: #D04500;
}
#content ul {
	margin: 10px 0 0 15px;
}
#content ul li {
	list-style-type: none;
	background: url("../media/icons/arrow.gif") no-repeat 0 3px;
	padding: 0 0 6px 12px;
}
#content ul li.noicon {
	background: transparent;
}
#content div.quotebox {
	display: block;
	margin-top: 15px;
	font-style: italic;
	font-size: 14px;
	line-height: 190%;
	text-align: center;
}




#events {
	margin-top: 15px;
	width: 480px;
	height: auto;
}
#events div.event-container {
	margin-bottom: 25px;
}
#events div.event-header {
	margin-bottom: 8px;
	margin-left: 5px;	
}
#events div.event-header p.header {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;	
	color: #D04500;	
}
#events div.event-header p.date {
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	font-size: 12px;
	font-weight: normal;	
	color: #666250;	
}
#events div.event-header i {
	border-bottom: 1px dashed #4D873B; 
	font-style: normal;
}
#events div.event-description p {
	padding: 6px 5px;
	font-size: 11px;
	line-height: 140%;
}
#events div.event-description h1 {
	padding: 0 0 2px 4px;
	font-style: normal;
	font-weight: bold;	
	font-size: 14px;
	color: #474747;
}
#events div.event-description h2 {
	padding: 0 0 2px 4px;
	font-style: normal;
	font-weight: bold;	
	font-size: 13px;
	color: #474747;
}
#events div.event-description h3 {
	padding: 0 0 2px 4px;
	font-style: normal;
	font-weight: bold;	
	font-size: 12px;
	color: #474747;
}
#events div.event-footer {
	border-top: 1px dashed #C6C3B2;
	margin-top: 10px;
	margin-left: 5px;	
	padding-top: 5px;
	width: 365px;
}
#events div.event-footer p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #9E9A82;
}



#form-login {
	margin-top: 10px;
}





#form-uploadpdf {
	margin-top: 0px;
	margin-left: 7px;
}
#form-uploadpdf p {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#form-uploadpdf h2 {
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 5px;
}




#form-imagemanager {
	overflow: hidden;
	width: 100%;	
}
#form-imagemanager div.event-image {
	float: left;
	padding: 0px;
	padding-left: 5px;
	margin: 0px;
	margin-top: 10px;
	margin-right: 10px;
}


#form-postevent {
	margin-top: 10px;	
}




#managementbar {
	position: relative;
	float: right;
	width: 270px;
	margin: 36px 0 0 0;
	display: inline;	
}
#managementbar a:link, #managementbar a:visited, #managementbar a:active {
	color: #E25A00;
	text-decoration: none;
}
#managementbar a:hover {
	color: #4D873B;
}
#managementbar ul {
	margin: 15px 0 0 0;
}
#managementbar ul li {
	list-style-type: none;
	background: url("../media/icons/arrow.gif") no-repeat 0 3px;
	padding: 0 0 6px 12px;
}
#managementbar ul li.noicon {
	background: transparent;
}
#managementbar ul li.selected {
	background: url("../media/icons/arrow_green.gif") no-repeat 0 3px;
	color: #4D873B;
}



#sidebar {
	position: relative;
	float: right;
	width: 270px;
	margin: 33px 0 0 0;
	display: inline;	
}
#sidebar img.side-heading {
	display: block;
}
#sidebar a:link, #sidebar a:visited, #sidebar a:active {
	color: #63AD31;
}
#sidebar div.flickr {
	position: relative;
	margin-bottom: 25px;
}
#sidebar div.flickr p {
	padding: 6px 0 0 0;
}
#sidebar div.events-summary {
	position: relative;
	margin-bottom: 25px;
}
#sidebar div.events-summary ul {
	margin: 8px 0 0 0;
}
#sidebar div.events-summary ul li {
	list-style-type: none;
	background: url("../media/icons/calendar.gif") no-repeat 0 0;
	padding: 0 0 6px 30px;
	font-size: 11px;
}
#sidebar div.events-summary ul li.noicon {
	background: transparent;
}
#sidebar div.events-summary p {
	padding: 8px 0 0 30px;
	font-size: 13px;
}
#sidebar div.newsletter {
	position: relative;
}
#sidebar div.newsletter form p {
	padding: 8px 0 4px 0;
	font-size: 11px;
}
#sidebar div.newsletter form fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#sidebar div.newsletter form label {
	display: block;
	margin: 8px 0 3px 0;
	font-weight: bold;
	color: #D04500;
}
#sidebar div.newsletter form input.email {
	width: 180px;
	padding: 2px;
}
#sidebar div.newsletter form input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 23px;
	margin: 0;
	padding: 0; 
	color: #FFFFFF;
	background: #63AD31;
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}




#accreditations {
	position: relative;
	clear: both;
	background: #ffffff url(../media/images/accreditations.gif) no-repeat center top;
	padding: 35px 0 0 45px;
	width: 885px;
	height: 50px;
	overflow: hidden;
}



#footer {
	position: relative;
	background: #A45848 url(../media/images/footer.gif) no-repeat center bottom;	
	padding: 10px 0 0 45px;
	width: 885px;
	height: 35px;
	overflow: hidden;
}
#footer i {
	font-style: normal;
	font-size: 11px;
}a.nadz:link {
	font-weight: normal;
	color: #474747;
	text-decoration: none;
}
a.nadz:hover {
	font-weight: normal;
	color: #474747;
	text-decoration: none;
}
a.nadz:visited {
	font-weight: normal;
	color: #474747;
	text-decoration: none;
}

