/*
Copyright (c) 2004-2005 Avicy Marketing, All Rights Reserved.
Metallic CSS
Revision: 1.0
*/

body {
	margin: 25px 0 25px 0;
	background: url(met/met_back.gif) repeat #666;
	color: #3c3d45;
	font: normal 1em Tahoma, Arial, Helvetica, sans-serif;
}
p {
	font-size: 100%;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color: #338;
}
a:hover{
	color: #55A;
}

/************** header tag styles **************/

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1{
 font: bold 125%;
}
h2{
 font: bold 114%;
}
h3{
 	font: bold 185%;
	padding: 15px 0 3px;
}
h4{
	font-size: 125%;
}
.tableHead {
	font-weight: bold;
	color: #941322;
	background: url(met/met_cell.gif) bottom right no-repeat;
	padding-bottom: 4px;
	padding-right: 5px;

}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #941322;
}

input, select, textarea{
	border: 1px solid #a2a7b0;
	font-size: 100%;
}
input.radioButton, input.checkbox { border: none; background-color: #FFF;}

input.button {
	padding: 3px;
	background: url("met/met_cell.gif") bottom right no-repeat #dfe2e1;
	border-top: 1px solid #a2a7b0;
	border-left: 1px solid #a2a7b0;
	cursor: hand;
	border: none;
}
input.disabled {
	background-color: #FFFFFF;
	color: #eeeeee;
	border: none;
	cursor: default;
	}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#content{
	padding: 20px;
	margin:0px;
	background: url(met/met_body.jpg) no-repeat top left #eee;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
.leftCol {
	background-color: #93969F;
	background-image: url(met/met_colback.gif);
}

#header {
	width: 760px;
	background: url("met/met_head.jpg") #fff;
	height: 89px;
	padding: 20px 0 0 15px;
}
#header a {
	text-decoration: none;
	border-bottom: none;
}
#header h1 {
	font: bold italic 275% "Times New Roman", Times, serif;
	color: #595a62;
}
.mainTable {
	background-color: #fff;
	border-right: 1px solid #3c3d45;
	border-bottom: 1px solid #3c3d45;
	margin-left: auto;
	margin-right: auto;
	width: 775px;
	padding: 0px;
}
.highlight {
	background-color: #F4F6FA;
}
.mailCol {
	width: 600px;
}
.lightText,.footer {
	font-size: 70%;
}
.footer {
	text-align: center;
	border-top: 1px dashed #595a62;
	padding: 15px;
	background: #eee;
	background-image: url(met/met_foot.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.tabl {
	color: #546D98;
	font-size: 100%;
}
#floatRight{
	float: right;
	width: 169px;
	border-top: 1px solid #a2a7b0;
	border-left: 1px solid #a2a7b0;
	background: url(met/met_float.gif) bottom right;
	padding: 7px;
	margin: 68px 0 0px 10px;
	text-align: left;
}
#floatRight b{
	font-size: 110%;
	font-weight: bold;
}
#floatRight p{
	text-align: left;
	margin-top: 13px;
	margin-bottom: 5px;
}

#preview {
	background-color: #CCFFFF;
	width: 730px;
	border: 2px dashed #364F7B;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 15px;
}

/************** feature styles *****************/

.feature{
	padding: 0px 10px 10px;
	font-size: 75%;
	min-height: 400px;
	height: 350px;
}

html>body .feature {height: auto;}

.divLine {
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #D2D7E0;
	padding-bottom: 10px;
}

/************ navLinks styles **************/

#navLinks{
	float: left;
	width: 189px;
	padding: 0px;
	padding-bottom: 13px;
	background: url(met/met_navbottom.jpg) bottom left no-repeat;
}
#navLinks a:link, #navLinks a:visited {
	display: block;
	padding: 4px 0px 2px 10px;
	color: #FFFFFF;
	text-decoration: none;
		height: 20px;
}

#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active,
#navLinks a:hover, #navLinks a:active {
	background-color: #63656F;
	background-image:   url("met/met_navnull.gif");
	text-decoration: none;
	background-repeat: repeat-y;
	border-bottom: none;
}

#navLinks ul a:link, #navLinks ul a:visited {
	display: block;
	padding-left: 16px;
}
#navLinks ul {
	list-style: none;
	margin: 0px;
	margin-top: 6px;
	padding: 0px;
	padding-top: 13px;
	background: url("met/met_navtop.jpg") top left no-repeat;
	font-size: 80%;
}

#navLinks li {
	margin: 0;
	background-image: url("met/met_navback.png");
}

/************* subMenu styles **************/

.subNav {
	padding: 10px 0px;
	border-bottom: 1px solid #ccc;
}

.subNav h2{
	padding: 0px 0px 5px 10px;
	font-size: 100%;
}
.subNav a{
    display: block;
}

/********* tab styles *********/
.tabOn {
	background: url(met/met_tabon.gif) top right no-repeat #EDF3F9;
	border-left: 1px solid #a2a7b0;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
}
.tabOff {
	background: url(met/met_taboff.gif) top right no-repeat #EDF3F9;
	border-left: 1px solid #a2a7b0;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
}

.tabOff a:link, .tabOff a:visited{text-decoration: none;} 
.tabOff a:active, .tabOff a:hover{text-decoration: none;}
	
.tabBottom {
	background-color: #dfe2e1;
}
/************** print styles **************/

@media print{ 

body {
	background: white;
	font-size: 12pt;
	}
	
#navLinks {
	display: none;
	}
	
.leftCol {
width: 0px;
}
	
#content {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

.footer {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: none;
	border-left: none;
}
}
