/* CSS Document */

body {
	background-color: #8a9faa;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	color: #15435D;
}
img {
	border: none;
}
div {
	margin: 0px;
}
p {
	margin: 0px 0px 13px 0px;
}

img.EM {
	border: none;
	vertical-align: top;
	margin-top: 1px;
}

div#Paper {
	width: 800px;
	background-color: #FFFFFF;
	background-image: url(images/PaperBackground.gif);
	background-position: left;
	background-repeat: repeat-y;
	border: solid 1px #15435D;
	margin: 12px auto;
	text-align: left;
}

div#Banner {
	width: 800px;
	height: 80px;
	background-image: url(images/BannerBackground.jpg);
	background-color: #1a6c9f;
	text-align: right;
}

div.Menu {
	height: 21px;
	background-color: #578d67;
	border-bottom: solid 1px #15435D;
	border-top: solid 1px #15435D;
}
.Menu img {
	float: left;
}
.Menu img#Home {
	margin-left: 18px;
}
.Menu img#BannerTail, .Menu span {
	float: right;
	z-index: 5;
	position: relative;
	top: -1px;
}

div#LeftColumn {
	width: 159px;
	float: left;
	font-size: 12px;
}
#LeftColumn img#HomePhoto {
	display: block;
	border-top: solid 1px #15435D;
}
#LeftColumn a {
	text-decoration: none;
	margin: 0px 0px 4px 9px;
	padding: 0px;
	display: block;
}
#LeftColumn a:hover {
	text-decoration: underline;
}

div#PortfolioList {
	height: 250px;
	margin: 12px 0px 24px 0px;
}

div#RightColumn {
	float: right;
	width: 640px;
}

div#Contents {
	margin: 32px 24px 24px 24px;
	padding: 0px;
}

#Contents p, #Contents ul {
	font-size: 13px;
}
#Contents li {
	margin-bottom: 3px;
}
#Contents p.Heading1 {
	font-size: 20px;
	letter-spacing: 1px;
	color: #304752;
	margin: 0px;
}
#Contents p.Heading2 {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #656c32;
	margin: 18px 0px 18px 0px;
}
#Contents p.Heading3 {
	color: #666666;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px 0px 13px 0px;
}
#Contents p.Heading1U {
	font-size: 20px;
	letter-spacing: 1px;
	color: #304752;
	margin: 0px;
	border-bottom: solid 1px #acbbb6;
}
#Contents p.Heading1U span {
	float: right;
	font-size: 12px;
	color: #acbbb6;
	margin: 6px 3px 0px 0px;
}
#Contents p.Heading1U a {
	text-decoration: none;
	margin: 0px 9px 0px 9px;
}
#Contents p.Heading1U a:hover {
	text-decoration: underline;
}

div#Description {
	float: left;
	width: 270px;
}

div#Gallery {
	float: right;
	width: 300px;
	text-align: right;
	margin: 24px 0px 0px 24px;
	padding-right: 12px;
}
#Gallery img {
	margin-bottom: 12px;
	border: solid 1px #7b919d;
}
div#Thumbnail {
	text-align: left;
}
#Thumbnail img {
	width: 40px;
	display: inline;
	cursor: pointer;
	margin-right: 4px;
}

div#HomeGallery {
	float: right;
	text-align: right;
	margin: 0px 0px 0px 24px;
}
#HomeGallery img {
	margin: 0px 0px 5px 5px;
	border: solid 1px #5d7887;
}

div#Footer {
	clear: both;
	height: 21px;
	border-top: solid 1px #15435D;
	background-color: #578d67;
}
#Footer p {
	margin: 3px 24px 0px 24px;
	font-size: 10px;
	color: #F2F1F3;
	letter-spacing: 1px;
	text-align: right;
}
#Footer a {
	color: #F2F1F3;
	text-decoration: none;
}
#Footer a:hover {
	text-decoration: underline;
}

