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

/* General Layout
------------------------------------------------- */
body {
background-image: url(Portals/0/images/repeat_bg.jpg); background-repeat: repeat-x;
background-color: white;
text-align: center;
font-family:"Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
color:gray;
font-weight:lighter;
line-height:1.5em;
margin: 0;
padding: 0;
height: 100%;
}

html {height: 100%;}

img { border:0; }

/* 'content area' boxes */

#container {
	background: #fff;
	border-right: 0px solid #0088C2;
	border-left: 0px solid #0088C2;
	border-bottom: 0px solid #0088C2;
	padding:0px 0 0;
	width: 900px;
	min-height:100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-family:inherit;
	color:gray;
}

#wrap_image {
	height: 270px;
}

#wrap_left_col {
	float: left;
	padding: 0;
	margin: 0px 0px 0px 20px;
	width: 450px;
	font-family:inherit;
}

#wrap_right_col {
	float: left;
	padding: 0;
	margin: 20px 0px 0px 15px;
	width: 380px;
	border-left: 1px dotted #999;
	font-family:inherit;
}

#top_textbox{
	float: right;
	height: 97px;
	margin: 0px 70px 0px 509px;
	padding:0px;
	position: absolute;
	width: 350px;
	top: 50px;
}

#top_name {
	background-image:url(Portals/0/images/ch_header900.jpg);
	background-repeat: no-repeat;
	height: 270px;
	margin:0px;
	position: relative;
}

#logo_image {
	margin: 0px;
	padding: 20px 0px 0px 10px;
	height: 126px;
	width:228px;
}

#button_home {
	margin: 105px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	position: absolute;
	height: 27px;
	width:185px;
}

#button_process {
	margin: 105px 0px 0px 230px;
	padding: 0px 0px 0px 0px;	
	position: absolute;
	height: 27px;
	width:185px;
}

#button_about {
	margin: 105px 0px 0px 460px;
	padding: 0px 0px 0px 0px;	
	position: absolute;
	height: 27px;
	width:185px;
}

#button_contact {
	margin: 105px 0px 0px 690px;
	padding: 0px 0px 0px 0px;	
	position: absolute;
	height: 27px;
	width:185px;
}

#wrap_quote {
	background-image:url(Portals/0/images/quote1.gif);
	background-repeat:no-repeat;
	margin: 20px 10px 0px 0px;
	height: 180px;
	width: 450px;
	position:relative;
	float: left;
	padding: 0;
	z-index: 1;
}

#main_image {
	height: 270px;
	position:absolute;
	width: 900px;
}

#case_image {
	border-style:hidden;
	border-color:#DCE5ED;
}

#info_box {
	font-family:inherit;
	position:relative;
	margin: 0px 0 0;
	color:inherit;
}

#quote_box {
	margin: 25px 20px 0px 50px;
	width: 300px;
	float: left;
	font-family: inherit;
	position: relative;
}

#intro_text_box {
	margin: 0px 0px 0px 0px;
	width: 450px;
	float: left;
	padding: 0;
	font-family: inherit;
	position: relative;
	font-size: 16px;
	color:#333333;
	line-height:1.8em;
}


#right_text_box {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	float: left;
	padding: 0px 0px 0px 20px;
	position:relative;
	margin: 10px 0px 0px 0px;
	color:inherit;
	width: 380px;
}

/* CONTENT STYLES */

#quote_box h4 {
	margin:0px 0px 0px 0px;
	font-family: inherit;
	font-size:24px;
	line-height:1.2em;
	color:#f90;
	font-style: italic;
	font-weight:lighter;
}

#quote_box h2 {
	margin:0px 0px 0px 0px;
	font-family: inherit;
	color:#f90;
	font-style: italic;
	font-size:14px;
	font-weight:lighter;
}

#info_box h1 {
	font-weight:bold;
	color:inherit;
	font-size:12px;
	padding:0;
	margin:0px 0px 5px 0px;
}

#info_box h5 {
	font-weight:bold;
	color:inherit;
	font-size:18px;
}

#info_box h3 {
	font-weight:bold;
	font-style: italic;
	color:inherit;
	font-size:18px;
	padding:0;
	margin:40px 0px 10px 0px;
}

#info_box h3.red {
	color:#f00;
}
#info_box h3.yellow {
	color:#f90;
}

#info_box h3.cyan {
	color:#2997da;
}

#top_textbox h1, h2, h3, h4 {
	text-align:right;
	color: #fff;
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;	
}

#top_textbox h2{
	font-size:24px;
	padding: 0px;
	padding: 40px 0px 0px 0px;
}

#top_textbox h4{
	font-size:24px;
	padding: 0px;
	padding: 0px 0px 0px 0px;
}

#top_textbox h3{
	font-size:36px;
	padding: 50px 0px 0px 0px;
	line-height:0.8em;
}

#top_textbox h1{
	font-size:36px;
	padding: 20px 0px 0px 0px;
	line-height:1.0em;
}

/* Footer -for when I get around to making one
------------------------------------------------- */
#footer {
	margin: 0px 0px 0px 0px;
	position:relative;
	width: 450px;
	padding: 0 15px 10px 0px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	float: left;
}

#footer_box_home{
	margin: 240px 10px 0px 0px;
	width: 450px;
	float: left;
	padding: 0;
	font-family: inherit;
	position: relative;
}

#footer_box{
	margin: 20px 20px 0px 0px;
	width: 800px;
	float: left;
	padding: 0;
	font-family: inherit;
	position: relative;
}

/* Links
------------------------------------------------- */
/* General Site Links */
a:visited {
color: #00589B;
text-decoration: none;
}

a:active {
color: #00589B;
text-decoration: none;
}

a:link {
color: #00589B;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

/* Process Page specific
------------------------------------------------- */
#wrap_quote_process {
	background-image:url(Portals/0/images/quote_process_bg.jpg);
	background-repeat:no-repeat;
	margin: 20px 10px 0px 0px;
	height: 180px;
	width: 950px;
	position:relative;
	float: left;
	padding: 0;
	z-index: 1;
}

#quote_box_process {
	margin: 20px 20px 0px 50px;
	width: 800px;
	float: left;
	padding: 0;
	font-family: inherit;
	position: relative;
	color:inherit;
}

#quote_box_process h2 {
	font-family: inherit;
	font-size:16px;
	padding:0px;
	line-height:1.2em;
	color: inherit;
	text-align: left;
	font-style:normal;
	font-weight:lighter;
}

#quote_box_process h3 {
	font-family: inherit;
	font-size:24px;
	padding:0px;
	line-height:1.5em;
	color: inherit;
	text-align: left;
	font-style:normal;
	font-weight:lighter;
}

#quote_box_process h4 {
	font-family: inherit;
	font-size:32px;
	padding:0;
	margin:0px 0px 0px 0px;
	line-height:1.5em;
	color:#f90;
	font-weight:lighter;
	font-style: italic;
	text-align: left;
}

#quote_box_process h5 {
	font-family: inherit;
	font-size:16px;
	color:#f90;
	padding:0px;
	text-align: center;
	font-style:italic;
	font-weight:lighter;
}

#reference_box_process {
	margin: 20px 20px 0px 10px;
	width: 800px;
	float: left;
	padding: 0;
	font-family: inherit;
	position: relative;
	color:inherit;
}

#reference_box_process h2 {
	margin: 0px 0px 0px 0px;
	font-family: inherit;
	font-size:16px;
	line-height:1.2em;
	color: gray;
	text-align: left;
	font-style:normal;
	font-weight:lighter;
}

#reference_box_process h3 {
	font-family: inherit;
	font-size:24px;
	line-height:1.5em;
	color: gray;
	text-align: left;
	font-style:normal;
	font-weight:lighter;
}

#intro_box_process {
	margin: 0px 0px 0px 0px;
	width: 850px;
	float:left;
	padding: 0;
	font-family: inherit;
	position: relative;
	font-size: 16px;
	line-height:1.8em;
	color:#333333;
}

#spacer_process {
	margin: 0px 0px 0px 0px;
	width: 850px;
	float:left;
	padding: 0;
	font-family: inherit;
	color:inherit;
	position: relative;
	font-size: 16px;
	line-height:0.8em;
}

#phase_text_process {
	padding: 0px 0px 0px 20px;
	width: 665px;
	height: 150px;
	float:right;
	margin: 0px 0px 0px 0px;
	font-family: inherit;
	color:inherit;
	position: relative;
	font-size: 14px;
	line-height:1.2em;	
}

#phase_text_process h1{
	color:#f90;
	font-family: inherit;
	font-size: 24px;
	line-height:1.0em;	
}

#phase_text_process h2{
	color:gray;
	font-family: inherit;
	font-weight:lighter;
	text-align: left;
	font-size: 14px;
	line-height:1.4em;	
}

#phase_text_process h3{
	color:inherit;
	font-family: inherit;
	font-weight:lighter;
	font-style:normal;
	text-align: left;
	font-size: 14px;
	line-height:1.2em;	
}


/* About Page specific
------------------------------------------------- */

#wrap_quote_about {
	background-image:url(Portals/0/images/quote_about.gif);
	background-repeat:no-repeat;
	margin: 20px 10px 0px 0px;
	height: 160px;
	width: 850px;
	position:relative;
	float: left;
	padding: 0;
	z-index: 1;
}

#intro_text_about{
	margin: 10px 10px 10px 0px;
	width: 850px;
	float:left;
	color: inherit;
	position: relative;
}

#spacer_text{
	margin: 0px 0px 0px 0px;
	width: 900px;
	float:left;
	position: relative;
	line-height:1.0em;
}

#intro_text_about h1 {
	color:#f90;
	font-size: 24px;
	line-height:1.0em;	
}

#intro_text_about h2{
	color:#333333;
	font-family: inherit;
	font-weight:lighter;
	text-align: left;
	font-size: 16px;
	line-height:1.0em;	
}

#intro_text_about h3{
	color:gray;
	font-family: inherit;
	font-weight:lighter;
	text-align: left;
	font-size: 14px;
	line-height:1.2em;	
	font-style:normal;
}

#bio_text_about {
	margin: 10px 0px 0px 10px;
	width: 710px;
	height: 195px;
	float:right;
	padding: 0;
	font-family: inherit;
	color:inherit;
	position: relative;
	line-height:1.2em;	
}

#bio_text_about h1{
	color:#f90;
	font-family: inherit;
	font-size: 24px;
	line-height:1.0em;	
}

#bio_text_about h2{
	color:inherit;
	font-family: inherit;
	font-weight:lighter;
	text-align: left;
	font-size: 16px;
	line-height:1.0em;	
}

#bio_text_about h3{
	color:gray;
	font-family: inherit;
	font-weight:lighter;
	font-style:normal;
	text-align: left;
	font-size: 14px;
	line-height:1.2em;	
}

/* Contact Page specific
------------------------------------------------- */

#wrap_quote_contact {
	background-image:url(Portals/0/images/quote_contact_bg.jpg);
	background-repeat:no-repeat;
	margin: 20px 10px 0px 0px;
	height: 180px;
	width: 950px;
	position:relative;
	float: left;
	padding: 0;
	z-index: 1;
}


