@charset "utf-8";

body {
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background:url(../images/background.jpg) center top no-repeat;
	background-color: #7c9cb7; /*lt blue*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:120%;
}

.oneColElsCtr #container {
	width: 842px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
	background: url(../images/shadow.png) repeat-y;
}

#logo {
	height:190px;
	clear:both;
}

#navigation {
	text-align: right;
	background-color: #d9e2e7;
	height:auto;
	border-bottom:2px solid #999;
}

#navigation a {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:90%;
}

.navlink {
	text-decoration:none;
	color: #333333;
	padding:0 10px 0 10px;
}

.navlink:hover, .navactive {
	color: #9DACBF;
}

#homenav li {
	display:inline;
	list-style:none;
}

.box {
	width: 722px;
	padding:25px 60px 25px 60px;

}

#boxbottom {
	margin: 0 auto 0 auto;
	width:842px;
	height:28px;
	background: url(../images/boxbottom2.png) no-repeat bottom center;
}

h1 {
	font-size:150%;	
	font-weight:bold;
}

h2 {
	font-size:140%;	
	font-weight:bold;
}

h3 {
	font-size:130%;
	font-weight:bold;
	color: #9DACBF;
	margin-bottom:20px;
	border-bottom: 1px solid #CCCCCC;
}

h4 {
	font-size:100%;	
	font-weight:bold;
}

h5 {
	font-size:90%;	
	font-weight:bold;
}

h6 {
	font-size:75%;	
	font-weight:bold;
}

p {
	font-size:70%;
	color:#666666;
}

a {
	color:#0071bc;
	font-size:70%;
}

td {
	font-size:70%;
	padding-bottom:10px;
	font-weight:bold;
	color:#0071bc;
}


#resumeicon {
	float:left;
	margin-right: 25px;
	width: 187px;
}

.clear {
	font-size:0px;
	height:0px;
	overflow:hidden;
	clear:both;
}

img {
	border: none;
}

.textbox {
	width: 50%;
	border: 1px solid #9DACBF;
}

.messagebox {
	width: 100%;
	height: 150px;
	border: 1px solid #9DACBF;
}

.req {
	color: #0071BC;
	font-weight: bold;
	font-size:125%;
}

.small {
	font-size: 85%;
}

.err {
	font-size: 55%;
	font-weight: bold;
	color:#990000;
}	

.warning {
	border-top:2px solid #fcd344;
	border-bottom:2px solid #fcd344;
	background:url(../images/note_msg_icon.gif) 20px center no-repeat #FFC;
	color:#3d6611;
	font-size:150%;
	font-weight:bold;
	padding:5px;
}

#valid {
	padding: 10px;
	position:fixed;
	bottom:0;
	right:0;
}

#about a{
	font-size:100%;
}

#resume .bluetxt{
	color:#0071bc;
}

#resume .italic{
	font-style:italic;
	}

#resume .lcol {
	width:50%;
}

#resume .mcol {
	width:30%;
}

#resume .rcol {
	width:20%;
	text-align:right;
}

#resume .inline li{
	display:inline;
	margin-right:30px;
	float:left;
	color:#0071bc;
}

#resume table,#resume tr, #resume td {
	margin:0;
	padding:0;
}

#resume .activity {
	margin-bottom:20px;
}

#resume li {
	font-size:70%;
	list-style:circle;
	list-style-position:inside;
	padding-left:20px;
}

#resume h1 {
	text-transform:uppercase;
	margin-bottom:10px;
	float:left;
	width:70%;
}

#resume .contact {
	float:right;
	width:20%
}

#resume h3 {
	font-size:110%;
	margin:20px 0 5px 0;
}

#resume h4 {
	font-size:70%;
}

#resume h5 {
	font-size:90%;
}

#resume h6 {
	font-size:85%;
}

#resume td {
	font-weight:normal;
}

#resume a{
	font-size:100%;
}

#resume .references {
	font-weight:bold;
	color:#666;
	text-align:center;
	margin-top:25px;
}

#resume .download {
	text-align:center;
	font-weight: normal;
}

#resume .lcselect {
	width:30%;
	text-align:right;
	padding-right:20px;
}

#resume .rcselect {
	color:#000;
	padding-bottom:10px;
}