@charset "utf-8";

.web_table1 {
	width: 201px;
	text-align: center;
	vertical-align: top;
	padding-bottom: 2px;
}
.webimg {
	border: 4px solid #777777;
}
a:hover .webimg, a:active .webimg {
	border: 4px solid #333333;
}
.web_table2 {
	text-align: right;
	vertical-align: top;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #999999;
}
.web_table3 {
	text-align: right;
	vertical-align: top;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #555555;
}
a.sublink:link, a.sublink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #999999;
	text-decoration: none;
}
a.sublink:hover, a.sublink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #555555;
	text-decoration: underline;
}
a.content_large:link, a.content_large:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0943b7;
	font-weight: bold;
	text-decoration: none;
}
a.content_large:hover, a.content_large:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
.content_subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #757575;
}
a.content_subtext:link, a.content_subtext:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0943b7;
	text-decoration: none;
}
a.content_subtext:hover, a.content_subtext:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #757575;
	text-decoration: underline;
}

/* ********** CONTACT FORM ********** */

#contactform {
	margin: 0px;
}
.contact_required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #990000;	
}
.name_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-align: left;
	width: 200px;
}
.comments_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	height: 150px;
	text-align: left;
	width: 480px;
}
.button_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #0943b7;
	text-align: center;
	width: 200px;
}
.mainbreak {
	background-color: #f1f1f1;
	height: 20px;
	width: 100%;
}
.formbreak {
	background: url(images/contact_break.jpg) repeat-x left 10px;
}
.formerror {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #990000;
	font-weight: bold;
}

/* ********** RESUME ********** */

.resumetitle {
	background-color: #f1f1f1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #454545;
	display: block;
	padding: 4px;
}
.resumehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #0943b7;	
}
.resumebreak {
	background: url(images/contact_break.jpg) repeat-x left 0px;
	display: block;
	height: 11px;
}
.resumelist {
	list-style-type: square;
	margin-left: 0px;
	padding-left: 15px;
}