/*
************************************************************
*                  Default - Style Sheet                   *
*   Author: Tim Summers, tsummers@diversifiedcomputer.net  *
************************************************************
*/


/* GENERAL STYLES
************************************************************/
html { 
	min-height: 100%; margin-bottom: 1px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;	
	background: #638BA9;
	background-image: url(../../images/background.jpg);
	background-position: top left;
	background-repeat: repeat;
	height: 100%;
}

/* PAGE HEADER RELATED STYLES
************************************************************/
/* HEADER TABLE STYLES */
#header {
	width: 780px;
}

#top_row {
	background: #D6E0E9;
	background-image: url(../../images/header/top_row.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 47px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#header_row {
	background: #FFFFFF;
	background-image: url(../../images/header/header_row_blackwhite_logo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 209px;
	border-left: 2px solid #638BA9;
	border-right: 2px solid #638BA9;
}

#middle_row {
	background: #638BA9;
	background-image: url(../../images/header/middle_row.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 201px;
}

/* TOP NAV */
a.top_nav_button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #486A84;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

a.top_nav_button_on {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #F00;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

a.top_nav_button:hover {
	color: #678FAD;
	text-decoration: underline;
}

.top_nav_spacer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #638BA9;
	font-weight: bold;
}

a.col1_services_nav_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.col1_services_nav_button:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* PAGE CONTENT RELATED STYLES
************************************************************/
/* PAGE CONTENT LAYOUT */
.body {
	border-left: 2px solid #638BA9;
	border-right: 2px solid #638BA9;
	width: 780px;
}

#content_row {
	background: #FFFFFF;
}

/* SERVICES AND STATEMENT */
#services_and_statement {
	padding-top: 5px;
	width: 100%;
}

#col1_services {
	width: 287px;
}

.col1_services_item {
	padding-left: 40px;
	padding-top: 14px;
}

#col2_statement {

}

.col2_statement_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #F7DBAA;
	text-transform: uppercase;
	padding-top: 25px;
}

.col2_statement_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
	padding-top: 5px;
	width: 468px;
}

#col1_misc {
	width: 225px;
}

#col2_spacer {
	width: 25px;
}

#col3_copy {

}

/* PAGE COPY STYLES */


#page_copy {
	width: 100%;
}

li {
	margin-bottom: 10px;
	background-image: url(../../images/body/bullet_dog_paw.jpg);
	background-position: left;
	background-repeat:no-repeat;
	list-style-type:none;
	padding-left: 20px;
	
}

div.customer_testimonial {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	line-height: 18px;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 5px;
	text-align: justify;
}

div.customer_testimonial_signature {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-transform: capitalize;
	color: #666666;
	margin-top: 5px;
	margin-left: 25px;
	margin-right: 10px;
}


/* SERVICES PAGE RELATED STYLES
************************************************************/
table.services {
	margin-left: 25px;
	margin-right: 25px;
	width: 700px;
}

.services_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #638BA9;
	margin-top: 37px;
	margin-bottom: 3px;
}

.services_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;	
}

div.special_note {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #638BA9;
	margin-left: 25px;
	margin-bottom: 24px;
}


/* CONTACT PAGE RELATED STYLES
************************************************************/
.contact_person_container {
	margin-left: 25px;
	width: 475px;
}

#contact_kim {
	background-image: url(../../images/body/contact_photo_kim_2.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 182px;
}

#contact_suzie {
	background-image: url(../../images/body/contact_photo_suzie_2.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 182px;
}

.contact_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #638BA9;
	margin-top: 15px;
	margin-left: 140px;
}

.contact_copy {
	margin-left: 140px;
}


/* PAGE FOOTER RELATED STYLES
************************************************************/
/* FOOTER LAYOUT STYLES */
#footer {
	background: #FFFFFF;
	border-left: 2px solid #638BA9;
	border-right: 2px solid #638BA9;
	border-bottom: 2px solid #638BA9;
	width: 780px;
}

#footer_content {
	height: 95px;
	width: 100%;
}

/* BOTTOM NAV */
.bottom_nav_container {
	padding-bottom:10px;
	padding-top: 5px;
	padding-right:5px;
	text-align:right;
	width: 780px;
}

a.bottom_nav_button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #486A84;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

a.bottom_nav_button:hover {
	color: #678FAD;
	text-decoration: underline;
}

.bottom_nav_spacer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #638BA9;
	font-weight: bold;
}

/* FOOTER COPY */
#col1_copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #486A84;
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 10px;
	width: 150px;
}

#col2_bottomnav {
	padding-bottom: 10px;
}

.bonded_insured {
	font-family: "Times New Roman", Times, serif;
	color: #486A84;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 15px;
	width: 550px;
}

.built_by {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 5px;
	paddomg-left: 5px;
}

a.link_to_diversified {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000FF;
	padding-top: 5px;
}

a.link_to_diversified:hover {
	color: #0000FF;
}