/* 
Blue: #004A80
White: #FCFCFC
Gray: #7C7C7C
*/


/* IDs */

#top {
	background-image: url(../images/top-bg.gif);
	background-repeat: repeat-x;
	height: 350px;
}
#top-wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 350px;
}
#nav {
	width: 500px;
	position: absolute;
	right: 0px;
	bottom: 210px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #004A80;
}
#nav li a:hover, #nav li a.active {
	color: #7C7C7C;
}
#nav li a {
	color: #004A80;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
	list-style-type: none;
	margin-left: 3px;
}
#tag-line {
	width: 400px;
	position: absolute;
	left: 0px;
	top: 215px;
	font-size: 140%;
	font-weight: bold;
	color: #FCFCFC;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
#home #top-wrapper {
	background-image: url(../images/home-bg.gif);
	background-repeat: no-repeat;
}
#about-us #top-wrapper {
	background-image: url(../images/about-bg.gif);
	background-repeat: no-repeat;
}
#services #top-wrapper {
	background-image: url(../images/services-bg.gif);
	background-repeat: no-repeat;
}
#contact-us #top-wrapper {
	background-image: url(../images/contact-bg.gif);
	background-repeat: no-repeat;
}
#content-wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
}
#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 278px;
	position: absolute;
	left: 0px;
	bottom: 210px;
}

#content-wrapper a {
	color: #004A80;
}
#content-wrapper a:hover {
	color: #7C7C7C;
}
#left {
	float: left;
	width: 530px;
}
#right {
	float: right;
	width: 260px;
}
#bottom {
	background-image: url(../images/bottom-bg.gif);
	background-repeat: repeat-x;
	height: 200px;
	clear: both;
}
#bottom-wrapper {
	height: 145px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#copyright {
	position: absolute;
	top: 55px;
	width: 300px;
	right: 0px;
	font-size: 95%;
	color: #FCFCFC;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
}
#copyright a {
	color: #FCFCFC;
}
#info {
	width: 300px;
	position: absolute;
	left: 0px;
	top: 55px;
	font-size: 95%;
	color: #FCFCFC;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Tags */

body {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #004A80;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
}
fieldset {
	border: 1px solid #7C7C7C;
	padding: 10px;
	margin-bottom: 10px;
}
legend {
	font-weight: bold;
	margin: 0px;
	padding: 0 0 5px 0;
	color: #000000;
}
hr {
	border: 1px dashed #7C7C7C;
}
th {
	font-size: 90%;
	font-weight: bold;
}

/* Classes */

.note {
	margin: 0px;
	padding: 0 0 5px 0;
	font-size: 95%;
	color: #004A80;
}
.input {
	width: 200px;
	border: 1px solid #7C7C7C;
}
.input:focus, .input:hover {
	border: 1px solid #004A80;
}
.select {
	width: 200px;
	border: 1px solid #7C7C7C;
}
.select:focus, .select:hover {
	border: 1px solid #004A80;
}
.textarea {
	width: 200px;
	height: 100px;
	border: 1px solid #7C7C7C;
}
.textarea:focus, .textarea:hover {
	border: 1px solid #004A80;
}
.submit {
	background-color: #004A80;
	border: 2px solid #7C7C7C;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FCFCFC;
	width: 200px;
	padding: 5px;
	font-weight: bold;
}
