@charset "UTF-8";
html {
	background-color: #000000;
	background-image: url(../images/HTML-BG.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
}
body {
	background-color: #000000;
	padding: 0px;
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #000000;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 17px;
	color: #999999;
	letter-spacing: 0.18em;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 100%;
}
#address_top_bar{
	height:35px;
	width:500px;
	background-image:url(../images/address_top_bar.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	float: left;
}
#phone_top_bar{
	height:35px;
	width:500px;
	background-image:url(../images/number_top_bar.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	float: right;
}
#main_logo{
	margin:0px;
	padding:0px;
	clear:both;
}
#header h1{
	background-image:url(../images/roxbury_main_logo.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	height:120px;
	background-position:center;
}
#header h1 a {
	display: block;
	height: 120px;
}
#nav_bar{
	height:12px;
	width:750px;
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#nav_bar li{
	float:left;
}
li#home a{
	background-image: url(../images/home_nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 67px;
	height:12px;
	text-indent:-9999px;
	display:block;
}
li#home a:active {
	background-position: 0px -12px;
}
li#home a:hover {
	background-position: 0px -12px;
}

li#residences a{
	background-image: url(../images/residences_nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 138px;
	height:12px;
	text-indent:-9999px;
	display:block;
}
li#residences a:hover{
	background-position: 0px -12px;
}
li#neighborhood a{
	background-image: url(../images/neighborhood_nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 176px;
	height:12px;
	text-indent:-9999px;
	display:block;
}
li#neighborhood a:hover{
	background-position: 0px -12px;
}
li#floorplans a{
	background-image: url(../images/floorplans_nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 154px;
	height:12px;
	text-indent:-9999px;
	display:block;
}
li#floorplans a:hover{
	background-position: 0px -12px;
}
li#contact a{
	background-image: url(../images/contact_nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 209px;
	height:12px;
	text-indent:-9999px;
	display:block;
}
li#contact a:hover{
	background-position: 0px -12px;
}
#main_content{
	clear:both;
	width:920px;
	margin:0px auto;
}
#main_content p{
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, "sans-serif";
	font-size: 13px;
	line-height: 24px;
	color: #CCCCCC;
	text-align: justify;
	padding: 0px;
	width: 850px;
	letter-spacing: .1em;
	margin:30px auto;
}
#main_content h2 {
	font-size: 36px;
	color: #666666;
	margin-top: 40px;
	margin-bottom: 100px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, "sans-serif";
	font-weight:normal;
	line-height: 40px;
}
#main_content hr {
	padding: 0px;
	clear: both;
	float: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #212121;
}
#slideshow{
	width:1000px;
	height:300px;
	clear:both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
}
#expandable_content{
	clear:both;
	letter-spacing: .1em;
	margin:0px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, "sans-serif";
	font-size: 11px;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: .12em;
	padding: 5px;
}
#fineprint {
	font-size: 6px;
	color: #666666;
}
#footer{
	background-image:url(../images/fluorish.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding:50px 0px 60px;
	text-align: center;
	width: 850px;
	margin: 40px auto 0px;
	clear: both;
	float: none;
}
#footer_nav_container{
	width:428px;
	margin:10px auto 20px auto;
	text-align:center;
}
#footer ul{
	text-align:center;
	margin:0px auto 0px auto;
}
#footer li{
	float:left;
}

li#home_footer a{
	background-image: url(../images/home_footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 41px;
	height:10px;
	text-indent:-9999px;
	display:block;
}
li#home_footer a:hover {
	background-position: 0px -10px;
}

li#common_footer a{
	background-image: url(../images/common_footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height:10px;
	text-indent:-9999px;
	display:block;
}
li#common_footer a:hover {
	background-position: 0px -10px;
}

li#residences_footer a{
	background-image: url(../images/residences_footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 80px;
	height:10px;
	text-indent:-9999px;
	display:block;
}
li#residences_footer a:hover{
	background-position: 0px -10px;
}
li#neighborhood_footer a{
	background-image: url(../images/neighborhood_footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 98px;
	height:10px;
	text-indent:-9999px;
	display:block;
}
li#neighborhood_footer a:hover{
	background-position: 0px -10px;
}
li#floorplans_footer a{
	background-image: url(../images/floorplans_footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 83px;
	height:10px;
	text-indent:-9999px;
	display:block;
}
li#floorplans_footer a:hover{
	background-position: 0px -10px;
}
li#contact_footer a{
	background-image: url(../images/contact_footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 122px;
	height:10px;
	text-indent:-9999px;
	display:block;
}
li#contact_footer a:hover{
	background-position: 0px -10px;
}
p#legal{
	font-size:5px;
	line-height:8px;
	width:700px;
	color:#666666;
	display:block;
	clear:both;
	font-family: "Trebuchet MS", verdana, helvetica, arial, "sans-serif";
	letter-spacing: .04em;
	text-align: justify;
	padding: 0px;
	margin: 25px auto 0px auto;
}
#residences_flash_menu{
	width:920px;
	height:340px;
	clear:both;
}
#gallery_frame{
	width:435px;
	margin:0px 25px 25px 0px;
	float:left;
	text-align:left;
}
#right_column{
	text-align: left;
	margin: 0px;
	padding: 20px 0px 0px;
	float: right;
	width: 450px;
}
#right_column p{
	text-align: left;
	margin: 5px 0px 30px 2px;
	padding: 0px;
	width: 450px;
	font-size: 11px;
	line-height: 17px;
}

#right_column ul{
	margin: 7px 0px 30px 0px;
}

#right_column li{
	color: #CCCCCC;
	list-style-position: outside;
	list-style-type: circle;
	font-family: "Trebuchet MS", verdana, helvetica, arial, "sans-serif";
	font-size:11.5px;
	line-height:18px;
	margin:5px 0px;
	width: 300px;
	letter-spacing: .07em;
}
#right_column_contact{
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 300px;	
}

#roxbury_form {
	font-size: 11px;
	color: #999999;
	text-align: left;
	display: block;
	width: 300px;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 8px 10px;
	border: none;
	background-color: #232323;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
	letter-spacing: 0.15em;
}
#submit_button {
	font-size: 11px;
	color: #CCCCCC;
	text-align: left;
	display: block;
	width: 150px;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 8px 10px;
	border: none;
	background-color: #232323;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
	letter-spacing: 0.15em;
	text-align: center;
	background-color:#666666;
}
#submit_button:hover {
	background-color:#999999;
	color: #FFFFFF;
}
#gallery_frame_contact{
	width:575px;
	margin:0px 25px 15px 0px;
	float:left;
	text-align:left;
	background-image:url(../images/google_map_loading.jpg);
	background-repeat:no-repeat;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, "sans-serif";
	font-size: 10px;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#gallery_frame_contact h3 a {
	font-size: 14px;
	color: #999999;
}
#gallery_frame_contact a{
	color:#666666;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, "sans-serif";
	font-size:9.5px;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:.2em;
	text-align:left;
	margin: 0px 10px 0px 0px;
}
#gallery_frame_contact a:hover{
	color:#ffffff;
	text-decoration:none;
}

h3{
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, "sans-serif";
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	letter-spacing: .1em;
	margin-top: 15px;
}

h4{
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, "sans-serif";
	font-size: 17px;
	font-weight: normal;
	color: #a6a6a6;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}
#column260px {
	float: left;
	width: 260px;
	margin-right: 15px;
	text-align:left;
}
#column375px {
	padding: 0px;
	float: left;
	width: 375px;
	margin-right: 25px;
}
#column375px p {
	font-family: "Trebuchet MS";
	font-size: 10.5px;
	line-height: 17px;
	font-weight: normal;
	color: #989898;
	float: left;
	width: 375px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 2px;
}
#floorplans_flash{
	padding:20px 0px 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1E1E1E;
	border-bottom-color: #1E1E1E;
}

