/*
************************************************************
*                  Default - Style Sheet                   *
*   Author: Tim Summers, tsummers@diversifiedcomputer.net  *
************************************************************
*/


/* GENERAL STYLES
************************************************************/
body {
	background-color: #015593;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #001A36;
}


/* PAGE HEADER RELATED STYLES
************************************************************/
#table_header_container {
	width: 780px;
}

#page_logo_row {
	height: 70px;
}


/* TOP NAVIGATION BUTTON STYLES
************************************************************/
#table_top_nav {
	background-color: #00224B;
	height: 20px;
	width: 100%;
}

.nav_button_off a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #B1E3F6;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: capitalize;
	text-decoration: none;
	text-align: center;
}

.nav_button_off a:hover {
	background-color: #EE4611;
	color: #FFFFFF;
	text-decoration: none;
}

#nav_button_left_off {
	width: 46px;
}

#nav_button_right_off {
	width: 48px;
}

.nav_button_spacer {
	background-color: #B1E3F6;
	width: 2px;
}

.nav_button_on a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #EE4611;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: capitalize;
	text-decoration: none;
	text-align: center;
}

.nav_button_on a:hover {
	background-color: #EE4611;
	color: #FFFFFF;
	text-decoration: none;
}


/* SECONDARY PAGE TOP BANNER STYLES
************************************************************/
#table_secondary_page_container {
	background-image: url(../../images/secondary_page_background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 780px;
}

#secondary_page_banner_aboutus {
	background-image:url(../../images/aboutus/top_banner_background.jpg);
	background-position: left;
	background-repeat: no-repeat;
	border-bottom: 11px solid #00224B;
	height: 150px;
	width: 780px;
}

#secondary_page_banner_systems {
	background-image:url(../../images/systems/top_banner_background.jpg);
	background-position: left;
	background-repeat: no-repeat;
	border-bottom: 11px solid #00224B;
	height: 150px;
	width: 780px;
}

#secondary_page_banner_portfolio {
	background-image:url(../../images/portfolio/top_banner_background.jpg);
	background-position: left;
	background-repeat: no-repeat;
	border-bottom: 11px solid #00224B;
	height: 150px;
	width: 780px;
}

#secondary_page_banner_leasing {
	background-image:url(../../images/leasing/top_banner_background.jpg);
	background-position: left;
	background-repeat: no-repeat;
	border-bottom: 11px solid #00224B;
	height: 150px;
	width: 780px;
}

#secondary_page_banner_questionnaire {
	background-image:url(../../images/questionnaire/top_banner_background.jpg);
	background-position: left;
	background-repeat: no-repeat;
	border-bottom: 11px solid #00224B;
	height: 150px;
	width: 780px;
}

#secondary_page_banner_contactus {
	background-image:url(../../images/contactus/top_banner_background.jpg);
	background-position: left;
	background-repeat: no-repeat;
	border-bottom: 11px solid #00224B;
	height: 150px;
	width: 780px;
}

/* HOME PAGE BODY RELATED STYLES
************************************************************/
#table_homepage_container {
	background-color: #FFFFFF;
	height: 100%;
	width: 780px;
}

#home_page_background {
	background-image: url(../../images/home/home_background.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 385px;
}


/* SECONDARY PAGE GENERAL STYLES
************************************************************/
.secondary_page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #EE4611;
	padding-left: 20px;
	padding-top: 10px;
	text-transform: capitalize;
}

.secondary_page_topic_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #045693;
	text-transform: uppercase;
}

.our_guarantees {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #EE4611;
	text-transform: capitalize;
	text-align: center;
}

.guarantee_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #045693;
	text-transform: capitalize;
}


/* SECONDARY PAGE QUOTE RELATED STYLES
************************************************************/
.quote {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	color: #045693;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.quote_author {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	color: #045693;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

/* ABOUT US PAGE BODY RELATED STYLES
************************************************************/
.aboutus_col_1 {
	background-image: url(../../images/background_left_column.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.aboutus_col_1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	font-stretch: semi-condensed;
	color: #001A36;
	margin-top: 0px;
	margin-left: 25px;
}

.aboutus_quote_author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	font-stretch: semi-condensed;
	color: #001A36;
	text-align: right;
	padding-left: 56px;
}

.aboutus_col_2 {
	border-right: 2px solid #D9E7F1;
}

.aboutus_col_2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #001A36;
	margin-left: 20px;
	margin-right: 20px;
}

.aboutus_col_3 {

}

.aboutus_col_3 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #001A36;
	margin-left: 10px;
	margin-right: 10px;
}

.aboutus_col_4 {
	border-left: 2px solid #D9E7F1;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #001A36;
	padding-top: 2px;
	padding-bottom: 2px;
}

.aboutus_bullet_list {
	margin-left: 0px;
	padding-left: 40px;
	list-style: none;
}

.aboutus_bullet_list li {
	padding-left: 15px;
	padding-bottom: 4px;
	background-image: url(../../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.leasing_bullet_list {
	margin-left: 0px;
	padding-left: 40px;
	list-style: none;
}

.leasing_bullet_list li {
	padding-left: 15px;
	padding-bottom: 4px;
	background-image: url(../../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	width: 325px;
}


/* PROJECT PORTFOLIO PAGE BODY RELATED STYLES
************************************************************/
.portfolio_col_1 {
	background-image: url(../../images/background_left_column.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.portfolio_col_1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	font-stretch: semi-condensed;
	color: #001A36;
	margin-top: 0px;
	margin-left: 25px;
}

.portfolio_col_2 {

}

.portfolio_col_2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #001A36;
	margin-left: 20px;
	margin-right: 20px;
}

.portfolio_col_3 {

}

.portfolio_col_3 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #001A36;
	margin-left: 0px;
	margin-right: 0px;
}

#table_portfolio_buttons {
	margin-left: 20px;
	width: 90%;
}

.portfolio_buttons_off {
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	padding: 10px;
}

.portfolio_buttons_on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #03558F;
	color: #FFFFFF;
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	padding: 10px;
	width: 120px;
}

a.portfolio_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 140px;
}

a.portfolio_button:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #045693;
	text-decoration: none;
	padding: 5px;
	width: 140px;
}

a.portfolio_button:hover {
	color: #EE4611;
	text-decoration: none;
}


/* PORTFOLIO PROJECT RELATED STYLES
************************************************************/
#table_portfolio_project {
	margin-left: 20px;
	margin-right: 10px;
	padding: 0px;
}

.portfolio_project_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #EE4611;
	padding: 5px;
	text-transform: capitalize;
}

.portfolio_bottom_right_border {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.portfolio_right_border {
	border-right: 2px solid #CCCCCC;
}

.portfolio_project_quote_container {
	background-color: #F5F4EF;
}

.portfolio_project_quote {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	color: #000000;
	text-transform: none;
	font-style: italic;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.portfolio_project_quote_author {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	text-align:justify;
	text-transform: none;
	font-style: italic;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}

.portfolio_picture_container {
	padding-top: 2px;
	padding-left: 15px;
}
.portfolio_picture {
	border: 1px solid #CCCCCC;
}


/* OUR SYSTEMS PAGE BODY RELATED STYLES
************************************************************/
.oursystems_col_1 {
	background-image: url(../../images/background_left_column.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.oursystems_col_1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	font-stretch: semi-condensed;
	color: #001A36;
	margin-top: 0px;
	margin-left: 25px;
}

.oursystems_col_2 {

}

.oursystems_col_2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #001A36;
	margin-left: 20px;
	margin-right: 20px;
}

.oursystems_col_3 {

}

.oursystems_col_3 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #001A36;
	margin-left: 0px;
	margin-right: 0px;
}

#table_oursystems {
	margin-left: 20px;
	margin-right: 10px;
	padding: 0px;
}

.col_systems_photo {
	width: 125px;
}

.oursystems_container {
	padding-top: 2px;
	padding-left: 15px;
}

.oursystems_picture {
	border: 1px solid #CCCCCC;
}

.oursystems_bullet_list {
	margin-left: 0px;
	padding-left: 20px;
	list-style: none;
}

.oursystems_bullet_list li {
	padding-left: 15px;
	padding-bottom: 4px;
	background-image: url(../../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}


/* QUESTIONNAIRE PAGE BODY RELATED STYLES
************************************************************/
.questionnaire_col_1 {
	background-image: url(../../images/background_left_column.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.questionnaire_col_1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	font-stretch: semi-condensed;
	color: #001A36;
	margin-top: 0px;
	margin-left: 25px;
}

.questionnaire_quote_author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	font-stretch: semi-condensed;
	color: #001A36;
	text-align: right;
	padding-left: 56px;
}

.questionnaire_col_2 {
	border-right: 2px solid #D9E7F1;
}

.questionnaire_col_2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #001A36;
	margin-left: 20px;
	margin-right: 20px;
}

.questionnaire_col_3 {

}

.questionnaire_col_3 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #001A36;
	margin-left: 10px;
	margin-right: 10px;
}

.questionnaire_col_4 {
	border-left: 2px solid #D9E7F1;
}


/* CONTACT US PAGE BODY RELATED STYLES
************************************************************/
.contactus_col_1 {
	background-image: url(../../images/background_left_column.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.contactus_col_1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	font-stretch: semi-condensed;
	color: #001A36;
	margin-top: 0px;
	margin-left: 25px;
}

.contactus_col_2 {
	border-right: 2px solid #D9E7F1;
}

.contactus_col_2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #001A36;
	margin-left: 20px;
	margin-right: 20px;
}

.contactus_col_3 {

}

.contactus_col_3 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #001A36;
	margin-left: 10px;
	margin-right: 10px;
}

.contactus_col_4 {
	border-left: 2px solid #D9E7F1;
}


/* FOOTER RELATED STYLES
************************************************************/
#table_footer_container {
	background-color: #00224B;
	width: 780px;
}

.copyright_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B1E3F6;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: capitalize;
	text-align: center;
}

.footer_text_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size:	11px;
	/* background-color: #FFFFFF; */
	background-color: #D9E7F1;
	color: #666666;
	padding: 5px;
	text-align: left;
}

.footer_text_left a, a.visited {
	color: #0000FF;
	text-decoration: underline;
	text-transform: capitalize;
}

.footer_text_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size:	11px;
	/* background-color: #FFFFFF; */
	background-color: #D9E7F1;
	color: #666666;
	text-align: right;
	padding: 5px;
}

.footer_text_right a, a.visited {
	color: #0000FF;
	text-decoration: underline;
	text-transform: none;
}