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


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/largeBG.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	width: 935px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}
.logo {
	margin-left: 20px;
}
#header {
	text-align: left;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}
h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-size: 0.9em;
}
#one h1 {
	color: #FFFFFF;
}
#one  h5 {
	color: #336699;
	font-size: 1em;
	line-height: 1em;
	padding-top: 8px;
	padding-bottom: 15px;
}
h3 {
	font-size: .85em;
	color: #336699;
	font-weight: normal;
}
h2 {
	color: #336699;
	margin: 0px;
	font-size: 1.4em;
	line-height: 0.5em;
}
p {
	font-size: 0.8em;
	color: #666666;
}
#topnav a {
	color: #336699;
	text-decoration: none;
}
#mainContent {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #336699;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#welcome {
	float: left;
	width: 380px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer {
	margin-right: 20px;
	margin-left: 20px;
}
#footer p {
	font-size: .7em;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}
#mainImage {
	background-color: #CCCCCC;
	color: #FFFFFF;
	margin-right: 20px;
	margin-left: 20px;
}
.per {
	font-size: .6em;
	text-align: center;
}
.table {
	text-align: center;
	font-size: .9em;
}
.one {
	background-image: url(../images/1.gif);
	background-repeat: no-repeat;
	background-color: #99CCFF;
	width: 223px;
	float: left;
	margin-right: 5px;
}
.two {
	background-image: url(../images/2.gif);
	background-repeat: no-repeat;
	float: left;
	width: 222px;
}
#one {
	margin-left: 410px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #336699;
}
#featured {
	background-image: url(../images/featured.gif);
	background-repeat: no-repeat;
	float: left;
	margin-left: 10px;
	background-position: left 12px;
}
#one a {
	color: #336699;
}
.three {
	background-image: url(../images/3.gif);
	background-repeat: no-repeat;
	float: left;
	width: 223px;
	margin-left: 5px;
}
.margin10 {
	margin: 8px;
}
#nav {
	color: #FFFFFF;
	text-align: left;
	background-image: url(../images/Nav_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-bottom: 9px;
	background-color: #005ABB;
	background-position: left top;
	margin-left: 20px;
	margin-right: 20px;
}
#nav ul {
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#nav li {
	display: inline;
	font-size: 11px;
	font-weight: bold;
}
#nav li a {
	color: #FFFFFF;
	text-decoration: none;
}
#btmboxes {
	height: auto;
	position: relative;
	color: #336699;
	margin-bottom: 20px;
}
#btmboxes h2 {
	font-size: 0.7em;
}
#btmboxes h1 {
	font-size: 1.2em;
	margin-top: 0em;
	line-height: .6em;
}
#btmboxes h4 {
	font-size: .9em;
	font-weight: bold;
}
.btmrnd {
	background-color: #FFFFFF;
	margin-top: 10px;
}
#smallprint {
	text-align: left;
	font-size: 0.7em;
	margin-top: 30px;
	position: relative;
}
.style1 {font-size: 0.7em}
.large {
	background-image: url(../images/large.gif);
	background-repeat: no-repeat;
	background-color: #99CCFF;
	width: 446px;
	float: left;
	margin-right: 5px;
	height: 380px;
}
.contact {
	background-image: url(../images/3.gif);
	background-repeat: no-repeat;
	float: left;
	width: 223px;
	margin-left: 5px;
	height: 380px;
	background-color: #99CCFF;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.borderbtm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3CCEC;
}
#topnav {
	float: right;
	margin: 15px 20px 0 0;
	font-size: .8em;
	color: #336699;
	font-weight: bold;
}
