/* RESET STYLES */
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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body{
	margin:0;
	padding:0;
	font-size: 62.5%;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	text-align: center;
	background: #f7fcfd;
	color: #222;
}

/* ----------------------------------------------- MAIN STYLES --------------------------------------------*/
a:link{
	color: #196366;
	text-decoration: none;
	border-bottom: 1px dotted #196366;
}

a:visited{
	color: #196366;
	text-decoration: none;
	border-bottom: 1px dotted #196366;
}

a:hover{
	color: #193266;
	text-decoration: none;
	border-bottom: 1px solid #193266;
}

h1{
	font-size: 20px;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	padding: 0 0 10px 0;
	color: #18316e;
}

h2{
	font-size: 16px;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	padding: 0 0 10px 0;
	color: #18316e;
}

h3{
	font-size: 16px;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	padding: 0 0 10px 0;
	color: #18316e;
}

h4{
	font-size: 14px;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	padding: 0 0 10px 0;
	color: #18316e;
}
h5{
	font-size: 14px;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	padding: 0 0 10px 0;
	color: #18316e;
}
h6{
	font-size: 12px;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	padding: 0 0 10px 0;
	color: #18316e;
}

p{
	font-size: 12px;
	line-height: 1.5em;
	padding: 0 0 10px 0;
	
}
p.smalltext{
	font-size: 10px;
}
p.cleartext{
	display: block;
	clear: both;
}
/* ----------------------------------------------- PAGE STYLES --------------------------------------------*/
div#wrapper{
	width: 960px;
	height: 1%;
	margin:0 auto;
	background: #fff url(../img/sidebarbg.gif) top left repeat-y;
	position: relative;
	text-align: left;
	padding: 0 0 10px 0;
}

div#content-wrapper{
	clear:both;
	width: 780px;
	margin: 0 0 0 180px;
	padding: 20px 0 0 0;
}

div#masthead{
	float: right;
	width: 880px;
	height: 100px;
	background: url(../img/mastheadbg.gif) top left repeat-x;
	margin: 30px 0 0 0;
	z-index: 800;
	position: relative;
	border-top: 3px solid #b2e2ee;
	border-bottom: 3px solid #b2e2ee;
	
}

div#content{
	float: left;
	min-height: 400px;
	margin:0;
	padding: 0 10px 20px 0;
	border-right: 1px solid #b3e3ee;
	width: 500px;
	
}

div#sidebar{
	float: right;
	width: 250px;
	margin:0;
	padding:20px 0;
}

div.onesixth{
	width: 120px;
}
div.fivesixths{
	width: 620px;
	margin:0;
	padding:0;
}
div.full-width{
	width: 760px;
	margin:0;
	padding:0;
}

div.half{
	position: relative;
	width: 370px;
	margin:0;
	padding:0;
}

div.twothirds{
	position: relative;
	width: 500px;
	margin:0;
	padding:0;
}

div.third{
	position: relative;
	width: 240px;
	margin:0;
	padding:0;
}

/* -----------------------------------------------SPECIFIC PAGE ELEMENTS ---------------------------------- */
div#slogan{
	clear:both;
	height: 200px;
	background: #f2fafc;
	margin: 0 0 20px 0;
	border: 1px solid #b2e2ee;
	position: relative;
}

div#hp_notice{
	clear:both;
	background: #f2fafc;
	margin: 0 0 20px 0;
	border: 1px solid #0061b0;
}

div#news{
	float: left;
	min-height: 160px;
	margin: 0 0 20px 0;	
}


div#newsletter{
	float: left;
	display: inline; /* STOP DOUBLE FLOAT BUG */
	min-height: 160px;
	margin: 0 0 20px 0;
}

div#newsletter p{
	padding:10px 10px 0 10px;
}

div#events{
	float: left;
	display: inline; /* STOP DOUBLE FLOAT BUG */
	margin: 0 0 20px 20px;
	min-height: 130px;
}

div#events p{
	padding:10px 10px 0 10px;
	font-size: 11px;
}

div#about{
	float: left;
	display: inline; /* STOP DOUBLE FLOAT BUG */
	background: #f2fafc;
	margin: 0 0 20px 20px;
	min-height: 130px;
}

div#about p{
	padding:10px 10px 0 10px;
	font-size: 11px;
}
div#personnel{
	float: left;
	display: inline; /* STOP DOUBLE FLOAT BUG */
	background: #f2fafc;
	margin: 0 0 20px 20px;
	min-height: 110px;
}
div#personnel p{
	padding:10px 10px 0 10px;
	font-size: 11px;
}

div.personnel{
	margin: 0 0 20px 10px;
	padding: 5px;
	background: #f2fafc;
	min-height: 110px;
	width: 470px;
}

div.personnel img{
	border: 1px solid #666;
	float: left;
}

div.personnelinfo{
	float: right;
	width: 290px;
	padding: 10px 0 0 0;
}
div.personnelinfo p{
	padding: 5px;
	font-size: 12px;
}

div#membersarea{
	float: left;
	display: inline; /* STOP DOUBLE FLOAT BUG */
	margin: 0 0 20px 20px;
	min-height: 130px;
}


div#footer{
	clear:both;
	width: 800px;
	height: 50px;
	margin: 0 0 0 156px;
	background: #f2fafc;
	border-top: 3px solid #e6f6f9;
}

div.secondary{
	clear:both;
}

div#contact_form{
	float: left;
	padding: 0 0 20px 0;
}

div#contact_details{
	float: right;
	padding: 0 0 20px 0;
	
}
/* -----------------------------------------------STYLE ELEMENTS ---------------------------------- */
div#masthead-logo{
	position: absolute;
	top: 5px;
	left: 2px;
	z-index: 1200;
	background: url(../img/mastheadlogo.png) top left no-repeat;
	width: 150px;
	height: 150px;
	text-indent: -9999px;
}

div#celebrating25{
	position: absolute;
	top: 180px;
	left: 10px;
	width: 140px;
	height: 140px;
}
img#bottom-icon{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 900;
}
#masthead h1 a{
	display: block;
	width: 760px;
	height: 56px;
	margin: 15px 0 0 95px;
	text-indent: -9999px;
	background: url(../img/mastheadtitle.png) top left no-repeat;
	border-bottom: none;
}

#masthead ul{
	width: 760px;
	margin: 0 0 0 95px;
	position: absolute;
	bottom: 0;
}

#masthead ul li{
	float: left;
	text-transform: uppercase;
	font-size: 13px;
	font-family: Georgia, Times, "Times New Roman", sans-serif;
	margin: 0 6px 0 0;
}

#masthead li a{
	color: #fff;
	letter-spacing: 1px;
	display:block;
	line-height: 25px;
	border-bottom: none;
	padding:0 5px 0 5px;
	
}

#masthead li a:visited{
	
}

#masthead li a:hover{
	background: #b2e2ee;
	color: #193266;
}

#masthead li.here a{
	background: #b2e2ee;
	color: #193266;
}

#content ul{
	list-style: square;
	margin: 5px 0 10px 20px;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
}

ul#news-list{
	margin: 10px 10px 0 10px;
	font-size: 12px;
	list-style: square;
	padding: 0 0 0 15px;
}

ul#news-list li{
	margin: 5px 0 0 0;
}


#footer p{
	font-size: 9px;
	padding: 5px 0 0 25px;
	color: #193266;
}


#footer ul{
	margin:0;
	padding: 10px 0 0 25px;
}
#footer ul li{
	display: inline;
	font-size: 10px;
	border-bottom: none;
	margin: 0 10px 0 0;
}

#slogan h2{
	display: block;
	width: 432px;
	height: 160px;
	text-indent: -9999px;
	background: url(../img/slogantext.gif) bottom right no-repeat;
	padding: 20px 0 0 10px;
	float: left;
}

#slogan img#dolls{
	float: right;
	margin: 10px 10px 0 0;
}

#slogan img#holly_left{
	position: absolute;
	top:-20px;
	left:-30px;
}

#slogan img#holly_right{
	position: absolute;
	top:-20px;
	right:-30px;
}

span.div-header{
	display: block;
}

span.div-header a{
	font-size: 14px;
	font-family: Georgia, Times, "Times New Roman", sans-serif;
	line-height: 25px;
	display: block;
	padding: 0 0 0 5px;
	background: #e6f6f9;
	color: #193266;
	border-bottom: 2px solid #b2e2ee;
}
span.div-header a:visited{
	font-size: 14px;
	font-family: Georgia, Times, "Times New Roman", sans-serif;
	line-height: 25px;
	display: block;
	padding: 0 0 0 5px;
	background: #e6f6f9;
	color: #193266;
	border-bottom: 2px solid #b2e2ee;
}
span.div-header a:hover{
	font-size: 14px;
	font-family: Georgia, Times, "Times New Roman", sans-serif;
	line-height: 25px;
	display: block;
	padding: 0 0 0 5px;
	background: #193266;
	color: #e6f6f9;
	border-bottom: 2px solid #b2e2ee;
}
a.home-links{
	display: block;
	/* position: absolute;
	bottom:10px;
	left:10px;*/
	clear: both;
	border-bottom: none;
	padding: 5px 0 5px 10px;
}

div.newsletter-preview{
	height: 100px;
	width: 120px;
	overflow: hidden;
	float: left;
}

div.newsletter-info{
	width: 240px;
	float: right;
}

div.newsletter-info p.title{
	font-size: 12px;
	font-weight: bold;
}

div.newsletter-info p{
	font-size: 10px;
}
/* ----------------------------------------------- News Page STYLES --------------------------------------------*/
#content div.news_entry_important{
	padding: 10px;
	margin:0 20px 10px -8px;
	border: 1px solid #b3e3ee;
	background: #e6f6f9;
}

#content div.news_entry{
	padding: 0 20px 10px 0;
	margin:0;
}

#content div.news_entry h4, #content div.news_entry_important h4{
	font-size: 15px;
	font-family: Georgia, Times, "Times New Roman", sans-serif;
	padding: 0;
	margin: 0 0 10px 0;
}

#content div.news_entry p, #content div.news_entry_important p{
	margin: 0;
	padding:0 0 10px 0;
}

#content div.news_entry p.date, #content div.news_entry_important p.date{
	font-size: 10px;
	margin: 0;
	padding:0 0 10px 0;
}

#content div.news_entry p.permalink, #content div.news_entry_important p.permalink{
	font-size: 10px;
	margin:0;
	padding:0;
}

div.personnelsidebar{
	text-align: center;
}

div.newsletter{
	width: 480px;
	min-height: 170px;
	padding: 5px;
	background: #f2fafc;
}

div.newsletter img{
	border: 1px solid #666;
	float:left;
}

div.newsletterinfo{
	width: 300px;
	float: right;
	padding: 20px 0 0 0;
}

/* ----------------------------------------------- Contact STYLES --------------------------------------------*/
p.contactmessage{
	color: #fff;
	padding: 3px;
	background: #bf0000;
}

input.contact-single{
	width: 99%;
}

textarea.contact-text{
	width: 99%;
	height: 100px;
}

input.contact-single-req{
	width: 99%;
	border: 2px solid #bf0000;
}

textarea.contact-text-req{
	width: 99%;
	height: 100px;
	border: 2px solid #bf0000;
	
}

input#send{
	float: right;
}

p.contact-line{
	font-weight: bold;
	color: #18316e;
	line-height: 2em;
	clear: both;
}
p.contact-line-req{
	font-weight: bold;
	color: #bf0000;
	line-height: 2em;
	clear: both;	
}

span.contact-label{
	display: block;
}

div#hp_notice p{
	padding: 10px;
}

ul#contacterrors{
	list-style: square;
	margin: 10px 0 5px 20px;
}

ul#contacterrors li{
	font-size: 12px;
}
/* ----------------------------------------------- Members Area STYLES --------------------------------------------*/
div#membersloginlarge{
	width: 230px;
	border: 1px solid #b3e3ee;
	background: #f2fafc;
}

div#membersloginlarge p{
	padding: 10px 0 0 10px;
}

div#membersloginlarge h2{
	font-size: 16px;
	padding: 10px 0 5px 10px;
}

#membersloginlarge input{
	width: 190px;
	clear:both;
}

#membersloginlarge input#login{
	width: 100px;
	margin: 20px 0 10px 0;
}

#membersloginlarge p.loginerror{
	color: #bf0000;
}

div#memberloggedin{
	width: 230px;
	border: 1px solid #b3e3ee;
	background: #f2fafc;
	
}

#memberloggedin h6{
	font-size: 16px;
	padding: 10px 0 5px 10px;
}

#memberloggedin p{
	font-size: 10px;
	padding: 5px 0 5px 10px;	
}

#memberloggedin input#logout{
	margin: 5px 0 10px 10px;	
	
}

div#membersarea p {
	display: block;
	clear:both;
	font-size: 12px;
	margin: 0;
	padding:5px 0 0 10px;
	line-height: 25px;
}

div#membersarea span.inputlabel{
	display: block;
float: left;
font-size: 12px;
margin:5px 0 0 0;}

div#membersarea input{
float: right;	margin: 5px 10px 0 0;
	width: 200px;
}

div#membersarea p.loginerror{
	color: #bf0000;
	font-size: 12px;
	font-weight: bold;
}

div#membersarea input#login{
	margin: 10px 10px 0 0;
	width: 100px;
}
#content div.mem_resources_important{
	padding: 10px;
	margin:0 20px 10px -8px;
	border: 1px solid #b3e3ee;
	background: #e6f6f9;
}

#content div.mem_resources{
	padding: 0 20px 10px 0;
	margin:0;
}

#content div.mem_resources h4, #content div.mem_resources_important h4{
	font-size: 15px;
	font-family: Georgia, Times, "Times New Roman", sans-serif;
	padding: 0;
	margin: 0 0 10px 0;
}

#content div.mem_resources p, #content div.mem_resources_important p{
	margin: 0;
	padding:0 0 10px 0;
}

#content div.mem_resources p.date, #content div.mem_resources_important p.date{
	font-size: 10px;
	margin: 0;
	padding:0 0 10px 0;
}

#content div.mem_resources p.permalink, #content div.mem_resources_important p.permalink{
	font-size: 10px;
	margin:0;
	padding:0;
}

#content div.mem_discussion_important{
	padding: 10px;
	margin:0 20px 10px -8px;
	border: 1px solid #b3e3ee;
	background: #e6f6f9;
}

#content div.mem_discussion{
	padding: 0 20px 10px 0;
	margin:0;
}

#content div.mem_discussion h4, #content div.mem_discussion_important h4{
	font-size: 15px;
	font-family: Georgia, Times, "Times New Roman", sans-serif;
	padding: 0;
	margin: 0 0 10px 0;
}

#content div.mem_discussion p, #content div.mem_discussion_important p{
	margin: 0;
	padding:0 0 10px 0;
}

#content div.mem_discussion p.date, #content div.mem_discussion_important p.date{
	font-size: 10px;
	margin: 0;
	padding:0 0 10px 0;
}

#content div.mem_discussion p.permalink, #content div.mem_discussion_important p.permalink{
	font-size: 10px;
	margin:0;
	padding:0;
}

div.discussion-main{
	padding: 0 0 20px 0;
}
div.discussion-main p{
	margin:0 0 0 10px;
	padding:0;
}

div.discussion-main p.date{
	font-size: 10px;
	margin:0;
	padding:0 0 5px 10px;
	color: #18316e;
	
}

div.comments{
	padding: 0 0 20px 0;
}
div.comments p{
	padding: 0 0 0 10px;
}

div.comments p.author{
	font-weight: bold;
	color: #18316e;
}
div.comments p.content{
	font-style: italic;
	margin: 2px 0 10px 0;
}

div#post-comment{
	border: 1px solid #b3e3ee;
	background: #e6f6f9;
	padding: 10px 0 10px 10px;
	margin: 0 10px 10px 0;
}

div#post-comment p{
	margin:0;
	padding:0;
}
div#post-comment span.warning-message{
	color: #bf0000;
}

div#post-comment input.comment-single{
	width: 400px;
}

div#post-comment textarea#comment{
	width: 400px;
	height: 75px;
}

/* ----------------------------------------------- EVENT STYLES --------------------------------------------*/
h2.event-title{
	margin: 0 0 5px 15px;
	padding:0;
	line-height: 1.8em;
}

p.event-date{
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 5px 20px;
	padding:0;
}

div.event-details{
	padding: 0 30px;
}

h4.past-event-title{
	margin: 0 0 5px 20px;
	padding:0;
	
}

div.facebook{
	height: 30px;
	width: 150px;
	position: absolute;
	top: -30px;
	right: 0;
}

div.facebook img{
	float: left;
	margin: 0 5px 0 0;
}

div.facebook p{
	line-height: 20px;
}
/* ----------------------------------------------- Permanent Overriding STYLES --------------------------------------------*/
.bold{font-weight: bold;}
.italic{font-style: italic;}
.underline{text-decoration: underline;}
.strikethrough{text-decoration: line-through;}
.highlight{background: #e6f6f9;}

p.bold{font-weight: bold;}
p.italic{font-style: italic;}

strong{
	font-weight: bold;
}
span.smalldate{
	display: block;
	clear: both;
	margin: 3px 0;
	font-size: 10px;
	color: #666;
}
div#test{
	position: absolute;
	width: 100px;
	height: 100px;

	z-index: 10000;
	background: #fff;
}

span.rss_feed{
	padding: 0 0 0 18px;
	background: url(../img/feed_icon.gif) top left no-repeat;
}