﻿@charset "utf-8";
body  {
	font-family:Tahoma, Geneva, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-size:12px;
	
}

div
{
	margin: 0;
	padding: 0;
}

em {
    font-style: initial;
}
a {
	color:#000;
	text-decoration:none;
}

a:hover	{
	color:#EC9122;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
h1 { font-size:24px; padding: 7px 0; margin: 0; }
h2 { font-size:18px; font-weight:bold;}
h3 { font-size:12px; font-weight: normal; }
h4 { font-size:12px; }
h5 { font-size:12px; }
h6 { font-size:11px; }

.twoColLiqLtHdr #container {
	width: 1000px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColLiqLtHdr #headersearch {
	background-image:url('../images/interface/headers/headersearch.jpg');
	background-color:#EEEEEE;
	position:relative;
	width:1000px;
	height:103px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#headersearch_container 
{
	float:left;
	position: relative;
	top: 35px;
	left: 570px;
}

.srcKeywordCompany {
	margin: 0;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color: #000;
	position: relative;
	height:50px;
	width:130px;
	float:left;
}

.srcfieldKeywordCompany {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color: #000;
	position: relative;
	width:200px;
	height:25px;
	float:left;
}

.srcLocation {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color: #000;
	position: relative;
	height:50px;
	width:135px;
	float:left;
}

.srctextbox {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.srcfieldLocation {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color: #000;
	position: relative;
	width:130px;
	height:25px;
	float:left;
}

.srcButton {
	position: relative;
	width: 125px;
	height: 23px;
	float: left;
	top: 13px;
}

a.submitSearch {
    display: block;
	width: 125px;
	height: 23px;
    background-image: url('../images/interface/common/srcButtonUp_E.png');
    margin: 0 auto;
}
/* No hover button...for now...
a#submitSearch:hover {
	background-image: url(images/interface/main/srcButtonHover.png);
}
*/
a.submitSearch:active { /* submitSearch button onClick */
	background-image: url('../images/interface/common/srcButtonActive_E.png');
}

/* begin Menu */
/* menu structure */

.twoColLiqLtHdr #menu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

.twoColLiqLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/

.twoColLiqLtHdr #mainContent {
	padding: 0 0 0 0px;
	margin: 0 0 0 0; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	width:1000px;
}

#mainContent h4
{
	margin-left: 0;
}

.table_1000 {
    width: 998px;
    margin: 0;
    border-spacing: 0;
    border: none;
    border-collapse: collapse;
    padding: 0;
}

/* Listings Display Design */

.listing_container
{
	float: left;
	width:856px;
	min-height: 50px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	margin-left: 30px;
	padding: 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#listing_bullet
{
	position: relative;
	float: left;
	background-image:url('../images/interface/companyprofilepage/listing_bullet.png');
	top: 8px;
	width: 36px;
	height: 35px;
}

.listing_content
{
	position: relative;
	float: left;
	margin-top: 4px;
	margin-left: 5px;
	width: 500px;
	font: bold 36px Tahoma;
}

.listing_maininfo
{
	position:relative;
	margin-top: 5px;
	font: 11px Tahoma;
}

#companypage_tabs
{
	margin-top: 10px;
    float:left;
    width:100%;
    font-size:93%;
    line-height:normal;
}

#companypage_tabs ul
{
	margin:0;
	padding:0;
	list-style:none;
}

#companypage_tabs li
{
	float:left;
    background:url("../images/interface/companyprofilepage/company_page_button_right.png") no-repeat right top;
	margin:0;
	padding:0;
}

#companypage_tabs a
{
	display:block;
    background:url("../images/interface/companyprofilepage/company_page_button_left.png") no-repeat left top;
    padding:5px 15px;

}

#companypage_tabs #current
{
	background-image:url("../images/interface/companyprofilepage/company_page_button_right_selected.png");
}
#companypage_tabs #current a
{
	background-image:url("../images/interface/companyprofilepage/company_page_button_left_selected.png");
}

/* Disabled to try new method
.companypage_button
{
	float:left;
}

.companypage_button_left 
{
	float:left;
    width: 7px;
	height: 27px;
    background-image: url('../images/interface/companyprofilepage/button_left.png');
    background-repeat: repeat-x;
    padding-top:5px;
}

.companypage_button_left:active { /* submitSearch button onClick
	background-image: url('../images/interface/companyprofilepage/button_left_active.png');
}

.companypage_button_right 
{
	float:left;
    width: 100px;
	height: 27px;
	background-repeat: repeat-x;
    background-image: url('../images/interface/companyprofilepage/button_right.png');
    padding-top:5px;
}

.companypage_button_right:active { /* submitSearch button onClick
	background-image: url('../images/interface/companyprofilepage/button_right_active.png');
}*/

#companypage_content
{
	border: solid 2px #CCCCCC;
	margin-bottom: 10px;
	position: relative;
}

#divDetails
{
	position:relative;
}

#divVideo
{
	position: relative;
	margin: 10px auto;
	width:320px;
	height:240px;
	border: 3px solid #EC9122;
}

#screenoverlay
{
	background-color: #2E2E2E; /* The color to display*/

	/* The transparency of the background */
	opacity: .75;
	filter: alpha(opacity=75);

	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;

	/* Set the overlay so it appears above the page content */
	z-index: 1000;
}
/*#divVideo img
{
	background-image:url('../images/interface/companyprofilepage/videosplash.jpg');
}

#divVideo img:hover
{
	background-image:url('../images/interface/companyprofilepage/videosplash_active.jpg');
}*/


/* video overlay */

.overlay {
	padding:40px;	
	width:576px;  
	display:none;
	background-image:url(../images/interface/overlay/white.png);	

	/*Must use a z-index greater than the screen overlay*/
	z-index: 1001;
}
 
.close {
	background:url(../images/interface/overlay/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	display:block;
	width:35px;
	height:35px;
	cursor:pointer;
}
 
#player {
	height:450px;
	display:block;
}

/*end overlay*/

#divMenu
{
	position: relative;
	margin: 15px auto;
}

#divMenu img
{
	position: relative;
	min-width: 30px;
	max-width: 900px;
	margin: 0 auto;
}

#map_canvas
{
	position: relative;
	float: right;
	width:400px;
/*	height:300px;
	border: 2px solid #EC9122;*/
	margin: 5px;
}

.jobs a {
    font-weight: bold;
    text-decoration: none;
    color: #EC9122;
}

.jobs a:hover {
    text-decoration: underline;
}

.job {
    margin: 0;
    padding: 0;
}

.job:hover
{
	background-color: #eeeeee;
    transition: ease-in 300ms;
}

.ad_canvas
{
	width:728px;
	height:90px;
	margin: 5px;
	margin: 0 auto;
}

.ad_canvasbottomleft
{
	float: left;
	width:160px;
	height:600px;
	margin: 0;
	
}

#ad_canvasbottomright
{
	float: right;
	width:728px;
	height:90px;
	margin: 0;
}


#ad_canvasleft
{
	float: left;
	width:728px;
	height:90px;
	margin: 5px;
}

#ad_canvasleft2
{
	float: left;
	width:336px;
	height:280px;
	margin: 5px;
}

#ad_canvasright1
{
	float: right;
	width:336px;
	height:280px;
	margin: 5px;
}

.listing_website_email
{
	font-weight: bold;
}

.listing_description
{
	color: #999999;
	font: italic 11px Tahoma;
}

.listing_left
{
	font: bold 12px Tahoma;
	position: relative;
	float: left;
	width: 500px;
	margin: 10px;
}

.listing_phone
{
	font-weight: bold;
}

.listing_left_categories
{
	color: #000000;
}

.listing_left_categories a
{
	font: bold 11px Tahoma;
	color: #000000;
}

.listing_left_categories a:hover
{
	text-decoration: underline;
}

.listing_left_info
{
	float: left;
	margin: 10px 0;
	width: 500px;
	word-wrap: break-word;
}

.listing_logo
{
	float: right;
	position: relative;
	width: 130px;
	height: 130px;
	max-height: 130px;
	max-width: 130px;
}

.table_valign
{
	width: 100%;
	height: 100%;
	border: border-collapse;
}

#photos
{
	padding: 50px;
	text-align: center;
}

#photos img
{
	margin: 3px;
	text-align: center;
	width: 100px;
	max-width: 100px;
	max-height: 100px;
}

#moreinfo
{
	margin: 10px;
}

#moreinfo #businesscard
{
	text-align: center;
	width: 750px;
	margin: 0 auto;
}

#description_container
{
	width: 928px;
}

/* set millions of background images */
/*
#description_container { background-color: #eeeeee; }
#description_top div { background: url(../images/interface/companyprofilepage/top_left_gray.gif) no-repeat top left; }
#description_top { background: url(../images/interface/companyprofilepage/top_right_gray.gif) no-repeat top right; }
#description_bottom div { background: url(../images/interface/companyprofilepage/bottom_left_gray.gif) no-repeat bottom left; }
#description_bottom { background: url(../images/interface/companyprofilepage/bottom_right_gray.gif) no-repeat bottom right; }
*/
/* height and width stuff, width not really necessary. */
#description_top div, #description_top, #description_bottom div, #description_bottom {
width: 100%;
height: 7px;
font-size: 1px;
}
#description_content { margin: 0 7px; }
#description_container { width: 100%; margin: 1em auto; }

/* End Listings Display Design */

/* Image divs */

.companypage_button
{
	padding: 5px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	margin: 0;
	padding: 0;
    height:0;
    font-size: 1px;
    line-height: 0px;
}