@charset "utf-8";
/** base.css contains the reset to even out cross-browser display**/
@import "base.css";
/** helpers.css contains helper classes - documentation: http://cssquik.com/docs **/
@import "helpers.css";
/** columns.css contains the column styles **/
@import "columns.css";
/** Style like you normally would. **/
html {
	background:url(../images/bkgd2.jpg) repeat-x #00152e top left;
	text-align:center;
	overflow: auto;
}
body {
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}
.wrapper {
	width:800px;
	margin:0 auto;
	padding:20;
	word-wrap: break-word;
}
.top_margin {
	height:20px;
}
h1 {
	font-size:200%;
}
h2 {
	font-size:175%;
}
h3 {
	font-size:150%;
}
h4 {
	font-size:125%;
}
h5 {
	font-size:100%;
}
#header {
	height:93px;
	background:url(../images/banner9.png) no-repeat center center;
  text-align:left;
}
#header #logo {
	height:90px;
	text-align:left;
    float:left;
	margin:0;
    padding-left:30px;
}
#header #logo h1{
	text-align:left;
}
#header #logo a {
	width:400px;
	height:90px;
	padding:0;
	display:block;
	margin:0 auto;
	text-indent:-5000px;
	/** background:url(../images/logo.png) no-repeat left center;*/
	background:url(../images/logo_7.png) no-repeat left;
	
}
#top-content{
    width:100%;
    background:url(../images/top_bkg.png)  repeat-x #00152e top left;
	height:200px;
}

#top-content-left{
    float:left;
    width:475px;
	height:100%;
}
#top-content-right{
    width:325px;
	margin-left:475px;
    background: transparent url(../images/vertical_separator.gif) no-repeat scroll 100% 50%;
	height:100%;
}
#main-content {
	overflow:auto;
	background-color:#FFFFFF;
}
.nav {
	line-height: 40px;
}
.two .menu {
	margin:20px 0;
}
.three .menu {
	margin:25px 0;
	text-align:center;
}
.menu li {
	height: 40px;
	line-height: 40px;
	width: 150px;
	padding:0 0 0 0;
	background-image: url(../images/main-nav-button.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-align: center;
}
#column-one .menu li {
	width:100%;
}
.menu li a {
	color: #001444;
	font-weight:bold;
}
#column-three p {
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
}
#footer {
	text-align:left;
	height:350px;
	margin-bottom:10px;
	color:#FFFFFF;
	background:url(../images/foot_bkg2.png) no-repeat center center;
}
#footer a {
  color:#679EF1;
	text-decoration:none;
}
#footer a:hover {
    color:#FF8C00;
	text-decoration:none;
}
#foot-column-one{
    float:left;
    width:30%;
	height:100%;    	
	color:#FFFFFF;
}

#foot-column-one a{
  color:#1092C6;
}

#foot-column-two{
  float:left;
  width:30%;
	height:100%;    
}

#foot-column-two a{
  text-decoration:underline;
}

#foot-column-three{
    float:left;
    width:40%;
	height:100%;    
}

.clear {
	clear:both;
}
.ext-profile {
  margin:0px 0px 10px 0px;
  color:#FFFFFF;
}
.ext-text {
  padding-left:10px;
  font-weight:bold;
}

.ext-img {
  vertical-align:middle;
}

.inner-div {
  padding:5px;
}

.cv-inner-div {
  padding-left:20px;
}

.inner-top-content-div {
  height:190px;
  padding:0 5px;
}

.g80{ 
  background-color:#000;
  height:70px;
  text-align: center;
  }
  
#footer .clear{ 
  height:10px; 
}

.project {
	border:1px solid #a3a09e;
	margin-bottom:10px;
	position:relative;
    background:none; background-color:#e2dddc; 
	overflow:hidden;
	width:780px;
}
.pro-img {
   float:left;
   width:190px;
   height:100%;   
   vertical-align: middle;

  }
  
  .pro-img img {
    text-align:center;
  }
 .proj-txt { 
    width:580px;
	margin-left:190px;
	height:100%;
	vertical-align: middle;
  }
.ribbon {
	position:absolute;
	top:-3px;
	right:-3px;
}

.text_block {
	font-size:16px;
	padding:10px 0;
}

/***************OVERRIDES******************/
#tabs-1, #tabs-2, #tabs-3 {
  padding:5px;
  font-size:14px;
  font-weight:200;
}
.j {
  background-image:url(../images/j1.jpg);
  background-repeat:no-repeat;
	display:inline;
	margin:0 auto;
	text-indent:-5000px;
}

.ext-link{
  color:#FFF;
}
.textmiddle {vertical-align:middle;} 

.verticaltext{
font: bold 13px Arial;
position: absolute;
right: 3px;
top: 20px;
width: 15px;
writing-mode: tb-rl;

.contentwidth
{
	width:750px;
	margin:0 auto;
}

