/*
************************************************************
*                  Default - Style Sheet                   *
*               For Select Arc, Inc. Website               *
*   Author: Tim Summers, tsummers@diversifiedcomputer.net  *
************************************************************
*/


/* GENERAL STYLES
************************************************************/
@media print {
	table.noprint, div.noprint {
		display:none
	}
}

html { 
	min-height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
}

body {
	background-color: #999999;
	/* margin: 0;
	padding: 0; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	color: #00F;
}

a:visited {
	color: #00F;
}


/* BUTTON RELATED STYLES
************************************************************/
div.button_container {
	border: 1px solid #000;
	width: 125px;
}

a.button {
	border-top: 1px solid #0D7AFF;
	border-left: 1px solid #0D7AFF;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #003577;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
}

a.button:hover {
	border-top: 1px solid #4699FF;
	border-left: 1px solid #4699FF;
	border-bottom: 1px solid #124F98;
	border-right: 1px solid #124F98;
	background-color: #1869CB;
	text-decoration: none;
	display: block;
}

a.button:visited {
	color: #fff;
}

/* PAGE HEADER RELATED STYLES
************************************************************/
table#page_container {
	border: 1px solid #FFFFFF;
	width: 780px;
}

table#page_header {
	width: 780px;
	height: 132px;
}

td#logo_bar {
	background-image: url(../../images/header/header_bkgrnd.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 100px;
}

td#nav_bar {
	background-image: url(../../images/header/bckgrnd_topnav.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	height: 36px;
	background-color: #000000;
	padding-left: 7px;
}

table#upper_notes {
	margin-right: 7px;
	margin-bottom: 15px;
	text-align: right;
}

td#call_today_container {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 20px;
}

div#call_today {
	font-size: 14px;
	padding-right: 5px;
}

div#call_today_phone {
	font-size: 18px;
	padding-right: 5px;
}

.shortcuts_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ccc;
}

a.shortcut_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccc;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

a.shortcut_link:hover {
	color: #fff;
	text-decoration: underline;
}

a.shortcut_link:visited {
	color: #ccc;
	text-decoration: none;
}

.blue_divider {
	background-image: url(../../images/bkgrnd_common.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	height: 8px;
}


/* TOP NAVIGATION BUTTON STYLES - JAVA DISABLED
************************************************************/
table#top_nav_buttons_container {
	text-align: center;
	width: 773px;
}

.top_nav_button_off {
	width: 129px;
}
.top_nav_button_off a {
	display: block;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	padding-top: 4px;
	text-decoration: none;
	text-transform: uppercase;
	width: 120px;
	height: 18px;
}

.top_nav_button_off a:hover {
	border: 1px solid #CCCCCC;
	background-color: #003577;
	color: #FFFFFF;
	text-decoration: none;
}

.top_nav_button_on {
	width: 129px;
}

.top_nav_button_on a {
	display: block;
	border: 1px solid #CCCCCC;
	background-color: #1869CB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	text-decoration: none;
	text-transform: uppercase;
	width: 120px;
	height: 18px;
}

.top_nav_button_on a:hover {
	text-decoration: none;
}


/* LEFT NAVIGATTION STYLES - JAVA DISABLED
************************************************************/
a.left_nav_java_off {
	background-image: url(../../images/home/home_bkgrnd_left_nav_off.jpg);
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	width: 290px;
	height: 42px;
	text-decoration: none;
	color: #003577;
	font-weight: bold;
}

a.left_nav_java_off:visited {
	background-image: url(../../images/home/home_bkgrnd_left_nav_off.jpg);
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	width: 290px;
	height: 42px;
	text-decoration: none;
	color: #003577;
	font-weight: bold;
}

a.left_nav_java_off:hover {
	background-image: url(../../images/home/home_bkgrnd_left_nav_on.jpg);
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	width: 290px;
	height: 42px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.left_nav_shop_java_off {
	background-image: url(../../images/home/home_bkgrnd_left_nav_off.jpg);
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	width: 290px;
	height: 42px;
	text-decoration: none;
	color: #666;
	font-weight: bold;
}


/* HOME PAGE SPECIFIC STYLES
************************************************************/
table#home_page_nav_banner {
	border-bottom: 1px #FFFFFF solid;
	height: 252px;
}

#home_page_nav_container {
	background-color: #FFFFFF;
	/* border-bottom: 1px #FFFFFF solid; */
	width: 290px;
}

#home_page_banner_container {
	/* border-bottom: 1px #FFFFFF solid; */
	width: 490px;
}

/* Column 1 Items */
td#home_col_1 {
	background-color: #FFFFFF;
	width: 525px;
}

div#col_1_container {
	line-height: 16px;
	margin-top: 30px;
	margin-left: 12px;
	width: 510px;
}

table#home_copy_container {
	margin-left: 12px;
	margin-top: 20px;
	margin-bottom: 15px;
}

img#home_product_photo {
	margin-left: 15px;
}

/* Column 2 Announcements */
td#home_col_2 {
	/* OLD SOLID GRAY BACKGROUND 
	background-image: url(../../images/home/bkgrnd_home_gray.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #DEDEDE; 
	width: 255px; */
	border-left: 1px solid #CCCCCC;
	background-image: url(../../images/bkgrnd_sidebar.jpg);
	background-position: top;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	width: 254px;
}

div#col_2_container {
	margin-top: 30px;
	margin-left: 15px;
	width: 230px;
}

a.announcement_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #004498;
	text-decoration: none;
}

a.announcement_title:visited {
	color: #004498;
}

a.announcement_title:hover {
	text-decoration: underline;
}

.announcement_summary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

div.announcement_link_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	padding-bottom: 30px;
}

a.announcement_link {
	color: #0000FF;
	text-decoration: none;
	text-transform: lowercase;
}

a.announcement_link:visited {
	color: #0000FF;
}

a.announcement_link:hover {
	text-decoration: underline;
}


/* SECONDARY PAGE SPECIFIC STYLES
************************************************************/
td#divider_col_1 {
	background-image: url(../../images/iso_logo_med.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #aaa;
	border-right: 2px solid #fff;
	border-bottom: 1px solid #fff;
	width: 175px;
}

td#divider_col_2 {
	width: 603px;
}

div.gray_bar {
	/* background-color: #003577; dark blue */
	background-color: #fff;
	height: 25px;
	width: 603px;
}

h3 {
	margin-top: 25px;
	margin-left: 25px;
	color: #1869CB;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-transform: capitalize;
}

.heading2 {
	margin: 0px;
	padding: 0px;
	margin-top: 25px;
	margin-left: 25px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: capitalize;
}

.bold {
	color: #003577;
	font-weight: bold;
}

div.page_content p {
	margin-left: 25px;
	line-height: 18px;
	margin-right: 25px;
}

.adobe_reader_instructions {
	font-size: 11px;
}

/* Submenu Left Nav Styles */
div.submenu_leftnav {

}

div.submenu_leftnav h2 {
	background-color: #000;
	border-bottom: 1px solid #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-left: 10px;
	color: #fff;
	height: 20px;
	width: 165px;
}

div.submenu_leftnav ul {
	margin: 0px;
	padding: 0px;
}

div.submenu_leftnav li {
	list-style: none;
	background-color: #ccc;
	border-bottom: 1px solid #fff;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 175px;
}

div.submenu_leftnav li a {
	padding-left: 15px;
	text-decoration: none;
	text-transform: capitalize;
	color: #1869CB;
	/* color: #003577; dark blue */
	padding-top: 5px;
	display: block;
	height: 20px;
	width: 160px;
}

div.submenu_leftnav li a:hover {
	background-color: #1869CB;
	padding-left: 15px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	display: block;
	height: 20px;
	width: 160px;
}


/* PRODUCT PAGE SPECIFIC STYLES
************************************************************/
table#products_container {
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 25px;
	padding-bottom: 20px;
}

table#products_container td#background {
	background-image: url(../../products/images/about/product_background.jpg);
	background-repeat: no-repeat;
	/* width: 243px; */
	height: 225px;
}


/* EMPLOYMENT OPPORTUNITIES SPECIFIC STYLES
************************************************************/
ul.job_resp li {
	padding-bottom: 12px;
}


/* NEWS AND ANNOUNCEMENTS SPECIFIC STYLES
************************************************************/
table#announcements {
	margin-left: 25px;
}

table#announcements tr.alt {
	background-color: #DDE9F7; 
}

div.photo_container {
	/* padding-top: 5px;
	padding-bottom: 5px; */
}

.announcement_photo {
	border: 1px solid #003577;
}

div.announcement_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #000;
	margin-top: 12px;
}

div.announcement_date {
	color: #666;
	font-size: 11px;
}

div.download_pdf {
	font-size: 11px;
	padding-top: 8px;
}

div.announcement_note {
	font-size: 11px;
	padding-top: 8px;
}


/* LITERATURE SPECIFIC STYLES
************************************************************/
table#literature {
	margin-left: 25px;
	/* border: 1px solid #003577; */
	background-color: #DDE9F7;
}

table#literature th {
	background-color: #003577;
	/* border-right: 1px solid #DDE9F7;
	border-top: 1px solid #DDE9F7;
	border-bottom: 1px solid #DDE9F7; */
	font-family: Verdana,Geneva,sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;	
}

table#literature th.left {
	border-left: 1px solid #DDE9F7;
}

table#literature tr.alt {
	background-color: #FFF; 
}

div.photo_container {
	/* padding-top: 5px;
	padding-bottom: 5px; */
}

.literature_photo {
	border: 1px solid #003577;
}

div.literature_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
}

div.literature_date {
	color: #000;
	font-weight: normal;
	font-size: 12px;
}

div.literature_pdf {

}

div.literature_html {

}


/* FIND DISTRIBUTORS SPECIFIC STYLES
************************************************************/
table#search_criteria_container {
	margin-left: 25px;
    background-image: url(../../contactus/images/bkgrnd_panel.jpg);
	background-repeat: no-repeat;
	width: 560px;
	height: 175px;
}

table#search_criteria_container div {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 25px;
}

table#tblSearchCriteria {
	margin-left: 25px;
}

table#tblSearchCriteria td.criteria_label {
	font-weight: bold;
	width: 40px;
}

div.error_alert {
	border-top: 2px dotted #F00;
	border-bottom: 2px dotted #F00;
	margin-top: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #F00;
	font-weight: bold;
	text-align: center;
	width: 400px;
}

table#find_results_container {
	margin-left: 25px;
	margin-top: 15px;
}

table#find_results_container th {
	background-color: #003577;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

table#find_results_container tr {

}

table#find_results_container td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
}

table#find_results_container td.alt_row {
	background-color: #DDE9F7;
}


/* CONTACT US PAGE SPECIFIC STYLES
************************************************************/
table#corporate_address {
	margin-left: 25px;
    background-image: url(../../contactus/images/bkgrnd_panel.jpg);
	background-repeat: no-repeat;
	width: 560px;
	height: 175px;
}

table#corporate_address td {
	padding-left: 17px;
    padding-top: 15px;
}

table#corporate_address td p {
	line-height: normal;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	margin-right: 20px;
}

table#contacts td {
	padding-left: 25px;
	padding-bottom: 25px;
}


/* PAGE BODY RELATED STYLES
************************************************************/
table#page_body {
	background-color: #FFFFFF;
	width: 100%;
}

/* Section Title */
div#section_title {
	background-color: #333333;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	padding-top: 13px;
	padding-left: 13px;
	height: 153px; 
	width: 252px;
	
}

/* Breadcrumb Styles */
div#breadcrumb {
	border: 1px solid #999999;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-bottom: 1px;
	text-transform: capitalize;
}

a.breadcrumb_link {
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}

a.breadcrumb_link:hover {
	color: #0000FF;
	font-weight: normal;
	text-decoration: underline;
}

/* Lefthand Shortcut Menu Styles */
table#page_body td#col1 {
	width: 200px;
}

/* Page Content Area Styles */
table#page_body td#col2 {
	width: 580px;
}


/* PAGE FOOTER RELATED STYLES
************************************************************/
table#page_footer {
	background-image: url(../../images/footer/footer_bkgrnd.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 780px;
	height: 50px;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	padding-top: 3px;
}

#built_by {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-transform: capitalize;
	text-align: center;
	padding-bottom: 3px;
}

a.link_to_diversified {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF33;
	text-transform: uppercase;
	text-decoration: none;
}

a.link_to_diversified:hover {
	text-decoration: underline;
}
