/*################################################################################
#
#	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:6px 0 4px 0;	
}

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:5px 0px;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

H3 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	margin:5px 0px;
	display:block;
}

H4 {
	font-size:15px;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	margin:5px 0px;
}

H5 {
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	margin:5px 0px;
}

H6 {
	font-size:16px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	margin:5px 0px;
}

ul, ol {
	margin: 0 0 0 22px;
}

/********************************************************************************/
/* DNN Default */

.SubHead {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:4px;
}

.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%;
}

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;
}

/*################################################################################
#
#	CUSTOM ELEMENTS
#
################################################################################*/

#main {
	width:100%;
	height:100%;
}

#insideMain {
	margin:0 auto;
	width:800px;
	text-align:left;
	padding:0;
}

	body.ie #insideMain {
		padding:0px 0px 0px 0px!important;
		width:800px;
		background:none;
	}
	
#dnn_rotator {
	width:800px;
	float:left;
}

#left {
	float:left;
	width:230px;
}	

#containLeft {
}	

#right {
	float:left;
	width:570px;
}		
				
#content {
	margin:0px 0px 0px 10px;
	width:560px;
	clear:both;
}

#contentLeft {
	float:left;
	width:230px;
	
}

#center {
	width:800px;
	margin:0 auto;
}

#bottom {
	margin:0 auto;
	clear:both;
	width:800px;
	text-align:center;
}

#bottom a,
#bottom a:hover, 
#bottom a:visited,
#bottom a:active {
	color:#EDEAD8;
}

body.ie #center {
	width:800px;
}
		
.DNNEmptyPane {
	height:0px!important;
}

.ListHeader {
	background:#9EB177!important;
	color:#454B37;
	padding:5px;
}

.EventDayHeader {
	background:#9EB177!important;
	color:#454B37;
}

/*################################################################################
#
#	DNN PANES
#
################################################################################*/

#dnn_left {
	padding:5px;
}

#dnn_ContentPane {
	float:left;
	width:560px;
	clear:both;
	text-align:left;
}

body.ie #dnn_ContentPane {
	width:560px;
}

body.safari #Search .NormalTextBox, body.ie #Search .NormalTextBox {
	width:145px;
}

/*################################################################################
#
#	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

---------------------------------------------------------------
##############################################################*/

/*-------------------------------------------------------------
	LEVEL ONE
-------------------------------------------------------------*/
#mainNav {
	text-align:left;
	padding:12px 0 0 0;
}

#mainNav ul {
	padding:0;
	margin:0;
}

#mainNav ul ul {
	padding: 0;
	margin: 0;
	display:none;
}

#mainNav ul li.SelectedTab ul {
	display:block;
}

#mainNav ul li {
	list-style:none;
	border-top:1px solid #C0D19C;
	border-bottom:1px solid #7C9060;
	padding:0;
	margin:0;
}

#mainNav ul ul li {
	padding:0 0 0 24px;
}

#mainNav > ul > li:first-child {
	border-top:none;
}

#mainNav > ul li:last-child {
	border-bottom:none;
}

#mainNav ul li a,
#mainNav ul li a:hover,
#mainNav ul li a:visited,
#mainNav ul li a:active,
#mainNav ul li.SelectedTab a,
#mainNav ul li.SelectedTab a:hover,
#mainNav ul li.SelectedTab a:visited,
#mainNav ul li.SelectedTab a:active {
	font-family:Tahoma, Geneva, sans-serif;
	color:#454b37;
	padding:0 0 0 10px;
	margin:0;
	font-size:14px;
	font-weight:normal;
	line-height:42px;
	text-decoration:none;
}

#mainNav ul > li.SelectedTab > a,
#mainNav ul > li.SelectedTab > a:hover,
#mainNav ul > li.SelectedTab > a:visited,
#mainNav ul > li.SelectedTab > a:active {
	font-weight:bold;	
}
