@charset "UTF-8";
body  {
	background: #c0c0c0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.02em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 10px;
}
#container  {
	width: 850px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header  {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	float: left;
	width: 850px;
}
#slideshow {
	background-color: #FFFFFF;
	float: left;
	height: 440px;
	width: 590px;
	margin-left: 110px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 20px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #666666;
}
#internalLeft {
	float: left;
	height: 500px;
	width: 265px;
}
#logoHeader {
	height: 80px;
	width: 312px;
	float: left;
}
#menuContainer {
	height: 30px;
	width: 465px;
	top: 35px;
	float: right;
	margin-top: 35px;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.menu a:link, .menu a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}
.menu a:hover {
	color: #ffffff;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}
#iframe {
	height: 480px;
	width: 440px;
	name: iframe;
}
.headlines {
	font-size: 19px;
	font-style: italic;
	color: #000000;
	letter-spacing: 0.035em;
	font-weight: normal;
	line-height: 26px;
}
a:link, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}
#galleryRight {
	float: right; /* since this element is floated, a width must be given */
	width: 436px;
	text-align: center;
	margin-left: 0px;
	clear: both;
	height: 500px;
	margin-top: -10px;
}
#galleryLeft  {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	width: 400px;
} 
#footer {
	padding-top: 15px;
	padding-bottom: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	font-size: 12px;
	color: #666666;
	width: 850px;
	margin-bottom: 100px;
	margin-top: 10px;
	text-align: center;
	float: right;
} 
.thumb {
	margin-bottom: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
img {
	outline: none;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.img-noBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
}
.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;
}

#imageVertical  {
	height: 500px;
	width: 330px;
	text-align: left;
	margin-right: 40px;
	margin-left: 40px;
}
#imageHoriz  {
	height: 500px;
	width: 435px;
	text-align: left;	
}
#table-resume {
	width: 510px;
}
.td-resume-head {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #666666;
	padding-bottom: 5px;
	vertical-align: bottom;
}
.td-resume {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 3px;
	valign: top;
	vertical-align: top;
}
#resumeRight {
	float: right;
	width: 510px;
	margin-bottom: 20px;
}
#resumeLeft {
	float: left;
	width: 320px;
}
#internalRight {
	float: right;
	width: 550px;
}
hr {
	background-color: #666666;
	height: 1px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.menuCurrent {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
.alignRight {
	text-align: right;
	display: block;
}
