@charset "UTF-8";
/* CSS Document */

/*@font-face {
    font-family: 'Notepad';
    src: url('notepad_-webfont.eot');
    src: url('notepad_-webfont.eot?#iefix') format('embedded-opentype'),
         url('notepad_-webfont.woff') format('woff'),
         url('notepad_-webfont.ttf') format('truetype'),
         url('notepad_-webfont.svg#Notepad') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

@font-face { 
    font-family: 'Notepad';
    src: url('notepad_-webfont.eot');
    src: url('notepad_-webfont.eot?#iefix') format('embedded-opentype'),
         url('notepad_-webfont.woff') format('woff'),
         url('notepad_-webfont.ttf') format('truetype'),
         url('notepad_-webfont.svg#Notepad') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* General Layout 
-------------------------*/

body {
	padding:0;
	margin:0 auto;
	background: #fff;
	text-align:center;
	}

img {
	border: 0;
}

table { border: 0; }

.wrapper {
	margin:0 auto;
	padding: 20px 0;
	width:950px;
	}

/* Header 
-------------------------*/

.header {
	width: 950px;
	padding: 0 0 20px;
	text-align:left;
	height:151px;
	}
.phone_email_header {
	width:330px;
	height:111px;
	padding-right:377px;
}
.parkingspace_header {
	width:707px;
	height:136px;
	padding:0 0 15px 0;
	float:left;
}
.parkingspace_logo {
	width:243px;
	height:151px;
	float:left;
}

/* Main Menu */

#menu { margin:0; list-style:none; width:707px; height:25px; }
#menu ul { list-style:none; margin:0; padding:0 0 0 26px; }
* html #menu {
margin:0;
}

#menu li {position:relative; float:left; margin:0;}
#menu li a {display:block; height:17px; line-height:17px; padding:0 20px 0 0; float:left; color:#000000; text-decoration:none; font-family: 'Notepad'; font-size:17px;  }
#menu li a:hover, 
#menu li a:active,
#menu li a:focus,
#menu li a.selected {cursor:pointer; color:#009aef;}
#menu li a:hover b,
#menu li a:active b,
#menu li a:focus b,
#menu li a.selected b {  cursor:pointer;}

/* Main Layout 
-------------------------*/

.container {
	padding: 30px 26px 0;
	text-align:left;
	min-height:280px;
	height: auto !important;
	height: 280px;
	background-color:#fff;
	}	
	
/* Hidden layers
-------------------------*/

#media-1, #media-2, #media-3, #media-4, #media-5, #media-6 {
	position:absolute;template
	z-index:100;
	margin:0;
	overflow: visible;
	visibility: hidden;
	background-color: #fff;
	}
	
/* Footer 
-------------------------*/

.footer {
	margin: 40px 0 0;
	height: 54px;
	background:url(/images/template/bluefooter.jpg);
	}
	
	
/* Text formatting 
-------------------------*/

body, td, th {
	/*font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Tahoma, Geneva, Arial;*/
	font-family: "Comic Sans MS", "Lucida Sans Unicode", "Lucida Grande", Tahoma, Geneva, Arial, sans-serif;
	/*font-family: 'Comic Sans MS', Lucida Sans Unicode, Lucida Grande, Lucida Sans, Tahoma, Geneva, Arial;*/
	font-size:11px;
	color: #000;
	text-align:justify;
	line-height: 15px/*145%*/;
	} 
	
.smalltext {
	font-size:9px;
	}
	
.medtext {
	font-size:10px;
	}
	
h1, h2, h3 { 
	padding:10px 0;
	margin:0;
	}
	
h1 {
	font-size: 20px;
	/*font-weight: bold;
	color: #000;*/
	font-family: 'Notepad';
	line-height: 24px;
	text-align:left;
	}
	
h2 {
	font-size: 16px;
	/*font-weight: bold;
	color: #000;*/
	}
h3 {
	font-size: 14px;
	/*font-weight: bold;
	color: #000;*/
	}
h4 {
	font-size: 12px;
	/*font-weight: bold;
	color: #000;*/
	}
h5 {
	font-size: 10px;
	/*font-weight: bold;
	color: #000;*/
	}
h6 {
	font-size: 8px;
	/*font-weight: bold;
	color: #000;*/
	}
	
/* links 
-------------------------*/

a {
	color: #000;
	text-decoration: underline;
	}
	
a:hover {
	color: #333;
	text-decoration: underline;
	}

/* layouts */

#two_col_col1 {
	width: 449px;
	float: left;
}

#two_col_col2 {
	width: 449px;
	float:left;
}

#one_col {
	width: 898px;
	float:left;
}

#three_col_col1 {
	width: 299px;
	float: left;
}

#three_col_col2 {
	width: 300px;
	float:left;
}

#three_col_col3 {
	width: 299px;
	float:left;
}

#two_col_col1_70 {
	width: 637px;
	float: left;
}

#two_col_col2_30 {
	width: 273px;
	float:left;
}


