@charset "UTF-8";
body {
	background-image: url(images/3atropical%20tree%20canopyopt.jpg);
	background-position: right center;
	background-attachment: fixed;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 800px;
	font-family: Verdana, Geneva, sans-serif;
}
#container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #CFECC2;
} 
#container #footer p a {
	color: #000;
	text-decoration: none;
}
container #sidebar1 #MenuBar1 {
	float: right;
}
#header {
	height: 200px;
	width: 800px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	background-image: url(images/barkerbanner14.jpg);
	background-repeat: no-repeat;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#sidebar1 {
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 175px;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 100%;
	list-style-type: square;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	background-color: #FFF;
} 
#space {
	width: 100%;
	height: auto;
}
#photoCap {
	padding-top: 5px;
	width: 175px;
	font-style: italic;
	height: 100%;
	vertical-align: middle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	text-align: center;
	margin-top: 5%;
}
#photoCap p a img {
	text-decoration: none;
}
#footer {
	border: medium solid #000;
	background-image: url(images/gradientbarkerfooter.gif);
	background-position: center center;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
#copyright {
	font-size: 10pt;
	color: #5D86A5;
	text-align: left;
	width: 41%;
	float: right;
	background-color: #000;
	background-position: center center;
	padding-left: 10%;
}
#design {
	font-size: 10pt;
	color: #6286A5;
	float: none;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #000;
	width: 43%;
	clear: none;
	text-align: right;
	padding-right: 7%;
	text-decoration: none;
}
#links #container #mainContent ul li a {
	list-style-type: square;
	color: #000;
	text-decoration: none;
}
#links #container #mainContent ul li a:hover {
	list-style-type: square;
	color: #060;
	text-decoration: none;
}
#links #container #mainContent ul li {
	list-style-type: square;
	color: #000;
	text-decoration: none;
}
#international #container #mainContent  {
}
#international #container #mainContent table tr th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	color: #060;
}
#international #container #mainContent table tr td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	color: #000;
}
#featureProj #mainContent {
	background-color: #FFF;
	height: 100%;
}
#featureProj #container #sidebar1 #photoCap p  {
	color: #060;
	padding-top: 5px;
	font-size: 11pt;
}
#featureProj #container #sidebar1 #footnotes {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	clear: right;
	bottom: 10px;
	color: #000;
	text-align: left;
	padding-top: 500px;
	padding-bottom: 50px;
}
#featureProj #container #sidebar1 {
}
#resume #container #mainContent h3 a {
	color: #000;
	text-decoration: none;
}
#resume #container #mainContent h3 a:hover {
	color: #060;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.caption {
	font-size: 12px;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}
.h3 {
	color: #060;
	font-size: 14pt;
}
.h2 {
	color: #000;
	font-size: 14pt;
	font-weight: bold;
}
.h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16pt;
	color: #060;
}
.h1 {
	color: #060;
	font-size: 20pt;
}
.h5 {
	font-size: 14pt;
	color: #900;
}

