/********************************
Main Content
*********************************/

/**Forces the scrollbar in firefox, opera, and safari**/
/**html { height: 100.02%; }**/

/**PNG hack for IE**/
/**img { behavior: url("pngbehavior.htc"); }**/

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 140%;
	color: #fff;
	margin: 0;
	}

#container {
	position:absolute;
	left:0;
	top:0;
	width: 900px;
	height: 600px;
	margin: 0;
	}

#leftcolor {
	position:absolute;
	left:0;
	top:0;
	width: 500px;
	height: 600px;
	z-index:2;
	background:  url("images/site/left.png") no-repeat;
	}

#aptlinks {
	position:absolute;
	left:30px;
	top:152px;
	width:160px;
	height:210px;
	z-index:4;
	font-size:12px;
	text-align:right;
	}
	
	#aptlinks p {
		line-height:16px;
		}

#pic_1 {
	position:absolute;
	left:155px;
	top:175px;
	width: 245px;
	height:245px;
	z-index:1;
	}

#pic_2 {
	position:absolute;
	left:257px;
	top:432px;
	width: 100px;
	height: 105px;
	z-index:9;
	}

#pic_3 {
	position:absolute;
	left:370px;
	top:377px;
	width: 100px;
	height: 105px;
	z-index:9;
	}

#pic_4 {
	position:absolute;
	left: 407px;
	top: 257px;
	width: 100px;
	height: 105px;
	z-index:9;
	}

#nav {
	position:absolute;
	left: 515px;
	top: 80px;
	width:auto;
	height: 45px;
	z-index:10;
	}
	
	#nav ul {
		list-style:none;
		}
	#nav li {
		float: left;
		}

#header {
	position:absolute;
	left:130px;
	top:40px;
	width: 770px;
	height:33px;
	z-index:3;
	font-size:91%;
	text-align:right;
	}
	
#header p {
	padding: 0 30px 0 0;
}

#banner {
	position:absolute;
	left:530px;
	top:140px;
	width:350px;
	height:65px;
	}
	
#aptoptions {
	position:absolute;
	left:10px;
	top:550px;
	width:auto;
	z-index:99;
	}

#tandemonium {
	position:absolute;
	left:4px;
	top:432px;
	width:auto;
	z-index:99;
	}	

#survey {
	position:absolute;
	left:10px;
	top:466px;
	width:auto;
	z-index:99;
	}	
#search {
	position:absolute;
	left:10px;
	top:508px;
	width:auto;
	z-index:99;
	}

#text {
	position:absolute;
	left:530px;
	top:200px;
	width:340px;
	height:auto;
	z-index:11;
	}

#textinternal {
	position:absolute;
	left:450px;
	top:135px;
	width:420px;
	height:auto;
	z-index:11;
	}

#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:350px;
	height:120px;
	z-index:99;
	}

#footer {
	position:absolute;
	left:660px;
	top:530px;
	width:auto;
	clear:both;
	}

#footer p {
	font-size: 9px;
	text-align: left;
	line-height: 1.3em;
	text-transform:uppercase;
	margin:0px;
	padding:1px 0 1px 0;
	}

#footer a {
	color: #FFF;
	text-decoration: none;
	}

#footer a:visited {
	color: #FFF;
	text-decoration: none;
	}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
	}

#footer .footerlink {
	color: #fff;
}

.float_left {
	float:left;
	}

.float_right {
	float:right;
	}

/********************************
Text
*********************************/

p {
	margin: 0; 
	line-height: 140%;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	}

h2 {
	font-size:130%;
	/* See colors.css */
	}

h3 {
	font-family:Arial, sans-serif;
	color:#444;
	font-size:125%;
	font-weight:bold;
	}
	
h3 a {
	font-size:9px;
	color:#444;
	text-decoration:none;
}
	
h3 a:visited {
	color:#444;
	text-decoration:none;
}
	
h3 a:hover {
	color:#444;
	text-decoration:none;
}

/* Small Text */
h4 {
	font-size: 71%;
	text-transform: uppercase;
	letter-spacing: .2em;
	}

h6 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	}

/********************************
Forms
*********************************/
form {
	margin:0px;
	padding:0px;
	}

.input {
	background:#FFFFCB;
	border:1px solid #888;
	width:420px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color:#222;
	margin: 0 0 5px 0;
	}
.dropdownlist {
	background:#FFFFCB;
	border:1px solid #888;
	width:420px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color:#222;
	margin: 0 0 5px 0;
}
.checkbox {		
	font-size: 71%;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	margin: 0 0 5px 0;
}

textarea {
	background:#FFFFCB;
	border:1px solid #888;
	width:420px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color:#222;
	}

.form_buttons {
	background:#FFFFCB;
	border: 2px outset #222;
	width:75px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color:#111;
	}
