html, body {
	margin:0;
	padding:0;
	height:100%;
}
/* Reset Base Font Size */
body {
	font-size: 12px;
	background-image:url(../img/bg.jpg);
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
}
#wrap {
	width:1013px;
	padding-left:6px;
	padding-right:6px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	min-height:100%;
	background-image:url(../img/centerbg.png);
}
#main {
	margin:0px;
	float:left;
	width:740px;
}
#summary {
	font-family: 'Droid Sans', sans-serif;
	margin:0px;
	padding:20px;
	font-size:14px;
	background-color:rgb(211, 223, 238);
}
#welcome-text {
	font-family: 'Droid Sans', sans-serif;
	margin:0px;
	padding:20px;
	font-size:14px;
	background-color: #E9EDF3;
}
#profile-text {
	font-family: 'Droid Sans', sans-serif;
	margin:0px;
	padding:20px;
	font-size:14px;
	background-color: #E9EDF3;
}
#career {
	width:190px;
	float:left;
	
	margin-top:160px;
	
}
#careerbox {
	background-image:url(../img/careerbg.gif);
	padding-left:20px;
	padding-top:10px;
	height:150px;
	width:170px;
}
#pibox {
	background-image:url(../img/pibox.png);
	padding-left:20px;
	padding-top:10px;
	height:230px;
	width:170px;
}#chartbox {
	background-image:url(../img/pibox.png);
	padding-left:20px;
	padding-top:10px;
	height:320px;
	width:170px;
}
#projectbox {
	width:450px;
}
#projects {
	width:510px;
	float:left;
	margin-top:160px;
	margin-left:3px;
}
#projectscontent {
	padding-left:40px;
	
}
#titles1{
	margin-top:0px;
	width:740px;
	position:fixed;
	z-index:999;
	background:#FFF;
	border-bottom:#ccc;
	border-bottom-style:solid;
	border-bottom-width:thin;
}
#sidebar {
	height:100%;
	float:right;
	top:0px;
	margin-left:740px;
	background-image:url(../img/bg.png);
	width:273px;
	position:fixed;
}
#topmenu {
	height:217px;
	background:#1a4275;
}
#botmenu {
	height:430px;
	background:#d3dfee;
}
#credentials {
	margin-left:20px;
}
#profile {
	margin-top:56px;
	position:relative;
}
p.body {
	font-family: 'Droid Sans', sans-serif;
}
a {
	font-family: 'Droid Sans', sans-serif;
}
a img {
	border: none;
}
a:link {
	color:#444;
	text-decoration:none;
}
a:visited {
	color:#444;
	text-decoration:none;
}
a:active {
	color:#000;
	outline: none;
}
a:focus{
	-moz-outline-style: none;
	outline: none;
}
a:hover {
	color:#000;
}
a.bbq-current {
	color:#000;
	text-decoration: underline;
}
.navsublk {
	padding-left:20px;
	line-height:24px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
}
.navlk {
	padding-left:20px;
	text-decoration:none;
	font-weight: 400;
	font-size:13px;
}
#navlkinactive {
	line-height:30px;
	text-decoration:none;
}
#navlkselected {
	line-height:30px;
	color: #000;
	text-decoration:none;
	background:url(../img/leftarrow.png) left no-repeat;
}
.rollover {
	position:relative;
	top:0;
}
.main {
	font-family: 'Droid Sans', sans-serif;
	font-size:12px;
	line-height:17px;
}
p.selected {
	font-family: 'Droid Sans', sans-serif;
	font-size:12px;
	line-height:24px;
	text-decoration:underline;
	background-color:#f8f8f8;
}
.title {
	margin-top:17px;
	color: #333;
	text-decoration:none;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size:22px;
	line-height:18px;
}
.titlesub {
	color: #555;
	text-decoration:none;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size:14px;
	line-height:17px;
}
.site {
	text-decoration:none;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size:12px;
	line-height:0px;
	margin-left:20px;
}
.bolded {
	font-weight: bold;
}
.buttons {
	line-height:20px;
	margin-left:20px;
}
#buttons{
		line-height:20px;
	margin-left:20px;
}
.careertitle{
	font-size:15px;
	font-weight: 600;
}
#black {
	color: #000;
}
#white {
	color: #fff;
}
#blue{
	color: #d3dfee;
}
#gray {
	color: #555;
}
#caption {
	font-family: 'Droid Sans', sans-serif;
	font-size:12px;
	line-height:20px;
	color: #777;
	background-repeat: no-repeat;
	padding-left: 10px;  /* width of the image plus a little extra padding */
	display: block;
}
img.projectimg{
	border:solid;
	border-width:2px;
	border-color:#d3dde8;
}
#rightproject{
	float:right;
	width:140px;
}
#leftproject{
	float:left;
	width:140px;
}
#righttext{
	float:right;
	width:280px;
}
#lefttext{
	float:left;
	width:280px;
}
hr {
	color:#999;
}

