@charset "UTF-8";
/* CSS Document */
body {
	min-width: 1000px;
	font: 1em Georgia, "Times New Roman", Times, serif;
}
#navbar {
	margin: -15px 0 0 0;
	height: 50px;
	width: 57%;
	float: right;
}

#navbar li {
	font: 1.1em Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	list-style: none;
	float: left;
	height: 25px;
	width: 15%;
	background-color: #BFD2D6;
	border: solid #003D4D;
	padding: 10px 0 0 0;
	margin: 7px 0 0 0;
}

#title {
	height: 71px;
	width: 700px;
	position: absolute;
	top: 100px;
	left: 175px;
	background: url(images/title.gif) no-repeat center center;
}

#logo {
	float: left;
	background: url(images/logo.gif) left top no-repeat;
	height: 175px;
	width: 170px;
	margin-top: -8px;
	margin-left: -7px;
}

#maincontent {
	margin: 0 0 0 8px;
	float: left;
	width: 75%;
}
#content {
/*line below the title*/
	float: right;
	margin-top: -20px;
	border-top: solid 2px #003D4D;
	background: #FFFFFF;
	width: 100%;
}

a:link, a:visited {
	text-decoration: none;
	color: #293E6B;
}

a:hover, a:active {
	text-decoration: underline;
	color: #51324E;
}
/*Make link for current page look like it isn't a link */
#homepage #homelink {
	text-decoration: none;
	color: #500000;
	cursor: default;
}
#productspage #productslink {
	text-decoration: none;
	color: #500000;
	cursor: default;
}
#quotespage #quoteslink {
	text-decoration: none;
	color: #500000;
	cursor: default;
}
#servicespage #serviceslink {
	text-decoration: none;
	color: #500000;
	cursor: default;
}
/* not used right now
#infopage #infolink {
	text-decoration: none;
	color: #500000;
	cursor: default;
}
*/
#contactpage #contactlink {
	text-decoration: none;
	color: #500000;
	cursor: default;
}
#contactline{
	text-align: center;
	color: #660B34;
	margin: 10px 0 0 0;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
}
#license {
	text-align: center;
	font: .7em Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	clear: both;
	border-top: solid 1.5px;
}

.tips {
	margin: 20px 10px 0 0;
	border: solid 2px #660B34;
	text-align: center;
	float: right;
	width: 175px;
	padding: 5px 5px;
	background-color: #003D4D;
}

h1 {
	background: #660B34;
	color: white;
	padding: 2px 0 2px 2px;
	font: 1.3em Geneva, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

h3 {
	color: #660B34;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#secondRow {
	margin: 100px 0 0 0;
	clear: both;
}

#secondText {
	margin-bottom: 80px;
}

.subHead {
	color: #660B34;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
}

#phone {
	text-align: center;
	font: 1.3em bold Georgia, "Times New Roman", Times, serif;
}

#replogo {
	margin-top: 15px;
}

#logoRow1 {
	float: left;
}

#logoRow2 {
	float: right;
}

#resources {
	float: left;
	margin: 5px 5px 30px 0;
}

#resourcesLast {
	float: left;
	margin: 5px 5px 70px 0;
}
