/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body{
	background-color:#e6e1d5;
	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 */
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.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;
}
#wrapper-blue {
	height: 620px;
	background-color: #00395b;
	padding-top: 30px;
}
#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #E6E1D6;
	font-size: 22px;
	text-align: left;
}
#header {
	width: 900px;
	height: 76px;
}
#logo {
	height: 76px;
	width: 224px;
	float: left;
}
#content {
}
#blue-divider {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #4BA3BE;
	height: 30px;
	margin-top: 5px;
}
#nav {
	float: left;
	width: 224px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #e6e1d6;
	font-size: 22px;
	text-align: left;
	padding-right: 26px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	color: #e6e1d6;
	padding: 0px;
	margin: 0px;
}
#nav li a {
	color: #e6e1d6;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav li a:hover {
	text-decoration: none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #4BA3BE;
}
.link-one, .link-two, .link-three, .link-four {
	height: 103px;
}
.none {
	padding: 0px;
	height: 0px;
	width: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -9999px;
}

.capitals {
	font-size: 32px;
}

#images {
	float: left;
	width: 650px;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
}

#footer {
	background-image: url(images/footer-cream.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #e7e2d9;
	font-family: "Times New Roman", Times, serif;
	padding-top: 18px;
	text-transform: uppercase;
	font-size: 18px;
}
#footer-inside {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer-inside img {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 1px;
}
#footer-inside a {
	color: #00395B;
	text-decoration: none;
}
#footer-inside a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #479EB9;
}
.capitals-foot {
	font-size: 24px;
}

#with-thanks {
	font-size: 10px;
	line-height: 15px;
	padding-top: 70px;
}

#footer-copyright {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 12px;
	text-transform: capitalize;
	padding-top: 15px;
}
