/* CSS Document */

body{
	background-image:url(images/laxbx-background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top center;
	background-color: #5C5C5C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #2E2E2E;
}
.tag-line {
	text-align: left;
	margin-left: 200px;
	display: block;
}
.top-nav {
	text-decoration: none;
	color: #2E2E2E;
	background-color: #5C5C5C;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	width: 440px;
	margin-left: 10px;
	font-size: 12px;
}
.top-nav a {
	text-decoration: none;
	color: #E1E1E1;
	background-color: #6E2222;
	padding: 6px 4px 6px 4px;
}
.top-nav a:hover {
	color: #6E2222;
	background-color: #E1E1E1;
}
.content {
	text-align: center;
	width: 750px;
	float: left;
}
.box {
	background-image: url(images/info-box.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 240px;
	height: 200px;
}
.box-text {
	color: #6E6E6E;
	width: 210px;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 20px;
}
.box-small {
	background-image: url(images/info-box-small.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 220px;
	height: 150px;
}
.box-text-small {
	color: #6E6E6E;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 6px;
	font-size: 90%;
	padding-right: 8px;

}
.log-in-box {
	color: #E1E1E1;
	display: block;
	padding: 4px;
	border: solid #E1E1E1 1px;
}
.page-name {
	background-color: #6E2222;
	color: #CCCCCC;
	padding: 10px;
	width: 140px;
	text-align: center;
	font-weight: bold;
	font-size: 125%;
}
.info-box {
	width: 180px;
	margin-top: 12px;
	color: #6E2222;
	line-height: 150%;
	font-weight: bold;
	text-align: left;
	font-family: Tahoma;
}
.box-link {
	line-height: 200%;
	text-align: center;
	font-weight: bold;
	font-size: 106%;
	margin-top: 8px;
}
.box-link a{
	text-decoration: none;
	color: #6E2222;
	background-color: #D1D1D1;
	padding: 3px;
	border: solid #6E2222 1px;
}
.box-link a:hover {
	color: #D1D1D1;
	background-color: #6E2222;
}
.page-head-text {
	color: #505050;
	font-size: 150%;
	font-weight: bold;
	line-height: 150%;
	width: 490px;
	float: left;
}
.privacy-statement {
	font-family: Tahoma;
	color: #6E2222;
	font-size: 95%;
	text-align: center;
	width: 460px;
	line-height: 150%;
}
.contact {
	margin-left: 200px;
}
.red-text {
	color: #6E2222;
}
.form-text {
	font-size: 90%;
}
.text-small {
	font-size: 90%;
}
