@charset "utf-8";
/* CSS Document */

body {
	background-color: #775570;
	background-image: url(/images/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0;
}

img {
	border: 0;
}

#layout {
	width: 974px;
	margin: 0 auto;
}

#header {
	background-image: url(/property/images/layout-top.png);
	background-position: top left;
	height: 46px;
	width: 974px;
}

#header-brandy {
	background-image: url(/property/images/layout-top-brandy.png);
	background-position: top left;
	height: 46px;
	width: 974px;
}

#logo {
	margin-top: 10px;
	margin-bottom: 10px;
}

#logo .login {
	height: 25px;
	width: 25px;
	margin-left: 54px;
}

#logo .login a {
	display: block;
	width: 100%;
	height: 100%;
}

.logo img {
	padding-bottom: 30px;
}

#rightImage {
	float: right;
}

.rightImagePad {
	padding: 25px 0 0 27px;
}

#navigation {
		
}

#navigation ul {
	padding: 0;
	margin: 0 0 0 35px;
}

#navigation ul li {
	float: left;
	text-align: center;
	margin: 0;
	width: 115px;
	list-style-type: none;
	line-height: 4.5em;
}

#navigation ul li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	display: block;
}

#navigation ul li a:hover, #navigation .selected a {
	color: #92f554;
}

#navigation .doubleLine {
	line-height: 1.5em;
}

#content {
	background-image: url(/images/layout-box-repeat.png);
	background-repeat: repeat-y;
	width: 974px;
	position: relative;
}

#textBG {
	background-image: url(/images/layout-box.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 974px;
}

#textBGNoGradient {
	background-image: url(/images/layout-box.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 974px;
}

#text {
	padding: 20px 80px 60px 70px;
	line-height: 1.8em;
	color: #3d263a;
	font-weight: normal;
}

a, a:link, a:visited, a:active {
	color: #0054a6;
}

a:hover {
	text-decoration: none;
}

.layoutFixedHeight {
	height: 320px;
}

.goldText {
	color: #b2b197;
}

#footer {
	color: #ffffff;
	background-image: url(/images/layout-box-bottom.png);
	width: 974px;
	height: 7px;
}

#additional {
	position: absolute;	
	width: 974px;
}

#additional p {
	font-size: 9px;
	text-align: left;
	margin: 0;
	width: 400px;
	padding-left: 55px;
	line-height: 17px;
}

#additional .logo {
	position: absolute;
	top: 50px;
	right: 100px;
}


#additional .copyright {
	margin-top: 60px;
	font-size: 9px;
	padding-left: 55px;
	color: #ffffff;
}

#slogan {
	
}

.required {
	color: #ff0000;
}
