@charset "utf-8";
/*-- Colors
Light Blue: #A5D9EC;
Bright Blue: #00A1E1;
Semi-Dark Blue: #003f5e;
Dark Blue: #002638;
Gray: #777;
--*/
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Myriad, Myriad Pro, Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #000;
	background-image: url(../images/headerGradient.jpg);
	background-repeat: repeat-x;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
ul {
	list-style-type: none;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;	
}
#Container {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	position: relative;
	text-align: left;
}
#Header {
	height: 150px;
	position: relative;
	margin:0px;
	padding: 0px;
	background-image: url(../images/HeaderLogo_Alpha.png);
	background-repeat: no-repeat;
	background-position: 0px 50px;
}
ul#HeadNav {
	margin-top: 25px;
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
}
#HeadNav li {
	display: inline;
	list-style-type: none;
}
#HeadNav a {
	padding: 3px 10px;
}
#HeadNav a:link, #HeadNav a:visited {
	color: #003f5e;
	text-decoration: none;
}
#HeadNav a:hover {
	color: #00A1E1;
	text-decoration: none;
}
li.Headup a:link li.Headup a:visited {
	color: #fff;
	text-decoration: none;
	cursor: default;
}
li.Headup a:hover, li.Headup a:active {
	color: #fff;
	text-decoration: none;
	cursor: default;
}
#Container #Header #HeadNav .Headup a {
	color: #fff;
	text-decoration: none;
	cursor: default;
}
#ResumeDL {
	width: 920px;
	margin: 20px auto;
	padding: 0px;
	color: #003f5e;
	word-spacing: .2em;
}
#ResumeDL a {
	color: #00A1E1;
}
.callout {
	font-weight: bold;
	color: #fff;
}
#Artwork {
	margin: 50px 0px;
	padding: 0px;
	width: 960px;
	background-color: #003A4F;
}
#Sidebar {
	width: 280px;
	margin: 10px;
	padding: 0px 10px 10px 10px;
	color: #fff;
	font-size: .8em;
	/*background-color: #003f5e;*/
}
.skillSet {
	font-size: 1em;
	color: #A5D9EC;
	letter-spacing: -.04em;
	margin-bottom: 20px;
}
.skillSet ul {
	line-heigh: .6em;
	text-indent: -1.5em
}
.skillSet li {
	font-size: 1.1em;
}
.skillTitle {
	font-size: 2em;
	font-weight: bold;
	text-indent: -2.5em;
	color: #00A1E1;
}
#Content {
	width: 600px;
	margin: 10px;
	padding: 0px 10px 10px 10px;
	color: #fff;
	font-size: 1em;
	/*--background-color: #003f5e;*/
}
.infoNugget {
	margin: 0px 0px 25px 0px;
}
.infoNugget a:link, .infoNugget a:visited {
	text-decoration: none;
	color: #00A1E1;
}
.infoNugget a:hover, .infoNugget a:active {
	text-decoration: underline;
	color: #00A1E1;
}
.resTitle {
	font-size: 2.4em;
	letter-spacing: -.06em;
	color: #00A1E1;
	line-height: .7em;
}
.jobTitle {
	color: #fff;
	font-size: 1.6em;
	letter-spacing: -.06em;
}
.jobDate {
	color: #003f5e;
	font-size: 1.3em;
	letter-spacing: .2em;

}
.jobLocation {
	font-size: 1.1em;
	color: #00A1E1;
}
.jobDescription {
	font-size: .9em;
	letter-spacing: .02em;
	color: #A5D9EC;
	
}
.breaker {
	height: 20px;
	width: 960px;
	clear: both;
}
.linkCol {
	float: left;
	width: 220px;
	margin: 50px 10px;
	color: #fff;
	/*background-color: #002638;*/
}
.linkCol ul {
	text-indent: -1em;
}
.linkCol a:link, .linkCol a:visited {
	color: #00A1E1;
	text-decoration: none;
	font-size: .8em;
}
.linkCol a:hover, .linkCol a:active {
	color: #00A1E1;
	text-decoration: underline;
	font-size: .8em;
}
.linkTitle {
	font-size: 1.2em;
}
#LinkSpacer {
	width: 440px;
	height: 308px;
	margin: 40px auto 80px auto;
	clear: both;
}
#Footer ul
{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	color: #FFF;
	width: 100%;
	font: normal .8em arial, helvetica, sans-serif;
	text-align: center;
}
#Footer ul li { 
	display: inline;
}
#Footer ul li a
{
	text-decoration: none;
	color: #003f5e;
	padding: .2em 1em;
}
#Footer ul li a:hover {
	color: #00A1E1;
	text-decoration: underline;
}