/* COMMON STYLE
--------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #333333;
	background: #004B85;
	text-align:left;
	font-family: Tahoma, Arial, sans-serif;
	font-size:11px;
}


h1 {
	padding:10px 0;
	margin:0;
	font-size: 3em;
	font-weight:normal;
	margin-bottom:24px;
	color:#4D84A7;
	font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
}

h2 {
	padding: 15px 0 5px 0;
	margin:0;
	font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size: 1.5em;
	font-weight:normal;
	color:#4D84A7;
}

h3, h4 {
	padding:10px 0 5px 0;
	margin:0;
	font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size: 1.25em;
	font-weight:normal;
	color:#4D84A7;
}

h3.content_header{
	padding:10px 0 5px 0;
	margin-bottom:15px;
	font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size:1.75em;
	font-weight:normal;
	color:#4D84A7;
	width:100%;
	background:url(../../images/acceleration_line.jpg) center right no-repeat;
}


/* Normal link */
a {
	color: #4D84A7;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

a img{
	border:none;
	outline:none;
}

p {
	padding: 0px 0px 15px 0;
	margin:0;
	line-height:1.8;
	text-align:left;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position:outside;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */

#shell{
	float:left;
	width:100%;
	background:url(../../images/bg/body_bg.gif);
}

#container{
	float:left;
	width:100%;
	background:url(../../images/bg/container_bg.gif) repeat-x;
}


#container_2{
	float:left;
	width:100%;
	background:transparent url(../../images/bg/container_2.jpg) no-repeat center top;
}

#container_wrapper{
	width:960px;
	margin:auto;
}
	

/* TOP MENU */
#top_menu_container{
	background-color:#004B85;
	float:left;
	width:100%;
}

#top_menu_container_2{
	width:960px;
	height:5px;
	color:#fff;
	margin:auto;
}


#logo_container1{
	width:100%;
	float:left;
	height:116px;
}

#logo_container{
	width:960px;
	color:#fff;
	margin:auto;
}

#logo_container h1{
	float:left;
	text-align:left;
	margin:25px 0px 16px 24px;
	padding:0;
	width:100%;
}

#logo_container h1 a{
	background: transparent url(../../images/logo.gif) no-repeat;
	display:block;
	height:75px;
	text-indent:-99999px;
	width:421px;
}

#menu_container1{
	width:100%;
	float:left;
}

#menu_container{
	width:960px;
	height:32px;
	color:#000;
	margin:auto;
}

#main_menu{
	float:left;
	height:32px;
	list-style-type:none;
	text-align:center;
	font-size:12px;
}

#main_menu a:hover{
	color:#717171;
	text-decoration:none;
}

a.active{
	color:#717171;
}

#main_menu li{
	float:left;
	height:22px;
	padding-top:10px;
	margin-right:2px;
	width:135px;
	display:inline;
	background-color:#F3F2E9;
}

#main_menu li.active{
	background-color:#DDDAC3;
}


#header{
	width:960px;
	background:#fff;
	margin-top:39px;
	height:257px;
	overflow:hidden;
	float:left;
	text-align:left;
	border-bottom:2px solid #d4d2c1;
}

#header_l {
	width:296px;
	float:left;
	background:transparent;
	padding:10px 22px 26px 22px;
}

#header_l p{
	color:#908C83;
	font-size:11px;
	line-height:18px;
	padding-bottom:0;
}

#header_l h2{
	border-bottom:1px solid #d4d2c1;
	color:#9004B85;
	font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size:20px;
	font-weight:normal;
	margin-bottom:8px;
	padding-bottom:8px;
}

#header_r{
	float:left;
	width:620px;
}


#content{
	width:960px;
	float:left;
	background:url(../../images/bg/content_bg.gif) repeat-y;
}

#content_l {
	width:296px;
	float:left;
	background:url(../../images/bg/content_l_bg.gif) no-repeat;
	padding:30px 22px;
}

#content_r{
	float:left;
	width:576px;
	background:url(../../images/bg/content_r_bg.gif) no-repeat;
	padding:18px 22px;

	
}

#footer_container{
	float:left;
	width:100%;
	padding:5px 0;
	background:#004B85;
	border-top:1px solid #fff;
}

#footer{
	margin:auto;
	width:916px;
	text-align:left;
	padding:0px 22px;
	color:#fff;
	font-size:10px;
}

#footer_l {
	width:296px;
	float:left;
}

#footer_r{
	float:right;
	width:576px;
	text-align:right;
	
}



/* MODS
--------------------------------------------------------- */
.mod_container{
	width:100%;
	float:left;
	margin-bottom:10px;
}

.mod_container_1{
	background:url(../../images/bg/mod_bg_top.gif) top left no-repeat;
	float:left;
	width:276px;
	padding:5px 10px;
}

.mod_container_1 h2{
	padding:0;
	margin:0;
	font-size:13px;
	font-weight:bold;
	color:#938e7e;
}

.mod_container_2{
	background:url(../../images/bg/mod_bg_bottom.gif) bottom left no-repeat;
	float:left;
	width:276px;
	padding:10px 10px 10px 10px;
}

.mod_container_2 ul{
	float:left;
	width:276px;
}

.mod_container_2 ul li{
	margin-bottom:20px;
	padding-bottom:5px;
	padding-left:25px;
	font-size:12px;
	border-bottom:1px dotted #f1eada;
	background:url(../../images/bg/arrow.jpg) left top no-repeat;
}


.legend_item {
	width:100%;
	float:left;
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:1px dotted #f1eada;
	font-size:12px;
}




/* CONTACT
--------------------------------------------------------- */
.contact_wrapper{
	width:100%;
	float:left;
	margin-bottom:30px;
}

.contact_l{
	width:182px;
	float:left;
	margin-right:15px;
}

.contact_m{
	width:182px;
	float:left;
	margin-right:15px;
}

.contact_r{
	width:182px;
	float:left;
}


/* SLIDER
--------------------------------------------------------- */
#gallery_menu{
	width:916px;
	background-color:#004B85;
	color:#fff;
	font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size:1.75em;
	font-weight:normal;
	position:relative;
	padding:5px 0;
	margin:18px 22px 0 22px;
	text-algin:center;
	border-bottom:1px solid #D1D1BA;
}

#gal{
	text-align:center;
}


#gal li{
	display:inline;
	margin-left:30px;
	cursor:pointer;
}

#gal li.active{
	color:#c0c0c0;
}

#gal li:hover {
	color:#c0c0c0;
}

#gallery{
	position:relative;
	padding:18px 22px 0 22px;
	width:916px;
	height:350px;
	overflow:hidden;
	float:left;
	margin-bottom:30px;
}
#box4{
	position:absolute;
	overflow:hidden;
	width:916px;
}

.panel{
	width:916px;
	height:400px;
	background:#fff;
	overflow:hidden;
}

#box8, #box9, #box10{
	position:absolute;
	float:left;
	clear:both;
	height:370px;
	
}

#box8 div, #box9 div, #box10 div{
	float:left;
	width:916px;
}

.buttons span{
	margin-left:10px;
	display:block;
	background:#D1D1BA;
	width:30px;
	text-align:center;
	cursor:pointer;
	float:left;
	height:20px;
	color:#59594A;
}

.buttons span.active{
	color:#fff;
}

.gallery_thumbs{
	width:896px;
	color:#D1D1BA;
	background:#59594A;
	height:20px;
	padding:5px 10px;
	float:left;
	position:relative;
	top:338px;
}

.transit_maps{
	border:1px solid #c9c5b0;
	padding:5px;
}

.directions_wrapper{
	width:100%;
	padding:7px 0;
	float:left;
	margin-bottom:10px;
	background:url(../../images/bg/directions_wrapper_bg.gif) repeat-y;
}

.point_marker{
	width:36px;
	float:left;
	text-align:center;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}

.directions_info{
	width:433px;
	float:left;
	padding-left:7px;
}

.directions_distance{
	width:100px;
	float:left;
}

.building_details{
	width:100%;
	float:left;
}

.building_details a img{
	padding-right:10px;
}

.building_details p{
	padding-bottom:10px;
}