/* clear heading margins */
h1, h2, h3, h4, h5
{
	margin: 0;
	padding: 0;
}

p
{
	margin: 4px;
}

.em
{
	padding: 3px;
	border: 1px #d1cfd0 solid;
}

/** right-side boxes **/
#sidebar2 .em
{
	margin-bottom: 11px;
}
.errorbox {
	border: 1px solid #DF4337;
	background-color:#FFA69F;
	vertical-align:middle;
	padding: 4px;
	color: #333 !important;
}
#sidebar2 .em div form
{
	text-align: center;
}

#mission
{
	background: #0051a0 url("images/flower.jpg") no-repeat;
}

#memberlogin
{
	background: #52bb67 url("images/mapleleaf.jpg") no-repeat;
}

#memberlogin form
{
	margin-top: 10px;
}

#signup
{
	background: #52bb67 url("images/butterfly.jpg") no-repeat;
}

#featuredmember
{
	background: #52bb67 url("images/foot.jpg") no-repeat;
}

#header
{
	background: url("images/header_nologo.jpg");
	height: 161px;
	display: block;
	position: relative;
	top: 0;
	padding: 0;
	margin: 0;
}

#logo a
{
	text-indent: -5000px;
	overflow: hidden;
	background: url("images/logo.jpg") no-repeat;
	width: 148px;
	height: 127px;
	position: absolute;
	top: 15px;
	left: 7px;
}

#subheading
{
	position: relative;
	top: 140px;
	left: 155px;
}

/* IE6 Fix */ 
* html #subheading
{
	top: 120px;
}
/* IE7 Fix */
* + html #subheading
{
	top: 120px;
}

#fontswitcher
{
	position: absolute;
	top: 145px;
	right: 10px;
}

#footer
{
	background: url("images/footer.jpg") no-repeat;
	min-height: 17px;
	padding-top: 27px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#featuredportrait
{
	float: right;
	padding: 7px 10px 0 10px;
}

#banner
{
	margin-bottom: 5px;
}

#sidebar1 ul, #sidebar1 li
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sidebar1 ul li
{
	width: 110px;
}

#sidebar1 li
{
	margin-bottom: 5px;
}

#sidebar1 li a
{
	padding-left: 30px;
	width: 110px;
	display: block;
}

/** menu rollovers **/
#sidebar1 ul li a
{
	background: url("images/button.jpg") 0 0 no-repeat;
}

#sidebar1 ul li a:hover, #sidebar1 ul li.active a:hover
{
	background: url("images/button.jpg") 0 -19px no-repeat;
}

#sidebar1 ul li.active a
{
	background: url("images/button.jpg") 0 -38px no-repeat;
}

/** 3-Column Layout 
 ** based on http://www.alistapart.com/articles/holygrail
 */
body
{
	min-height: 800px;
}

#container
{
	padding-top: 30px;
	padding-left: 150px; /* 1cw */
	padding-right: 190px; /* 3cw */
}

body.left #container,
body.none #container
{
	padding-right: 10px;
}

body.right #container,
body.none #container
{
	padding-left: 10px;
}

#container, #header
{
	margin-left: auto;
	margin-right: auto;
}
#container
{
	position: relative;
}
#header, #footer
{
	width: 800px;
}
#container .column
{
	top: 30px;
	float: left;
}

#maincontent
{
	width: 100%;
	min-height: 700px;
}

#sidebar1
{
	width: 140px; /* 1cw */
	position: absolute;
	top: 0;
	left: 0;
}

#sidebar2
{
	width: 185px; /* 3cw */
	margin-right: -190px; /* 3wc + margin-left */
	margin-left: 5px;
}

#footer
{
	clear: both;
}

/* IE6 Fix */ 
* html #sidebar1
{
	left: -604px; /* 3cw */ 
}

/** 2-Column Mini-Layout **/
#content1
{
	float: left;
	width: 222px;
	margin-bottom: 10px;
}

#content2
{
	float: left;
	vertical-align: top;
	margin-left: 5px;
	height: 1%;
	width: 222px;
	margin-bottom: 10px;
}

#content3
{
	float: left;
	width: 220px;
}

#content4
{
	float: left;
	margin-left: 5px;
	height: 1%;
	width: 220px;
}


#border
{
	border-left: 3px #52bb67 solid;
	border-right: 3px #52bb67 solid;
	width: 794px;
	padding-bottom: 30px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

/** image replacement **/
#heading
{
	text-indent: -5000px;
	background: url("images/banner.jpg") no-repeat;
	height: 83px;
	width: 649px;
	position: absolute;
	top: 60px;
	left: 151px;
}

/** tabs **/
ul#topmenu
{
	position: absolute;
	top: 32px;
	right: 1px;
}

/* IE6 Fix */
* html ul#topmenu
{
	top: 42px;
}
/* IE7 Fix */
* + html ul#topmenu
{
	top: 42px;
}

ul#topmenu, ul#topmenu li
{
	list-style-type: none;
}

ul#topmenu li
{
	float: right;
	text-align: center;
}

ul#topmenu li a
{
	display: block;
	background: url("images/tab.jpg") 0 0 no-repeat;
}

ul#topmenu li a:hover
{
	background: url("images/tab.jpg") 0 -18px no-repeat;
}

ul#topmenu li, ul#topmenu li a
{
	width: 59px;
	height: 16px;
}

/** search form **/
#search
{
	position: relative;
	top: 110px;
	left: 600px;
}

/** calendar **/
#calendar
{
	width: 142px;
	margin-top: 61px;
}

#calendar table
{
	background-color: #0051a0;
}

#calendar table tr th
{
	border-bottom: 1px white solid;
}

/** fonts **/
body
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}

#topmenu, #topmenu a
{
	font-size: 10px;
	color: white;
}

#topmenu a
{
	padding-top: 2px;
	text-decoration: none;
}

#sidebar2
{
	color: white;
}

#sidebar2 h4
{
	font-size: 15px;
}

#sidebar2 .em div
{
	padding: 5px;
}

#memberlogin form label
{
	font-size: 12px;
	font-weight: bold;
}

#maincontent h4
{
	background-color: inherit;
	color: #0051a0;
	font-size: 12px;
}

#maincontent
{
	color: #595959;
}

.more a:link, .more a:visited
{
	background-color: inherit;
	color: #0051a0;
	text-decoration: underline;
	text-transform: uppercase;

	background: url("images/bullet.png") no-repeat;
	padding-left: 10px;
}

.more a:hover
{
	background: #0051a0 url("images/bullet.png") no-repeat;
	color: white;
}

#sidebar1 ul li a:link, #sidebar1 ul li a:visited
{
	color: #595959;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

#sidebar1 ul li a:hover, #sidebar1 ul li.active a:link, #sidebar1 ul li.active a:visited
{
	text-decoration: underline;
}

#sidebar1 ul li a:hover
{
	color: white;
}

#subheading h3
{
	background-color: inherit;
	color: #0051a0;
	font-size: 18px;
}

#subheading h3 a
{
	background-color: inherit;
	color: #52bb67;
	font-size: 16px;
	text-decoration: none;
}

#fontswitcher
{
	color: #595959;
}

#fontswitcher a:link, #fontswitcher a:visited
{
	color: #9c9c9c;
	text-decoration: none;
}

#fontswitcher a:hover
{
	color: #595959;
}

#calendar
{
	color: white;
	text-align: center;
}

#calendar table tr th
{
	font-size: 20px;
	font-weight: bold;
}

#calendar table tr td
{
	font-size: 13px;
	font-weight: bold;
}

#footer
{
	font-size: 10px;
	text-align: center;
}

#footer, #footer a:link, #footer a:visited
{
	color: #9c9c9c;
}

