html, body
{
	height: 100%;
}

/* Main Layout */

.clear
{
	clear: both;
}
.centerWrapper
{
	margin: 0px auto;
	width:900px;
}
.pageDetail
{
	padding: 5px 20px 0px 20px;
}
#container
{
	min-height: 100%;
	position: relative;
}
#outerHeader
{
	background-color: #EFF7FF;
	background: url(../images/headerOuterBG.gif) top left repeat-x;
}
#header
{
	background: url(../images/headerBG.gif) top left no-repeat;
	width: 100%;
	height: 139px;
}
#navBar
{
	background: url(../images/navBarBG.gif) repeat-x;
	height: 43px;
}
#content
{
	overflow: hidden;
	padding-bottom: 140px; /*clears the footer*/
	border: 0px solid red;
}
#rightCol
{
	width: 300px;
	float: right;
	border: 0px solid blue;
	margin-top: 35px;
}
#leftCol
{
	width: 595px;
	float: left;
	border: 0px solid green;
}
#footer
{
	height: 127px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: url(../images/footerOuterBG.gif) repeat-x;
}
/* #footerInner
{
	height: 127px;
} */

/* navBar Styles */

ul#topnav 
{
	margin: 0; padding: 0;
	float: left;
	width: 900px;
	font-size: 20px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	background: url(topnav_stretch.gif) repeat-x;
}

ul#topnav li 
{
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555; /*--Divider for each parent level links--*/
	background: #958573 url(../images/navLinksBG.gif) repeat-x;
}

ul#topnav li a {
	padding: 10px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}

ul#topnav li:hover 
{ 
	/* background: #1376c9 url(topnav_active.gif) repeat-x; */
	background-position: 0 -43px;
}
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/


/* SubNav Styles */

ul#topnav li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; top:35px;
	display: none; /*--Hide by default--*/
	width: 900px;
	font-size: 16px;
	background: #0076B5;
	color: #fff;
	/*--Top right rounded corner--*/
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	/*--Top left rounded corner--*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline;}


/* Footer Styles */

#footerLinks
{
	padding-top: 20px;
	text-align: center;
}

#copyright
{
	text-align: center;
	color: #2b3031;
	padding-top: 10px;
}

#DTNetworksLogo
{
	float: left;
	width: 185px;
}

#DTNetworksText
{
	float: left;
	width: 130px;
	padding-top: 33px;
	text-align: right;
}

#DTNetworksPartners
{
	float: right;
}

/* Social Media Link */

#socialMedia
{
	float: right;
	padding-top: 3px;
	border: 0px solid black;
	width: auto;
}

/* School Site Styles */

.schoolSiteDiv
{
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 100px;
}

.schoolSiteDiv img
{
	float: left;
	border: 3px solid #336699;
	margin-right: 20px;
}

.schoolSiteDiv img:hover
{
	border: 3px solid #000000;
}

.schoolSiteDiv ul
{
	list-style: none;
	padding: 10px 0px 10px 0px;
}

/* Investor Styles */

.investors p, .investors h3
{
	padding-left: 30px;
}

/* Contact Styles */

.location p
{
	padding: 10px 0px;
}

/* News Styles */

.newsItem
{
	padding-top: 20px;
}

/* Management Styles */

.bioContent
{
	background-color: #DAEFFE;
	padding: 10px 10px 10px 10px;
	margin-left: 15px;
	/*--Top right rounded corner--*/
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	/*--Top left rounded corner--*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}


