/* ELEMENTS */
/*
COLORS
Olive: #8fa757
Blue: #67a5df
*/
*, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 80%;
}
input, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #fff;
}
a {
}
h1 {
	font-size: 2em;
	margin: 0 0 0 0;
}
h2 {
	font-size: 1em;
	margin: 0;
	padding: 0 0 5px 0;
}
h3 {
	font-size: 1.1em;
	margin: 5px 0;
}
h4 {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 3px;
}
h5 {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 3px;
}
dl {
}
dt {
	font-weight: bold;
	margin-top: 5px;
}
dd {
	margin: 5px 0;
	margin-bottom: 10px;
}
p {
	padding: 5px 0;
}
ol, ul, li {
	list-style: disc outside;
	padding: 2px 10px;
}
li {
	margin-left: 5px;
}
ol li {
	list-style-position: outside;
	list-style-type: decimal;
}
label {
	display: block;
}


/* Custom Elements */
#outer_wrapper {
	width: 100%;
	/* background: #fff url('../images/bkgd.jpg') repeat-x top left;*/
}
#home #inner_wrapper {
	margin-top: 42px;
	padding-bottom: 0;
	background: transparent url('../images/large_bkgd.jpg') no-repeat scroll top center;
}
#inner #inner_wrapper {
	margin-top: 42px;
	background: #e19631 url('../images/inner-large_bkgd.jpg') no-repeat scroll top center;
}
#wrapper {
	margin: 0 auto;
	display: block;
	margin-bottom: 0;
}
#inner #wrapper {
}
#interactive {
	margin: 0;
}
#nav2 {
	background: #60005f url('../images/nav_bkgd.png') repeat top left;
	border-bottom: 2px solid #fff;
	text-align: center;
	padding: 0;
	height: 42px;
	position: fixed;
	overflow: hidden;
	z-index: 2;
	top: 0;
	width: 100%;
}
#nav2 ul {
	list-style: none;
	display: block;
	width: 924px;
	margin: 0 auto;
	padding: 0;
}
#nav2 ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#nav2 ul li a {
	display: block;
	float: left;
	height: 42px;
	margin: 0;
	color: #fff;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background-image: url('../images/nav-off.png');
	background-color: transparent;
	background-repeat: no-repeat;
}
#nav2 ul li.home a {
	width: 64px;
	background-position: 0 0;
}
#nav2 ul li.home a.active, #nav2 ul li.home a:hover {
	background-position: 0 -42px;
}
#nav2 ul li.whats a {
	width: 148px;
	background-position: -64px 0;
}
#nav2 ul li.whats a.active, #nav2 ul li.whats a:hover {
	background-position: -64px -42px;
}
#nav2 ul li.getin a {
	width: 78px;
	background-position: -212px 0;
}
#nav2 ul li.getin a.active, #nav2 ul li.getin a:hover {
	background-position: -212px -42px;
}
#nav2 ul li.gps a {
	width: 53px;
	background-position: -290px 0;
}
#nav2 ul li.gps a.active, #nav2 ul li.gps a:hover {
	background-position: -290px -42px;
}
#nav2 ul li.the411 a {
	width: 92px;
	background-position: -343px 0;
}
#nav2 ul li.the411 a.active, #nav2 ul li.the411 a:hover {
	background-position: -343px -42px;
}
#nav2 ul li.residents a {
	width: 97px;
	background-position: -435px 0;
}
#nav2 ul li.residents a.active, #nav2 ul li.residents a:hover {
	background-position: -435px -42px;
}
#nav2 ul li.parents a {
	width: 86px;
	background-position: -532px 0;
}
#nav2 ul li.parents a.active, #nav2 ul li.parents a:hover {
	background-position: -532px -42px;
}
#nav2 ul li.photos a {
	width: 154px;
	background-position: -618px 0;
}
#nav2 ul li.photos a.active, #nav2 ul li.photos a:hover {
	background-position: -618px -42px;
}
#nav2 ul li.villagecenter a {
	width: 134px;
	background-position: -772px 0;
}
#nav2 ul li.villagecenter a.active, #nav2 ul li.villagecenter a:hover {
	background-position: -772px -42px;
}
#nav {
	background: #60005f url('../images/nav_bkgd.png') repeat top left;
	border-bottom: 2px solid #fff;
	text-align: center;
	padding: 0;
	height: 42px;
	position: fixed;
	z-index: 2;
	top: 0;
	width: 100%;
}
#nav ul {
	list-style: none;
	display: block;
	width: 930px;
	margin: 0 auto;
	padding: 0;
}
#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#nav ul li a {
	display: block;
	float: left;
	padding: 12px 12px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	background: transparent url('../images/nav_button_bkgd.png') repeat-x bottom center;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
#nav ul li a.active, #nav ul li a:hover {
	background: transparent url('../images/nav_active.png') repeat-x center center;
	padding-top: 12px;
	padding-bottom: 10px;
}

#header {
	position: relative;
	width: 930px;
	margin: 0 auto;
	padding: 0;
}
#content {
	width: 930px;
	margin: 0 auto;
	padding: 0;
}

#inner #content {
	padding: 0;
	padding-bottom: 20px;
}
#inner #content_inner {
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	background-color: #de7232;
	margin: 0 19px 0 35px;
	padding: 0 10px 10px 10px;
	color: #fff;
}
#inner #content .footer {
	clear: both;
	margin: 0 19px 0 35px;
}
#content h2 {
	color: #60005f;
	font-weight: bold;
	font-size: 1.5em;
}
#content h2 a {
	color: #60005f;
	font-weight: bold;
}

#content h3 {
	color: #60005f;
	font-weight: bold;
	font-size: 1em;
}
#top {
	margin-right: 250px;
}
#welcome {
	margin-left: 470px;
	font-size: .8em;
}
#footer {
	clear: both;
	text-align: center;
	margin-top: 0;
	padding: 0 0 0 0;
	border-top: 2px solid #60005f;
	background: #fff url('../images/footer_bkgd.png') repeat top left;
	color: #60005f;
	width: 100%;
}
#footer .inner {
	width: 890px;
	margin: 0 auto;
}

#footer .nav {
	text-align: center;
	padding: 0;
	list-style: none;
	display: block;
	margin: 0;
	padding: 5px 0;
	font-size: 90%;
}

#footer .nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#footer .nav li a {
	display: block;
	float: left;
	padding: 5px 7px 15px 9px;
	margin: 0;
	color: #60005f;
}


/* START Boxes */
.box .top, .box .bottom {
	line-height: 11px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: bottom right;
}
.box .inner {
	height: 11px;
	margin-right: 10px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
}
.box .bottom .inner {
	background-position: bottom left;
}
.box .text {
	border-left-width: 2px;
	border-right-width: 2px;
	border-style: solid;
	padding: 5px;
}
.box li {
	padding: 0 0 5px 0;
}
.orange_box .top {
	background-image: url('../images/orange_top_right.png');
}
.orange_box .inner {
	background-image: url('../images/orange_top_bkgd.png');
}
.orange_box .bottom {
	background-image: url('../images/orange_bottom_right.png');
}
.orange_box .bottom .inner {
	background-image: url('../images/orange_bottom_bkgd.png');
}
.orange_box .text {
	border-color: #662370;
	background-color: #f49e3f;
}
.orange_box .text a {
	color: #000;
}
.purple_box .top {
	background-image: url('../images/purple_top_right.png');
}
.purple_box .inner {
	background-image: url('../images/purple_top_bkgd.png');
}
.purple_box .bottom .inner {
	background-image: url('../images/purple_bottom_bkgd.png');
}
.purple_box .bottom {
	background-image: url('../images/purple_bottom_right.png');
}
.purple_box .text, .purple_box .data {
	color: #fff;
	border-color: #f49e3f;
	background-color: #60005f;
}
#content .purple_box h3 {
	color: #fff;
}
.purple_box .text a {
	color: #fff;
}
.green_box .top {
	background-image: url('../images/green_top_right.png');
}
.green_box .inner {
	background-image: url('../images/green_top_bkgd.png');
}
.green_box .bottom .inner {
	background-image: url('../images/green_bottom_bkgd.png');
}
.green_box .bottom {
	background-image: url('../images/green_bottom_right.png');
}
.green_box .text, .green_box .data {
	color: #333;
	border-color: #f49e3f;
	background-color: #b0da00;
}
.green_box .text a {
	color: #000;
}

.light_green_box .top {
	background-image: url('../images/light_green_top_right.png');
}
.light_green_box .inner {
	background-image: url('../images/light_green_top_bkgd.png');
}
.light_green_box .bottom .inner {
	background-image: url('../images/light_green_bottom_bkgd.png');
}
.light_green_box .bottom {
	background-image: url('../images/light_green_bottom_right.png');
}
.light_green_box .text, .light_green_box .data {
	color: #333;
	border-color: #f49e3f;
	background-color: #dde56c;
}
.light_green_box .data td {
	border-color: #fff;
}
.light_green_box .text a {
	color: #000;
}
.green_table_3 .top {
	background-image: url('../images/green_top_right.png');
}
.green_table_3 .inner {
	background-image: url('../images/green_top_bkgd.png');
}
.green_table_3 .bottom .inner {
	background-image: url('../images/light_green_bottom_bkgd.png');
}
.green_table_3 .bottom {
	background-image: url('../images/light_green_bottom_right.png');
}
#content .box.green_table_3 .text {
	padding: 0;
	color: #333;
	border-color: #f49e3f;
	background-color: #dde56c;
}
.green_table_3 .header {
	background-color: #b0da00;
	height: 2em;
	font-weight: bold;
}
.green_table_3 .header .cell {
	font-weight: bold;
}
.green_table_3 .text a {
	color: #000;
}
.green_table_3 .cell {
	width: 200px;
	display: block;
	float: right;
}
.green_table_3 .cell ul {
	padding: 10px 0 0 0;
	margin: 0;
}


.green_table .top {
	background-image: url('../images/green_top_right.png');
}

.green_table .inner {
	background-image: url('../images/green_top_bkgd.png');
}
.green_table .bottom .inner {
	background-image: url('../images/light_green_bottom_bkgd.png');
}
.green_table .bottom {
	background-image: url('../images/light_green_bottom_right.png');
}
#content .box.green_table .text {
	padding: 0;
	color: #333;
	border-color: #f49e3f;
	background-color: #dde56c;
}
.green_table .body {
	padding: 0 10px;
	padding-top: 10px;
}
.green_table .header {
	background-color: #b0da00;
	height: 2em;
	padding: 0 10px;
	font-weight: bold;
}
.green_table .text a {
	color: #000;
}
.green_table { width: 98%; }


.purple_table .top {
	background-image: url('../images/light_purple_top_right.png');
}

.purple_table .inner {
	background-image: url('../images/light_purple_top_bkgd.png');
}
.purple_table .bottom .inner {
	background-image: url('../images/purple_bottom_bkgd.png');
}
.purple_table .bottom {
	background-image: url('../images/purple_bottom_right.png');
}
#content .box.purple_table .text {
	padding: 0;
	color: #fff;
	border-color: #f49e3f;
	background-color: #60005f;
}
#content .box.purple_table .text a {
	color: #fff;
}
.purple_table .body {
	padding: 0 10px;
	padding-top: 10px;
}
.purple_table .header {
	background-color: #8B518D;
	height: 2em;
	padding: 0 10px;
	font-weight: bold;
}
#content .purple_table h3 {
	margin: 0;
}
.purple_table .text a {
	color: #000;
}
#content .purple_table .text h3 {
	color: #fff;
}
/* END Boxes */

.home_box .text {
	height: 200px;
}
.home_box input, .home_box textarea {
	font-size: 130%;
}

.orange_box.home_box .text {
	font-size: 110%;
}

#content .box h2 {
	padding: 0;
	margin: 0;
}
#content .box h3 {
	padding: 0;
	margin: 0;
}
#content .box .text {
	padding: 0;
	margin: 0;
}

#content .box {
	padding: 0;
	margin: 0 0 10px 0;
	width: 98%;
}

.form {
}

.form label {
	display: block;
}


.form_phone {
	width: 10em;
}
.form_large_text {
	width: 25em;
}


.flash_error {
	color: #6F0F14;
	background-color: #E5E5E5;
	padding: 5px;
	margin: 5px;
	margin-top: 0;
	font-size: 130%;
	font-weight: bold;
}
.flash_notice {
	color: #60005f;
	text-align: center;
	background-color: #b0da00;
	padding: 5px;
	margin: 5px;
	margin-top: 0;
	font-size: 130%;
	font-weight: bold;
	border: 3px solid #60005f;
}
.note {
	font-size: 90%;
	font-style: italic;
}

#home_boxes {
	margin: 5px 0 0 0;
}
#home_boxes .box {
	font-size: .8em;
	width: 335px;
	margin-right: 10px;
	float: left;
}
#home_boxes h2 {
	font-weight: bold;
	color: #60005f;
	margin: 0;
	padding: 0;
}
#content .box .text {
	margin: 0;
	padding: 5px 10px;
}
#box01 .text {
	background-color: #f49e3d;
	border: 2px solid #60005f;
}
#box02 .text {
	background-color: #60005f;
	border: 2px solid #f49e3f;
	color: #fff;
}
#home_boxes #box03 {
	width: 240px;
	margin-right: 0;
	margin-bottom: 0;
}
#box03 .text {
}

.button, .button2, .button4 {
	position: relative;
}
/*
.button .top_right {
	background: transparent url('../images/btn_top_right.png') no-repeat top right;
	height: 6px;
	width: 6px;
	position: absolute;
	top: 0;
	right: 0;
}
.button .top_left {
	background: transparent url('../images/btn_top_left.png') no-repeat top left;
	height: 6px;
}
*/
.button a {
	background: #f49e3f url('../images/button_bkgd.png') repeat-x center left;
	border: 2px solid #60005f;
	color: #60005f;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding: 5px 10px;
	position: absolute;
	bottom: -10px;
	right: -5px;
}

.button2 a {
	color: #60005f;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding: 5px 10px;
	position: absolute;
	bottom: -10px;
	right: -5px;
}
.button3 a, .button3 input {
	color: #60005f;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	/* padding: 5px 10px;*/
	float: right;
	margin-top: -30px;
	margin-right: -15px;
	background-color: transparent;
}
.button4 a, .button4 input {
	color: #60005f;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding: 5px 10px;
	position: absolute;
	background-color: transparent;
	bottom: -15px;
	right: -20px;
}

.button input {
	border: 2px solid #60005f;
	text-align: center;
	font-weight: bold;
	padding: 0;
	position: absolute;
	bottom: -10px;
	right: -5px;
}
.button2 input {
	text-align: center;
	font-weight: bold;
	padding: 0;
	position: absolute;
	background-color: transparent;
	bottom: -10px;
	right: -5px;
}
img {
	border: none;
}
.copy, .legal {
	font-size: .8em;
	color: #60005f;
}

#quick_links {
	float: right;
	padding: 10px 0;
}
#quick_links table {
}
#quick_links table td {
	padding: 0 5px 0 0;
}
#quick_links select {
	padding: 0;
	margin: 0;
}


.faq {
	padding: 5px 10px;
	margin: 0;
}
.faq .answer {
	padding: 5px;
	margin: 0;
}
#content .faq a {
	color: #f49e3f;
	text-decoration: none;
}
#left_side, #right_side {
	font-size: 85%;
	width: 200px;
	float: right;
}
#left_side_larger {
	margin-right: 260px;
}
#right_side_larger {
	width: 250px;
	float: right;
	margin-left: 10px;
}

#left_side_50_2 {
	margin-right: 440px;
}
#right_side_50_2 {
	width: 410px;
	float: right;
	margin-left: 10px;
}
#left_side_50 {
	margin-right: 500px;
}
#right_side_50 {
	width: 490px;
	float: right;
	margin-left: 10px;
}
#center {
	margin: 0 210px;
	padding: 0 5px;
}
#full_center {
	margin: 0 0 0 215px;
	padding: 0 5px;
}
#left_side {
	float: left;
}
#left_side .box {

	/* width: 200px;*/
}
#content #left_side .nav a {
	text-decoration: none;
	color: #60005f;
	display: block;
	font-weight: bold;
	padding: 5px;
	margin: 0;
}
#left_side .nav a:hover {
	text-decoration: underline;
}
#left_side .nav_item a.active {
	color: #290028;
}
/*.purple_box .text p {
	padding: 0;
	margin: 0;
}

.purple_box .text {
	padding: 5px;
	background-color: #60005f;
	border: 2px solid #f49e3f;
	color: #fff;
}
*/
/*.green_box .text p {
	padding: 0;
	margin: 0;
}

.green_box .text {
	padding: 5px;
	background-color: #b0da00;
	border: 2px solid #f49e3f;
}
*/
.read_full {
	display: block;
	color: #fff;
}

.data {
	width: 100%;
	background-color: #b0da00;
}
.data th {
	font-weight: bold;
}
.apartments, .data2 {
	width: 100%;
	background-color: #b0da00;
	border: 1px solid #333;
	border-bottom: none;
}
.apartments th, .data2 th {
	text-align: left;
	font-weight: bold;
}
.data td, .apartments td, .data2 td {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #333;
}
.data td.no_border {
	border-bottom: none;
}
.data td.header, .apartments td.header {
	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid #333;
	border-right: 1px solid #666;
}
.data tr.bottom_row td {
	border-bottom: none;
}
#map {
	border: 1px solid #333;
	width: 580px;
	height: 300px;
	margin: 0 0 10px 0;
}
/*.thumbs {
	padding: 0;
	margin: 0;
	list-style: none;
}
.thumbs li {
	height: 150px;
	width: 170px;
	text-align: center;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.thumbs .photo img {
	border: 3px solid #fff;
}
*/
.photo_right {
	float: right;
}

.photo_left {
	float: left;
}
.photo_left img, .photo_right img {
	border: 2px solid #fff;
}

.boxes td {
	padding: 1px;
	text-align: center;
}
.boxes p {
}
.boxes .photo {
	border: 1px solid #fff;
}
.side_image {
	text-align: center;
	padding: 5px 0;
}
.boxes_inner td {
	vertical-align: top;
	text-align: left;
	padding: 2px;
}
.boxes_inner p {
	font-size: 80%;
}

.roomie_header {
	padding: 5px;
	margin-bottom: 10px;
}
.roomie {
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}
.roomie .item {
	padding: 0 0 2px 0;
}
.roomie .date {
	float: right;
	padding: 0 0 2px 0;
}
.roomie .label {
	font-weight: bold;
}
.roomie .content {
	padding: 6px 0;
}
.spotlight {
	padding-bottom: 5px;
}

.spotlight .sl_image {
	float: left;
}

.spotlight .sl_image img {
	border: 1px solid #fff;
}
.spotlight .sl_text {
	margin-left: 90px;
}

#content .spotlight .sl_text h3 {
	color: #f49e3f;
}

.no_border {
	border: none;
}
.no_border img {
	border: none;
}
.circle_button {
	background: transparent;
}

.roomie_options {
	text-align: center;
	padding: 0;
	list-style: none;
	display: block;
	margin: 0 0 0 13px;
	padding: 0;
	height: 1.9em;
}

.roomie_options li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

.roomie_options li a {
	text-decoration: none;
	display: block;
	float: left;
	padding: 5px 8px;
	margin: 0 3px 0 0;
	color: #60005f;
	background-color: #f49e3f;
}
.roomie_options li a.active {
	color: #f49e3f;
	background-color: #60005f;
}


.thumbs td {
	padding: 5px;
	text-align: center;
}
/*.thumbs img {
	border: 3px solid #fff;
}
.event .thumb, .event .photo {
	border: 3px solid #fff;
}
.event h4 a, .news h4 a, .full_event h4 a, .full_news h4 a {
}
.full_event .large, .full_event .photo {
	border: 3px solid #fff;
}
.full_news .large, .full_news .photo {
	border: 3px solid #fff;
}
*/

.purple_table .event h4 a {
	color: #f49e3f;
	text-decoration: none;
}
.testimonial {
	border-bottom: 1px solid #333;
	padding: 10px 0;
}

#content .testimonial_source {
	padding: 5px 0;
	color: #60005f;
}


#content .news {
}
#content .news .photo {
	float: left;
}
#content .news .non_photo {
	height: 100px;
	margin: 0 0 0 120px;
	padding: 0 0 10px 0;
}
#wrapper #content .spotlight .non_photo {
	height: 80px;
	margin: 0 0 0 80px;
	padding: 0 0 10px 0;
}
#content .news .content {
	font-size: 90%;
}
#content .news .date {
	color: #8B518D
}
#wrapper #content .news h3.title a {
	text-decoration: none;
	color: #f49e3f;
}
#wrapper #content .photo .thumb {
	border: 1px solid #fff;
}



#content .full_news {
}
#content .full_news .photo {
	float: right;
	padding: 0 0 10px 10px;
}
#content .full_news .non_photo {
}
#content .full_news .content {
}
#content .full_news .date {
	color: #8B518D
}
#wrapper #content .full_news .title {
	color: #f49e3f;
}
#wrapper #content .full_news .photo .large {
	border: 1px solid #fff;
}

#content .green_box .video_right {
	background-color: #000;
	margin: 0 0 10px 10px;
	float: right;
	border: 3px solid #fff;
}

#find_roomie {
	position: absolute;
	bottom: 20px;
	right: 40px;
}
.image img {
	border: 5px solid #fff;
	border-bottom-width: 0;
}
.link {
	color: #000;
	font-size: 70%;
	padding: 4px 0;
	background-color: #fff;
}
#content .box.purple_table .text .link a {
	color: #000;
	text-decoration: none;
}
.top_right_sub_nav {
	padding: 7px 7px 7px 0;
	float: right;
}
.top_right_sub_nav a {
	font-size: 90%;
	color: #E6E6E6;
}
#directions_button {
	position: relative;
}
#directions_button input {
	color: #60005f;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding: 5px 10px;
	position: absolute;
	background-color: transparent;
	bottom: -30px;
	right: -30px;
}
#room {
	width: 930px;
	margin: 0;
}
#room .scene {
width: 930px;
height: 550px;
	
}
#room .scroller {
	text-align: center;
	background-color: #fff;
	color: #60005f;
	padding: 1px 0 1px 0;
	font-weight: bolder;
	font-size: 130%;
}
#room .scroller p {
	padding: 0;
	margin: 0;
	font-weight: bolder;
}
#room .footer {
	height: 32px;
	text-indent: -9999px;
	background: transparent url('../images/home-footer.jpg') no-repeat top center;
}


.floatcontainer:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
    }

   .floatcontainer{display: inline-block;} 

    /* Hides from IE Mac \*/
    * html .floatcontainer {height: 1%;}
       .floatcontainer{display:block;}
    /* End Hack */ 
