/* -------------------------------------------------------------------------------- STRUCTURE & FONTS */

td#brownbg {
	background: #616054;
	width: 225px;
	}

#welcomeheader {
	margin: 15px 0 0 27px;
	font-family: 'trebuchet ms', arial, verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B0C4DE;
	}

#welcome { /* intro description in left frame of index */
	margin: 10px 28px 5px 25px;
	padding: 0;
	color: #ffffff;
	font-family: 'trebuchet ms', arial, verdana, sans-serif;
	font-size: 13px;
	}

#welcomebody { /* right frame of index */
	background: #ffffff;
	padding: 6px 0px 40px 25px;
	border: 0px solid #d3d3d3;
	}

#headline { /*titles for each page link on right frame of index */
	padding: 3px 0px 3px 0px;
	margin: 10px 0px 5px 0px;
	width: 230px;
	font-family: Helvetica, Arial, sans-serif;
	background: url('images/fadeline.gif') no-repeat bottom left;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 110%;
	border: 0px solid #d3d3d3;
	}

#blurbs { /* description of each page on index */
	width: 210px;
	height: 69px;
	padding: 0;
	margin: 0;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	color: #000000;
	border: 0px solid #000000;
	}

#hline {
	width: 554px;
	height: 20px;
	background: url('images/hline.gif') repeat-x center left;
	}

#vline {
	width: 14px;
	height: 100%;
	background: url('images/vline.gif') repeat-y top left;
	}

.float-right {
	float: right;
	width: 16em;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 0px;
	border-bottom-style: dashed;
	border-top-style: dashed;
	border-left-style: dashed;
	border-bottom-color: #336699;
	border-top-color: #336699;
	border-left-color: #336699;
	background-image: url('images/tile-box.gif');
	padding-top: 10px;
	margin: 10px;
	padding-right: 7px;
	padding-left: 10px;
	padding-bottom: 5px;
	}

.image {
	float: right;
	border: 1px;
	border-style: solid;
	border-color: #000000;
	background-image: url(tile-box.gif);
	margin: 10px;
	padding: 5px;
	}

#curve {
	height: 204px;
	padding: 15px 0 0 60px;
	border: 0px solid #cccccc;
	background: url('images/curve.gif') no-repeat bottom left;
	}

/*-------------------------------------------------------------------------------------------- NAV BAR 
tabs modified from christopher ware's Free CSS Navigation Menu Designs at http://www.exploding-boy.com/2005/12/15/free-css-navigation-designs/  */

#tabs {
      float:left;
      width: 742px;
      background: #ffffff;
      text-align: left;
      }

#tabs ul {
	margin: 0;
	padding: 5px 10px 0 10px;
	list-style: none;
	}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#tabs a {
	float: left;
	background: url("images/tableft.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
      }

#tabs a span {
	float: left;
	display: block;	
	background: url("images/tabright.gif") no-repeat right top;	
	padding: 2px 9px 2px 5px;
	color: #595959;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}


/* End IE5-Mac hack */
#tabs a:hover span {color: #f5f5f5;}

#tabs a:hover {
	background-position:0% -22px;
      }

#tabs a:hover span {
	background-position:100% -22px;
	color: #f5f5f5;
      }

#tabs span.here {
	float: left;
	background: url("images/tableft-here.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
      }

#tabs span.here a {
	float: left;
	display: block;	
	background: url("images/tabright-here.gif") no-repeat right top;	
	padding: 2px 9px 2px 2px;
	color: #000000;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}

/* ---------------------------------------------------------------------------------- FONTS & COLORS */

.bodytext {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.header {
	font-size: 16px;
	font-weight: bold;
	color: #003333;
	text-align: center;
	margin: 15px 0 0 0;
	}

.org-header {
	color: #FF6600;
	font-size: 14px;
	font-weight: bold;
	}

.org-header-small {
	color: #FF6600;
	font-size: 12px;
	}

.sub-header {
	color: #336666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	}

.box-header {
	font-size: 12px;
	font-weight: bold;
	color: #336666;
	}
.box-list {
	margin-left: -1em;
	list-style-position: outside;
	list-style-type: disc;
	}

#resume td {
	border: 1px solid #d3d3d3;
	width: 206px;
	padding: 5px 3px 5px 10px;
	margin: 0;
	}

#leftnavbar {
	width: 150px;
	background: #f5f5f5;
	color: #595959;
	text-align: center;
	}

/* ---------------------------------------------------------------------------------- LINKS */
a:link {
	color : #006699;
	text-decoration: underline;
	}

a:visited {
	color : #004A6F;
	text-decoration: underline;
	}

a:hover {
	color : #006699;
	text-decoration: none;
	}

a:active {
	color : #006699;
	text-decoration: none;
	}

#headline a {
	text-decoration: none;
	color: #696969;
	}

#headline a:visited {
	text-decoration: none;
	color: #696969;
	}
#headline a:hover {
	text-decoration: none;
	color: #125068;
	}

#headline a:active {
	text-decoration: none;
	color: #125070;
	}

.sub-header a:link {
	color: #336666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	}

.sub-header a:visited {
	color: #336666;
	text-decoration: underline;
	}

.sub-header a:hover {
	color: #696969;
	text-decoration: none;
	}

.sub-header a:active {
	color: #336666;
	}

#modules {
	padding: 8px 0 15px 0;
	}

#modules a {
	text-decoration: none;
	color: #006699;
	}

#modules a:hover {
	text-decoration: underline;
	color: #006699;
	}

a.leftnav {
	color: #FF9900;
	text-decoration: none;
	font-size: 11px;
	padding: 10px 0 0 0;
	}

a.leftnav:visited {
	color: #FF6600;
	}

a.leftnav:hover{
	color: #FF6600;
	text-decoration: underline;
	}

a.leftnav:active {
	color: #FF6600;
	}



/* -------------------------------------------------------------------------------------- FOOTER  */
.footer-info {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	}
.footer-links {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #B2D5E3;
	}

a.footer:link {
	color : #B2D5E3;
	text-decoration: underline;
	font-size: 11px;
	}

a.footer:visited {
	color : #B2D5E3;
	text-decoration: underline;
	font-size: 11px;
	}

a.footer:hover {
	color : #B2D5E3;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	}

a.footer:active {
	color : #B2D5E3;
	text-decoration: none;
	font-size: 11px;
	}