
/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 13px/1.5  Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
	background-color: #11213c;
	color:#FFF;
}
a
{
   color:#FFF;
   text-decoration:none;

}
a:hover
{
	color:#6f8bb9;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 25px;
	font-family: Georgia, Times New Roman, Times, serif;
	line-height: 1.5;
}

h2
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 19px;
	line-height: .5;
}

h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#6f8bb9;
	font-style: italic;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/
ol
{
	list-style: decimal;
}
ul
{
	list-style: none;
}
li
{
	margin-left: 30px;
	margin-bottom: 5px;
}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
	color:#FFF;
}
#subcontainer{
	background: url(../img/bkgr.jpg) repeat-y;
}
#centrecol {
}
#header {
	background-image: url(../img/header.jpg);
	height: 140px;
}
#sidebar {	
}
#footer {
	background-image: url(../img/footer.jpg);
	height: 149px;
}
#bridgelogo {
	background-image: url(../img/BridgeButton.jpg);
	background-repeat: no-repeat;
	background-position:50% 0px;
	height: 134px;
}
#bridgelogo:hover {
	background-image: url(../img/BridgeButton.jpg);
	background-repeat: no-repeat;
	background-position:50% -137px;
	height: 134px;
}
#lakeviewlogo {
	background-image: url(../img/LakeViewGraphic.jpg);
	background-repeat: no-repeat;
	background-position:50% 0px;
	height: 134px;
}
#lakeviewlogo:hover {
	background-image: url(../img/LakeViewGraphic.jpg);
	background-repeat: no-repeat;
	background-position:50% -137px;
	height: 134px;
}




#iapcclogo {
}
#product{
	height: 130px;
}