body
{
	font-family: Arial;
	font-size: 12px;
	margin-left: 0;
    margin-top: 0;
}

h1
{
	font-family: Arial;
	font-size: 10px;
	color: #006eb7;
	font-weight: bold;
}

h2
{
	font-family: Arial;
	font-size: 18px;
	color: #006eb7;
	font-weight: bold;
}

h3
{
	font-weight: bold;
}

h4
{
	text-decoration: underline;
	margin-bottom: 10px;
}

h5
{
	font-style: italic;
	margin-bottom: 10px;
}


body.home
{
	background-image: url(../images/bg-top-light-blue-gradient.jpg);
	background-repeat: repeat-x;
}

a
{
	color: #006eb7;
	text-decoration: none;
	margin: 0px 4px 0px 4px;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: #006eb7;
}

.hidden
{
	visibility: visible;
	display: none;
}

.visible
{
	visibility: visible;
	display: inherit;
}

input
{
	font-family: Arial;
	font-size: 12px;
}

select
{
	font-family: Arial;
	font-size: 12px;
}

textarea
{
	font-family: Arial;
	font-size: 12px;
}

li h3
{
	margin-bottom: 2px;
}
/***********************************************************************
	Layout
***********************************************************************/
div.main
{
	position: relative;
	margin: 0 auto;
	width: 850px;
	top: 48px;
}

div.servermessage 
{
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

div.servermessage span.error
{
	color: #fd1b1f;
	border: solid 2px #fd1b1f;	
	padding: 10px 30px 10px 30px;
}

div.servermessage span.warning
{
	color: #f59d05;
	border: solid 2px #f59d05;	
	padding: 10px 30px 10px 30px;
}

div.servermessage span.success
{
	color: #4fc615;
	border: solid 2px #4fc615;	
	padding: 10px 30px 10px 30px;
}

div.logo-login
{
	position: relative;
	height: 102px;
}
div.logo-login img
{
	border: solid 0px #ffffff;
}
div.tabs
{
	position: relative;
	height: 34px;
}

div.main-image
{
	position: relative;
	height: 300px;
}

div.news
{
	position: relative;
	height: 31px;
	background-image: url(../images/bg-news-green-gradient.jpg);
	background-repeat: repeat-x;
	padding-right: 50px;
}

div.callouts
{
	position: relative;
	height: 170px;
	background-color: #AED1E7;
}

div.lower
{
	position: relative;
	height: 10px;
}
/**********************************************************************/

/***********************************************************************
	Tabs
***********************************************************************/
#logo
{
	cursor: pointer;
	position: relative;
	top: 0px;
	left: 0px;
}
/**********************************************************************/

/***********************************************************************
	Tabs
***********************************************************************/
tr.tabs td
{
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

tr.tabs td.selected
{
	background-image: url(../images/tab-selected-gradient.jpg);
	background-repeat: repeat-x;
	width: 119px;	
	height: 34px;
}

tr.tabs td.hover
{
	background-image: url(../images/tab-hover-gradient.jpg);
	background-repeat: repeat-x;
	width: 119px;	
	height: 34px;
}

tr.tabs td.default
{
	background-image: url(../images/tab-default-gradient.jpg);
	background-repeat: repeat-x;
	width: 119px;
	height: 34px;
}

tr.tabs td.divider
{
	background-image: url(../images/tab-divider.jpg);
	width: 3px;
	height: 34px;
}

tr.tabs a
{
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
}

tr.tabs td.hover a
{
	color: #ffffff;
}
/**********************************************************************/

/***********************************************************************
	News
***********************************************************************/
div.news a
{
	position: relative;
	top: 7px;
	vertical-align: middle;
	float: right;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}
/**********************************************************************/

/***********************************************************************
	Callouts
***********************************************************************/
div.callouts div
{
	position: absolute;
	height: 113px;
	width: 181px;
	cursor: pointer;
	float: right;
	top: 20px;
}

div.callouts img
{/*default all images to have a lower z-index than the frame: height of each image in callout should be 108px by 178px width*/
	z-index: 0;	
	position: absolute;
	top: 2px;
	left: 2px;
	border: solid 0px #ffffff;
}

div.callouts img.frame
{
	z-index: 1;	
	top: 0px;
	left: 0px;
}

div.callouts div.callout-1
{
	left: 25px;
}

div.callouts div.callout-2
{
	left: 229px;
}

div.callouts div.callout-3
{
	left: 439px;
}

div.callouts div.callout-4
{
	left: 649px;
}

div.callout-1 div
{/*unique div for apt search*/
	width: 178px;
	height: 109px;
	background-color: #e7f2f8;	
	z-index: 1;	
	top: 2px;
	left: 2px;
	text-align: center;
	vertical-align: middle;
}

div.callout-1 div span
{
	position: relative;
	height: 15px;
	width: inherit;
	font-family: Arial;
	font-size: 13px;
	color: #006eb7;
	cursor: auto;
	float: right;
	top: 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}

div.callout-1 div #states
{
	position: absolute;
	background-image: url(../images/drop-down-gradient.jpg);
	background-repeat: repeat-x;
	background-color: Transparent;
	border: solid 1px #cccccc;
	top: 30px;
	left: 20px;
	width: 140px;
	color: #333333;
}

div.callout-1 div #metro
{
	position: absolute;
	background-image: url(../images/drop-down-gradient.jpg);
	background-repeat: repeat-x;	
	background-color: Transparent;
	border: solid 1px #cccccc;
	top: 55px;
	left: 20px;
	width: 140px;
	color: #333333;
}

div.callout-1 div #go
{
	position: absolute;
	background-image: url(../images/go-gradient.jpg);
	background-repeat: repeat-x;
	height: 19px;
	width: 35px;
	top: 80px;
	left: 125px;
	font-size: 12px;
	line-height: 12px;
	padding: 0px 0px 0px 0px;
	background-color: Transparent;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	border: solid 1px #cccccc;
	cursor: pointer;
}

div.callouts span
{/*labels for each of the callouts*/
	position: absolute;
	height: 30px;
	width: 181px;
	font-family: Arial;
	font-size: 13px;
	color: #006eb7;
	cursor: pointer;
	float: right;
	top: 143px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

div.callouts span a
{/*labels for each of the callouts*/
	text-decoration: none;
}

div.callouts span.callout-label-1
{
	left: 25px;
}

div.callouts span.callout-label-2
{
	left: 229px;
}

div.callouts span.callout-label-3
{
	left: 439px;
}

div.callouts span.callout-label-4
{
	left: 649px;
}
/**********************************************************************/

/***********************************************************************
	Lower Section
***********************************************************************/
div.lower div.left-corner
{
	position: relative;
	height: 10px;
	width: 10px;
	background-image: url(../images/corner-lower-left-light-blue.gif);
}

div.lower div.middle
{
	position: absolute;
	left: 10px;
	top: 0px;
	height: 10px;
	width: 830px;
	background-color: #AED1E7;
}

div.lower div.right-corner
{
	position: absolute;
	float: right;
	right: 0px;
	top: 0px;
	height: 10px;
	width: 10px;
	background-image: url(../images/corner-lower-right-light-blue.gif);
}
/**********************************************************************/


/***********************************************************************
	Navigation
***********************************************************************/

#menu_MenuWrapper
{
	margin-top: 10px;
}

div.menu
{
    position: relative;
    cursor: pointer;
}
div.item
{
    position: relative;
    cursor: pointer;
    padding: 6px 2px 6px 0px;    
}
div.item-hover
{
    position: relative;
    background-color: #d2e5f3;
    cursor: pointer;
    padding: 6px 2px 6px 0px;   
	
}
div.item-selected
{
    position: relative;
    background-color: #e7f2f8;
    cursor: none;
    padding: 6px 2px 6px 0px;   
}   
div.menu img
{
	position: relative;
	top: 3px;
	margin-left: 10px;
} 

a.menu-item
{
	color: #4d4c4b;
	text-decoration: none;
	font-weight: bold;
}  

/**********************************************************************/

/***********************************************************************
	AdBox
***********************************************************************/
div.adbox
{
	position: relative;
	margin-top: 150px;
	text-align: center;
}

div.adbox a img
{
	border: solid 0px #ffffff;
}

/**********************************************************************/

/***********************************************************************
	Content
***********************************************************************/

table.content
{
	border: 0px;
}

table.content tr.content
{
	background-color: #ffffff;
}

table.content td.navigation
{
	background-color: #AED1E7;
	width: 212px;
	text-align: left;
	vertical-align: top;
	height: 551px;
}

table.content td.navigation-lower
{
	width: 212px;
	line-height: 10px;
	background-color: #AED1E7;
}

table.content td.content
{
	position: relative;
	background-color: #FFFFFF;
	/*width: 578px;*/ /*646*/ /*jep - 10/7/10 */
	padding: 0px 14px 15px 10px;
	color: #646567;
	float: right;
}

table.content td.content img
{
	position: relative;
	float: right;
	left: 0px;
	top: 0px;
	margin-bottom: 15px;
}

table.content td.content-lower
{
	position: relative;
	width: 626px; 
	height: 10px;
	background-color: #AED1E7;
}

td.content-lower div.wrapper
{
	position: relative;
	left: 0px;
	top: -5px;
}
td.content-lower div.wrapper div.left-corner
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 10px;
	width: 10px;
	background-image: url(../images/corner-lower-left-white.gif);
}

td.content-lower div.wrapper div.middle
{
	position: absolute;
	left: 10px;
	top: 0px;
	height: 10px;
	width: 606px;
	background-color: #ffffff;
}

td.content-lower div.wrapper div.right-corner
{
	position: absolute;
	float: right;
	left: 616px;
	top: 0px;
	height: 10px;
	width: 10px;
	background-image: url(../images/corner-lower-right-white.gif);
}

table.content td.right-buffer
{
	background-color: #AED1E7;
	width: 12px;
	line-height: 10px;
}

td.content ul li
{
	margin-top: 10px;
}
/**********************************************************************/


/***********************************************************************
	Map
***********************************************************************/
div.map-container
{
}
div.map
{
	background-color: #e7f2f8;
	position: relative;
	padding: 10px 10px 5px 10px;
	height: 280px;
}
div.map-container div.map img
{
	border: solid 0px #ffffff;
	position: absolute;
	left: 72px;
	top: 10px;
}
div.map-links
{
	text-align: center;
	margin-bottom: 15px;
}

div.map-links a
{
	margin-left: 2px;
	margin-right: 2px;
}

div.map-links a:hover
{
	margin-left: 2px;
	margin-right: 2px;
}

div.map-detail
{
	position: relative;
	padding: 10px 10px 5px 10px;
	width: 279px;
	height: 300px;
	float: left;
	border-right: solid 1px #cccccc;
}

div.map-detail img
{
	border: solid 0px #ffffff;
	position: absolute;
}

div.map-detail td
{
	width: 279px;
	height: 280px;
}

div.map-search-results
{
	width: 275px;
	float: right;
}

div.map-search-results td.caption
{
	color: #718c3f;
	font-size: 16px;
	font-weight: bold;
}

div.map-search-results td
{
	vertical-align: top;
}

div.map-search-results a
{
	color: #006eb8;
	text-decoration: none;
	font-weight: bold;
	margin-left: 0px;
	width: 200px;
	margin-top: 0px;
}

div.map-search-results a:hover
{
	text-decoration: underline;
	margin-left: 0px;
}

div.map-search-results div.default
{
	color: #6e767d;
	font-size: 12px;
	width: 200px;
}

div.map-search-results div.name
{
	color: #6e767d;
	font-size: 13px;
	font-weight: bold;
	width: 200px;
}
/**********************************************************************/


/***********************************************************************
	Input Fields
***********************************************************************/
table.fieldlist
{
	margin-top: 30px;
}

table.fieldlist td
{
	padding-bottom: 5px;
}

table.fieldlist td.label
{
	text-align: right;
	font-weight: bold;
	width: 200px;
	padding-right: 40px;
	vertical-align: top;
}

table.fieldlist td.label
{
	vertical-align: top;
}

table.fieldlist input
{
	width: 200px;
}

table.fieldlist select
{
	width: 200px;
}

table.fieldlist textarea
{
	width: 200px;
}

div.command
{
	text-align: center;
}

div.command input
{
	background: #FFFFFF url(../images/tab-default-gradient.jpg) repeat-x center top;
	color: #ffffff;
	cursor: pointer;
}

div.contact-phone
{
	margin-top: 20px;
	text-align: center;
}

span.contact-phone
{
}

/**********************************************************************/


/***********************************************************************
	Footer
***********************************************************************/
div.footer hr
{
	margin: 8px 50px 8px 50px;
}

div.footer_links
{
	margin: 15px 5px 10px 5px;
	padding: 3px 0px 2px 0px;
	text-align: center;	
}
div.legalese
{
	padding: 3px 0px 2px 0px;
	text-align: center;	
}
div.copyright
{
	padding: 3px 0px 2px 0px;
	font-family: Times New Roman;
	font-size: 9px;
	text-align: center;	
	margin: 8px 0px 8px 0px;
}
div.legalese img
{
}
span.legalese
{
	margin: 8px 50px 8px 50px;
	font-style: italic;
	font-size: 10px;
}
div.eho
{
	text-align: center;
}
/**********************************************************************/
