#container
{
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fff url(../images/bodyBg_repeatX.jpg) repeat-x;
	font-family:Arial,sans-serif;
}
#innercontainer
{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
#headercontainer
{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#header 
{
	float: left;
	width: 1000px;
	height: 147px;
	text-align: left;
	overflow: hidden;
	padding-top: 5px;
}
#agentImageHolder
{
	float: left;
	width: 200px;
	height: 147px;
}
#header img.agentImage
{
	max-width: 150px !important;
	_width: expression(this.width > 149 ? 150: true);
	max-height: 125px !important;
	_height:expression(this.scrollHeight > 124? "125px" : "auto");
}
#header img.agentImage5
{
	max-width: 150px !important;
	_width: expression(this.width > 149 ? 150: true);
	max-height: 150px !important;
	_height:expression(this.scrollHeight > 149? "150px" : "auto");
}
#header img.agentImage6
{
	width: 96px;
	height: 125px;
}
#agentNameHolder
{
	float: left;
	width: 300px;
	height: 147px;
}
#header #agentnameHolder .agentName
{
	float:left;
	height: 100%;
	float: left;
    font-style: italic;
    font-size: 1em;
	color: #ffffff;
}
#header #agentnameHolder .agentName .name
{
	font-size: 18px;
}
#header #agentnameHolder .agentName .designation
{
	font-size: 10px;
}
#header #agentnameHolder .agentName .sep
{
	font-size: 14px;
}
#addressHolder
{
	float: left;
	width: 150px;
	height: 147px;
}
#addressHolder .address
{
	float:left;
	color: #ffffff;
	font-size: 10px;
	
}
#phoneHolder
{
	float: left;
	height: 147px;
	width: 150px;
}
#phoneHolder .phone
{
	float:left;
	color: #ffffff;
	font-size: 10px;
}
#brokerageHolder
{
	float: right;
	width: 200px;
	height: 147px;
	text-align: right;
}
#brokerageHolder img.brokerageLogo
{
	max-width: 200px !important;
	_width: expression(this.width > 199 ? 200: true);
	max-height: 147px !important;
	_height:expression(this.scrollHeight > 146? "147px" : "auto");
}

/*** NAV ***/
#navcontainer
{
	float: left;
	width: 100%;
	text-align: center;
}
#nav {
	width: 1000px;
	height: 42px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#nav ul {
	float:right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0;
	margin: auto;
}
#nav li {
	float: left;
	list-style-type: none;
	padding-left: 2px;
	padding-right: 30px;
}
#nav a {
	color: white;
    text-transform: uppercase;
    font-size: 15px;
    font-family: Arial,sans-serif;
	color: white;
	/*display: block;*/
	/*width: 104px;*/
	/*height: 29px;*/
	/*padding-top: 8px;*/
}
/*** Content ***/
#contentcontainer
{
	float: left;
	width: 100%;
	overflow: hidden;
	text-align: center;
	background: #ffffff;
	_padding-top: 1px;
}
#content
{
	width: 1000px;
	padding-top: 5px;
	_padding-top: 8px;
	padding-left: 3px;
	text-align: left;
	background: #ffffff;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	border-left:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
	border-top:1px solid #D5D5D5
}
#niagaraWrapper
{
	width: 1000px;
	padding-top: 5px;
	padding-left: 3px;
	text-align: left;
	background: #ffffff;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	border-left:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
}
#niagaraFooterWrapper {
    float: left;
    width: 990px;
	padding: 5px;
    padding: 0px;
    text-align: center;
    overflow: hidden;
}
#contentbottom
{
	width: 1002px;
	height: 14px;
	font-size: 0;
	background: url('../images/centerWrapperBottom.jpg') top left no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#footercontainer {
    width: 100% !important;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    background: #53595C url(../images/footerBg_repeatX.jpg) repeat-x top left;
	clear:both;
}
#footer
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#footer .footerLinks {
    padding: 10px;
	margin: 0 auto;
	height: 40px;
    color: #fff;
	font-size: 10px;
	overflow: hidden;
	width: 100%;
}
#footer .footerLinks ul {
	display: inline;
}
#footer .footerLinks ul li {
	list-style: none;
	display: inline;
}
#footer .footerLinks a {
	color: #fff;
}
#footer .footerLinks a:hover {
	color: #fff;
}
#footer .footerLinks .links {
	float: left;
	width: 540px;
}
#footer .footerLinks .copyRightNotice {
	float: right;
	width: 334px;
	_width: 310px;
	text-align: right;
}

/*** UHS logo ***/

div.uhsLogo {
    float: right;
    width: 126px;
    height: 30px;
	margin-top: -10px;
    background: url(../images/powered_by_uhs02.png) top right no-repeat;
}

/* END HERE */
* {
    margin: 0px;
}

