body {
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS;
	background: #FFFFFF url("/img/blue.jpg");
	color: #d2d2ff;
	font-size: 10pt;
}

img {
	border: 0px;
}

h1 {
	font-size: 13pt;
	margin-bottom: 10px;
}

h3 {
	margin-top: 0px;
}

p {
	font-size: 10pt;
	line-height: 14pt;
	margin-top: 0px;
}

A {
	font-weight: bold;
	color: #4f97c1;
	text-decoration: none;
}

A:hover {
	font-weight: bold;
	color: #4f97c1;
}


#thePage {
	position: absolute;
	left: 50%;
	top:20px;
	margin-left: -434px;
	width: 868px;
	border: solid #ffc817 1px;
}

.redBorder {
	border: 2px solid #c61a11;
}

#home_logo {
	margin: 35px 119px;

}

#tabs {
	margin: 0px;
	padding: 0px;
	background: #050419 url('img/tab_bkgrd.gif') repeat-x top right;
	border-top: 1px solid #000019;
	border-bottom: 1px solid #122d99;
	height: 35px;
}

#tabs li {
	list-style: none;
	float: left;
	height: 27px;
	line-height: 27px;
	color: #adbdff;
	font-size: 9pt;
	letter-spacing: 3px;
	padding: 3px 20px;
	cursor: pointer;
	text-align: center;
}

a.tab{
	color: #adbdff;
	text-decoration: none;
}

a.tab:hover {
	color: #ffffff;
}

a.tab_on{
	color: #d2d2ff;
	font-weight: bold;
	font-size:10pt;
}

a.tab_on:hover {
	color: #d2d2ff;
}

#tab_about {
	width:75px;
}

#tab_portfolio {
	width: 115px;
}

#tab_resume {
	width: 95px;
}

#tab_contact {
	width: 100px;
}

.hidden {
	display: none;
}

#content {
	clear: both;
	border-top: 1px solid #0e2172;
	height: 370px;
	background-color: #0a0831;
	overflow: hidden;
}

.slide {
	height: 372px;
	width: 862px;
	float: left;
}

.slide img {
	border-top: 1px solid #122d99;
}

.slide .intro {
	padding: 0px 15px;
	height: 27px;
	border-bottom: 1px dotted #102787;
	font-size: 11pt;
	line-height:28px;
	text-transform: uppercase;
	background-color: #004;
}

.slide .intro .pages {
	float: right;
	font-size: 9pt;
	line-height: 30px;
}

.slide .port_nav {
	clear: both;
	font-size: 8pt;
	text-transform: uppercase;
	height: 23px;
}

.slide .port_nav div.more{
	float: left;
	color: #4f97c1;
	cursor: pointer;
	text-align: center;
	width: 662px;
	margin-top: 4px;
	font-weight: bold;
}

.slide .port_nav div.next{
	float: right;
	width: 100px;
	font-size: 8pt;
}

.slide .port_nav div.next img {
	position: relative;
	top: 4px;
	border: 0px;
}

.slide .port_nav div.prev{
	float: left;
	width: 100px;
	font-size: 8pt;
	text-align:right;
}

.slide .port_nav div.prev img {
	position: relative;
	border: 0px;
	top: 4px;
	height: 16px;
	width: 11px;
}

.content_padding {
	padding: 5px 35px;
}

.column_left {
	float: left;
	width: 375px;
}

.column_right {
	float: left;
	width: 375px;
	margin-left: 25px;
}

.info_bubble{
	position: relative;
	top: -301px;
	left: 475px;
	background-color: #0a0831;
	width: 355px;
	padding: 0px 10px 10px;
	border: 2px solid #0e2274;
	border-top: 0px;
	display: none;
}

.info_bubble p{
	font-size:9pt;
	line-height: 1.2em;
}

.info_bubble u{
	display: block;
	font-size:9pt;
	margin-bottom:4px;
}

.infoPadding{
	padding: 10px;
}

#resume_slide ul {
	margin: 0px;
	padding: 0px;
	height: 21px;
	clear: both;
}

#resume_slide ul li{
	list-style: none;
	float: left;
	font-size: 10pt;
}

#resume_slide ul li.dates{
	width: 85px;
}

#resume_slide ul li.company{
	width: 115px;
}

.resume_title {
	font-weight: bold;
	clear: both;
}

.resume_block{
	font-size: 10pt;
	line-height: 12pt;
	margin-bottom:15px;
}

#contact_slide .column_left{
	width: 405px;
	float: left;
}

#contact_slide .column_right{

	width: 350px;
	float: left;
}

#contact_slide label{
	display: block;
	float: left;
	width: 80px;
	text-align: right;
	padding-right: 15px;
}

#contact_slide div{
	margin-bottom: 5px;
}

#recaptcha_left{
	width: 300px;
	float: left;
}

#recaptcha_right{
	width: 25px;
	margin-left: 3px;
	float: left;
}

#recaptcha_widget img {
	border: 0px;
}

#thx_block {
	display: none;
}

#footer {
	clear: both;
	padding:5px 0px;
	text-align: center;
	font-size:8pt;
	background-color: #0a0831;
	color: #CCCCCC;
}

		#footer A {
			font-weight: normal;
			color: #666666;
			text-decoration: none;
			padding-left: 20px;
		}

		#footer A:hover {
			font-weight: normal;
			color: #B52D09;
			text-decoration: none;
			padding-left: 20px;
		}
