html {
	font-family: Arial, sans-serif;
	font-size: 13px;
}

#container {
	width: 800px;
	margin: 0 auto;
}

#header {
	height: 110px;
}

#logo {
	float: left;
}

#phone {
	float: right;
}

#navigation {
	background-image: url(/images/nav_bg.jpg);
	background-repeat: repeat-x;
	width: 800px;
	height: 39px;
}

#navigation li {
	float: left;
}

#navigation a {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	float: left; 
	width: 113px; 
	color: #fff; 
	text-decoration:none; 
	line-height: 3.9; 
	text-align:center; 
}

#navigation a:hover {
	background: #092d72;
}

#navigation_current {
	background: #092d72;
	color: #fff;
}

li.nav_divider {
	width: 1px;
	height: 39px;
	background-image: url(/images/nav_divider.jpg);
}

#home_content img {
	float: right;
}

#home_content #welcome {
	width: 291px;
	height: 242px;
	background-image: url(/images/welcome.jpg);
	float: left;
}

#welcome p, #welcome h1 {
	width: 210px;
	color: #fff;
	padding: 18px 0 0 50px;
	line-height: 1.1;
}

#welcome h1 {
	font-size: 20px;
}

.content {
	background-color: #2256b9;
	color: #fff;
	padding: 30px 30px 30px 0px;
}

.content p {
	padding: 8px 300px 8px 40px;
	color: #c2dbff;
	line-height: 1.1;
}

.content h1 {
	line-height: 1;
	font-size: 27px;
	font-weight: bold;
	padding: 23px 0 0 44px;
	height: 75px;
	background-image: url(/images/content_heading_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	left: -4px;
}

.content h2 {
	font-size: 22px;
	font-weight: bold;
	padding: 23px 300px 0 40px;
}

.content h3 {
	font-size: 20px;
	padding: 10px 300px 0 40px;
	line-height: 1.1;
}

.content strong {
	font-size: 15px;
	font-weight: bold;
	display: block;
	color: #fff;
}

.content ul {
	list-style-type: square;
	padding: 5px 0 0 70px;
	line-height: 1.3;
}

.content ul.locations {
	float: left;
	padding: 0 0 30px 70px;
}


.content ul.locations a {
	color: #fff;
}

.content ul.locations a:hover {
	color: #bdd8fd;
}


.content hr {
	height: 1px;
	border: 0;
	background-image: url(/images/hr_bg.png);
	background-repeat: repeat-x;
	margin: 10px 300px 0 40px;
	background-color: none;
}

#map_canvas {
	border: 4px solid #fff;
	width: 730px;
	height: 550px;
	color: #000;
	margin: 0 0 0 30px;
}

#location_info {
	width: 300px;
	font-size: 13px;
}


#location_info form {
	padding: 5px 0 20px 0;
}

#location_info h4 {
	font-size: 20px;
	padding-bottom: 5px;
}


#location_info ul {
	padding: 10px 0 10px 30px;
}

.locations a{
	font-size: 15px;
}

#storage-spaces {
	background-image: url(/images/storage_spaces.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#index {
	padding: 0;
}

#office-suites {
	background-image: url(/images/office_suites.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#locations {
	background-image: url(/images/locations.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#faq {
	background-image: url(/images/faq.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#contact-us {
	background-image: url(/images/contact-us.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}




#footer {
	padding: 10px;
	color: #999;
	font-size: 10px;
	text-align: center;
	clear: both;
}

#footer a{
	color: #1c479a;
}
