

/*################################################################################
#
#	Copyright 2008 DNNspot
#	All tags that start with "body.ie" are specific to Internet Explorer 6
#	All tags that start with "body.ie7" are specific to Internet Explorer 7
#
################################################################################*/


	h1.seop, .seopcla, .hide {
		display: block;
		text-indent:-999999px;
		outline:0;
		list-style:none;
		list-style-type:none;
		padding:0;
		float:left;
	}


/*################################################################################
#
#	TYPOGRAPHY
#
################################################################################*/

/********************************************************************************/
/* Standard */

p {
	margin-top:5px;	
}

img {
	border:0;
}

H1 {
	font-size:22px;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin:5px 0px;
}

H2 {
	font-size:18px;	
	margin:0 0 8px 0px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#a8bd7e;
}

H3 {
	font-size:15px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	margin:5px 0px;
	display:block;
	color:#5C9914;
}

H4 {
	font-size:14px;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	margin:7px 0px;
	color:#F06BA8;
}

H5 {
	font-size:45px;
	font-family:Helvetica, Arial,  sans-serif;
	margin:5px 0px;
	color:#8BBFC6;
}

H6 {
	font-size:16px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	margin:5px 0px;
}

ul, ol {
	margin: 0 0 0 28px;
	padding:0;
}

ul li {
	list-style:disc;
	}
	
body a:link, body a:visited, body a:active {
	color:#5C9914;
	text-decoration:none;
	border-bottom:1px dotted #A8BD7E;
}
body a:hover {
	border-bottom:none;
	color:#F06BA8;
	text-decoration:none;
}
	
/********************************************************************************/
/* DNN Default */

.Head {
	font-size:22px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin:5px 0px;
}

.SubHead {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:4px;
	color:#725d55;
}

#left .SubHead {
	color:#fff;
	}

.Normal {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

.NormalTextBox {
	font-size:12px!important;
}


/*################################################################################
#
#	DEFAULT ELEMENTS
#
################################################################################*/

body {

	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	height:100%;
	color:#725d55;
	background:url(images/bg.gif) #fff;
}

img {
	display:inline;
	border:none;
	padding:0;
	margin:0;
}

div { 
	margin:0;
	padding:0;
}

table, tr, td, p, ul li, ol li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}

/*################################################################################
#
#	CUSTOM ELEMENTS
#
################################################################################*/

#main {
	margin:0 auto;
	width:800px;
	text-align:left;
	padding:0;
	overflow-y:hidden;
	background:url(images/shadow.jpg) repeat-y;
}
	
#header {
	width:780px;
    margin:0 10px;
	float:left;
	height:100px;
	padding:8px 0 14px 0;
	text-align:center;
}

#header a {
	border-bottom:none;
}

#menu {
	width: 774px;
	margin:0 13px;
	float:left;
	height:28px;
	background:#725d55;
}

#dnn_topphotos {
	width:780px;
	margin:-6px 10px 3px 13px;
	float:left;
	height:160px;
	z-index:1;
}

#left {
	float:left;
	width:177px;
	margin:0 0 -10000px 13px;
	padding:0 0 10000px;
	background:#F06BA8;
	color:#E8E8E8;
}	

#SearchBox {
	width:177px;
	height:22px;
	float:left;
	padding:5px 0 0 5px;
}
a.SearchButton img {
	vertical-align:top;
}
.SearchButton img {
	display:inline;
}

#leftphoto {
	width:177px;
	height:75px;
	float:left;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	}
	
#left a {
	color:#fff!important;
	font-weight:bold;
}

#leftmenu {
	float:left;
	width:175px;
}	

#dnn_left2Pane {
	padding:0 8px;
	}
	
#right {
	float:left;
	width:594px;
	margin:0 3px -10000px 3px;
	padding:0 0 10000px 0px;
}		

#TopTitle {
	color:#fff;
	font-size:22px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	width:588px;
	height:30px;
	float:left;	
	background:#a8bd7e;
	margin:3px 0;
	padding:45px 0 0 6px;
	}

#breadcrumbs {
	width:585px;
	height:17px;
	float:left;
	padding:3px 0 0 0;
	text-align:right;
	}
	
a.SkinObject:hover {
color:#725d55!important;
border-bottom:none!important;
text-decoration:none;
}
a.SkinObject:visited, a.SkinObject:link {
color:#F06BA8;
text-decoration:none;
border-bottom:1px dotted #F06BA8;
}

#dnn_ContentPane {
	width:574px;
	padding:3px 10px 5px 10px;
	float:left;
	}
		
#dnn_middlePane {
	width:285px;
	margin:0px;
	padding:5px;
	float:left;
	}

#dnn_rightPane {
	width:285px;
	margin:0px;
	padding:5px;
	float:left;
	}
					

#footer {
	width:774px;
	height:38px;
	margin:3px 13px 0 13px;
	padding:9px 0px;
	text-align:center;
	float:left;
	background:#725d55;
	border-top:3px solid #fff;
	color:#fff;
}

#footer a {
	color:#fff!important;
}

#bottom {
	background:url(images/bottom.jpg) no-repeat bottom;
	height:15px;
	width:800px;
	float:left;
}
		
.DNNEmptyPane {
	display:none;
	
}

.linkbox {
}

.linktitle {

}

.linktitle a {
	color:#fff!important;
}

.smallbox {
}

#dnn_dnnSEARCH_txtSearch {
	width:100px;
	}
	
/* Donate Page */
div.donate p {clear: both;}
div.donate ul {margin: 0 0 15px 0; padding: 0; width: 480px; overflow: auto;}
div.donate ul li {float: left; width: 120px; line-height: 1.5; list-style-type: none;}

/* Board of Directors and Advisory Board */
div.associates > div {overflow: auto; margin-bottom: 25px;}
div.associates > div img {float: left;  margin-right: -256px;width: 256px;}
div.associates > div label {display: block; margin-left: 256px; width: 256px; text-align: center; font-weight: bold;}
div.associates > div p {margin-left: 271px; width: 250px;}

/* Mission Statement */
p.missionStatement em {font-style: normal;}

/* Events */
div.eventsCalendar {margin: 0 auto; width: 500px;}
div.eventsCalendar iframe {width: 500px; height: 400px;}

/* Newsletter Signup */
div.newsSignupForm {overflow: auto; background-color: #F7F2F2; padding: 15px;}
div.newsSignupForm p {float: right;}
div.newsSignupForm label, div.newsSignupForm input, div.newsSignupForm select, div.newsSignupForm span, div.newsSignupForm img, div.newsSignupForm p#marketing {display: block; float: left;}
div.newsSignupForm label, div.newsSignupForm img, div.newsSignupForm p#marketing {clear: left;}
div.newsSignupForm label {width: 125px; margin-top: 5px;}
div.newsSignupForm input {width: 250px; margin-top: 5px;}
div.newsSignupForm select {width: 140px; margin-top: 5px;}
div.newsSignupForm input#postalcode, div.newsSignupForm input#captcha_guess {width: 115px;}
div.newsSignupForm input[type=submit] {clear: left; margin-left: 125px; width: auto;}
div.newsSignupForm img#vrCaptchaImage {margin: 15px 0 0 125px;}


/*################################################################################
#
#	CLEARFIX
#
################################################################################*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*##############################################################
---------------------------------------------------------------

	CSS MENU

---------------------------------------------------------------
##############################################################*/

/*-------------------------------------------------------------
	TOP NAV
-------------------------------------------------------------*/


/*-------------------------------------------------------------
	LEVEL ONE
-------------------------------------------------------------*/

#topNav, #topNav ul {
	z-index:100;
	list-style:none;
	padding: 0px;
	margin: 0px;
	width:auto;
	height:auto;
	cursor:pointer;
	background-color:#725d55;
}

#topNav li {
	float:left;
	list-style: none;
	margin: 0px 2px;
	padding:0px;
	height:28px;
}

#topNav a {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-weight:normal;	
	font-size:14px;
	display:block;
	text-decoration:none;
	text-transform:none;
	text-align:center;
	height:17px;
	padding: 4px 0px 1px 0;
	margin: 0px 10px 0px 10px;
	color:#fff;
	border-bottom:1px dotted #725D55;
}

#topNav a:hover {
	color:#CCCCCC;
	border-bottom:1px dotted #fff;
	}
	
#topNav .SelectedTab a {
	color:#fff;
	border-bottom:1px dotted #fff;	
	font-weight:bold;
}

#topNav322 a {
	color:#F06BA8;
	font-weight:bold;
	}

#topNav322 li ul a {
	color:#fff;
	font-weight:normal;
	}

#topNav ul li {
	padding:0;
}
/*-------------------------------------------------------------
	LEVEL TWO
-------------------------------------------------------------*/

#topNav li ul {
	position: absolute;
	left: -999em;
	font-weight: normal;
	padding:0px;
	margin:0px;
	width:auto;
	background:#92837F;
	z-index:200;
}

#topNav li li {
	float:none;
	margin:0;
	padding:0;
	height:auto;
	background:#92837F;

}
	
#topNav li ul a {
	padding:4px 0;
	margin:0 9px;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	height:auto;
	width:120px;	
	text-align:left;
	color:#fff;
	border-bottom:1px dotted #fff;
}

#topNav li ul a:hover {
	color:#EDCAD8;
	background-image:none;
}

#topNav .SelectedTab li a {
	color:#fff;
	border-bottom:1px dotted #fff;	
	font-weight:normal;
}

#topNav .SelectedTab li a:hover {
	color:#EDCAD8;
	border-bottom:1px dotted #fff;	
	font-weight:normal;
}

body.ie #topNav a {
	float:left;
}

body.ie #topNav li li a {
	padding-right:15px;
	float:none;
}

body.ie #topNav li ul {
	clear:both;
}

body.ie #topNav li ul a {

	height:auto;
	padding:autp;
}

#topNav ul li:hover, #topNav ul li.hover {
position: static; /*Fixes stuck menus in IE*/
}


/*-------------------------------------------------------------
	LEVEL THREE
-------------------------------------------------------------*/

#topNav li ul ul {
	margin: -2.5em 0 0 10.75em;
	top:auto;
}


#topNav li li li {
	background-color:#C3B38E;

}

#topNav li li li li {
	background-color:#A99871;
	top:auto;
}

#topNav li:hover ul ul, #topNav li:hover ul ul ul, #topNav li.iehover ul ul, #topNav li.iehover ul ul ul {
	left: -999em;
}
#topNav li.iehover ul ul, #topNav li.iehover ul ul ul {
}
#topNav li:hover ul, #topNav li li:hover ul, #topNav li li li:hover ul, #topNav li.iehover ul, #topNav li li.iehover ul, #topNav li li li.iehover ul {
	left: auto;
}

/*-------------------------------------------------------------
	LEVEL ONE
-------------------------------------------------------------*/
#leftNav {
	clear:both;
	margin:5px 0px 5px 0px;
	width:170px;
	float:left;
}

#leftNav ul {
	list-style-type:none;
	margin:0 9px;
	padding:0;
}

#leftNav ul li {
	border-bottom:#fff dotted 1px;
	margin:0;
	padding:0;
	clear:both;
	list-style:none;
}

#leftNav a {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	display:block;
	padding:6px 10px 6px 2px;
	text-decoration:none;
}

#leftNav a:hover {
	color:#E4E4E4;
}

#leftNav li ul {
	display:none;
}

#leftNav li.SelectedTab a {
}

.Level1 li.SelectedTab a, .Level2 li.SelectedTab a, .Level3 li.SelectedTab a {
	font-weight:bold!important;
}

#leftNav li.SelectedTab ul {
	display:block;
	float:left;
	margin: 10px 0 0 40px;
}

#leftNav li.SelectedTab ul li a {
	font-size:16px;
	font-weight:normal;
}

#leftNav li.SelectedTab ul li {
	border:none;
	list-style-position:outside;
	list-style-type:square;
	color:#fff;

}

#leftNav li ul a {
	margin:0px;
	padding:0px;
}

#leftNav li ul {
}

#leftNav li li {

}

#bottomNav {
	margin: 0 auto;
}

#bottomNav ul {
	margin:0 auto;
}

#bottomNav li {
	display:inline;
	background:url(images/pipe.jpg) no-repeat;
	padding:0 10px;
	margin:0px;
}

#bottomNav li:first-child {
	background:none;
}

#bottom {
	margin:0 auto;
	text-align:center;
	clear:both;
}

#bottom a {
	color:#E5ECF3;
}

