@charset "utf-8";
/* CSS Document */
/*Layout Elements*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/mainback.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #0b1f26;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	background-image: url(../images/headerback.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 173px;
	color: #999999;
	overflow: hidden;
}
#header h1,#header h2 {
	display: none;
}
#content {
	background-image: url(../images/contentback.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 80px;
	padding-left: 80px;
	padding-top: 30px;
	font-size: 80%;
	line-height: 1.4em;
}
#footer {
	background-image: url(../images/footerback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: x-small;
	color: #999999;
	text-align: center;
	padding-top: 70px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
#contact {
	text-align: right;
	padding-top: 20px;
	padding-right: 50px;
	height: 119px;
	font-size: 80%;
}
#contact a,#footer a {
	color: #78B7C7;
	text-decoration: none;
}
#contact a:hover,#footer a:hover {
	text-decoration: underline;
}
/*Navigation*/

#navbar {
	font-size: 16px;
	margin-left: 200px;
	height: 36px;
}
ul#navigation  {
	list-style-type: none;
	height: 36px;
	margin: 0;
	padding: 0;
}
ul#navigation li {
	float: left;
	background-image: url(../images/tabback.jpg);
	margin: 0 1px 0 0;
    padding-left: 15px;
}
ul#navigation a {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	float: left;
	height: 34px;
	line-height: 2em;
	padding-right: 15px;
	background-image: url(../images/tabback.jpg);
	background-position: 100% 0;
	padding-top: 2px;
}
ul#navigation li:hover {
	background-position: 0 -36px;
}
ul#navigation li:hover a{
	background-position: 100% -36px;
	color: #333333;
	text-decoration: underline;
}
ul#navigation li.active {
	background-position: 0 -72px;
}
ul#navigation li.active a{
	background-position: 100% -72px;
	color: #333333;
}


/*Misc. Styling*/

.tollfree {
	font-size: 160%;
	padding-bottom: 10px;
	color: #FFFFFF;
}

#leftcontent {
	float: left;
	width: 360px;
	padding: 20px;
	margin-top: 20px;
}
#rightcontent {
	margin-left: 430px;
	width: 360px;
	padding: 20px;
	margin-top: 20px;
}
#content h2, #content h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
}
#content h2 {
	font-size: 200%;
}
#content h3 {
	font-size: 130%;
}
.highlightbox {
	border: 5px solid #EEEEEE;
	text-align: center;
	
}
.highlightbox:hover {
	border: 5px solid #CC0000;
}
.highlightbox a {
	display: block;
	color: #666666;
	text-decoration: none;
	border: 0;
}
.highlightbox a:hover {
	color: #000000;
}
img {
	border: 0;
}
