/*----------------------HEADER------------------------*/

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

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

#header {
	height: 110px;
}

#logo {
	float: left;
}

#phone {
	float: right;
}

/*----------------------HOME PAGE------------------------*/

#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------------------------*/

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

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

.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 h1.portal{
	background-image: url(/images/content_heading_bg_long.jpg);
}

.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 h5{
	font-size:15px;
	font-weight:bold;
	padding:5px 0 5px 40px;
}

.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;
	margin-bottom:15px;
}

.content a{
	color: #c2dbff;
	font-weight:bold;
}

.content a:hover{
	color:#fff;
}

.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;
}

/*----------------------LOCATIONS PAGE------------------------*/

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

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

#location_info a{
	color:#1C479A;
}

#location_info a:hover{
	color:#dd0918;
}

#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;
}

/*----------------------PAY PORTAL PAGE------------------------*/

.content .col-left h3, .content .col-right h3{
	padding:0px 0 0 40px;
}

.content .col-left p, .content .col-right p{
	padding:8px 0px 8px 40px;
}

.content .col-left{
	width:400px;
	float:left;
	border-right:1px dotted #4f8ee6;
}

.content .col-right{
	width:360px;
	float:left;
	text-align:right;
}

.col-left a.portal-button{
	width:325px;
	height:37px;
	display:block;
	background:url('/images/bg-button.jpg') repeat-x;
	border:3px solid #11316e;
	margin:10px 10px 10px 40px;
	color:#fff;
	text-align:center;
	float:left;
	padding:18px 0px 0px 0px;
	font-size:15px;
	text-decoration:none;
}

.col-right a.portal-button{
	width:325px;
	height:37px;
	display:block;
	background:url('/images/bg-button.jpg') repeat-x;
	border:3px solid #11316e;
	margin:10px 0px 10px 10px;
	color:#fff;
	text-align:center;
	float:right;
	padding:18px 0px 0px 0px;
	font-size:15px;
	text-decoration:none;
}

a.portal-button:hover{
	border:3px solid #4f8ee6;
	color:#fff;
}

.content .col-right table tr td{
	vertical-align:bottom;
	padding-top:100px;
}



/*----------------------PAGE IMAGES------------------------*/

#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;
}

#reserve-pay-portal {
	background-image: url(/images/pay-online.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	min-height:366px;
}

/*----------------------FOOTER------------------------*/

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

#footer a{
	color: #1c479a;
}
