/* CSS Document */

/* Colors: #330099 (dark purple), #cc99cc (light purple), #ffcc99 (cream),

/* Universals */
* {
    padding: 0;
    margin: 0;
}

/* HTML Elements */
body {
	background: url(/assets/images/bg.gif);
}
a:link, a:visited {
	color: #6699CC;
}
a:hover {
	color: #999999;
}
li {
	list-style: square;
	list-style-position: inside;
	margin-bottom: 5px;
	color: #6699cc;
	
}

/* Custom Elements - Main Page */
.intro {
	background: url(/assets/images/main/introBackground.jpg);
	position: relative;
	top:135px;
	left:13px;
	width: 183px;
	height: 247px;
	color: #FFFFFF;
	font-size:10pt;
	line-height: 13pt;
	padding-left: 64px;
	padding-top: 127px;
	padding-right: 20px;
}
.message {
	position: absolute;
	left: 286px;
	width: 513px;
	white-space: 508px;
	padding-right: 7px;
	top:70px;
	font-size: 14px;
	font-family: Times;
	text-align: right;
}
.pictureFrame {
  position: absolute;
  width: 510px;
  height: 339px;
  left: 286px;
  top:135px;
  padding-left: 3px;
  padding-top: 3px;
  padding-bottom: 2px;
  border:1px solid #999999;
}
.pictureCaption {
  position: absolute;
  width: 508px;
  height: 17px;
  left:286px;
  top:486px;
  text-align: right;
  background: #999999;
  color: #FFFFFF;
  font-size: 12px;
  padding-top:6px;
  padding-right:7px;
}
.proscenium {
	background: url(/assets/images/main/background.gif) no-repeat;
	position: relative;
	width: 814px;
	height: 575px;
	margin-left: auto;
	margin-right: auto;
}

/* Custom Elements - Other Pages */
.prosceniumTop {
	background: url(/assets/images/prosceniumTop.gif) no-repeat;
	position: absolute;
	width: 814px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;	
	top:0px;
}
.prosceniumMiddle {
	background: url(/assets/images/prosceniumMiddle.gif) repeat-y;
	position: relative;
	bottom:0px;
	width: 814px;
	margin-left: auto;
	margin-right: auto;	
}
.prosceniumMiddle .text {
	position: relative;
	padding-left:24px;
	padding-right:18px;
	padding-top:218px;
	padding-bottom:100px;
	font-size:12px;
	font-family: Verdana, sans-serif;
}
.prosceniumBottom {
	background: url(/assets/images/prosceniumBottom.gif) no-repeat;
	position: absolute;
	bottom:0px;
	width: 814px;
	height: 66px;
	margin-left: auto;
	margin-right: auto;	
}
.requiredFieldMessage {
	position: relative;
	color: #5b8cb5;
	left:620px;
	width:120px;
	top:10px;
	font-family: Times, serif;
}
.requiredFieldLabel img, .requiredFieldMessage img {
	position: relative;
	display: inline;
	top:3px;
}
.requiredFieldLabel {
	position: relative;
	color: #294c6c;
	text-align: right;
	width:250px;
	float: left;
	margin-top:10px;
	font-family: Times, serif;
}
.popupDiv .requiredFieldLabel {
	width:110px;

}
.popupDiv .field {
	width:400px;

}
.field {
	position: relative;
	width:300px;
	float: left;
	margin-left:5px;
	padding-top:3px;
	margin-top:10px;
}
.field input,.field textarea {
	position: relative;
	width:200px;
	border:1px solid #294c6c;
	clear:left;
}
.popupDiv .field input, .popupDiv .field textarea {
	width:340px;
}
.clear {
	position: relative;
	clear:both;
}

/* Portfolios Page */ 
.property {
	position: relative;
	float: left;
	width:366px;
	height:132px;
	background: #CCD5DD;
	border:1px solid #7198b8;
	margin-right:8px;
	margin-bottom: 8px;
	padding:5px;
	color:#335979;
	font-family: Times, serif;
}
.property h3 {
	margin-top:12px;
	font-size: 15px;
	font-weight: bold;
}
.property img {
	position: relative;
	float: left;
	margin-right:4px;
	border:1px solid #FFFFFF;
}

.popupDiv {
	position: absolute;
	width:555px;
	z-index: 20;
	left:230px;
	border:1px solid #6699cc;
	background: #FFFFFF;
	padding:4px;
	top:110px;
}

/* Headers and Footers*/
.logo {
	position: absolute;
	top:40px;
	left:20px;
	width: 99px;
	height: 69px;
	background: url(/assets/images/main/logo.jpg) no-repeat;
}
.linksWrapper {
	position: absolute;
	top:67px;
	width:650px;
	height:20px;
	left:335px;
}
.link {
	position: relative;
	float:left;
	margin-right: 28px;
	cursor: pointer;
}
.banner {
	position: absolute;
	width: 800px;
	height: 55px;
	left:7px;
	top:130px;
}
.footer {
	position: absolute;
	height: 44px;
	bottom:-2px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	width: 814px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	font-family: Verdana, sans-serif;
}
