/*MAIN FORM OF THE SITE*/
body
{
	background-color: #333333;
}

a img
{
	border: 0px ;
}

h3
{
	margin: 0px ;
}

#box
{
	width: 800px ;
	margin: 0 auto ;
}

#topLogo
{
	height: 199px ;
	background-image: url(http://daysofnoahministries.org/themes/DoN/img/logo-header.jpg) ;
}

#topNav
{
	height: 66px ;
	background-image: url(http://daysofnoahministries.org/themes/DoN/img/nav-bar.jpg) ;
}

#navMainUL, .navSecondUL
{
	list-style: none ;
	margin-top: 0px ;
}

#navMainUL
{
	padding-top: 8px ;
	height: 66px ;
}

.mainNavItem, .secondNavItem
{
	display: inline ;
	font-family: arial ;
}

.mainNavItem
{
	font-size: 18px ;
	margin-right: 25px ;
	padding-bottom: 9px ;
	height: 66px ;
}

.mainNavItem a
{
	color: #fff ;
	text-decoration: none ;
}

.navSecondUL
{
	position: absolute ;
	top: 250px ;
	padding-left: 0px ;
	margin-top: -2px ;
	display: none ;
}

.secondNavItem
{
	padding-right: 25px ;
	font-size: 16px ;
}

.secondNavItem a
{
	color: #000 ;
	text-decoration: none ;
}

#boxMid
{
	background: #fff ;
	/*min-height: 300px ;*/
	padding: 15px ;
	clear: both ;
	display: block ;
}

#boxMid > div{}

#boxBottom
{
	background: #fff ;
	min-height: 65px ;
	margin-top: 10px ;
	padding: 10px ;
}

#footer
{
	width: 800px ;
	margin: 0 auto ;
	margin-top: 5px ;
	color: #fff ;
	text-align: right ;
	font-family: Arial ;
	font-size: 12px ;
}

#footer a
{
	color: #fff ;
}

.clear
{
	clear: both ;
}

/*PAGE-SPECIFIC LAYOUTS*/
/*home page*/
#homeContentLeft
{
	display: inline ;
	width: 295px ;
	border-right: 1px solid #000 ;
	float: left ;
	margin-right: 5px ;
}

#homeContentRight
{
	display: inline ;
	float: left ;
	width: 445px ; 
	margin-left: 5px ;
}

/*left sidebar template*/
.main-left
{
	float: right ;
	padding-left: 10px ;
}

.secondary-left
{
	float: left ;
	margin-right: 0px ;
	padding-right: 10px ;
	border-right: 1px solid #000 ;
}

/*right sidebar template*/
.main-right
{
	float: left ;
	padding-right: 10px ;
}

.secondary-right
{
	float: right ;
	margin-left: 0px ;
	padding-left: 10px ;
	border-left: 1px solid #000 ;
}

/*sidebar universal*/
#content-secondary
{
	display: inline ;
	width: 245px ;
	background: #fff ;
}

#content-main
{
	display: inline ;
	width: 495px ;
	background: #fff ;
}
