@charset "utf-8";
/* CSS Document */

html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}

a:link {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

a:active {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

a:visited {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.holder {
    width: 100%;
    height: 100%;
}

.bg_border {
	background-image: url(/images/bg_border.jpg); 
	width: 635px; 
	height: 596px;
}

.logo {
	background-image: url(/images/logo.jpg); 
	position: relative; 
	display: inline;
	float: left;
	width: 126px; 
	height: 62px; 
	margin: 25px 0 0 28px;
}

div.menu_wrapper { 
	z-index: 1000;
	float: right;
	display: inline;
	padding-top: 77px;
	padding-right: 27px;
}

div.menu_item { 
	position: relative; 
	clear: both;
}

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	font:normal 12px Myriad Pro;
	color: #FFFFFF;
	font-variant:small-caps
	z-index: 100;
	background-color: #706E4A;
	width: 139px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.anylinkcss a{
	display: block;
	color: #FFFFFF;
	padding: 0;
	text-decoration: none;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #A3A46A;
	color: white;
}

.home_flash {
	background-image: url(/images/bg_home_flash.jpg); 
	display: inline;
	clear: both;
	float: left;
	width: 580px; 
	height: 480px; 
	margin: 0 0 0 28px;
}

.home_flash_movie {
	display: inline;
	float: left;
	width: 537px; 
	height: 437px; 
	margin: 23px 0 0 23px;
}

.header_image {
	background-image: url(/images/bg_header.jpg); 
	display: inline;
	float: left;
	width: 580px;
	height: 135px;
	margin: 0 0 0 28px;
}

.header_image_in {
	display: inline;
	float: left;
	width: 534px;
	height: 100px;
	margin: 25px 0 0 23px;
}

.header_bg {
	background-image: url(/images/bg_body.jpg); 
	display: inline;
	float: left;
	width: 580px;
	height: 310px;
	margin: 0 0 0 28px;
}

.header_clients_client_bg {
	background-image: url(/images/bg_client_header.jpg); 
	display: inline;
	float: left;
	width: 580px;
	height: 89px;
	margin: 0 0 0 28px;
}

.header_client_bg {
	display: inline;
	float: left;
	width: 580px;
	height: 60px;
	margin: 0 0 0 28px;
}

.header_title_clients {
	display: inline;
	float: left;
	width: 414px;
	height: 25px;
	margin: 20px 0 0 20px;
}

.header_title_client_name {
	display: inline;
	float: left;
	width: 380px;
	height: 24px;
	margin: 37px 0 0 35px;
}

.client_bg {
	display: inline;
	float: left;
	margin: 0 0 0 28px;
}

.clients_client_logo {
	display: inline;
	width: 132px;
	height: 127px;
}

.clients_client_logo_details {
	display: inline;
    float: right;
	width: 132px;
	height: 127px;
	margin: -10px 45px 0 0;
}

.before_bg {
	background-image: url(/images/bg_before.jpg); 
	display: inline;
	float: left;
	width: 269px;
	height: 194px;
	margin: 0 0 0 48px;
}

.after_bg {
	background-image: url(/images/bg_after.jpg); 
	display: inline;
	float: left;
	width: 269px;
	height: 194px;
	margin: 0 0 0 1px;
}

.before_img {
	display: inline;
	float: left;
	width: 253px;
	height: 151px;
	margin: 9px 0 0 9px;
}

.after_img {
	display: inline;
	float: left;
	width: 253px;
	height: 151px;
	margin: 9px 0 0 8px;
}

.header_text {
	font-size: 10pt;
	font-family: "Arial Narrow", Arial;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	float: left;
	width: 470px;
	margin: 20px 0 0 35px;
}

#mycustomscroll {
	font-size: 10pt;
	font-family: Arial;
	text-align: justify;
	color: #FFFFFF;
    /* Typical fixed height and fixed width example */
    width: 500px;
    height: 250px;
    overflow: auto;
	float: left;
    /* IE overflow fix, position must be relative or absolute*/
    position: relative;
	margin: 5px 0 0 30px;
    padding: 5px 15px 5px 5px;
}

#myclientscustomscroll {
	font-size: 10pt;
	font-family: Arial;
	text-align: justify;
	color: #FFFFFF;
    /* Typical fixed height and fixed width example */
    width: 550px;
    height: 400px;
    overflow: auto;
	float: left;
    /* IE overflow fix, position must be relative or absolute*/
    position: relative;
	margin: 0 0 0 10px;
    padding: 5px 5px 5px 5px;
}

#clientdetailscustomscroll {
	font-size: 10pt;
	font-family: Arial;
	text-align: justify;
	color: #FFFFFF;
    /* Typical fixed height and fixed width example */
    width: 540px;
    height: 163px;
    overflow: auto;
	float: left;
    /* IE overflow fix, position must be relative or absolute*/
    position: relative;
	margin: 5px 0 0 20px;
    padding: 0 15px 0 0;
}

#clientdetailsfullcustomscroll {
	font-size: 10pt;
	font-family: Arial;
	text-align: justify;
	color: #FFFFFF;
    /* Typical fixed height and fixed width example */
    width: 540px;
    height: 380px;
    overflow: auto;
	float: left;
    /* IE overflow fix, position must be relative or absolute*/
    position: relative;
	margin: 5px 0 0 20px;
    padding: 0 15px 0 0;
}

div.signature { 
	z-index: 1000;
	float: right;
	display: inline;
	width: 580px; 
	height:41px;
	padding-right: 27px;
}

div.form_contact {
	background-image: url(/images/bg_contact_form.jpg); 
	display: inline;
	float: left;
	width: 580px; 
	height:480px;
	margin: 0 0 0 28px;
}

.form_header {
	font-size: 10pt;
	font-family: "Arial Narrow", Arial;
	font-weight: bold;
	text-align: left;
	float: left;
	text-transform: uppercase;
	width: 470px;
	margin: 35px 0 0 60px;
}

.form_field_title {
	font-size: 8pt;
	font-family: "Myriad Pro", "Arial Narrow", Arial;
	color: #FFFFFF;
	text-align: right;
	float: right;
	text-transform: uppercase;
	width: 100px;
	margin: 5px 10px 1px 0;
}

.form_field_input {
	font-size: 10pt;
	font-family: Arial;
	text-align: left;
	float: left;
	width: 250px;
	border: 1px dotted #000000;
	margin: 0 0 0 0;
}

.form_field_td {
	padding: 25px 0 0 0;
}

#form_field_submit {
	font-size: 11pt;
	font-family: "Myriad Pro", "Arial Narrow", Arial;
	font-weight: bold;
	text-align: right;
	color: #000000;
	text-transform: uppercase;
	border: 0px;
	background-color: #848458;
	margin: 10px 0 0 0;
}

.form_contact_info {
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	text-align: left;
	float: left;
	color: #FFFFFF;
	width: 300px;
	margin: 0 0 0 60px;
}

.header_contact_text {
	font-size: 10pt;
	font-family: "Arial Narrow", Arial;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	float: left;
	width: 225px;
	height: 9px;
	margin: 40px 0 0 40px;
}

.scrollgeneric {
    line-height: 1px;
    font-size: 1px;
    position: absolute;
    top: 0; left: 0;
}

.vscrollerbase {
    width: 10px;
    background-color: #C6C692;
}
.vscrollerbar {
    width: 10px;
    background-color: #706E4A;
}
.hscrollerbase {
    height: 10px;
    background-color: #C6C692;
}
.hscrollerbar {
    height: 10px;
    background-color: #706E4A;
}

.scrollerjogbox {
    width: 10px;
    height: 10px;
    top: auto; left: auto;
    bottom: 0px; right: 0px;
    background-color: gray;
}

div.disclaimer {
	font-size: 8pt;
	font-family: Arial;
	color: #FFFFFF;
	margin-bottom: 10px;
}
