@charset "UTF-8";
/* CSS Document */

html, body{
	height:100%;
}

body{
	background-color:#FFFFFF;
}

img{
	border:none;
}

*{margin:0; padding:0;}*

div#divWrapper {
	margin-left:auto;
	margin-right:auto;
	width:890px;
	min-height:600px;
}

div#mainContent {
	min-height:480px;
	background-image:url(../images/shadows.jpg);
	background-repeat:repeat-y;
}

div#portLinks {
	width:190px;
	min-height:480px;
	vertical-align:inherit;
	float:left;
	margin:10px 0px 10px 10px;
}

div#content	{
	text-align:left;
	width:580px;
	float:right;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222222;
}

div#content a {	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #1E73AA;
}

div#content a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #000000;
}

div#divHome {
	margin-left:50px;
	background-color:#ECECEC;
	min-height:480px;
	width:790px;
}

div#divAbout {
	margin-left:50px;
	background-color:#ECECEC;
	background-image:url(../images/about-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	min-height:480px;
	width:790px;
}

div#divResume {
	margin-left:50px;
	background-color:#ECECEC;
	background-image:url(../images/resume-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	min-height:480px;
	width:790px;
}

div#divResume div#res {
	width:550px;
	background-color:#FFFFFF;
	margin:15px 15px 15px 15px;
}

div#res .heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	color:#222222;
	margin:20px 0px 0px 50px;
}

div#res .body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#000000;
	margin:15px 0px 0px 65px;
}

div#res li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#000000;
	margin-left:12px;	
}

div#resFoot {
	width:550px;
	height:80px;
	margin-bottom:5px;
}
div#resFoot div#resFootinfo {
	height:20px;
	margin-top:59px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	vertical-align:bottom;
}

div#divPort {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222222;
	margin-left:50px;
	background-color:#ECECEC;
	background-image:url(../images/port-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	min-height:480px;
	width:790px;
}

div#divPort div#instructions {
	width:75%;
	height:20px;
	float:left;
	margin:10px 0px 10px 20px;
}

div#divPort a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #1E73AA;
}

div#divPort a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #000000;
}


div#Thumbs {
	width:750px;
	margin-left:20px;
	margin-top:10px;
}

div#divContact {
	margin-left:50px;
	background-color:#ECECEC;
	background-image:url(../images/contact-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	min-height:480px;
	width:790px;
}

div#divHeader {
	background-image:url(../images/header-bg.jpg);
	width:890px;
	height:100px;
	float:left;
}

div#divHeader div.homelink {
	float:left;
	margin:10px 0px 0px 60px;
	width:62px;
	height:80px;
	border:none;
}

div#divHeader div.mainnav {
	width:300px;
	height:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	float:right;
	margin:78px 60px 0px 0px;
}

div#divHeader a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

div#divHeader a:hover{
	color:#1E73AA;
	text-decoration:none;
	font-weight:bold;
}

div#divFooter {
	background-image:url(../images/footer-bg.jpg);
	width:890px;
	height:30px;
}

div#divFooter div.links{
	width:250px;
	height:10px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	margin:5px 60px 0px 0px;
}

div#divFooter div.legal{
	width:250px;
	height:10px;
	font-size:10px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#888888;
	text-align:left;
	margin:5px 0px 0px 60px;
}

.navhere{
	color:#1E73AA;
	font-weight:bold;
	text-decoration:none;
}

div#divFooter a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
	
div#divFooter a:hover{
	color:#1E73AA;
	text-decoration:none;
	font-weight:bold;
}
