@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
html, body {
	background-color: #181818;
	margin:0;
	padding:0;
	height:100%;
	font-family: Century Gothic, lucida grande, sans-serif;
	color:#cccccc;
	font-size:13px;
}
#background {
	height:100%;
	min-width:1000px;
	margin:0 auto;
	background-image: url(../images/mainBackground.png);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link, a:visited {
	color:#97601e;
}
a:active, a:hover {
	color:#97601e;
}
#mainContainer {
	width:1000px;
	height:100%;
	margin:0 auto;
	position:relative;
	/*border:1px solid red;*/
}
#logo {
	/*border:1px solid red;*/
	width:391px;
	height:109px;
	position:absolute;
	top:26px;
	left:24px;
}
#resume  {
	position:absolute;
	top:148px;
	left:75px;
	/*border:1px solid red;*/
}
#navBar {
	position:absolute;
	top:85px;
	right:0;/*width:485px;*/
}
#navBar ul {
	list-style-type: none;
}
#navBar li {
	display: inline;
	list-style-type: none;
	padding:0 15px;
	position:relative;
}
#navBar li a {
	text-decoration: none;
	color:#9298a9;
	position:relative;
}
#navBar li a:hover {
	color:#97601e;
}
#navBar li a.selected {
	color:#97601e;
}
#navBar li a.selected em {
	width:28px;
	height:27px;
	position:absolute;
	left:50%;
	top:17px;
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	margin-left:-13px;
}
#headerContainer {
	height:140px;
}
#contentContainer {
	width:660px;
	float:right;
	/*padding:0 20px 0 0;*/
}
h1 {
	font-size:20px;
	margin:0 0 20px 0;
	letter-spacing:1px
}
p {
	margin:0 0 18px 0;
}
a.imageLinks img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
a.imageLinks:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
#copyright {
	color:#252525;
	text-align:right;
	padding:11px 0;
}
#copyright img {
	vertical-align: middle;
}
p.mainTiles {
	padding:11px 0;
}
.formRow {
	-moz-box-orient:vertical;
	border:medium none;
	display:-moz-inline-box;
	font-weight:bold;
	margin:0 0 10px;
	min-height:30px;
	padding:0;
	vertical-align:top;
	width:99%;
}
.formRow {
	display:inline-block;
}
.formRow:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: ".";
}
.formRow img {
	vertical-align:middle;
}
.formRow input, select, textarea {
	border: 1px solid #d08021;
	float:left;
	margin:3px 0 0;
	padding:2px;
	width:96%;
}
.formButton {
	font-weight:bold;
	color:#ebebeb;
	border: 1px solid #d08021;
	background-color:#9f631e;
	padding: 4px;
	cursor:pointer;
	background-image: url(../images/buttonBackground.gif);
	background-repeat: no-repeat;
}
.req {
	color:#97601e;
	font-size:16px;
	font-weight:bold;
	line-height:10px;
	padding:2px 0 0;
}
label.error {
	background-image:url("../images/errorBackground.gif");
	background-repeat:no-repeat;
	clear:left;
	display:none;
	float:left;
	margin:2px 0 0;
	padding:8px 3px 3px;
	width:95%;
}
.right {
	float:right;
}
.formNormal {
	font-size:11px;
	font-weight:normal;
}
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
