/*################################################################################
#
#	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:#1B3C5D;
}

H2 {
	color:#1B3C5D;
}

H3 {
	color:#000;
}

H4 {
	color:#000;
}

H5 {
	color:#1B3C5D;
}

H6 {
	color:#666;
}

/* Link Colors */

body a:link {
	color:#1B3C5D;
}

body a {
	color:#1B3C5D;
}

body a:visited {
	color:#1B3C5D;
}

body a:hover, body a:active {
	color:#39689C;
}

/*################################################################################
#
#	DEFAULT ELEMENTS
#
################################################################################*/

/* Body Background Image */
body {
	margin:0 auto;
}

#Body {
	background: #D5E7EB url(images/black/bg.jpg) repeat-x;
}

#main {

}

#header {
	background: #181818 url(images/black/header-bg.jpg) repeat-x;
}

#left {
	background:#72AFBB;
	}

#dnn_logo {
	border-right:1px solid #7595B9;
}
	
#right {
	background:#fff;
}

#footer {
	background: #006F82;
	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:#666666 url(images/black/black-bg.jpg) repeat-x;
}



