﻿body, html, form
{
	height : 100%;
	margin : 0px;
	padding : 0px;
}

body
{
	background : #fff url('bgPage.gif') repeat-y top left;	
}


/* CMS REQUIRED */

.Designer
{
	background-color : #fff;
	background : #fff url('bgPage.gif') repeat-y top left;
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 12px;
	font-weight : normal;
	color : #414042;
}
/* END CMS REQUIRED */

/* STRUCTURE */
#divgutter
{
	display : block;
	float : left;
	clear : none;
	width : 16px;
	height : 100%;
	background : #aacbd5 url('bgGutter.gif') no-repeat top left;
}
	
#divmain
{
	display : block;
	float : left;
	width : 915px;
	margin : 0px;	
	padding : 0px; 
	padding-left : 16px;
	background : #e9e5d5 url('bgGutter.gif') no-repeat top left;
	background-color : #e9e5d5;
}

#divheader
{
	width : 915px;
	height : 80px;
	overflow : hidden;
	background-color : #fff;
}

#divlogo
{
	display : inline;
	float : left;
	width : 650px;
}

#divsitenav
{
	display : inline;
	float : left;
	width : 265px;
	height : 40px;
	vertical-align : middle;
}

#divtopnav
{
	width : 100%;
	height : 40px;
	border-top : solid 1px #c0b6aa;	
	background-color : #fff;
}

#divtopdivider
{
	width : 100%;
	height : 4px;
	background-color : #1c687f;		
}

#divcontent
{
	display : block;
	width : 875px;
	padding : 0px 10px 0px 30px;
	margin : 0px;
	vertical-align : top;
	background-color : #fff;
}

#divfooter
{
	display : inline;
	float : left;
	width : 100%;
	height : 40px;
	border : none;
	border-top : solid 1px #c0b6aa;
	background-color : #fff;
}

#divcopyright
{
	display : block;	
	height : 20px;
	min-width : 100px;
	float : left;
	margin : 10px 0px;
	padding : 0px 10px 0px 20px;
	border : none;
	border-right : solid 1px #c0b6aa;	
}

#divfooternav
{
	display : block;
	height : 20px;	
	min-width : 100px;
	float : left;
	margin : 10px 0px;
	padding : 0px 10px 0px 10px;
	border : none;
}

/* PARTS */

/* Top Nav */
.topNavWrapper
{
	display : block;
	height : 40px;
	margin-left : 24px;
}

.navItem
{
	height : 40px;
	display : inline;
	float : left;
	overflow : visible;
	text-align : center;
	white-space : nowrap;	
	margin : 0px;
	padding : 0px;
}

.navItemOn
{
	display : inline;
	float : left;	
	margin : 0px;
	padding : 0px;
}

.navItem:hover, .navItemOn:hover
{
}

.navDivider
{
	display : inline;
	float : left;
	width : 0px;
	height : 21px;
	border-right : dotted 1px #1c687f;
	margin-top : 10px;
}

a.navLink
{
	font-family : "trebuchet ms", sans-serif;
	font-size : 15px;
	font-weight : bold;
	text-decoration : none;
	color : #9b8e7f;
	display : block;
	height : 8px;	
	border : none;
	border-top : solid 4px #fff;
	vertical-align : middle;
	padding : 6px 10px 0px 10px;
	margin : 0px;
	
}

a.navLinkOn
{
	font-family : "trebuchet ms", sans-serif;
	font-size : 15px;
	font-weight : bold;
	text-decoration : none;
	color : #1c687f;
	display : block;
	height : 29px;	
	border : none;
	border-top : solid 4px #1c687f;
	vertical-align : middle;
	padding : 6px 10px 0px 10px;
}

a.navLink:hover, a.navLinkOn:hover
{
	color : #aacbd5;
	border-top : solid 4px #aacbd5;
	text-decoration : none;
}

/* Footer Nav */
a.footerNavLink 
{
	color : #645c53;
	font-family : arial, helvetica, sans-serif;
	font-weight : normal;
	font-size : 11px;	
	line-height : 17px;
	margin-right : 10px;
}

a.footerNavLink:hover
{
	
}

/* Access Accounts */
.divaccessaccounts
{
	display : block;
	width : 100%;
	background-color : #679aa9;
	margin : 0px;
	padding : 0px;
}

.divaccessaccountsinterior
{
	display : block;
	padding : 5px 20px;
	margin : 0px;
}

/* Right Nav */
.divrightnav
{
	display : block;
	width : 100%;
	margin : 0px;
	padding : 0px;
}

.divrightnavinterior
{
	display : block;
	padding : 5px 20px;
	margin : 0px;
}