body {
	background-color: #00304f;
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}

body#content {
	background-color: #fff;	
}

#top {
	background-color: #FFF;
	height: 20px;
	text-align: right;
	z-index: 9999;
}

ul.topnav {
	float: left;
	margin: 0;
	padding: 10px;
	width: 100%;
	height: 20px;
	z-index: 9999;
}

ul.topnav li {
	display: inline;
	z-index: 9999;

}

ul.topnav li a {
	text-decoration: none;
	padding: 0px 20px 0px 0px;
	color: #142F4D;
	font-weight:bold

}

	
.container {
	background-color: #fff;
	box-shadow: 0 1px 5px #000000;
	-webkit-box-shadow: 0 1px 5px #000000;
	-moz-box-shadow: 0 1px 5px #000000;	
}

.header {
	background:#0062A1 url(/img/site/bomarchead.jpg) no-repeat scroll left center;
	height:91px;
	line-height:18px;
	margin-bottom:20px;
}

.header h1 {
	float:left;
	margin:0;
	padding:0;
}

.header h1 a {
	display:block;
	height:35px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-indent:-9999px;
	width:400px;
}

.contact {
	color:white;
	padding-right:10px;
	padding-top:8px;
	text-align:right;
}

ul li {
	padding-bottom: 10px;
}

.map {
	margin-bottom: 20px	
}

.address {
	margin-bottom: 20px			
}

.pic {
	height: 150px;
}

.rates {
	border:5px solid #004E90;
	float:right;
	margin-left:10px;
	margin-right:10px;
	margin-top:25px;
	width:290px;
	box-shadow: 0 1px 3px #666666;
	-webkit-box-shadow: 0 1px 3px #666666;
	-moz-box-shadow: 0 1px 3px #666666;	
}

h2 {
	color:#0062A1;
	text-shadow:1px 1px 1px #CCCCCC;
}

.rates h2 {
	color:#0062A1;
	text-shadow:1px 1px 1px #CCCCCC;
	font-size:24px;
}

.rates h4 {
	text-shadow:1px 1px 1px #CCCCCC;
}


.links {
	margin-top: 50px;
}

.title {
	font-size:15px;
	height:25px;
	margin-bottom:10px;		
}

.self {
	margin-top: 10px;	
	font-size:14px;
}

.self1 {
	margin-top: 10px;	
}

.padding {
	padding:5px 5px 5px 20px;	
}


.footer {
	background-color: #004e90;
	height: 20px;
	margin-top:20px;
	width: 960px;
}

.copy {
	width: 960px;
	height: 20px;
	clear: both;
	margin: 0 auto;
	color: #fff;
}

.copy a {
	color: #DDEDF5;	
}

.copy a:hover {
	color: #ccc;	
}

.copy #copyright {
	font-size: 10px;
	text-align: left;
	width: 460px;
	height: 20px;
	float: left;
}

.copy #cms {
	width: 460px;
	height: 20px;
	float: right;
	text-align: right;
	font-size: 10px;
}


