﻿#wrapperOuter
{
	margin-left:auto;
	margin-right:auto;
	min-height:600px;
	width:100%;
}

#wrapperInner
{
	margin-left:auto;
	margin-right:auto;
	min-height:600px;
	width:800px;
	background-color:White;
}

body 
{
	background-color:white;
	min-width:800px;
	margin-left:0px;
	font-family:Verdana;
	font-size:0.9em;
}

img
{
	border:0;
}



a:hover
{
	color:black;
}

.readMoreLink
{
	font-family:Verdana;
	font-style:italic;
}

.adjustedZIndex {
    z-index: 1;
}

.adminBox
{
	background-color:Gray;
	border:inset 2px black;
	text-align:left;
	padding:2px 10px 2px 5px;
	margin-bottom:5px;
	width:786px;
}

.adminTitle
{
	color:black;
	font-weight:bold;
	font-variant:small-caps;
}

.adminValue
{
	color:blue;
	border-right:solid 2px black;
	padding-right:5px;
	margin-right:5px;
	font-weight:bold;
	font-variant:small-caps;
}

.EditContentDiv
{
	border:solid thin black;
	width:800px;
	background-color:Gray;
	padding-bottom:2px;
}

.editBox:focus
{
	background-color:yellow;
}

.clientLogo
{
	border:thin solid black;
}

.clientsTable tr td
{
	text-align:center;
	vertical-align:middle;
}

.generalTitle, .subTitle
{
	color:black;
	font-family:Verdana;
}

.generalTitle{
	font-size:1.2em;
	font-weight:bolder;
	display:inline;
}

.subTitle
{
	text-align:center;
	font-weight:bold;
	font-style:italic;
}

.adminWarning
{
	background-color:Yellow;
	border:solid thin black;
	color:red;
	padding:5px 5px 5px 5px;
	display:block;
	font-weight:bold;
	font-variant:small-caps;
}

.miscImage
{
	margin:8px;
	border:solid 1px black;
}

/* ---Edit Box--- */

.editBoxStyleButton_Active
{
	background-color:yellow;
	border-color:red;
	color:red
}

.editBoxStyleButton_Inactive
{
	background-color:Gray;
	border-color:white;
	color:White;
}

/* ---News--- */

.newsDate
{
	background-color:white;
	color:Black;
	padding:5px 0px 5px 0px;
	text-align:center;
	vertical-align:middle;
	font-size:medium;
	width:70px;
	border-right:solid 1px black;
	
}

.newsItem
{	
	background-color:white;
	border-top:solid thin black;
	border-bottom:solid 2px gray;
	border-right:solid 2px gray;
	border-left:solid thin black;
	margin-top:3px;
	color:Black;
	cursor:pointer;
}

.newsItem:hover
{
	background-color:#feffc7;
}

.newsTitle
{
	padding:5px 2px 5px 2px;
	font-weight:bold;
	color:#006699;
	
}

/* ---agents--- */
.agentQuotes
{
	padding:5px 25px 5px 25px;
}

/* ---Header--- */
.header
{
	padding-bottom:10px;
}

.top
{
	position:relative;
	width:100%;
	height:80px;
	padding-bottom:0px;
}

.imageBanner
{
	height:210px;
	width:800px;
	position:relative;
	padding:0px 0px 5px 0px;
}

.topDivider
{
	background-color:#929aa0;
}

.headerContactInfo
{
	position:absolute;
	 right:10px;
	 bottom:10px;
	 padding:8px 8px 2px 8px;
}

.accountStatusDiv
{
	margin-top:5px;
	padding:2px 2px 2px 2px;
}

.accountStatusDiv:hover
{
	background-color:gray;
	color:White;
}

/* ---admin login--- */
.loginRightCell
{
	background-color:#929aa0;
}

.loginLeftCell
{
	background-color:#929aa0;	
}


/* ---ContactUs--- */
.emailUsTable
{
}

.emailUsTextbox
{
	width:180px;
}

.emailUsTableLeftRow
{
	background-color:#929aa0;
	padding-left:5px;
}

.emailUsTableRightRow
{
	
}

.emailUsComments
{
	
}

.errorText
{
	background-color:black;
	padding:0px 2px 0px 2px;
}

.loginControl
{
	padding:5px 5px 5px 5px;
}

/* ---Menu--- */
.menu
{
	position:relative;
	z-index:2;
	/*padding: 0px 3px 3px 3px; */
	background-color:white;
	text-align:left;
	text-transform:uppercase;
	
	/* font-family:Century Gothic; */
}

.menu a:hover
{
	color:White;
}

.subMenuItem
{
	border-bottom:solid 1px white;
	text-align:left;
}

/* ---Footer--- */
.footer
{
	padding-top:15px;
}

#bottomDivider
{
	height:5px;
}

#copyright
{
	text-align:center;
	bottom:0px;
}

#bottomMenu
{
}

/* ---News Related--- */
.newsLink
{
	text-decoration:none;
}

/* ---User Status Display--- */
.userStatus
{
	 position:absolute;
	 right:10px;
	 bottom:10px;
	 background-color:#929aa0;
	 padding:2px 2px 2px 2px;
	 border:dashed thin black;
}

.userStatus:hover
{
	background-color:Yellow;
}

.userName
{
	display:inline-block;
	color:Green;
}

.divSlideshow
{
	width:220px;
	height:100px;
}