@charset "UTF-8";
/* CSS Document */

body {
	font-size: 62.5%;  /* 16px × 62.5% = 10px */
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #fff;	
	
}

h1 {
	font-size: 3.8em; /* 10px × 3.8em = 38px */
	color: #555555;	
	margin: 0px;
	padding: 10px 0px 5px 19px;
}

h3 {
	font-size: 2.4em;
	font-weight: normal;
	color: #999999;	
	margin: 0px;
	padding: 0 0 0 0;
}

h3.subhead {
	padding: 18px 0 0 0;
}

h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #444444;	
	margin: 12px 0 4px 0;
	padding: 0px;
}

p { 
	font-size: 1.2em; /* 10px × 1.2em = 12px */
	line-height: 1.6em;  /* 10px × 1.6em = 16px */
	color: #444444;	 
	margin: 0px;
	padding: 0px;
}

#formTable table {
border: 0;
}

#formTable td {
	border: 0;
	text-align: left;
	vertical-align: top;
	font-size: 1.2em; /* 10px × 1.2em = 12px */
	line-height: 1.6em;  /* 10px × 1.6em = 16px */
	color: #444444;	 
	margin: 0px;
	padding: 0 6px 8px 0;
}

hr {
	color: #c2c2c2;
	background-color: #c2c2c2;
	height: 2px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	
}

ul.navigation
{
	margin: 0 0 10px 0;
	padding: 0;
	list-style-position: outside;
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: bold;
	list-style-type: none;
}

ul.resume
{
	margin: 0 0 0 14px;
	padding: 0 300px 4px 0;
	list-style-type: square;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #444444;
	list-style-position: outside;
}

ul.resume li
{
	padding-bottom: 6px;
}

a:link
{
	text-decoration: none;
	color: #1a56b9;
	text-transform: uppercase;
}

a:visited {
text-decoration: none;
color: #778fb5;
text-transform: uppercase;
}

a:hover {
text-decoration: none;
color: #e58d02;
text-transform: uppercase;
}

a:active { 
text-decoration: underline; 
text-transform: uppercase;
}

a.normalLink {
	text-transform: none;
}

#wrapper {
	background-color: #FFFFFF;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	margin:10px auto;
	border: 1px #d2d2d2 solid;
	padding: 20px 0px;
	
}

#leftRail{
	width: 120px;
	float: left;
	padding: 0px 0px 0px 20px;
	margin: 20px 10px 0 0;

}

#mainContent{
	float: left;
	width: 790px;
	padding: 20px 0px 0px 0px;
	
}

#mainContent p{
	margin-bottom: 10px
	
}

.clear{
width:100%;
height:1px;
margin:0 0 -1px;
clear:both;
}

.photoFloat {
float: right;
margin: 2px 0 2px 20px;
}

.activePage {
color: #e58d02 !important;
text-transform: uppercase;}


.navHeader {
	color: #555555;
	font-style: italic;
}


#previousArrow {
margin-left: 2px;
margin-bottom: 12px;
display: block;
position: absolute;
top: 2px;
left: 0px;
  width: 26px;
  height: 13px;
  background: url("images/previous2.gif") no-repeat 0 0;}
  
#previousArrow:hover
{ 
  background-position: 0 -13px;
}

#previousArrow span
{
  display: none;
}

#nextArrow {
margin-left: 584px;
margin-bottom: 12px;
position: absolute;
top: 4px;
right: 0px;
display: block;
  width: 26px;
  height: 13px;
  background: url("images/next2.gif") no-repeat 0 0;}
  
#nextArrow:hover
{ 
  background-position: 0 -13px;
}

#nextArrow span
{
  display: none;
}


.references {
font-style: italic;
font-weight: bold;
padding-top: 4px;
}

.contact {
font-style: italic;
padding-top: 10px;
}

#portfolioImages {
float: left;
width: 640px;
position: relative;
padding-top: 13px;
}

#caption {
	float: left;
	font-size: 1.2em; /* 10px × 1.2em = 12px */
	line-height: 1.6em;  /* 10px × 1.6em = 16px */
	color: #444444;
	margin: 26px 0 0 10px;
	width: 138px;
	font-style: italic;
}
