* {
   margin:0;
   padding:0;
}

html, body {
   font-family:arial;
   font-size:14px;
   color:#ffffff;
   background: #004A89;
}

.top {
   width:100%;
   height: 30px;
   margin:0px auto 0 auto;
   background: #005dac;
}

.bp {
width: 800px;
height: 30px;
margin: 0px auto 0 auto;
padding-top: 8px;
background: #005dac;
text-align: right;
color:#fff;
font-family: arial;
}

.bp a:link, a:visited {
color:#fff;
text-decoration:none;
}

.bp a:hover {
color: #fff;
text-decoration: underline;
}

.content-wrap {
   width:100%;
   margin:0px auto 0 auto;
   background: #004a89;
   background-repeat: no-repeat;
   background-position: bottom right;
}

.header {
width: 800px;
padding-top:100%;
height: 50px;
margin: 0px auto 0 auto;
background: #004a89;
}

.logo {
width: 800px;
height: 120px;
margin: 0px auto 0 auto;
background: #004a89;
text-align: center;

}

.logo h1 {
   font-size:26px;
   font-family: san-serif;
   font-weight: normal;
   line-height: 30px;
   color:#ffffff;
   background: #004a89;
   text-align: center;
}

.map {
width: 800px;
padding-top:0px;
height: 309px;
text-align:center;
margin: 0px auto 0 auto;
background: #004a89;
}

.intro 
{
width: 800px;
padding: 10px 0 20px 0;
text-align:center;
margin: 0px auto 0 auto;
background: #004a89;
font-size:larger;
}
.intro em
{
	font-size: larger;
	display: block;
}

.search {
width: 800px;
padding-top:10px;
height: 35px;
text-align:center;
margin: 0px auto 20px auto;
background: #004a89;
background-image:url('../images/search.jpg');
background-position: center center;
background-repeat:no-repeat;
}

.searchby {
width: 800px;
padding-top:0px;
padding-bottom: 10px;
height: 67px;
text-align:center;
margin: 0px auto 0 auto;
background: #004a89;
}

.list {
width: 480px;
padding-top:0px;
margin: 0px auto 0 auto;
color: #fff;
/*background-image:url('img/list_bg.jpg');
background-repeat: no-repeat;
background-position: bottom; */
padding-bottom:10px;

}

.list a:link, a:visited {
	color:#fff;
	text-decoration:none;
	}
	
.list a:hover {
	color:#fff;
	text-decoration: underline;
	}

input.text { 
margin-top:50px;
width:250px;
color:#333;
background-color: #ffffff;
}

input.button { /* my button css */ }

/*-----------BOTTOM-------------------*/

 .bottom {
   width:100%;
   height: 100%;
   margin: 20px auto 0 auto;
   background: #004A89;
   color:#fff;
   padding-top:30px;
   border-top: 2px dotted #ffffff;
   }
   
.bottom h1{
   font-size:24px;
   font-family: arial;
   font-weight: normal;
   line-height: 25px;
   color:#e2ffcf;
   text-align: center;
}

.placetitle{

}

.placetitle h1{
}

#faux {
margin:0px auto 0 auto;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 800px;
 height: auto;
 font-family: arial;
 font-size: 14px;
}
		
.column{ 
 display: inline;
 text-align: left;
 color: #fff;
 margin: 0px 5px;
 padding: 10px 0 0 10px;
 width: 220px;
 float: left;
 background-image:url('../images/search.jpg');
 background-repeat: no-repeat;
 background-position: left top;
}
.column a:link, .column a:visited{
	color:#E2FFCF;
	text-decoration: none;
	font-weight: bold;
	}

.column a:hover {
	color:#fff;
	text-decoration: none;
	}
.column p
{
	margin-bottom: 10px;
}
#right_column { 
 padding-right: 10px;
}
/*-----------LIST---------------*/

.column table 
{
	width: 100%;
	padding: 0 10px 0 10px;
	font-size:15px;
	font-family: arial;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	text-align: left;
}

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

.footer {
	width: 800px;
	margin-top:20px;
	height: 100%;
	margin: 0px auto 0 auto;
	text-align: center;
}
.footer a:link, .footer a:visited
{
	color: #fff;
}
.footer ul
{
	border-top: 1px dotted #fff;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:5px 0pt 0pt;
	padding: 10px 0 25px 0;
}
.footer ul li
{
	border-right:1px solid #FFFFFF;
	display:inline;
	font-size:10px;
	font-weight:bold;
	line-height:12px;
	margin:0pt;
	padding:0pt 10px;
}
.footer ul li.last
{
	border: none;
}

/*--------------------[ Search ] --------------------*/

#search {
   text-align: center;
   position: absolute;
   top: 400px;
   width: 800px;
   margin: 0px auto 0 auto;
}


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

.imageborder { border: 0px solid #000000; }

img.alignleft {
background:#FFFFFF none repeat scroll 0%;
border:1px solid #CCCCCC;
clear:left;
float:left;
margin:0pt 10px 5px 0px;
padding:2px;
}