@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: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	background: #999; /* page background color */
	color: #000; /* page text color */
}

/*
	-------------------------------------------
	Misc Replacement Hacks
	-------------------------------------------
*/


b { font-size: 110%; }
em { color: #666; /* em color */ }

/*
	-------------------------------------------
	Wrappers
	-------------------------------------------
*/

.wrap {
	width: 790px;
	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;
	margin-top:10px;
}

.subwrap {
	width: 780px;
	height: 100%;
	margin: 0 auto;
	background: #fff;
	position: relative;
	background: #fff url(../images/bg.jpg) center top repeat;
	z-index: 2;
}

/*
	-------------------------------------------
	Menu
	-------------------------------------------
*/

.navbar {
	width: 780px;
	height: 30px;
	background: #4d4d4d url(../images/navbg.jpg) center top repeat-x;
	font-size: 12px;
	margin: 0 auto;
	position: relative;
	z-index: 12000;
}

.nav, .nav ul {
	line-height: 28px;
	list-style: none;
	z-index: 6000;
}

.nav li a {
	display: block;
	color: #fff; /* navigation menu link color */
	font-weight: bold;
	text-decoration: none;
	margin-top: 2px;
	padding: 0 10px 0 10px;
}	

.nav a:hover {
	color: #ff9933; /* navigation menu link color when hovered over */
	text-decoration: underline;
}	

.nav li {
	float: left;
	text-align: left;
	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 #fff; /* border color of nested drop-down menus */
	background: #4d4d4d; /* background color of nested drop-down menus */
	position: relative;
}	
.nav li ul li a {
	text-align: left;
	text-indent: 5px;
	display: block;
	width: 140px;
}
.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;
}

.nav .brk {
	font-size: 12px;
	font-weight: bolder;
}

/*
	-------------------------------------------
	Two Column Setup
	-------------------------------------------
*/

.twocolleftb {
	width: 780px;
	position: relative;
	clear: both;
}

.column.first {
	height: 100%;
	float: left;
	z-index: 3300;
}

.column.last {
	height: 100%;
	float: right;
	z-index: 4500;
}

/*
	-------------------------------------------
	Header
	-------------------------------------------
*/

.header {
	width: 780px;
	height: 125px;
	background: #fff;
	position: relative;
	background:url(../images/header.jpg) top center no-repeat;
	margin-top:10px;
	
}
.header .left_float {
	float: left;
	position: relative;
	margin-top: 29.5px;
	padding-left: 35px;
}

.header .right_float {
	float: right;
	text-align: right;
	margin-top: 8px;
}

.header .phone {
	font-size: 10px;
	font-weight: bold;
}

.header .misc {
	font-size: 9px;
}

.header .slogan {
	color: #ff9933;
	font-size: 16px;
	font-weight: bold;
}

.header .logo {
	color: #666;
	font-size: 16px;
	font-weight: bold;
}

/*
	-------------------------------------------
	Sub Header
	-------------------------------------------
*/

.subheader {
	width: 780px;
	height: 226px;
	position: relative;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

.subheader_left {
	color: #fff;
	line-height: 226px;
	text-align: center;
	background: #999;
}

.subheader_right {
	color: #fff;
	border-left: 3px solid #fff;
	line-height: 226px;
	text-align: center;
	background: #6666CC;
}

/*
	-------------------------------------------
	Content Area
	-------------------------------------------
*/

.content {
	width: 780px;
	position: relative;
	padding-bottom: 3px;
	height:auto;
}
.content_left {
	color: #000;
	text-align: center;
	background: #fcfcfc;
	float:left;
	position:relative;
}

.content_right {
	color: #000;
	border-left: 3px solid #fff;
	text-align: center;
	background: #ececec;
	padding-left:3px;
}

/*
	-------------------------------------------
	Footer
	-------------------------------------------
*/

.footer {
	width: 780px;
	height: 20px;
	margin: 0 auto;
	line-height: 15px;
	border-top: 3px solid #fff; /* footer border color, match with background color of the class "wrap" */
	border-bottom: 7px solid #fff; /* footer border color, match with background color of the class "wrap" */
	border-left: 7px solid #fff;
	border-right: 7px solid #fff;
	color: #fff; /* text color in footer */
	background: #4d4d4d; /* background color of footer, match with background color of class "header left" */
	clear:both;
}

.footer a, .footer a:active, .footer a:visited {
	color: #ff9933; /* footer link color */
	font-weight: bold; 
	text-decoration: none;
}

.footer a:hover {
	color: #fff; /* 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;
}
 /* ----------------styling --------------------*/
 h2 {background:#CC9;
 border:#C93 1px solid;
 padding:5px;
 width:98%;
 color:#000;
 text-align:left;
 font-size:14px;
margin:8px 0 8px 0;
font-weight:bold;
 }
 
 p { text-align:left;
 margin-bottom:10px;
 }