@charset "UTF-8";

@font-face {
  font-family: "ZapfHumanistItalic";
  src: url(http://www.rwrightarchitects.com/media/fonts/Zapfhumanist601i.ttf) format("truetype");
}

/* Modified Styles */

body {
	font-family: ZapfHumanistItalic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(media/background.jpg);
	background-repeat: no-repeat;
	background-position: 65px 155px;
}

h2, h3 {
	font-size: 12px;
	font-weight: bold;
	/*color: #1C5072;*/
	color: #16405B;
	font-style: italic;
	line-height: normal;
}

h3 {
	margin: 0px;
}

h3 a, h3 a:visited{
	text-decoration: none;
	color: #16405B;
}

p {
	white-space: normal;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

p a, p a:visited {
	text-decoration: none;
	color:#000;
}

p a:hover {
	text-decoration: underline;
}

td a {
	font-size: 8px;
	color: #6B301E;
	text-decoration: none;
}

/* Custom DIVs */

#container {
	position: relative;
}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
}

#topicMenu {
	top: 85px;
	position: absolute;
	left: 125px;
	vertical-align: top;
	visibility: visible;
	line-height: 11px;
}

#topicMenu a, #topicMenu a:visited {
	text-decoration:none;
	color:#000;
	display:block;
	border-top: #fff;
	border-right: #fff;
	border-bottom: #fff;
	border-left: #fff;
	padding:0px 0px 9px;
}

#topicMenu a:hover {
	font-weight: bold;
}

#subTopicMenu {
	width:175px;
	position: absolute;
	left: 114px;
	vertical-align: top;
	visibility: visible;
	line-height: 11px;
	z-index: 1;
}

#subTopicLeft {
	width:70px;
	position: absolute;
	left: 0px;
	padding: 5px 10px;
	margin: 0px;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: #6B301E;
	font-weight: bold;
	z-index: 3;
	background-color: #D3B373;
	visibility: visible;
	line-height: 11px;
}

#subTopicLeft a, #subTopicLeft a:visited {
	text-decoration:none;
	color:#000;
}

/*#subTopicLeft a:hover {
	font-weight: bold;
}*/

#subTopicRight {
	margin:0;
	width:95px;
	position: absolute;
	left: 90px;
	padding: 5px 10px;
	background-color: #D3B373;
	border-width: 1px;
	border-style: solid;
	border-color: #6B301E;
	visibility: visible;
	z-index: 2;
}

#subTopicRight a, #subTopicRight a:visited {
	text-decoration:none;
	color:#000;
	display:block;
	border-top: #fff;
	border-right: #fff;
	border-bottom: #fff;
	border-left: #fff;
}

#subTopicRight a:hover {
	font-weight: bold;
}

#homePad {
	padding-top: 212px;
	padding-left: 330px;
}

#homeContent {
	width:502px;
	position: relative;
	/*	margin-top: 212px;
	margin-left: 125px;
	background-color: #FFF;
	border-width: 2px;
	border-style: solid;
	border-color: #FFF;
	visibility: visible;*/
	text-align: center;
	height: 500px;
}

#content {
	width:595px;
	position: absolute;
	left: 190px;
	vertical-align: top;
	visibility: visible;
}

#contentLeft {
	width:95px;
	position: absolute;
	left: 195px;
	padding: 10px 20px;
	margin: 0px;
	border-width: 2px 0px 2px 2px;
	border-style: solid;
	border-color: #6B301E;
	font-weight: bold;
	z-index: 3;
	background-color: #EBE7DE;
	visibility: visible;
	line-height: 11px;
}

#contentRight {
	width:510px;
	position: relative;
	background-color: #EBE7DE;
	border-width: 2px;
	border-style: solid;
	border-color: #6B301E;
	visibility: visible;
}

#contentRightPad {
	padding-left: 330px;
}

#padTop30 {
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#footer {
	position:relative;
	width: 510px;
	text-align: center;
	padding: 10px 0px 0px 330px;
}

#footer a, #footer a:visited  {
	text-decoration:none;
	color:#000;
}

#footer a:hover  {
	text-decoration: underline;
}

.easterEgg {
	left: 720px;
	position: absolute;
	z-index: 10;
	top: 5px;
}

.image {
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
.email {
	color: #16405B;
	text-decoration: underline;
}

.pageContent {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 30px;
}

.link a {
	font-size: 9px;
	color: #6B301E;
	text-decoration: none;
	display: block;
}

.link a:hover {
	font-weight: bold;
}

.padBottom20 {
	padding-bottom: 20px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

img.homeImage {
	float: left;
	padding: 4px;
}

img.homeImage:hover {
	background-color: #6B301E;
}

img.clickImage {
	float: left;
	padding: 4px;
	margin-right:12px;
}

img.clickImage:hover {
	background-color: #6B301E;
}

.clear {
	display: block;
	clear: both;
}
