/* CSS Stylesheet for main.html */
/* filename: layout.css    */
/*Main Structure Style */
/*#blue {background-image: url('Images/WebsiteBackDrop.jpg');
background-position: inherit;
		}*/
body {background:url('/Images/WebsiteBackDrop.jpg');} 
	
#threecolumnwrap {
	float:left;
	width:100%;
}

#twocolumnwrap {
	float:left;
	width:100%;
	display:inline;
	margin-right:-250px;
}
div#main_wrapper {
	min-width:450px;
	max-width:1500px;
	margin-left:auto;
	margin-right:auto;
}
*div#header {
	width:auto;
}
#header { text-align: center;
/*border:3px solid #436378;*/
}
#nav_top{             
	width:150px; /* */
	float:left; /* floats on nav, content, and promo divs make them sit side by side */

	border:1px solid #436378;
	
}
#nav {
	width:150px; /* */
	float:left; /* floats on nav, content, and promo divs make them sit side by side */
	
}
#content {
	width:auto; /*  */
	margin-left:150px;
	margin-right:250px;
	top:0px;	
}
#content2 {
	width:auto; /*  */
	margin-left:250px;
	margin-right:250px;
	top:0px;	
	border: clear;
}
#promo {
	width:250px; /*  */
	float:left; /*floats on nav, content, and promo divs make them sit side by side */
}
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	width:100%; /* set 100% width of window */
	float:left; /*push to left side of browser window */
}

/*Inner div styles */
#header_inner, #nav_inner, #content_inner , #promo_inner{
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	
}
#header_inner { 
	padding:1em 2em; /* creates space between the box  and the content */
}
#nav_inner {
	padding:1em .8em; /* creates space between the box and the content */
	border:1px solid #436378; /*was #B33 */
	margin: 2px 0 0 30px;
}
#nav_top_inner {
padding:.8em .8em; .8em;/* creates space between the box and the content */
	border:1px solid #436378; /*was #B33 */
}
#content_inner { 
	padding:1em 1em 1em 9em; /* creates space between the box and the content */
}
#promo_inner { float:left;
padding:1em .6em;
	margin: 2px 60px 0px 0px;
	border:1px solid #436378;
	
}
#footer_inner {
	padding:.5em 1em; /* creates space between the box and the content */
	text-align:center;
}
#space{
margin-left:auto;
margin-right:auto;
height: 200px;
width: 150px;
}

#DCgif2{
	position:absolute;
	left:445px;
	top:200px;
	z-index:-1;
}

.DCgif {
position:relative;
left:0px;
top:0px;
z-index:-1;
}


.MVC {
position:relative;
left:0px;
top:-340px;
}
