@charset "utf-8";
/* CSS Document */
/* Wrappers & Containers */
#page-wrapper {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	background-color: #35041E;
}
#content-wrapper {
	position: relative;
	float: left;
	width: 1024px;
	margin-top: 60px;
	background-color: #35041E;
	height: auto;
	left: 0px;
	text-align: left;
	background-image: url(/images/wrapperback.jpg);
}
.content-container img {padding-right: 1px;}
.category-container span.divider, .contact-container span.divider 
{padding: 0px 10px;}
.content-container, .contact-container 
{
	margin-top: 5px;
}
/* Containers */
/* Note: vertical scroll */
.intro-container {
	position: relative;
	width: 1024px;
	height: 640px;
	overflow-x: hidden;
	overflow-y:scroll;
	white-space: normal;
	text-align: left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-attachment: fixed;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
/* Note: Horizontal scroll */
.content-container {
	position: relative;
	float: left;
	width: 1024px;
	height: 630px;
	overflow-x: scroll;
	overflow-y:hidden;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	padding-bottom: 6px;
}
/* Note: Horizontal scroll */
.content-container02 {
	position: relative;
	float: left;
	width: 1016px;
	height: 640px;
	overflow-x: scroll;
	overflow-y:hidden;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
	margin-right: 4px;
	margin-left: 4px;
	background-image: url(/images/wrapperback.jpg);
}
/* Note: vertical scroll */
.client-container {
	position: relative;
	width: 1016px;
	height: 640px;
	overflow-x: hidden;
	overflow-y:scroll;
	white-space: normal;
	text-align: left;
	background-repeat: repeat;
	background-color: #260313;
	background-attachment: fixed;
	background-image: url(/images/wrapperback.jpg);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
/* Note: Null scroll */
.contact-container {
	position: relative;
	width: 1024px;
	height: 620px;
	overflow-x: hidden;
	overflow-y:hidden;
	white-space: normal;
	text-align: left;
	background-repeat: repeat;
	background-color: #260313;
	background-attachment: fixed;
	background-image: url(/images/wrapperback.jpg);
}
/* Note: Null scroll */
.disclaimer-container {
	position: relative;
	float: left;
	width: 1024px;
	height: auto;
	overflow-x:hidden;
	overflow-y:hidden;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	clear: both;
	visibility: inherit;
}
/* Text & Links */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	text-transform: none;
	color: E5C5CB;
	height: 120px;
}
a {
	text-decoration: none;
	font-weight: normal;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
a:hover {
	color: #E5C5CB;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.selected {
	color: #B99FA4;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.H00 {
	color: #E5C5CB;
	text-decoration: none;
	font-size: 16pt;
	font-weight: lighter;
}
.H01 {
	color: #E5C5CB;
	text-decoration: none;
}
.info {
	color: #604A51;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
.a-infolink {
	text-decoration: none;
	color: #604A51;
	font-weight: normal;
	font-size: 6pt;
	font-family: Arial, Helvetica, sans-serif;
}
.bio-text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-align: justify;
	text-transform: none;
	color: #FFFFFF;
	font-size: 10pt;
	text-decoration: none;
}
.bio-headline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-align: justify;
	text-transform: none;
	color: #FFFFFF;
	font-size: 10pt;
	text-decoration: none;
}
.small-text {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

