/*
#d8d8d9 main border color gray/picture bckgrnd colo
#313b9b main header dark blue/Headline
#e8e8e8 sub nav link background highlight gray
#9a9ba2 sub nav text highlight gray
#7b7b7d body text
*/

body, div, ul, ol, li, h1, h2, h3, h4, h5, form, p, blockquote, td {
	margin: 0;
	padding: 0;
	font: 13px/1.4em arial,helvetica,clean,sans-serif; 
	/*font: 12px/1.4em "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;*/
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	/*color: #313b9b;*/
	color: #8b303f;
	margin: 0 auto 8px auto;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h4.cvr_hdr {
	margin: 5px 0 5px 0;
	padding: 0;
	padding-left: 14px;
}

h5 {
	font-size: 15px;
}

h5.main_hdr {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	line-height: 2em;
	background-color: #313b9b;
	margin: 1px 0;
	padding-left: 16px;
}

ol, ul {
	list-style: none;
}

p {
	margin: 0 0 10px 0;
}

table {
	border-collapse; collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

html {
	text-align: center;
}

body {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #d8d8d9;
}

/* Links */
a {
	color: #313b9b;
	text-decoration: none;
}

a:visited {
	color: #313b9b;
	text-decoration: none;
}

a:hover {
	color: #9a9ba2;
	text-decoration: underline;
}

/* Nav */
.nav_bucket {
	background-image: url('../images/bckgrnd_topnav.jpg');
	background-repeat: repeat-x;
	border-top: 1px solid #d8d8d9;
	border-bottom: 1px solid #d8d8d9;
	height: 26px;
}

#nav {
	margin: 0 0 0 50px;
	padding: 0;
	height: 26px;
}

#nav li {
	list-style: none;
	float: left;
	height: 26px;
	margin: 0;
	white-space: nowrap;
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
	border-right: 1px solid #d8d8d9;
}

#nav li#first_link {
	border-left: 1px solid #d8d8d9;
}

#nav a {
	color: #8b303f;
	text-decoration: none;
	display: block;
	padding: 0 8px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#nav a {float: none; }/* End */
	
#nav a:visited {
	color: #8b303f;
	text-decoration: none;
}

#nav a:hover {
	color: #7b7b7d;
	background-color: #f1f1f1;
	text-decoration: none;
}

#subnav_bucket {
	float: left;
	height: 253px;
	width: 266px;
	margin: 0;
	padding: 0;
	background-image: url('../images/bckgrnd_subnav.jpg');
	background-repeat: repeat-x;
	
}

#subnav_bucket a {
	color: #313b9b;
	font-weight: bold;
	text-decoration: none;
}

#subnav_bucket a:visited {
	color: #313b9b;
	text-decoration: none;
}

#subnav_bucket li:hover {
	background-color: #e8e8e8;
}

#subnav_bucket li#selected_sub {
	color: #7b7b7d;
	font-weight: bold;
	background-color: #e8e8e8;
}

#img_bucket {
	/*width: 503px;*/
	height: 253px;
	margin: 0 0 0 266px;
	background-color: #f1f1f1;
}

#img_bucket_cvr {
	height: 234px;
	margin: 0;
}

ul#sub_nav li {
	line-height: 2em;
	border-bottom: 1px solid #d8d8d9;
	padding-left: 15px;
}

.content_bucket {
	margin: 1px 0 0 0;
	padding: 0;
	border-top: 1px solid #d8d8d9;
}

*>.content_bucket {
	padding-top: 450px;
	min-height: 1px;
}

*>.content_bucket .main_bucket {
	margin-top: -450px;
}

* html .content {
	height: 450px;
}

#main_hdr_bucket {
	float: left;
	width: 250px;
	margin: 0;
	padding: 15px 0 0 15px;
	line-height: 1.5em;
}

#content_txt {
	width: 488px;
	margin: 0 0 0 266px;
	padding: 15px 0 15px 0; 
}

#content_txt p {
	line-height: 1.7em;
}

#content_txt_jobmyth {
	width: 488px;
	margin: 0 0 0 266px;
	padding: 15px 0 15px 0; 
}


#content_txt_jobmyth p {
	line-height: 1.7em;
	margin: 0 0 5px 0;
}

#content_txt_jobmyth p#question {
	font-style: italic;
	color: #8b303f;
}

#content_txt_jobmyth span {
	font-weight: bold;
	font-style: italic;
}

#content_txt_jobmyth p#closing {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #d8d8d9;
}


p#btm_identity {
	color: #ffffff;
	background-color: #313b9b;
	line-height: 2em;
	margin: 1px;
	text-align: center;
	clear: both;
}

#cvr_content_cols li {
	float: left;
	list-style: none;
	margin: 5px 0;
}

#cvr_content_cols li#cvr_col_01 {
	width: 256px;
}

#cvr_content_cols li#cvr_col_02 {
	border-left: 1px solid #d8d8d9;
	border-right: 1px solid #d8d8d9;
	width: 256px;
}

#cvr_content_cols li#cvr_col_03 {
	width: 256px;
}

#cvr_content_cols p {
	margin: 0 15px 15px 15px;
	padding: 0 0 5px 0;
	line-height: 1.5em;
}

#download_icon {
	float: right;
	width: 15px;
	height: 15px;
}

/* DATA GRID */
.tblDataGrid {
	border: 1px solid #d8d8d9;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: hide;
	width: 100%;
	padding: 0;
	margin: 0;
}

.dataGridHdrCntr {
	border: 1px solid #d8d8d9;
	padding: 6px;
	background-color: #f1f1f1;
	text-align: center;
}

.dataGridHdrLft {
	border: 1px solid #d8d8d9;
	padding: 6px;
	background-color: #f1f1f1;
	text-align: left;
}

.dataGridContent {
	border: 1px solid #d8d8d9;
	padding: 6px;
	line-height: 1.5em;
}

.dataGridContentCntr {
	border: 1px solid #d8d8d9;
	padding: 6px;
	text-align: center;
	line-height: 1.5em;
}

.dataGridContentRight {
	border: 1px solid #d8d8d9;
	padding: 6px;
	text-align: right;
	line-height: 1.5em;
}

/* END DATA GRID */

p.testimonial {
	padding-bottom: 10px;
	border-bottom: 1px solid #d8d8d9;
}

p.testimonial span {
	font-style: italic;
}

.bluebold {
	color: #313b9b;
	font-weight: bold;
}

.bluetxt {
	color: #313b9b;
}

.redtxt {
	color: #8b303f;
}

/* Forms */
.tblMainBucket {
	margin: 0 0 20px 0;
	width: 70%;
}

.tblBuildScratch {
	width: 100%;
}

.formTextRight {
	text-align: right;
	padding: 4px;
}

.formFields {
	padding: 6px;
	text-align: left;
}

/* Errors */
.generic_error {
	color: #d00700;
	padding: 6px;
	text-align: left;
}

.generic_error01 {
	color: #d00700;
}

.form_error {
	color: #d00700;
	text-align: right;
	padding: 4px;
}

.error_center {
	color: #d00700;
	text-align: center;
}

/* End Errors */

ul#cvr_content_cols ul#listofservices ul#listsquare{
	float: none;
	
}

ul#listofservices li {
	list-style: disc inside;
	float: none;
	margin: 0 0 0 15px;
	padding: 0;
}

#listofservices a, #listofservices #bold {
	font-weight: bold;
	line-height: 1.5em;
}

#listofservices #last {
	padding: 0 0 15px 0;
}

ul#listsquare {
	margin: 0;
	padding: 0;
}

ul#listsquare li {
	list-style: square inside;
	float: none;
	margin: 0 0 0 15px;
	padding: 0;
}

ul.listsquare2 {
	list-style-type: square;
	list-style-position: outside;
}

ul.listsquare2 li {
	margin-left: 30px;
}

ul.subindent {
	margin: 0;
	padding: 0;
}

ul.subindent li {
	margin: 0;
	padding: 0 0 0 10px;
}

ul.discinside {
	padding-bottom: 15px;
}

ul.discinside li {
	list-style: disc inside;
	float: none;
	margin: 0 0 0 15px;
	padding: 0;
}

ul.discinside a {
	font-weight: bold;
}

ul.squareinsidered {
	margin: 0;
	padding: 0;
}

ul.squareinsidered li {
	color: #8b303f;
	list-style: square inside;
	float: none;
	margin: 0 0 0 15px;
	padding: 0;
}

#boldred {
	color: #8b303f;
	font-weight: bold;
	font-style: italic;
}

#reditalictxt {
	color: #8b303f;
	font-style: italic;
	
}

.list_lftcol {
	list-style-type: square;
	padding-left: 20px;
	margin: 0;
}

.list_lftcol li {
	padding: 0;
	margin: 0;
}

.list_lftcol a {
	font-weight: bold;
}

.blckbld {
	font-weight: bold;
}






























