* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	overflow: hidden;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #920D37;
	font: normal 62.5%/1 Arial, Verdana, Helvetica, sans-serif;
	color: #464646;
}

ol, ul {
	list-style: none;
	margin: 0px 5px 5px;
	padding: 5px 0px 10px 10px;
}

li {
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
:focus {
	outline: 0;
}
img {
	border: none;
}
img a {
	border: none;
}

p {
	line-height: 1.6em;
	padding: 0px 0 10px;
	margin: 0px 0 5px;
	font-size: 12px;
}

h2, h3, h4, h5 {
	font-family: "Times New Roman", Georgia, Times, serif;
}

h1 {
	color: #920D37;
	font-size: 20px;

	padding: 0px 0px 15px;
}

#content-right h1 {
	color: #920D37;
	font-size: 20px;
	padding: 0px 0px 5px;

}

#content-right h1 span {
	color: #8C8C8C;
	font-size: 20px;

	padding: 0px 0px 5px;
}

h3, h4, h5 {
	color: #484848;
	letter-spacing: 1px;
	padding: 10px 0px 15px;
}
h2 {
	font-size: 20px;
	color: #FF6600;
	padding: 10px 0px;
}
h2.portfolio {
	font-size: 20px;
	color: #FFFFFF;
	padding: 5px;
	margin: 0px 0px 10px;
	background-color: #920D37;
	display: block;
	font-weight: bold;
}
h2.portfolio a {
	color: #FFFFFF;
	text-decoration: none;
}
h2.portfolio a:hover {
	color: #FFFFE1;
	text-decoration: none;
}
h2.job {
	font-size: 18px;
	color: #FF6600;
	padding: 10px 0px;

}
h2.job span {
	font-size: 18px;
	color: #920D37;
	padding: 10px 0px;
}
h3 {
	font-size: 20px;
	font-style: italic;
}

h4, h5 {
	font-size: 16px;
	padding: 5px 0px;
	margin: 5px 0px 0px;
}

a {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#background {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
	overflow: visible;
	}


#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 20;
}

#content {
	background-color: inherit;
	color: inherit;
	margin-top: 25px;
	padding: 0pt;
	position: absolute;
	top: 0pt;
	width: 800px;
	font-size: 12px;
}

#header {
	height: 100px;
	width: 800px;
	background-image: url(../images/header-bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#logo {
	float: left;
	width: 300px;
	height: 100px;
}

#address {
	float: right;
	width: 475px;
	text-align: right;
	padding: 15px 0px 0px;
}

#address p {
	color: #727272;
}

#address p span{
	color: #3A3A3A;
	font-weight: bold;
	font-size: 18px;
}

#site-content {
	width: 800px;

}

#content-left {
	float: left;
	width: 425px;
	padding: 15px 0px 0px;
}

#content-right {
	float: right;
	width: 335px;
	padding: 15px 0px 0px;
}

.footnote {
	color: #920D37;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
}
.clearboth {
	clear: both;
	height: 1px;
	width: 100%;
}

.hidden {
	display: none;
}
.img-left {
	padding: 0px 10px 0px 0px;
	float: left;
}

body#job {
	background-color: #FFFFFF;
}
