/* Author : Patrick Sy */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, /*p,*/ blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {	outline:0;}
body { line-height:1;}
/* ol, ul { list-style:none;} */

table { border-collapse:separate; border-spacing:0;}
caption, th, td { text-align:left; font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after { content:"";}
blockquote, q { quotes:"" "";}

/*** font styles ***/
a,h1,h2,h3,h4,h5,h6,p,pre,table,th,td,label,li,input,textarea,select,blockquote,code,dt,dd {}
a { text-decoration:underline; cursor:pointer; color:#b2b3b6;}
a:hover, a:focus { text-decoration:none; color:#c5c5c8;}
:focus { outline:0;}

h1,h2,h3,h4,h5,h6 {}
p,strong,li,label,pre,table,th,tr,td,tbody,tfoot,thead,blockquote,code  {}
em { font-style:italic;}
strong { font-weight:bold;}
/* ol li { list-style:decimal inside;} */

span.break { display:block; margin-bottom:22px;}
.red { color:#7f1e1d;}
.alignLeft { float:left;}
.alignRight { float:right;}
.caps { text-transform:uppercase;}
.abs div { position:absolute;}
.clr { height:0; clear:both; line-height:0px;}

/*** general ***/
body { background:url(../images/bg.jpg) repeat-x #3a4a52; text-align:center; font-family:Arial; color:#666; position:relative;}
#wrapper, .wrapper { background:url(../images/mContentIn.png) repeat-y; text-align:left; margin:50px auto; width:1000px; position:relative;}
#wrapper.index { background:url(../images/mContent.png) repeat-y;}

#header { background:url(../images/header.png) no-repeat; height:143px; position:relative;}
	#logo { background:url(../images/logoBg.png) repeat-x; text-align:center; top:40px; left:10px; z-index:9;}

.index #mBody { background:url(../images/footer.gif) 0 100% no-repeat; padding-bottom:135px;}
#mBody { background:url(../images/footerIn.gif) 0 100% no-repeat; padding-bottom:105px; position:relative;}
	.sidebar { width:201px; float:left; margin:0 5px 0 7px;}
	#nav { font-size:12px; font-weight:bold; width:201px;}
		#nav li li, #nav li { margin:0; padding:0; /** qm omits **/}
		#nav li a, .qmparent { background:url(../images/nav.png) no-repeat; display:block; width:161px; color:#fff; height:23px; padding:8px 20px 0 20px; text-decoration:none;}
		#nav li a:hover, #nav li a:focus, .qmparent:focus, .qmparent:hover { color:#fff; background-position:0 -60px;}
		#nav li ul, .qmmc div { display:block; padding:0; margin:-32px 0 0 202px; text-align:left; background:#fff; border:1px solid #fff; border-width:1px 1px 0 0;}
		#nav li li a, .qmmc div a { color:#fff; padding:8px 20px 0 20px; height:22px; background:#95979a; margin-bottom:1px; display:block; min-width:140px; text-decoration:none;}
		#nav li li a:hover, #nav li li a:focus, .qmmc div a:hover, .qmmc div a:focus { color:#fff; background:#6d6e70;}
	#search { background:url(../images/search.gif) no-repeat; height:96px; padding:40px 0 0 12px;}
		#search .txt { background:0; border:0; width:141px; font-size:10px; color:#777e82; margin-right:2px;}
		#search .btn { background:#e6e3d9; border:0; height:14px; color:#878786; margin-top:5px; font-size:10px; cursor:pointer; width:30px;}
		#search .btn:hover, #search .btn:focus { background:#878786; color:#e6e3d9;}

	.index .mContent { border:0; font-size:15px; line-height:18px}
	.mContent { width:780px; float:left; border-top:1px solid #b1c2d2; font-size:11px; line-height:15px}
		.mContent #pageTitle { color:#b00132; padding:20px 0 0 20px; font-family:Tahoma;}
			#mBody #pageTitle h1, #mBody #pageTitle h2 { font-size:18px;}
		.mContent .text { padding:20px 0 0 35px;}
		#printPage { position:absolute; top:20px; right:30px;}
		
	/*** services ***/
		.text .row { border-bottom:1px solid #dbdbdc; width:680px; padding-bottom:10px; margin-bottom:10px}
			.text .img { float:left; width:110px;}
			.text .txt { float:left; width:570px;}

#footer { background:#3a4a52; font-size:9px; color:#777e82; padding:3px 5px 0 5px;}
	
	#mBody h1, #mBody h2 { font-size:17px; font-weight:bold;}
