/*
** Generic styles
*/

body {
	margin: 0px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #717171;
	background: #2f69ab url(../images/design/bg.jpg) bottom center no-repeat fixed;
}

a:link, a:visited {
	color: #4c4c4c;
	text-decoration: underline;
}
a:hover {
	color: #000;
}

img {
	border: 0px;
}

/*
** Layout styles
*/

#container {
	width: /*984*/1141px;
	margin: 0px auto;
	text-align: left;
}

#navigation {
	float: left;
	width: 172px;
	padding: 7px 0px 0px 9px;
}

#menu {
	margin: 33px 0px 33px 22px;
}

#content {
	float: left;
	width: 809px;
	padding: 7px 8px;
	background-color: #fff;
}

#links {
	margin-top: 16px;
}

#slides {
	position: relative;
}

#copypane, #scrollbar {
	margin-top: 26px;
}

#copypane {
	width: 789px;
	overflow: hidden;
}

#copypane.Gallery {
	height: 534px !important;
	padding-top: 90px !important;
}

.Contact {
	text-align: center !important;
	color: #686868 !important;
	line-height: 1.7 !important;
	letter-spacing: 5px !important;
}

.Thankyou {
	width: 489px !important;
	height: 534px !important;
	padding: 90px 150px 0px 150px !important;
}

#scrollbar {
	display: none;
	position: relative;
	width: 20px;
	background: url(../images/design/scrollbar-bg.png) top left repeat-y;
}

/*
** Navigation styles
*/

.menulink {
	height: 12px;
	margin: 0px 0px 17px 7px;
}

#menu a {
	display: block;
	height: 12px;
	margin: 0px 0px 17px 7px;
	border-right-width: 5px;
	border-right-color: #6999bf;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#menu a:link, #menu a:visited {
	border-right-style: none;
	color: #fff;
	text-decoration: none;
}
#menu a:hover, #menu a.active {
	border-right-style: solid;
	color: #a7bed3;
}

/*
** Content styles
*/

a#scrolldrag {
	display: block;
	width: 20px;
	height: 16px;
	background-image: url(../images/design/scrolldrag-bg.png);
	background-repeat: no-repeat;
}
a#scrolldrag:link, a#scrolldrag:visited {
	background-position: top left;
}
a#scrolldrag:hover {
	background-position: bottom left;
}

#copypane h1 {
	font-size: 14px;
	font-weight: bold;
	color: #6999bf;
}

#UCLink, #RWLink, #interest {
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
}
#UCImg, #RWImg {
	display: none;
}

#interest {
	width: 93px;
	height: 42px;
	margin-left: 22px;
	background-image: url(../images/content/For-More-Information.png);
}

#UCLink {
	width: 33px;
	height: 50px;
	background-image: url(../images/content/Urban-Change-Logo-Sml-T.png);
}

#RWLink {
	width: 53px;
	height: 28px;
	background-image: url(../images/content/Real-Way-Logo-Sml-T.png);
}

#bottomspacer {
	clear: left;
	height: 270px;
}

/* Architect page */

#copypane h2 {
	font-size: 18px;
	font-weight: normal;
	color: #ed1c24;
}

/* Location page *//*

#maps {
	float: right;
	width: 100px;
	height: 29px;
	margin-right: 10px;
	color: #6999bf;
}

#maps .title, #maps .image {
	float: left;
}

#maps .title {
	width: 50px;
	text-align: center;
	margin-top: 7px;
}

#maps .image {
	display: block;
	width: 50px;
	height: 29px;
}*/

/* Floor Plans page */

#floors {
	float: right;
	width: 500px;
}

#floors td {
	text-align: center;
	font-weight: bold;
}

#floors td a {
	display: block;
	width: 161px;
	background-repeat: no-repeat;
}
#floors td a:link, #floors td a:visited {
	background-position: top left;
}
#floors td a:hover {
	background-position: bottom left;
}

#Floors1 {
	background-image: url(../images/content/floors/floors1.png);
	height: 37px;
}
#Floors2 {
	background-image: url(../images/content/floors/floors2.png);
	height: 41px;
}
#Floors3 {
	background-image: url(../images/content/floors/floors3.png);
	height: 36px;
}
#Floors4 {
	background-image: url(../images/content/floors/floors4.png);
	height: 35px;
}
#Floors5 {
	background-image: url(../images/content/floors/floors5.png);
	height: 34px;
}
#Floors6 {
	background-image: url(../images/content/floors/floors6.png);
	height: 32px;
}

/* Gallery page */

#gallery {
	margin: 0px auto;
	font-weight: bold;
	text-transform: uppercase;
	color: #686868;
}

#gallery td {
	text-align: center;
}

/*
** Form styles
*/

#formContainer {
	position: relative;
	display: none;
	width: 383px;
	margin: 0px auto;
	text-align: left;
	color: #fff;
	z-index: 999;
}

#formdiv {
	position: absolute;
	top: 200px;
	height: 460px;
	padding: 30px;
	border: solid 5px #fff;
	background: #65150f url(../images/register/bg.jpg) top left no-repeat;
}

#closeLink {
	position: absolute;
	bottom: 2px;
	right: 2px;
}

#formContacts {
	padding-left: 50px;
	font-size: 15px;
	line-height: 1.4;
}

label {
	display: block;
	float: left;
	width: 50px;
	margin-right: 10px;
}
.required {
	color: #ed1b2e;
}

input {
	width: 244px;
	height: 14px;
	margin-bottom: 10px;
	padding: 2px;
	border: solid 1px #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	background: #fff url(../images/register/input.png) top left no-repeat;
}
.submit {
	width: 67px;
	height: 22px;
	margin-bottom: 0px;
	text-align: center;
	color: #fff;
	background: #c20909 url(../images/register/submit.png) top left repeat-x;
}