@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFF;
	height: 100%;
	width: 100%;
}

p {
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	line-height: 16.5px;
}

h1 {
	font-family: Century Gothic, Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
	color: #005a84;
}

h2 {
	font-family: Century Gothic, Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size: 13.5px;
	color: #93b624;
	padding-top: 10px;
}

#container {
	width: 760px;
	height: auto;
	min-height: 100%;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

#logo {
	width: 140px;
	height: auto;
	float: left;
	display: inline;
	position: relative;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

#banner {
	width: 540px;
	height: auto;
	float: left;
	display: inline;
	position: relative;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}

#sidebar {
	width: 140px;
	height: auto;
	float: left;
	margin-left: 10px;
}

#login {
	width: 140px;
	height: 140px;
	float: left;
	margin-left: 10px;
}

#collectlogin {
	width: 140px;
	height: 140px;
	float: left;
	margin-left: 10px;
}

#mainnav {
	font-family: Century Gothic, Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	width: 140px;
	height: 180px;
	float: left;
	background-image: url(../images/menu.png);
	background-repeat:no-repeat;
}
	
#mainnav ul {
	margin: 0;
	padding-top: 52px;
	padding-left: 20px;
	line-height: 1.75em;

}
#mainnav li {
	display: block;
}

#mainnav a {
	color: #005a84;
	text-decoration: none;
}

#mainnav a:hover {
	color: #005a84;
	font-weight: bold;
	text-decoration: none;
}

#mainnav a:active {
	text-decoration: none;
}

#quote {
	width: 140px;
	float: left;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 25px;
}

#content {
	width: 540px;
	margin-left: 180px;
	height: auto;
	clear: none;
}

.bullets {
	font-family: Century Gothic, Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	line-height: 2em;
	color: #005a84;
	margin-left: 10px;
}

.bullets li {
	display: list-item;
	list-style-type: square;
}

.softreturn {
	line-height: 1em;
}
	
#subnav {
	font-family: Century Gothic, Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	width: 540px;
	height: 30px;
	clear: none;
	margin-top: 50px;
	margin-left: 180px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
}
	
#subnav ul {
	margin: 0;
	padding: 8px;
}
#subnav li {
	display: inline;
}

#subnav a {
	color: #FFF;
	text-decoration: none;
}

#subnav a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#subnav a:active {
	text-decoration: none;
}

.space {
	padding-right: 15px;
}

#copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 10px;
	text-align: center;
	clear: both;
	width: 540px;
	margin-left: 170px;
}
