﻿/* CSS Document */

h1, h2, h3, h4, h5, h6  {
	font-weight: bold;
}

body {
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
	background-color: #E1E1E1;
	font-family: segoe ui, arial, helvetica, sans-serif;
}

.red_bar {
	background-image: url(../images/navbg.jpg);
	height: 45px;
}

#nav  {
	height: 45px;
	color: #fff !important;
	padding-left: 10px;
}

#nav ul  {
	padding: 0;
	line-height: 45px;
	margin: 0px;
}

#nav ul li  {
	display: inline;
	margin: 0 24px 0 0;
	_margin-right:23px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#nav ul li a  {
	color: #fff;
	font-size:14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 45px;
	padding:3px;	
}

#nav ul li a.selected  {
	color: #333333;
	background-color: #ffffff;	
}

#nav ul li a:hover, #nav ul li a:active {
	color: #cccccc;	
}

.white_bg {
	background-color: #ffffff;
	padding: 20px;
}

#thumbwrapper {
	border: 1px solid #cccccc;
	width: 330px;
}

#thumbdescription {
	padding: 3px 0px 3px 3px;
	font-size: 11px;
	color: #999999;
	width: 335px;
	height: 25px;
}

#thumbdescription a {
	color: #AC1C1B;
	text-decoration: none;
}

#thumbdescription a:hover, #thumbdescription a:active {
	text-decoration: underline;
}

.thumb {
	border: 3px solid #ffffff;
}

.cathead {
	background-color: #AC1C1B;
	padding: 3px 3px 3px 5px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.catitem {
	background-color: #EEEEEE;
	border-bottom: 1px solid #dddddd;
	padding: 3px 3px 3px 8px;
	font-size: 12px;
}

.catitem a {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

.catitem a:hover, .catitem a:active {
	color: #666666;
}

#resume_wrapper 
{
    font-family: Garamond, Times New Roman, Serif;
}

#head_wrapper 
{
    text-transform: uppercase;
    border-bottom: solid 1px #333333;
}

