/* CSS Document */

/*
TABLE OF CONTENTS

HTML Elements
Page Structure
Navigation
Headings
Content Area
Forms
Clear
Footer

/*HTML Elements*/


* {
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

body, html {
	min-height:101%;
	background: #F0E9D9 url(../images/bglacrosse.jpg) repeat-x;
}

body, form {
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

a:link, a:visited {
	text-decoration:none;
	color: #3B506F;
}

a:hover, a:active {
	color:#7585A6;
	text-decoration:underline
}

*:focus {
	outline: none
}

/*Page Structure*/


#wrapper {
	margin: 0 auto;
	font-size: 0.8em;
	width: 960px;

}

#header-wrapper {
	width: 960px;
	margin: 0px auto 0;
	height: 100px;
	padding-top: 20px;
	padding-bottom: 23px;
}

#header-masthead #logo-masthead {
	float:left;
	width: 941px;
	height: 96px;
	margin: 10px 0px 5px;
	background: transparent url(../images/bmslax.gif) no-repeat 0 0;
	cursor: pointer;
}

#header-masthead #contact-bri {
	float: left;
	width: 259px;
	height: 63px;
	margin: 36px 0px 0px 276px;
	background: transparent url(../images/contactkingsmont.jpg) no-repeat;
}

h1 a {
	width: 400px;
	height: 51px;
	margin-top: 0px;
	display: block;
	text-indent:-9000px;
	float: left;
}

h2 a {
	width: 300px;
	height: 51px;
	margin-top: 0px;
	display: block;
	text-indent:-9000px;
	float: left;
}




/*CONTENT AREA*/

#content {
	width: 960px;
	margin-top: 30px;
}

#home-left {
	float:left;
	width: 521px;
	margin: 0px 60px 15px 10px;
	padding: 0px;
}
#home-left p {
	margin: 2px 10px 13px 2px;
	line-height: 21px;
}
#home-right {
	float:left;
	width: 350px;
	padding: 0px;
}

#home-right h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #463B3B;
	font-size: 1.4em;
	margin: 5px 0px 8px 0px;
}

#home-right .color-block {
	background: #133D56;
	width: 340px;
}

/*HOME BOXES*/

#home-photo{
	margin: 10px 0px 16px 0px;
}
#home-text {
	margin-bottom: 20px;

}
#home-news {
margin-bottom: 30px;
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#home-news .date {
font: bold 1em/1.2em Verdana, Arial, Helvetica, sans-serif;
padding: 10px;
display: block;
padding: 4px 0px 0px 10px;
margin: 0px;
}
#home-news p {
padding: 4px 10px 8px 10px;
margin: 0px;
font-size: 12px;
line-height: 18px;

}
#home-news a {

color: #fff;
text-decoration: underline;
}
#home-links {
margin-bottom: 16px;
}
#home-links ul {
	list-style-type: none;
	color: #fff;
	padding: 2px 0px 2px 0px;
}
#home-links li {
	background: #164965;
	margin: 10px 10px 10px 10px;
	padding: 2px;
}
#home-links a:link, #home-links a:visited {
	color: #fff;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#home-links a:hover {
	text-decoration: none;
	color: #AFAF8E;
}
#home-map {
	margin-bottom: 20px;
	margin-top: 15px;
}
#home-map img {
	border: 1px solid #133D56;
}



/*BULLETS*/

.bullets {
}

.bullets li {
	background:url(/images/bullet.gif) no-repeat;
	list-style:none;
	padding-left: 11px;
	margin-bottom: 5px;
}

/*CLEARS*/

.clearfloat:after {
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfloat {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
}

*+html .clearfloat {
	height:1%;
}

.clearfloat {
	display:block;
}

/* End hide from IE-mac */

/*FOOTER*/

#footer {
	clear: both;
	padding: 40px 0px 20px 10px;
	color:#7f99b3;
	width: 960px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#footer a {
	text-decoration: underline;
	color: #5A6885;
}

#footer-post {
	clear: both;
	margin: 0 auto;
	padding: 40px 0px 20px 0px;
	color:#7f99b3;
	width: 960px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#footer-post a {
	text-decoration: underline;
	color: #5A6885;
}
