﻿html, body, form
{
	width : 100%;
}

/* CMS REQUIRED */

.Designer
{
	background-color : #998f86;
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 12px;
	font-weight : normal;
	color : #414042;
}
/* END CMS REQUIRED */


body
{
	margin : 0px;
	padding : 0px;
	background-color : #998f86;
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 14px;
	font-weight : normal;
	color : #414042;
	text-align : center;
}

img { border : none; }
a {color : #2ca4dc; text-decoration : underline; }
a:hover { text-decoration : none; }


/* STRUCTURE */

#divMain
{
	width : 934px;
	margin : 0px auto 0px auto;
	background-color : #998f86;	
	text-align : left;
}

.divPageTop
{
	display : table;
	width : 100%;	
	margin-top : 10px;
}

.divBreadcrumb
{
	width : 100%;	
	margin : 10px 0px 5px 70px;
}

.divMainNav
{
	text-align : left;
	width : 100%;
	margin : 0px 0px 0px 0px;
	padding : 0px;	
}

.divTopNav
{
	width : 505px;
	text-align : right;
	float : right;
	margin : 10px 0px 0px 0px;
	padding: 10px 30px 0px 0px;
}

.divSearch
{
	display : table;
	float : left;
	margin : 10px 0px 0px 0px;
	padding-left : 70px;
	vertical-align : top;
	width : 308px;
}

.divMainBody
{
	display : table;
	width : 934px;
	height:670px;
	margin: 8px 0px 0px 0px;
	background-color : #998f86; 
	min-height : 670px;
	max-height : 670px;
}

.divMainBodyTop
{
	display : table;
	height : 370px;	
	width : 100%;	
}

.divTopLeftNav
{
	width : 300px;
	height : 300px;
	max-height : 320px;
	overflow: visible;
	margin : 40px 0px 0px 70px;	
}

.divMainBodyBlueBarContainer
{
    display : inline-block;
	height : 150px;
	width : 100%;
	vertical-align:top;
}

.divMainBodyBlueBar
{
	width : 100%;
	height : 150px;
	background-color : #42a0cb;
	background : #42a0cb url('/Templates/Erikson_Home/imgLogo.gif') no-repeat top left;
	filter: alpha(opacity=85); -moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

.divBlueBarNav
{
    position : relative;
    float : right;
	width : 475px;
	top : -103px;
	margin : 0px 20px 0px 0px;
	text-align : left;
	height : 103px;
	min-height : 103px;
	max-height : 103px;
	overflow : hidden;
}

.divMainBodyBottom
{
	display : inline;
	width : 100%;
	height : 150px;
}

.divBottomLeftNav
{
	width : 300px;	 
	height : 110px;
	margin : 20px 0px 0px 70px;
}

.divPageFooter
{
    display : block;
	width : 100%;
	text-align : left;
}

.divFooterNav
{
    display : block;
	width : 835px;
	border : none;
	margin : 10px 0px 2px 50px;
	text-align : left;
}

.divCopyright
{
    display : block;
	width : 835px;
	margin : 2px 2px 2px 72px;	
	text-align : left;
}

.divBlueBarTitle
{
	width : 332px;
	margin : 50px auto auto 70px;
}

