@charset "utf-8";
@import "global/base.css";

/*
	------------------------------------------
	Max Q Designs
	http://www.maxqdesigns.com
	------------------------------------------
	
	------------------------------------------
	Template Design:
		Menu
		Header (Two Column)
		Content (Two Column)
		Footer
	-------------------------------------------
		
*/

body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	background: #fff; /* page background color */
	color: #000; /* page text color */
	
}

/*
	-------------------------------------------
	Misc Replacement Hacks
	-------------------------------------------
*/


b { font-size: 110%; }
em { color: #666; /* em color */ }

/*
	-------------------------------------------
	Wrappers
	-------------------------------------------
*/

.wrap {
	width: 902px;
	position: relative;
	margin: 0 auto;
	padding: 0 2px 0 2px;;
	background: #fff; /* outer wrapper serves as a 3 pixel border of the specified color */
	z-index: 1;
	border:#CCCCCC 1px solid;
}

.subwrap {
	width: 900px;
	margin: 0 auto;
	background: #fff;  /* images/bg.jpg sets the content area background, edit bg.jpg to change colors of background */
	z-index: 2;
}

/*
	-------------------------------------------
	Menu
	-------------------------------------------
*/

.navbar {
	width: 900px;
	height: 26px;
	background-color: #333; /* navigation menu background */
	font-size: 11px;
	margin: 0 auto;
	z-index: 12000;
	
}

.nav, .nav ul {
	line-height: 2em;
	list-style: none;
	z-index: 6000;
	padding-left:200px;

	
}

.nav li a {
	display: block;
	color: #fff; /* navigation menu link color */
	text-decoration: none;
	margin-top: 2px;
	padding: 0 10px 0 10px;
}	

.nav a:hover {
	color: #fff; /* navigation menu link color when hovered over */
	background: #999; /* background block color that appears when link hovered over */
	text-decoration:none;
}	

.nav li {
	float: left;
	padding: 0 30px 0 30px; /* change to modify spacing between menu items */
	color: #fff; /* color of any list text within the navigation menu */
	text-align: center;
	z-index: 5500;
}

.nav li ul {
	position: absolute;
	left: -999em;
	width: 140px;
}

.nav li ul li {
	padding: 0px 2px 2px 2px;
	border: 1px solid #999; /* border color of nested drop-down menus */
	background: #333; /* background color of nested drop-down menus */
	position: relative;
}	
.nav li ul li a {
	text-align: left;
	text-indent: 5px;
	display: block;
	width: 125px;
}
.nav li ul ul {
	margin: -2.3em 0 0 148.5px;	
}

.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
	left: -999em;
}

.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul {
	margin-left: -1px;
	left: auto;
}

/*
	-------------------------------------------
	Two Column Setup
	-------------------------------------------
*/

.twocolleftb {
	width: 900px;
	margin: 0 auto;
	margin-left: 0;
	clear: both;
}

.column.first {
	height: 100%;
	float: left;
	z-index: 3300;
}

.column.last {
	height: 100%;
	float: right;
	z-index: 4500;
}

/*
	-------------------------------------------
	Header
	-------------------------------------------
*/

.header { width:900px;}
.header .left {
	height: 205px;
	line-height: 205px; /* centers text vertically, remove if unwanted */
	color: #fff; /* text color in left header column */
	background: #003366; /* background color for left header column */
}

.header .right {
	height: 205px;
	line-height: 205px; /* centers text vertically, remove if unwanted */
	color: #000; /* text color in right header column */
	background: #f5f5f5; /* background color for right header column */
}

.top {width:900px;
		height:69px;
		}

/*
	-------------------------------------------
	Content Area
	-------------------------------------------
*/

.content {}
.content .left { color: #000; /* text color in left content column */ }
.content .right { color: #000; /* text color in right content column */ }

/*
	-------------------------------------------
	Footer
	-------------------------------------------
*/

.footer {
	width: 890px;
	margin: 0 auto;
	line-height: 15px;
	border: 3px solid #fff; /* footer border color, match with background color of the class "wrap" */
	color: #fff; /* text color in footer */
	background: #003366; /* background color of footer, match with background color of class "header left" */
	padding:10px 3px;
}

.footer a, .footer a:active, .footer a:visited {
	color: #5ea3f5; /* footer link color */
	font-weight: bold;
	text-decoration: none;
}

.footer a:hover {
	color: #447fc4; /* footer link color when hovered */
	font-weight: bold;
	text-decoration: underline;
}

.footer .lef{
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

.footer .mid {
	text-align: center;
}

.footer .righ {
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
}

.mfrName {font-size:12px; font-weight:bold; text-align:right;  }
.mfrUrl { margin-left:5px; white-space:nowrap;}
.mfrPhone { white-space:nowrap; margin-left:5px; clear:left}
.mfrDescription {}

/* Data Table */
.data { border:1px solid #bebcb7; width:850px; font-size:13px; margin-top:20px; }
.data tr { background:#fff; }
.data .odd  { background:#e8ecee; }
.data .even { }
.data th { border-right:1px solid #c2d3e0; padding:5px 8px; color:#0a263c; white-space:nowrap; }
.data td { padding:5px 8px; }
.data tr th { background:url(../images/data_table_th_bg.gif) repeat-x 0 100% #d9e5ee; }

.tagline {
font-size:13px;
font-style:italic;
font-weight:bold;
text-align:center;
padding:3px;
}

.column h3 { padding:25px 5px 25px 0px;
border-bottom:#666666 dotted 2px!important; width:100%;
text-align:left;
margin-right:20px;


}
.footer_print {
	color:#000;
	display:none;
	margin: 0 auto;
	text-align:center;
}
.odd  { background:#e8ecee; }
.even { background:#fff;}

