@charset "utf-8";
/* CSS Document */

html, body {
	padding:0px;
	margin:0px;
	font-family:"Trebuchet MS", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	color:#663333;
	font-size:14px;
	background: #336666 url("../assets/damask-bg.jpg") repeat 0 0;
}
#top-container {
	position:fixed;
	text-align:center;
	top:0px;
	width:100%;
	min-width:913px;
	height:112px;
	padding:0px;
	background: #d8b18b url("../assets/horizontal-bg.jpg") 0 0 repeat-x;
	z-index:2;
}
#deco-left {
	float:left;
	background: url("../assets/left-side.png") no-repeat 0px 0px;
	width:225px;
	height:82px;
	z-index:3;
}
#deco-right {
	float:right;
	background: url("../assets/left-side.png") no-repeat -1px 0;
	width:224px;
	height:82px;
	z-index:3;
}
h1, h2, #menu { font-family:'Nova Square', serif; }
/* Brown Top Navigation Menu */
div#menu {
	margin-top:23px;
	position:absolute;
	left:233px;
	font-size:17px;
	line-height:17px;
	padding:16px 0px 17px 0px;
	z-index:1000;
}
#menu ul {
	padding:0px;
	margin:0px;
}
#menu ul li {
	list-style:none;
	display:inline;
	margin:0px 4px 0px 4px;
	padding:0px;
	text-shadow: 0 1px 0 #cb9c87;
}
#menu ul li a {
	color:#563439;
	margin:0px;
	padding-left:4px;
	padding-right:4px;
}
#menu ul li a:hover {
	color:#382225;
	text-shadow: 0 1px 0 #cb9c87;
}
#menu ul li.here a {
	color:#7B4850;
	cursor:default;
}
/* Gold Navigation Bars */
#navigation-mid {
	position:fixed;
	top:89px;
	right:0px;
	padding-right:6px;
	text-align:right;
	font-size:16px;
	line-height:16px;
}
#navigation-mid, #navigation-mid a {
	color:#A67560;
	text-decoration:none;
	text-shadow: 0 -1px 0 #302903;
	text-indent:-2px;
}
#navigation-mid a:hover, #navigation-mid a.here {
	color:#968B05;
	text-shadow: 0 -1px 0 #523714;
	text-indent: -2px;
}
#navigation-mid a.here { cursor:default }
/* Font Styles */
p {
	line-height:18px;
	font-size:12.5px;
	margin:0px 0 16px 0;
}
h1 {
	margin:8px 0px 4px 0px;
	line-height:24px;
	font-size:26px;
	font-weight: normal;
	color:#7B4850;
	clear:both;
}
h1 a { color:#BB7968; }
h2 {
	font-size: 22px;
	border-bottom:1px dotted #EBC6B4;
	color:#BB7968;
	padding-top:15px;
}
h2, h3 {
	margin:4px 0px 6px;
	font-weight: normal;
	letter-spacing:1px;
}
h2 a, h3 a { color:#874B3D; }
h3 {
	line-height:15px;
	font-size: 13px;
	margin:8px 0px 2px 0px;
	font-weight:600;
}
a {
	text-decoration:none;
	color:#017174;
}
a:hover {
	text-decoration:none;
	color:#014E52;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover { color:#014E52; }
a, a img {
	border:none;
	outline:none;
}
em.subheading { color:#D1A498; }
#wrapper {
	text-align:center;
	width:100%;
	min-width:695px;
	padding-top:112px;
}
.middle-content {
	width:600px;
	margin:20px auto;
	padding:20px 20px 60px 20px;
	background-color:#fbe4cd;
	text-align:left;
	border-width: 1px;
	border-style: solid;
	border-color: #AB9A8C;
}
span.justify { text-align: justify; }
span.date {
	float:right;
	font-size:11px;
	font-weight:800;
}
span.job-desc {
	clear:both;
	font-style:italic;
	font-size:12px;
	font-weight:100;
}
ul.small-list {
	list-style-type:none;
	font-size:11px;
	line-height:13px;
	font-weight:lighter;
	margin:0 0 24px 0;
}
ul.normal-list {
	list-style-type:square;
	margin: 0 0 24px 0;
}
ul.normal-list li {
	margin:5px 0 8px 0;
	font-size:12.5px;
	line-height:14px;
	font-weight:lighter;
}
div#footer {
	clear:both;
	text-align:center;
	margin:10px auto;
	line-height:11px;
	font-size:11px;
	color:#99cccc;
}
div#footer a { color:#ccffff; }
