/*
* Cityscape Theme Layout CSS
* Author: Muhammad Azam
* Date: Nov. 30, 2009
*/

body {
	background: #464646 url(../images/bodyBg_repeatX.jpg) repeat-x;
}
a {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
}

/** Page Wrapper **/
#wrapper
{
	width:100%;
}
#pageContainer {
	width:1000px;
	margin-left: auto;  /* The margin-left and margin-right are used to center the pageContainer div */
	margin-right: auto;
	background: transparent url(http://www.uniquehomesites.com/agent_templates/templated/styles/cityscape/images/containerBg.jpg) no-repeat scroll 80% 1px;
	overflow: hidden;
}

/** Header styles including Agent profile, image, contact info **/
#header {
	width:1000px;
	height:150px;
	float:left;
	margin-top: 20px;
}
#agentImage {
	width: 200px;
	padding: 10px 0 0 10px;
	float:left;
	height:100%;
}
#agentImage img.agentImage2
{
	max-width: 200px !important;
	_width: expression(this.width > 199 ? 100: true);
	max-height: 150px !important;
	_height:expression(this.scrollHeight > 149? "150px" : "auto");
}
#agentTeam {
	float:left;
	width: 150px;
	padding: 10px 10px 0 10px;
	font-family: Arial;
	font-size: 12px;
	color:#ffffff;
	text-align: center;
}
#agentContactInfo {
	float:left;
	width:200px;
	padding: 10px 10px 0 10px;
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-align: left;
}
#agentPhoneNumbers {
	float:left;
	width:150px;
	padding: 10px 10px 0 10px;
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-align: left;
}
#brokerageLogo {
	float:left;
	width:160px;
	padding-top: 10px;
}
img#lepageLogo
{
	max-width: 160px !important;
	_width: expression(this.width > 159 ? 160: true);
	max-height: 150px !important;
	_height:expression(this.scrollHeight > 150? "150px" : "auto");
}

/** Navigation **/
#nav {
	float:left;
	width:700px;
	padding-left:300px;
	_padding-left: 0px;
	/*margin: 20px 0 20px 0;*/
	text-align: center;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	padding-bottom: 25px;
}
#nav a{
	font-size: 16px;
}
#nav ul li {
	list-style: none;
	display: inline;
	float: left;
	padding: 5px 20px 5px 20px;
}
/*
#nav {
    float: left;
    width: 1000px;
	margin: 20px auto;
	font-family: "Arial", "Helvetica", sans-serif;
	float: right;
    padding: 0;
}*/

#nav ul {
	float: right;
	display: inline;
}

#nav li {
    display: inline;
	list-style: none;
    padding: 0 12px;
}

#nav a {
    color: white;
	font-weight: normal;
}

/** Content container styling **/
#contentContainer {
	float:left;
	width:1000px;
        padding-top: 10px;
	padding-bottom: 20px;
	background-color: white;
        text-align: center;
}
#contentContainer a
{
	color: #000000;
}
#mainContent {
        margin: auto !important;
	width:970px;
	text-align: left;
}
#socialMediaLinks {
	float:left;
	width: 950px;
	padding: 0 25px 0 25px;
}
#niagaraFooterWrapper {
	float:left;
	width:960px;
}

/** Footer **/
#footer {
	float:left;
	width:980px;
	height:30px;
	padding: 10px 10px 0 10px;
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
}
.links {
	width:500px;
	float:left;
	display: block;
}
.links li {
	list-style: none;
	float:left;
	display: inline;
}
li#sep {
	padding: 0 5px 0 5px !important;
}
#uhsLogo {
	float:right;
	width:120px;
	height:30px;
	background: transparent url(../images/powered_by_uhs02.png) no-repeat scroll left bottom;
	margin-top: -8px;
}
.copyRightNotice {
	width:320px;
	float:right;
	text-align: right;
}
