/* Holt Chronicle Main CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {
	margin: 0; 
	padding: 0; 
	border: 0; 
	}

body {
	font-size: 100.01%;/* fix for IE scaling error at small font sizes*/
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;/* centers the wrapper in IE 5.x*/
	color: #FFF;
	background: #f9d276 url(../images/bg.jpg) repeat-x;
	}

#wrapper {
margin: 40px auto;/*centers the wrapper in compliant browsers*/
width: 766px;
text-align: left;
position: relative;/*set for the positioning of the nav*/
background-color: #fff;
color: inherit;
left: 25px;
top: -34px;
	}

#outercontent {
	margin-left: 1px;
	}

#header {
	height: 209px;
	width: 766px;
	background: url(../images/header.jpg) no-repeat left top;
	}

#content {
font-size: 14px;
margin-left: 250px;
width: 500px;
min-height: 540px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #333;
padding-top: 7px;
padding-right: 0;
padding-bottom: 40px;
padding-left: 0;
	}

* html #content {
     height: 540px;/*fix for ie content height*/
}

#content h1 {
	font-size: 150%;
	margin: 40px 0 12px 5px;
	color: #b36a44;
	background-color: inherit;
	padding-bottom: 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	}

#content h2 {
	font-size: 125%;
	margin: 25px 0 15px 5px;
	color: #999;
	background-color: inherit;
	}

#content h4 {
	color: #b36a44;
	background-color: inherit;
	padding-top: 6px;
	}

#content p {
	line-height: 150%;
	text-align: left;
	color: #666;
	}

#content strong {
	font-weight: bold;
	color: #333;
	font-size: 18px;
	text-align: left;
	}

#content ul {
	padding-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 150%;
	}

#content ul li {
	padding-bottom: 10px;
	}

#content ol {
	padding-left: 50px;
	margin-top: 10px;
	margin-bottom: 15px;
	}

#content ol li {
	margin-top: 15px;
	}

#content .right {
	float: right;
	border: 1px solid #ccc;
	margin: 5px 10px 10px 15px;
	}

#content a:link, #content a:visited {
	color: #6b635d;
	background-color: inherit;
	}
	
#content a:hover, #content a:active {
background-color: #6C0;
color: #FFF;
text-decoration: none;
	}

#content .printheader, #content .handheldheader {
	display: none;/*hide the header for the print style sheet*/
	}

#screentitle {
	margin-top: 30px;
	}

#contact a:link, #contact a:visited {
	color: #873b37;
	background-color: inherit;
	text-decoration: none;
	}
	
#contact a:hover, #contact a:active {
	color: #873b37;
	background-color: inherit;
	text-decoration: underline;
	}

/***** footer *****/

#footer {
	background: #b36a44;
	color: inherit;
	text-align: right;
	}

#footer p {
	font-size: 70%;
	padding: 30px 5px 10px 5px;
	color: #fff;
	background-color: inherit;
	margin: 0 10px;
	}

#footer a:link, #footer a:visited {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
	}
	
#footer a:hover, #footer a:active {
	color: #fff;
	background-color: inherit;
	text-decoration: underline;
	}
	
/***** Navigation ******/

#skip {
	position: absolute;
	top: -500px;/*places the skip nav off screen*/
	}

/* positions the navigation column*/
#nav {
	position: absolute;
	width: 203px;
	top: 244px;
	left: 17px;
	}

#nav img {
	margin: 25px auto;
	border: 1px solid #ccc;
	
}

#nav img.nb {
	margin: 0 auto;
	border: none;
	}

#nav ul {
	list-style-type: none;
	padding-left: 2px;
	}

div#nav ul li {
	border-bottom: 1px solid #ccc;/*plain border for IE pc*/
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	margin-bottom: -2px;/*value for IE5.5*/
	margin-bottom:/**/ -5px;/*Value for IE5.01*/
	ma\rgin-bottom: -2px;/*value for IE6*/
	}

div#nav>ul li, #nav>h3 {
	margin-bottom: 0px;

	}

#nav li a {
	font-size: 80%;
	display: block;
	text-decoration: none;
	color: #FFF;
	background-color: #669900;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-right: 0;
	margin-left: 0;
	}

#nav li a:hover, #nav li a:focus {
	color: #FFF;
	background-color: #C90;
	}

#selected a:link, #selected a:visited,
#selected a:hover, #selected a:active {
	background-color: #c68f73;
	color: #fff;
	}

/***** Ends the navigation *****/

/***** custom styles ******/

.downloads {
	width: 450px;
	margin-bottom: 10px;
	padding: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #69F;
	}
	
.desc {
	margin-left: 60px;
	background-color: #E7E7E7;
	line-height: 1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 3px 7px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 3px 7px rgba(0,0,0,0.5);
	padding-top: 5px;
	}

.img_left {
	float: left;
	margin: 10px 25px 15px 0;
	}

#contact {
	font-size: 80%;
	color: #666;
	background-color: inherit;
	}
	
.awesome{
	display: none;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius: 1em 0;
	-webkit-border-radius: 1em 0;
	border-radius: 1em 0;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1.5px 1.5px rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	background-color: #EAEAEA;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	height: 1%;
}

.box {
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
-moz-box-shadow: 3px 5px 10px rgba(0,0,0,0.5);
-webkit-box-shadow: 3px 5px 10px rgba(0,0,0,0.5);
}
.th {
	font-size: 12px;
}
.blue {
color: #360;
}

.eventdetails {
text-align: left;
color: #666;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
}

#content h2 {
text-align: center;
font-size: 18px;
font-weight: bold;background-color: #8FBF00;
border: 3px inset #009ADE;
color: #FFF;
font-weight: bold;
margin-top: 12px;
margin-right: 0px;
margin-bottom: 2px;
margin-left: 0px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 18px;
text-transform: uppercase;
text-align: center;
}





.meetingplace {
color: #C41515;
text-align: left;
font-variant: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

.subheading {

}

.highlightcolour {
	background-color: #6CF;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 2px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	top: -10%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #06C;
}
.center {
	text-align: center;
}



#wrapper #content h3 {
background-color: #D0FFCA;
border: 1px outset #C0FFB3;
color: #06F;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: italic;
font-weight: bold;
margin: 12 0 2px 0;
text-align: center;
text-transform: uppercase;
}

.blue {
color: #360;
}

.eventdetails {
text-align: left;
color: #666;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
}

.mainheading {
text-align: center;
font-size: 18px;
font-weight: bold;
}

.mainheadingpaid {
text-align: center;
font-size: 18px;
font-weight: bold;
}





.meetingplace {
color: #C41515;
text-align: left;
font-variant: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

.subheading {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 16px;
color: #06F;
text-transform: uppercase;
text-align: center;
font-weight: bold;
}

h2 a:hover {
	color:white;
	text-decoration:none;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.style1 {color: #999999}

.style3 {
	font-size: large
}

#apDiv1 {
	position:absolute;
	top:179px;
	width:207px;
	z-index:1;
	color: #000;
	left: 110px;
}

#wrapper #content .paid {
background-color: #06F;
}
