@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
.oneColFixCtrHdr #container #navcontainer {
	background-color: #222;
	position: absolute;
	z-index: 1020;
	width: 1024px;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	background: #666666;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
}
.oneColFixCtrHdr #container {
	width: 1024px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #222;
}
.oneColFixCtrHdr #header {
	font-size: 4em;
	color: #6FF;
	text-align: left;
	padding-top: 12px;
	background-color: #222;
	padding-bottom: 0px;
	margin: 0px;
	width: 100%;
}
.oneColFixCtrHdr #footer {
	position: absolute;
	top: 630px;
	background-color: #222;
	width: 1024px;
	height: 200px;
	z-index: 1000;
}
.oneColFixCtrHdr #container #header #mainContent img {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 10px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #header #nav {
	float: right;
	padding-right: 10px;
	margin-top: -50px;
	position: relative;
}
.oneColFixCtrHdr #header #nav ul {
	white-space: nowrap;
}
.oneColFixCtrHdr #header #nav ul li {
	display: inline;
	list-style-type: none;
	font-size: .5em;
	padding-right: 15px;
}
.oneColFixCtrHdr #mainContent {
	background-color: #222;
	position: absolute;
	width: 1024px;
	padding-top: 2.2em;
	z-index: 2;
}
#thumbgallery {
	overflow: auto;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 10px;
	background-color: #222;
	width: 100%;
	z-index: 1;
}
#thumbgallery ul {
	white-space: nowrap;
	list-style-type: none;
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
#thumbgallery li {
	display: inline;
	list-style-type: none;
	font-size: 5.5em;
	text-decoration: none;
	padding-left: 5px;
	}
#thumbgallery li img {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}
.oneColFixCtrHdr #container #mainContent #cv {
	font-size: 2em;
	background-color: #CCC;
	padding-top: 15px;
	padding-left: 10px;
}
.oneColFixCtrHdr #container #mainContent #cv h4 {
	font-size: 1.2em;
	font-weight: bold;
}
.oneColFixCtrHdr #container #header h1 a {
	text-decoration: none;
	color: #63FFF7;
}
