/*  CSS Level 2, by John L. Corbitt 
     for MEC Corp 
     26 MAY 2007
*/

/********************* TAG Elements ***********************************/

.mec_font {
font-family: "Tahoma";
color: #101277;
text-decoration: none;
font-size: 14px;
font-style: normal;
}

.mec_sm_font {
font-family: "Tahoma";
color: #101277;
text-decoration: none;
font-size: 11px;
font-style: normal;
}

.mec_gray_nav {
font-family: "Tahoma";
color: #666666;
text-decoration: none;
font-size: 14px;
font-style: normal;
font-weight: bold;
}

/******************* LINK and ANCHOR Elements **************************/

a:link, a:visited {
font-family: "Tahoma";
font-size: 14px;
font-style: normal;
}

a:hover {
color:red;
}

a.hot:link, a.hot:visited {
	font-family: "Tahoma";
	font-size: 14px;
	font-style: normal;
	color:white;
	text-decoration: none;
	font-weight: bold;
}

a.hot:hover {
	color:yellow;
	text-decoration: none;
	font-weight: bold;
}

/******************* Table Formatting Home Page **************************/

table.home {
font-family: "Tahoma";
color: #101277;
text-decoration: none;
font-size: 14px;
font-style: normal;
width: 800px;
padding: 0px;
}

.home_blank {
padding: 0px;
width: 200px;
}

.home_text {
font-family: "Tahoma";
color: #101277;
text-decoration: none;
font-size: 14px;
font-style: normal;
width: 600px;
padding: 0px;
text-align: left;
}

table.home_banner {
width: 800px;
padding: 0px;
border-spacing: 0px;
}

td.blank {
width: 195px;
padding: 0px;
text-align: right;
}

td.banner {
width: 605px;
padding: 0px;
text-align: right;
}

/******************* Table Formatting Line Card **************************/
table.linecard {
	font-family: "Tahoma";
	font-size: 14px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	width: 800px;
	padding: 0px;
	border-spacing: 2px;
	border-bottom-style: solid;
	border-bottom-color: #101277;
	border-bottom-width: 2px;
}

table.linecard td {
	vertical-align: top;
	padding-left: 4px;
	text-align: left;
}		

.principal_logo {
	width: 200px;
	font-weight: normal;
	vertical-align: top;
	padding: 0px;
}

.principal_blurb {
	width: 600px;
	font-weight: normal;
	font-style: normal;
}

/******************* Table Formatting Hot Products **************************/
table.hot {
	font-family: "Tahoma";
	font-size: 14px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	width: 800px;
	padding: 0px;
	border-spacing: 2px;
	border-bottom-style: solid;
	border-bottom-color: #101277;
	border-bottom-width: 2px;
}

/******************* Table Formatting Specific **************************/

td.hdr_ftr {
background-repeat: repeat;
background-image: url(../images/gradient_fill.gif);
height: 90px;
}

/******************* Table Formatting Global **************************/

th {
font-family: "Tahoma";
font-size: 16px;
font-weight: bold;
text-align: left;
color: #FFFFFF;
background-color: #101277;
padding: 4px;
}

caption {
font-family: "Tahoma";
font-size: 24px;
font-weight: bold;
color: #000000;
text-align: center;
padding: 4px;
}

/******************* Table Formatting MEC Team **************************/

table.team {
	font-family: "Tahoma";
	font-size: 14px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	width: 800px;
	padding: 0;
}

table.team td {
	border-bottom-style: solid;
	border-bottom-color: #101277;
	border-bottom-width: 2px;
	vertical-align: top;
	padding-left: 4px;
}	

.addrs {
	width: 550px;
	font-weight: normal;
}

.city_st {
	width: 250px;
	font-weight: bolder;
	background-color: #FFFFCC;
	font-style: normal;
}

/******************* Corbitt Associates CREDIT **************************/

.ca_wrapper {
position: relative; bottom: -15px;
width: 800px;
	text-align: left;
}

.ca_credit {
font: Verdana, Arial, Helvetica, sans-serif; font-size: 9px;
position: relative; left: 678px; top: 5px;
width: 35px;
}

.ca_logo {
position: relative; left: 718px; top: -24px;
width: 82px;
}
