@charset "utf-8";

body {
	background-color: #111414;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	}

.frame {
	/*This position line is "resetting" the xy 0,0 point to the wrapper div tag.*/
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 900px;
	padding: 0;
	border-right-width: 2px;
	border-bottom-width: 8px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #444F55;
	border-top-color: #626F78;
	border-bottom-color: #444F55;
	border-left-color: #444F55;
	}
	
.subWrapper {
	width:900px;
	margin:0 auto;
	background-image: url(../images/bg_subWrapper1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0 0 10px 0;
	border-bottom-width: thick;
	border-bottom-style: double;
	border-bottom-color: #12171A;
	background-color: #525C65;
	}
	
.header {
	width:900px;
	height: 160px;
	margin:0 auto 0 auto;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
.header2 {
	width:900px;
	height: 100px;
	margin:0 auto 0 auto;
	background-image: url(../images/banner_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
.header h1 {
	margin-left: -9000px;
}

.header p, .header2 p {
	text-align: right;
	margin: 10px 20px 0 0;
	color: #CCC;
}
.header ul, .header2 ul {
	display: block;
	padding: 40px 30px 0 0;
	text-align: right;
	list-style-type: none;
	line-height: 20px;
	margin: 0;
	color: #CCC;
	width: 300px;
	float:right;
}
a:link, a:visited {
	color: #F90;
	text-decoration:none;
}

a:hover, a:active {
	color:#F90;
	text-decoration:underline;
}

.globalNav {
	background-color: #424D54;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

.pageContent {
	background-color: #12171A;
	margin:auto;
	text-align: left;
	width: 820px;
	padding: 1px 18px 0px 18px;
	}

.splashContent {
	background-color: #111414;
	/*margin:0px auto 10px auto;*/
	text-align: center;
	overflow: hidden;
	width: 900px;
	height: 382px;
	}
	
.pageContent p {
	font-size: 14px;
	font-weight: normal;
	color: #999;
	}

.footer {
	background-color: #241A12;
	margin:0;
	text-align: left;
	color: #999;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 12px;
	font-weight: normal;
	}
	
h1 {
	font-size:24px;
	color: #F90;
	font-weight:bold;
	
}

h2 {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	margin: 18px 0 5px 0;
	}

h3 {
	font-size: 18px;
	color: #877362;
	font-weight: normal;
	margin: 10px 0 5px 0;
	}

ul#horizontal_list{ margin: 0 auto;
    padding: 0 0 0 22px;
}

ul#horizontal_list li{
	text-align: left;
	float: left;
	list-style: none;
	padding: 16px 18px 14px 18px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
}
ul#horizontal_list .inactive {
	background-color: #12171A;
	color: #CCC;
	border-bottom-width: thin;
	border-bottom-style: none;
}

ul#horizontal_list li a:link, #horizontal_list li a:visited {
	color: #877362;
	text-decoration: none;
}

ul#horizontal_list li a:hover, #horizontal_list li a:active {
	color: #F90;
	text-decoration: underline;
}

.thumbGroup IMG {
	margin: 0 10px 10px 0;
}

.thumbGroup a:link IMG, .thumbGroup a:visited IMG {
	border: 2px solid #666666;
}

.thumbGroup a:hover IMG, .thumbGroup a:active IMG {
	border: 2px solid #FF9900;
}

.bottomShadow {
	height: 20px;
	width: 940px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/bg_shadow_bottom.png);
}

.resumeContent{
	width:520px;
	margin:0 0 0 260px;
}

.section {
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:1em;
	color:#999;
}
			
.section h2 {
	width:200px;
	float:left;
	font-size:24px;
	font-variant: small-caps;
	letter-spacing: 0.06em;
}
			
.section h3 {
	margin-bottom: 0;
	
	}

.section ul {
	padding-left:1em;
	margin-left:1em;
}

.section ul li {
	font-size:14px;
}

.date {
	float:right;
	font-size:.8em;
	margin-top:.4em;
	text-align:right;
	}

address{
	font-style:italic;
	color:#999;
	font-size:.9em;
	}

.clear {
	clear: both;
}
.imgLeft {
	float: left;
	padding: 0 16px 16px 0;
}

.imgRight {
	float: right;
	padding: 0 0 16px 16px;
}

