﻿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;
	overflow : visible;
}

.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 : 340px;
	min-height : 340px;
	max-height : 340px;
	overflow : hidden;
	background : #2ca4dc url('/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 69px;
}

.divBlueBarText
{
    display : inline;
	float : right;
	width : 670px;
	height : 234px;
	overflow : hidden;
}

.divPageHeadline
{
    display : inline;
	display : block;
	width : 670px;
	margin : 40px 0px 0px 0px;
	height : 150px;
	overflow : hidden;
}

.divBlueMenu
{ 
	display : block;
	margin: 0px 0px 0px 0px;
}

.divPageContent
{
    display : inline-block;
	width : 935px;
	vertical-align : top;
	overflow : visible;
}

.divLeftCol
{
    display : inline-block;
	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
{
    display : table;
	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 : 10px 0px 2px 60px;
	text-align : left;
}

.divCopyright
{
    display : block;
	width : 815px;
	margin : 2px 2px 2px 60px;	
	padding-bottom : 15px;
	text-align : left;
}

.Headline
{
	color : #fff;
	 background-color:Transparent;

	font-size : 26px;
	font-family : Georgia, Times New Roman, Times, Serif;
	line-height : 120%;
}

.Headline2
{
	color : #fff;
	background-color : transparent;
	font-size : 14px;
	font-weight : bold;
	font-family : Arial, Helvetica, Sans-Serif;
	line-height : 120%;
}


