/*################################################################################
#
#	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
#
################################################################################*/

/*################################################################################
#
#	TYPOGRAPHY
#
################################################################################*/

/********************************************************************************/
/* Header Colors */

H1 {
	color:#226716;
}

H2 {
	color:#226716;
}

H3 {
	color:#000;
}

H4 {
	color:#000;
}

H5 {
	color:#226716;
}

H6 {
	color:#666666;
}

/* Link Colors */

body a:link {
	color:#0E5302;
}

body a {
	color:#0E5302;
}

body a:visited {
	color:#0E5302;
}

body a:hover, body a:active {
	color:#2C7120;
}

/*################################################################################
#
#	DEFAULT ELEMENTS
#
################################################################################*/

/* Body Background Image */
body {
	background: #E5ECF4 url(images/bg.jpg) repeat-x;
	margin:0 auto;
}

#main {

}

#header {
	background: #73AB34 url(images/header-bg.jpg) repeat-x;
}

#left {
	background:#548DCD;
	}

#dnn_logo {
	border-right:1px solid #BACF8F;
}
	
#right {
	background:#fff;
}

#containLeft {

}

#footer {
	background: #2C5F96;
	color:#fff;
}

#footer a {
	color:#fff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#footer a:hover {
	text-decoration:underline;
}
/*################################################################################
#
#	CUSTOM ELEMENTS
#
################################################################################*/

/* background-images and colors for DIVS */


.Form td {
	padding:4px;
}


/*################################################################################
#
#	DNN PANES
#
################################################################################*/

#dnn_ContentPane {

	background:#fff;
	background-color:#fff;
}



/*##############################################################
---------------------------------------------------------------

	CSS MENU COLORS AND BACKGROUNDS

---------------------------------------------------------------
##############################################################*/

#topNav {
	background:#91B54B url(images/green-bg.jpg) repeat-x;
}
