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

body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background: #5d8eb5 url(../images/bg_blue.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}

a
{
	color: #000;	
}

a:hover
{
	color: #004b86;	
}

div#main
{
	background: url(../images/bg_white_transparent.png) repeat-x 0 10px;
	width: 100%;
	margin: 0 auto;
	min-height: 300px;
	max-height: 1380px;
	height: auto;
	border-bottom: 1px solid #8b8b8b;
	padding-bottom: 20px;
	
}

div.iewarning
{
	margin: 0 auto;
	padding: 5px 2px;
	font-weight: bold;	
	line-height: 1.3em;
	clear: both;
	text-align: center;
	color: #000000;
	border: 1px solid #FFFFFF;
}

div#header
{
	text-align: right;
	width: 980px;
	margin: 0 auto 50px auto;
}

ul.nav
{
	display: inline-block;
}

ul.nav li
{
	display: inline-block;
	*zoom: 1;
	*display: inline;
	text-align: center;
}

ul#navTop
{
	font-size: 2.4em;
	padding: 0;
	margin: 0;	
	line-height: 1.2em;
}

ul#navBottom
{
	font-size: 1.5em;
	padding: 0;
	margin: 20px 0 0;
	line-height: 1.1em;
}

ul#navBottom li
{
	margin: 0 20px;
}

ul#navTop a
{
	display: block;
	width: 140px;
	height: 55px;
	padding-top: 58px;
	color: #333333;
	text-decoration: none;
	text-shadow: 1px 1px #FFF;
}

ul#navBottom a
{
	color: #000;
	text-decoration: none;
}

ul#navTop a:hover
{
	color: #4891DC;
}

ul#navBottom a:hover
{
	color: #FFF;
}

ul#navTop a.active
{
	background: url(../images/bg_tab.png) bottom center no-repeat;
	color: #655c52;
	text-shadow: 1px 1px #FFF;
}

div#content
{
	width: 980px;
	margin: 0 auto;
}

div#intro, div#lower
{
	overflow: hidden;
}

div#welcome
{
	background: url(../images/welcome.png) no-repeat;
	height: 55px;
}

div.heading div.word
{
	font-size: 3.3em;
	float: left;
	width: 25%;
	overflow: hidden;
	height: 55px;
	text-shadow: 1px 1px #FFF;
}

div.heading p
{
	font-size: 1.4em;
	text-align: left;
	float: right;
	width: 75%;
	line-height: 1.2em;
}


div.roundBox_l
{
	width: 975px;
	height: 244px;
	background: url(../images/bg_roundbox_white.png) no-repeat;
}

div.roundBox_top
{
	width: 975px;
	height: 15px;
	background: url(../images/bg_roundbox_white_top.png) no-repeat top center;
}

div.roundBox_mid
{
	width: 975px;
	background: url(../images/bg_roundbox_white_mid.png) repeat-y center;
	overflow: hidden;
}

div.roundBox_mid .content
{
	padding: 15px;
	overflow: hidden;
}

div.roundBox_bottom
{
	width: 975px;
	height: 15px;
	background: url(../images/bg_roundbox_white_bottom.png) no-repeat bottom center;
}

div#featured div.roundBox_l
{
	padding: 20px 5px 5px;
	margin: 20px 0;
}

div#featured 
{
	overflow: hidden;
}

div#featured div.screenshot
{
	float: left;
	width: 65%;
}

div#featured img.screenshot
{
	width: 600px;
	height: 200px;
	border: 1px solid #000;
	margin: 0 auto;
}

div#featured div.description
{
	width: 30%;
	float: left;
	position: relative;
	height: 200px;
}

div#featured div.description p
{
	text-align: left;
	margin-bottom: 5px;
	line-height: 1.1em;
}

div#featured div.description p.feat
{
	font-size: 1.6em;
}

div#featured div.description p.projTitle
{
	font-size: 2em;
	color: #4891dc;
}

div#featured div.description p.projDesc
{
	font-size: 1.1em;
	line-height: 1.3em;
}

div#featured div.description a.learnMore
{
	position: absolute;
	bottom: 0;
	right: 0;
}

a.learnMore, a.learnMore:visited
{
	width: 100px;
	height: 18px;
	padding-top: 6px;
	background: url(../images/btn_blue_100x24.png) no-repeat;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-family: "Lucida Sans", Arial, Helvetica, Verdana, sans-serif;
	display: block;
}

a.learnMore:hover
{
	background: url(../images/btn_blue_100x24.png) 0 24px;
}

a.learnMore:active
{
	background: url(../images/btn_blue_100x24.png) 0 48px;
}

div#lowerSections
{
	overflow: hidden;
	clear: both;
	margin: 30px 0 20px;
}

div.lowerSection
{
	width: 33%;
	float: left;
}

div.lowerSection div.inner
{
	width: 265px;
	height: 265px;
	position: relative;
}

div#lowerSections div.left
{
	text-align: left;
	padding-left: 4px;
}


div#lowerSections div.middle
{
	text-align: center;
}

div#lowerSections div.middle div.inner
{
	margin: 0 auto;
}

div#lowerSections div.middle p
{
	text-align: left;
	margin: 10px auto;
}

div#lowerSections div.right
{
	text-align: right;
	padding-left: 4px;
	width: 32%;
}

div#lowerSections div.right div.inner
{
	margin: 0 0 0 auto;
}

div#lowerSections div.right p
{
	margin: 10px 0 10px auto;
}	

div.lowerSection img.imgLowerSection
{
	width: 265px;
	height: 110px;
	border: 1px solid #FFF;
}

div.lowerSection p
{
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 1.1em;
	line-height: 1.3em;
}

div.lowerSection a.learnMore
{
	position: absolute;
	bottom: 0;
	right: 0;
}

div#resume
{
	width: 90%;
	margin: 20px auto;	
}

table.resume
{
	width: 100%;
	line-height: 1.3em;
	font-size: 1.1em;
}



table.resume td.org
{
	text-align: left;
	font-weight: bold;	
}

table.resume td.info
{
	text-align: right;	
}

table.resume tr.details td
{
	padding-bottom: 20px;	
}

table.resume tr.details p
{
	text-align: left;
	font-style: italic;
}

h2.about
{
	font-size: 1.5em;
	text-align: left;
	margin: 10px 0 10px 0;
}

hr.divider
{
	width: 100%;
	color: #FFF;
	height: 1px;
	background: #FFF;
	border: none;
}

div.portfolioOverviewRow
{
	overflow: hidden;
	margin: 20px auto 40px;
}

div.portfolioOverviewRow div.portProject
{
	width: 25%;
	height: 323px;
	float: left;
	background: url(../images/bg_roundbox_white_sm.png) center no-repeat;
}

div.portfolioOverviewRow div.portEmpty
{
	width: 25%;
	height: 323px;
	float: left;
	background: none;
}

div.portProject img.portPreview
{
	margin: 15px auto;
	border: 1px solid #000;
	width: 195px;
}

div.portInner
{
	width: 90%;
	height: 310px;
	margin: 0 auto;
	position: relative;
}

div.portInner h3
{
	font-size: 1.5em;
	color: #4891DC;	
}

div.portInner h3, div.portInner p
{	
	text-align: left;
	padding: 2px 12px;
}

div.portInner p
{
	font-size: 1.1em;
	line-height: 1.2em;
}

div.portInner a.learnMore
{
	position: absolute;
	bottom: 0px;
	right: 12px;	
}

div#portfolioDetail
{
	overflow: hidden;
	margin: 30px 0;
}

div#portfolioDetail h2
{
	font-size: 1.5em;	
}

div.portGallery
{
	float: left;
	width: 50%;
}

div.portImage
{
	width: 50%;
	*width: 49%;
	float: left;
	margin: 0 0 20px;
	text-align: center;
}

div.portImage a
{
	border: 3px solid #d0cfa8;
	width: 200px;
	height: 120px;
	display: block;
	margin: 0 auto;
}

div.portImage a:hover
{
	border: 3px solid #5384AD;
}

div.portGallery p
{
	text-align: center;
}

div.portDescription
{
	float: right;
	width: 50%;
	text-align: left;
}

div.portDescription p,
div.portDescription ul
{
	font-size: 1.1em;
	margin: 20px 0;
	line-height: 1.2em;
}

div.portDescription ul
{
	padding: 0 0 0 15px;	
}

div.portDescription li
{
	list-style: disc;
	padding: 0 0 0 5px;
	margin: 3px 0;
}


div.contact
{
	font-weight: bold;
	text-align: left;
	font-size: 1.3em;
}

div#footer
{
	min-height: 150px;
}

p#copyright
{
	margin: 0 auto;
	text-align: center;
	font-size: 1.1em;
	margin-top: 15px;
}