/*CSS Document*/
BODY, HTML
{
	font-family: "Lucida Sans", "Lucida Sans Unicode", sans-serif, Arial;
	color: #525162;
	font-size: 0.9em;
	font-weight: normal;
	background-image: url(images/cork_bkg.jpg);
	background-repeat: repeat;
}
*
{
	margin: 0;
	padding: 0;
}
H1, H2, H3
{
	font-size: 2em;
	color: #EA5E00;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 12px;
}
H2
{
	font-size: 1.5em;
	margin: 20px 0px 0px;
}
H3
{
	font-size: 1.1em;
	margin: 0px;
}
A:link, A:visited
{
	color: #0099FF;
	text-decoration: none;
	font-weight: bold;
}
A:hover, A:active
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#masthead, #mastheadmain
{
	width: 960px;
	margin: 0 auto;
/*position: relative;*/
	padding: 0px;
	height: 185px;
}
#mastheadmain
{
	height: 88px;
}
#mastcbtlogo
{
	position: absolute;
	top: -50px;
	left: 30px;
	float: left;
	z-index: 999;
	border: none !important;
	margin: 0px;
	padding: 0px;
	height: 110px;
	width: 196px;
}
#mastcbtlogo A IMG
{
	text-decoration: none;
	border: none !important;
	display: block;
}
#mastcbtlogo A:link IMG
{
	text-decoration: none;
	border: none;
/*border: solid 1px #fff;*/
	display: block;
}
#mastcbtlogo A:hover IMG
{
	text-decoration: none;
	border: none;
	padding: 0 !important;
	display: block;
}
#twitterface
{
	width: 200px;
	position: absolute;
	left: 749px;
	top: 52px;
	padding: 0px;
	margin: 0px;
	z-index: 999;
}




#twitterface A:link IMG, #twitterface A:visited img
{
	text-decoration: none;
	display: inline-block;
	border: 0px solid #000000 !important;
	width: 88px;
	
}


/*-- mainnav--*/
#mainnav
{
	width: 960px;
	padding: 0px;
	margin: 0px;
	height: 60px;
	float: right;
/*margin-top: 50px;*/
}
#mainnav P
{
	display: block;
	font-size: 90%;
	font-weight: normal;
	margin: 0px !important;
	padding: 0px !important;
}
#mainnav A
{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.mainnavtag1 A:link, .mainnavtag1 A:visited, .mainnavtag2 A:link, .mainnavtag2 A:visited, .mainnavtag3 A:link, .mainnavtag3 A:visited, .mainnavtag4 A:link, .mainnavtag4 A:visited, .mainnavtag5 A:link, .mainnavtag5 A:visited
{
	display: block;
	background: url(images/mainnav_btns.png) no-repeat left bottom;
	height: 40px;
	padding-top: 0px;
	width: 120px !important;
	color: #FFF !important;
	font-size: 1px;
}
.mainnavtag1 A:hover, .mainnavtag1 A:active, .mainnavtag2 A:hover, .mainnavtag2 A:active, .mainnavtag3 A:hover, .mainnavtag4 A:active, .mainnavtag4 A:hover, .mainnavtag4 A:active, .mainnavtag5 A:hover, .mainnavtag5 A:active
{
	display: block;
	background: url(images/mainnav_btns.png) no-repeat left top;
	height: 40px;
	padding-top: 0px;
	width: 120px !important;
	color: #FFFFFF !important;
	font-size: 1px;
}
.mainnavtag2 A:link, .mainnavtag2 A:visited
{
	background-position: -120px bottom;
}
.mainnavtag2 A:hover, .mainnavtag2 A:active
{
	background-position: -120px top;
}
.mainnavtag3 A:link, .mainnavtag3 A:visited
{
	background-position: -240px bottom;
	color: #FFFFFF;
}
.mainnavtag3 A:hover, .mainnavtag3 A:active
{
	background-position: -240px top;
}
.mainnavtag4 A:link, .mainnavtag4 A:visited
{
	background-position: -360px bottom;
	color: #FFFFFF;
}
.mainnavtag4 A:hover, .mainnavtag4 A:active
{
	background-position: -360px top;
}
.mainnavtag5 A:link, .mainnavtag5 A:visited
{
	background-position: -480px bottom;
	color: #FFFFFF;
}
.mainnavtag5 A:hover, .mainnavtag5 A:active
{
	background-position: -480px top;
}
#mainnav UL
{
	list-style: none;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	float: right;
	margin: 0px;
	position: relative;
	left: -30px;
}
#mainnav LI
{
	width: 120px !important;
	font-size: 90% !important;
	font-weight: normal;
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
}
/*-- end of main nav bar --
--contact and donate page buttons --*/
.pagebtn1 A:link, .pagebtn1 A:visited, .pagebtn2 A:link, .pagebtn2 A:visited
{
	display: block;
	background-image: url(images/page_btns.png);
	background-position: left bottom;
	height: 40px;
	padding-top: 0px;
	width: 100px !important;
	color: #FFF !important;
	font-size: 1px;
}
.pagebtn1 A:hover, .pagebtn1 A:active, .pagebtn2 A:hover, .pagebtn2 A:active
{
	display: block;
	background-image: url(images/page_btns.png);
	background-position: left top;
	height: 40px;
	padding-top: 0px;
	width: 100px;
	color: #FFFFFF !important;
	font-size: 1px;
}
.pagebtn2 A:link, .pagebtn2 A:visited
{
	background-position: 100px bottom;
}
.pagebtn2 A:hover, .pagebtn2 A:active
{
	background-position: 100px top;
}
/*-- end of page buttons --*/
#login, #search
{
	width: 250px;
	height: 40px;
/*background: url(images/login_bkg.png ) no-repeat 4px 0;*/
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px;
}
.logintxt
{
	margin: 6px 0 0 2px;
	background-color: #FAFAF9;
	border: 1px solid #FFF;
	width: 140px;
	height: 24px;
	float: left;
	color: #666666;
}
.loginbtn
{
/*float: right;*/
	margin: 0 6px 0 0;
	width: 75px;
	padding: 0px;
	float: right;
}
#wrapperhome
{
	width: 960px;
	height: 772px;
	margin: 0px auto;
	padding: 0;
	background: url(images/paper_bkg.png) no-repeat top left;
	position: relative;
	top: 0px;
}
#wrapper
{
	width: 960px;
	background: url(images/pageedge.png) repeat-y top left;
	margin: 0px auto 0;
	position: relative;
	padding: 0;
}
#newspanel
{
	width: 590px;
	margin: 0;
	float: left;
	position: relative;
	left: 40px;
}
#col1
{
	width: 286px;
	float: left;
	min-height: 230px;
	margin: 0;
}
#col2
{
	width: 290px;
	float: left;
	min-height: 230px;
	margin: 0 0 0 4px;
}
#col1 P, #col2 P
{
	margin: 0 10px 6px;
}
#col1 H1, #col1 H2, #col1 H3, #col2 H1, #col2 H2, #col2 H3
{
	margin: 20px 10px 10px;
}
#col1 H2, #col2 H2
{
	border-bottom: 2px dashed #FF6600;
	width: 265px;
}
#col1 UL, #col2 UL, #col3 UL
{
	margin: 1em 0 10px 15px;
	list-style-image: url(images/bullet1.png);
	list-style-position: outside;
	color: #000000;
	font-size: 86%;
}
#col1 LI, #col2 LI
{
/*margin: 0 0 0 20px;
color: #000;*/
	margin: 0px 0 6px;
}
#col3
{
	width: 290px;
	margin: 0;
	float: left;
	background-image: url(img/homecol3_lines.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	position: relative;
	left: 50px;
}
#col3 P
{
	font-size: 86%;
	color: #41404D;
	margin: 0 0 1em 10px;
}
#col3 H1, #col3 H2, #col3 H3
{
	margin: 10px 0 0;
	color: #000000;
	font-weight: bold;
}
#col3 H1
{
	font-size: 150%;
	color: #006FA1;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #006FA1;
}
#col3 H2
{
	font-size: 130%;
}
#col3 H3
{
	font-size: 110%;
}
#col3 .title
{
	font-size: 2em !important;
	width: 100%;
	font-weight: bold !important;
	color: #006FA1 !important;
	border-bottom: 2px dashed #006FA1;
}
#dashedbox
{
	width: 280px;
	margin: 0;
	border: 3px dashed #CCC;
}
/*-- this is where the post-it notes are defined --*/
#footnotes
{
	width: 960px;
	margin: 0 auto;
	height: 200px;
	padding: 0px;
	position: relative;
	top: -75px;
}
.postit1
{
	display: block;
	width: 180px;
	height: 200px;
	background-image: url(images/postnote1.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-family: "Courier New", Courier, monospace;
	font-size: 86%;
	color: #000000;
	margin: 0 0 0 620px;
	padding: 42px 20px 10px;
/*position: relative;
left: 620px;*/
}
.eventtitle, .eventdate, .eventcontent
{
	font-family: "Courier New", Courier, monospace;
	font-size: 86%;
	color: #000000;
	margin: 0 0 0 620px;
	padding: 42px 20px 10px;
}
.postit_Ralign, .postit_Lalign
{
	display: block;
	width: 180px;
	height: 200px;
	background: url(images/postnote2.jpg) no-repeat left top;
	font-family: "Courier New", Courier, monospace;
	font-size: 86%;
	color: #000000;
	padding: 42px 20px 0px;
	float: right;
	margin: 0 0px 0px 6px;
}
.postit_Lalign
{
	float: left;
}
/*-- main pages --*/
#majorpanel
{
	width: 590px;
	margin: 0;
	float: left;
	position: relative;
	left: 40px;
}
#majorpanel P
{
	margin: 0 0 1em 0px;
	font-weight: normal;
}
#majorpanel IMG
{
	border: 1px solid #999999;
	padding: 2px;
}
#majorpanel UL
{
	list-style-image: url(images/bullet1.png);
	list-style-position: outside;
	color: #000000;
	font-size: 90%;
	margin-left: 30px;
	margin-bottom: 1em;
	margin-top: 1em;
}
#majorpanel LI
{
	margin: 0px 0 6px;
}
#address
{
	width: 960px;
	margin: 0 auto;
	position: relative;
	top: -70px;
}
#address P
{
	font-family: "Courier New", Courier, monospace;
	margin: 0 0 0 40px;
}
#footer
{
	width: 960px;
	margin: 0 auto;
	height: 123px;
	padding: 0px;
	clear: both;
}
/*-- general --*/
.clearall
{
	clear: both;
}
.bullet1 A:link, .bullet1 A:visited
{
	background: url(images/bullet2.png) no-repeat left bottom;
	padding: 0 0 0 22px;
	margin: 0px !important;
	line-height: 1;
	color: #0099FF;
	text-decoration: none;
	font-weight: bold;
}
.bullet1 A:hover, .bullet1 A:active
{
	background: url(images/bullet2.png) no-repeat left 0;
	padding: 0 0 0 22px;
	margin: 0px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
STRONG
{
	color: #000000;
	font-weight: bold;
}
.imgborder
{
	border: 1px solid #CCC;
}
.testimonial
{
	display: block;
	width: 240px;
	float: right;
	padding: 4px;
	border: 2px dashed #999999;
	font-family: Arial, Helvetica, sans-serif, "Arial Black";
	font-size: 100%;
	color: #006FA1;
	background-color: #EAE4D5;
	margin: 0px 0px 0px 8px;
	font-style: italic;
}
.testimonialauthor
{
	font-family: Tahoma, Verdana, sans-serif;
/*font-weight: bold;*/
	font-style: normal;
}
.imgfloatright
{
	float: right;
	margin: 0 0 6px 6px;
}
.imgfloatleft
{
	float: left;
	margin: 0 6px 6px 0;
}
/*--temp pages & flipbook --*/
#wrappertemp
{
	width: 960px;
	height: 510px;
	margin: 30px auto !important;
	padding: 0;
	border: 1px solid #0066FF;
	background-color: #FFF;
}
#flipbook
{
	width: 900px;
	height: 450px;
	margin: 30px auto;
	background-color: #292633;
	padding: 3px;
/*border: 4px solid #0066FF;*/
}
#temp
{
	width: 600px;
	height: 450px;
	margin: 30px auto;
	padding: 3px;
}
/*form formatting start*/
INPUT.formtxt, INPUT.formtxt2
{
	color: #000000;
	border: 1px solid #FFFFFF;
	width: 200px;
	padding: 0px;
	margin: 0px 0px 2px;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-style: normal;
	background-color: #BDD6D9;
}
INPUT.formtxt2
{
	width: 40px;
}
INPUT.formbtn
{
	color: #000;
	width: 8em;
	border: 1px solid #FFFFFF;
	margin: 2px;
	background-color: #FF6600;
}
.textarea
{
	background-color: #BDD6D9;
	color: #000000;
	width: 200px;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 100%;
	border: 1px solid #FFFFFF;
}
FORM P
{
	clear: left;
	margin: 0;
	padding: 5px 0 2;
	text-align: left;
}
FORM P LABEL, .label2
{
	font-size: 100%;
	width: 220px;
	float: left;
	margin-right: 0.5em;
	margin-left: 0.5em;
	display: block;
	padding: 0px;
}
.label2
{
	width: 30px;
	float: left;
}
FIELDSET
{
	border: 1px solid #006FA1;
/*width: 60%;*/
	margin-right: auto;
	margin-left: auto;
}
LEGEND
{
	color: #000000;
	border: 1px solid #006FA1;
	padding: 2px 6px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 75%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #BDD6D9;
}

