/* CSS Document */

/* Global */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background: #eaeccb url(images/scroll_background_1200.jpg) no-repeat center top;
	margin-top: 10px;
	padding-top: 0;
	color: #00415e;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	margin-left: 15px;
	margin-right: 15px;
}
h3 {
	font-size: 20px;
	margin-left: 15px;
	margin-right: 15px;
}
a:link {
	color: #28385c;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #28385c;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #28385c;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #28385c;
	font-weight: bold;
	text-decoration: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}

/* Regional */
#container {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 740px;
	height: 264px;
	color: #fff;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}
#header a:link {
	color: #fff;
	text-decoration: none;
}
#header a:visited {
	color: #fff;
	text-decoration: none;
}
#header a:hover {
	color: #fff;
	text-decoration: none;
}
#header a:active {
	color: #fff;
	text-decoration: none;
}
#headerTop {
	padding-top: 10px;
	margin-top: 10px;
}
#headSmall {
	font-size: 14px;
	margin-top: 0;
	margin-left: 40px;
	padding-top: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
}
#headTitle {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	font-style: italic;
}
#headName {
	margin-top: 10px;
	padding-top: 0;
	line-height: 20px;
}
/*#nav {
	position: relative;
	top: 125px;
}*/
#navList {
	position: relative;
	top: 125px;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 0;
	height: 20px;
}
.navLink {
	float: left;
	display: block;
	list-style: none;
	width: 142px;
	height: 20px;
	margin-left: 0;
	font-weight: bold;
	text-align: center;
}
.navLink a:link {
	display: block;
	text-decoration: none;
}
.navLink a:visited {
	display: block;
	text-decoration: none;
}
.navLink a:hover {
	display: block;
	text-decoration: none;
	background: #666;
}
.navLink a:active {
	display: block;
	text-decoration: none;
}

#content {
	text-align: right;
	width: 400px;
	float: right;
	padding-right: 10px;
	clear: both;
}
#content h2 {
	clear: both;
	font-family: "Futura Bk", Futura, Arial, Helvetica, sans-serif;
	line-height: 90%;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	padding: 0;
}
.firstHeader {
	background: url(images/content-bg-top.gif) no-repeat left top;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-left: 15px;
	padding-top: 15px;
}

#footer {
	background: url(images/footer-rounded.jpg) no-repeat left top;
	width: 740px;
	height: 161px;
	margin-top: 0;
	padding-top: 15px;
	color: #fff;
}
#footer p {
	text-align: center;
}
#footer a:link {
	font-weight: bold;
	text-decoration: none;
	color: #faf3e1;
}
#footer a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #e5d6ab;
}
#footer a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #faf3e1;
}
#footer a:active {
	font-weight: bold;
	text-decoration: none;
	color: #faf3e1;
}

/* Specific */
.portfolioImage {
	margin-left: 15px;
	margin-bottom: 20px;
}

#contactInfo {
	clear: both;
}
#links {
	float: right;
	margin-top: 95px;
	padding-right: 8px;
}