﻿@import "/CSS/erikson-interior-tweaks.css";

html, body, form
{
	width : 100%;
	height : 100%;
}

/* CMS REQUIRED */

.Designer
{
	background-color : #998f86;
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 14px;
	font-weight : normal;
	color : #414042;
}
/* END CMS REQUIRED */


body
{
	margin : 0px;
	padding : 0px;
	background-color : #998f86;
	text-align : center;
}

/* STRUCTURE */

#divMain
{
    display : table;
	width : 934px;
	margin : 0px auto 0px auto;
	background-color : #ffffff;	
	text-align : left;
/*	min-height : 760px;  HIDDEN BY GORDON 12/7/11 - See below for alternate fix */
	overflow : visible;
}
/* EXTEND PAGE FURTHER DOWN TO MIMIC MIN-HEIGHT SETTING - BY GORDON 12/7/11 */
div#regleftcolumn {margin-bottom: 200px;}


.divPageTop
{
	display : table;
	width : 100%;
	margin-bottom : 6px;
}

.divBreadcrumb
{
	width : 600px;	
	margin : 10px 0px 0px 60px;
}

.divMainNav
{
	text-align : left;
	width : 100%;
	margin : 0px 0px 0px 0px;
	padding : 0px;	
}

.divTopNav
{
	width : 565px;
	text-align : right;
	float : right;
	margin : 10px 0px 0px 0px;
	padding: 10px 30px 0px 0px;
}

.divSearch
{
	display : table-cell;
	float : left;
	margin : 10px 0px 0px 0px;
	padding-left : 60px;
	vertical-align : top;
	width : 250px;
}

.divPageBlueBar
{
	margin: 0px;
	display : block;
	width : 935px;
	height : 150px;
	min-height : 150px;
	max-height : 150px;
	overflow : hidden;
	background-color : #2ca4dc;
	background : #2ca4dc url('http://www.erikson.edu/Templates/Erikson_Interior/imgLogo.gif') no-repeat top left;
}

.divLogo
{
	float : left;
	width : 44px;
	height : 150px;
}

.divBlueBarPhoto
{
    display : inline;
	float : left;
	height : 150px;
	width : 177px;
	overflow : hidden;
	text-align : right;
	margin : 0px 0px 0px 25px;
}

.divBlueBarText
{
    display : inline;
	float : right;
	width : 670px;
	height : 150px;
	overflow : hidden;
}

.divPageHeadline
{
    display : inline;
	display : block;
	width : 670px;
	margin : 40px 0px 0px 0px;
	height : 90px;
	overflow : hidden;
}

.divBlueMenu
{ 
    /* width : 670px; production css changes
	height : 20px;  */
	display : block;
	margin: 0px 0px 0px 0px;
	
}

.divPageContent
{
    display : inline-block;
	width : 935px;
	vertical-align : top;
	overflow : visible;	
}

.divLeftCol
{
    display : inline;
	float : left;
	width : 200px;
	padding : 10px 0px 10px 60px;
}

.divCenterContainer
{
    display : inline;
	width : 480px;
	vertical-align : top;
	padding : 0px;
	margin : 0px 175px 10px 265px;
}

.divCenterCol
{
    display : table;
	width : 480px;
	vertical-align : top;
	padding : 10px 0px 0px 0px;
	margin : 0px;
	float: left;
}

.divRightCol
{
    display : inline;
	float : right;
	width : 153px;
	padding : 0px;
	margin : 0px 0px 10px 0px;
}

.divRightColTop
{
    display : table;
	width : 153px;
	text-align : right;
	vertical-align : top;
	padding : 0px;
	margin : 0px;
}

.divRightColBottom
{
	width : 132px;
	vertical-align : top;
	padding : 10px 0px 0px 0px;
	margin : 0px;
}

.divPageFooter
{
    display : block;
	width : 100%;
	text-align : left;
}

.divFooterNav
{
    display : block;
	width : 815px;
	border : none;
	margin : 50px 0px 2px 60px;
	text-align : left;
}

.divCopyright
{
    display : block;
	width : 815px;
	margin : 2px 2px 2px 60px;
	padding-bottom : 15px;
	text-align : left;
}


