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


/* ====== global styles ====== */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #4d4d4d;
	margin: 0;
	padding: 0;
}


p, h1, h2, h3, h4, li {
	margin: 1ex 1em;	
}

table {
	margin: 0;
	padding: 0;
	text-align: left;
}

tr, td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}



/* ====== outter table ====== */

#outterTable {
	margin: 0 auto;
	width: 922px;
	border: none;
}


/* ====== header ======*/

td#logoCell {
	width: 320px;
	margin: 0;
	padding: 20px 0 30px 0;
}

#logoCell a {
	border: none;	
	outline: none;
}

#logoCell img {
	border: none;	
}

td#logoCellContact {
	width: 320px;
	margin: 0;
	padding: 20px 0 27px 0;
}

#logoCellContact a {
	border: none;	
}

#logoCellContact img {
	border: none;	
}

td#spacer img {
	border: none;
	padding: 0px;
	margin: 0px;	
}

td#midCell {
	width: 301px;	
}



td#navCell {
	width: 301px;
	text-align: right;
	padding-right: 18px;
	padding-top: 70px;
}

#navCell a {
	padding-left: 10px;
	border: none;
	color: #333333;
	text-decoration: none;
	font-size: 13px;
	outline: none;
}

#navCell a:hover {
	color: #4ca0cc;	
}

#navCell a:active {
	color: #4ca0cc;	
}

#navCell a:visited {
	text-decoration: none;
}

#navCell div {
	margin-right: 18px;
	text-align: right;
	padding-top: 65px;
}

td#rule1 {
	width: 922px;	
}

#contactCell {
	text-align: right;
	padding: 30px 18px 0px 0px;
}

#contactCell a {
	border: none;
	color: #333333;
	text-decoration: none;
	font-size: 13px;
	outline: none;
}

#contactCell a:hover {
	color: #4ca0cc;	
}

#contactCell div {
	padding-top: 10px;	
}

/* ====== content area ====== */

#sectionTitle div {
	color: #747474;
	font-style: italic;
	padding-top: 10px;
	padding-left: 18px;
	font-size: 16px;
}

#largeImage div {
	padding-left: 18px;
	padding-top: 40px;
}

td#largeImage div a {
	border: none;
	text-decoration: none;
	outline: none;
}

td#largeImage div img {
	border: none;	
}

td#thumbCell {
	width: 285px;
	padding-top: 40px;
}

td#thumbCell a {
	outline: none;
}

td#smallThumbCell {
	width: 885px;
	height: 93px;
	padding-top: 40px;
}

td#smallThumbCell a {
	outline: none;
}

td#smallThumbCell2 {
	width: 885px;
	height: 93px;
	
}

td#smallThumbCell2 a {
	outline: none;
}

td#smallThumbCell2 img {
	border: none;	
}



td#smallThumbCell img {
	border: none;	
}



td#bodyText {
	padding: 0px 0px 0px 18px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #747474;
}

td#resumeText {
	padding: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #747474;
}

#workLink a {
	padding-left: 18px;
	border: none;
	color: #333333;
	text-decoration: none;
	font-size: 13px;
	outline: none;
}

#workLink a:hover {
	color: #4ca0cc;	
}

#workLink a:active {
	color: #4ca0cc;	
}

#workLink a:visited {
	text-decoration: none;
}

#resumeText a {
	border: none;
	color: #333333;
	text-decoration: none;
	font-size: 13px;
	outline: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#resumeText a:hover {
	color: #4ca0cc;	
}

#sectionTitle a {
	border: none;
	color: #333333;
	text-decoration: none;
	font-size: 13px;
	outline: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}

#sectionTitle a:hover {
	color: #4ca0cc;	
}

