/* 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:none; cursor:pointer; color:#165da5;}
a:hover, a:focus { text-decoration:none; color:#3a97f4;}
:focus { outline:0;}

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

span.break { display:block; margin-bottom:22px;}
.red { color:#e74093;}
.rel { position:relative;}
.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.gif) #03274c; text-align:center; font-family:Arial; color:#000; font-size:14px; position:relative; min-width:1025px}
.wrapper { width:1000px; text-align:left; padding:0; margin:0 auto; position:relative; border:1px solid #1a326d; background:#fff;}

#header { background:#165da5; margin-top:68px;}
	#header .wrapper { border-width:3px 3px 0 3px}
		#logo { top:-20px; left:-35px; z-index:7; position:absolute;}
		#imgHeader {}
	
#mBody { background:url(../images/header.jpg) 50% 0 no-repeat; line-height:18px; z-index:2; position:relative;}
	#mBody .wrapper { border-width:0 3px 3px 3px;}
		.heading { border:1px solid #6380bb; border-width:1px 0; background:#165da5; padding:14px 0; text-align:center; color:#fff; font-size:18px; font-weight:bold}
		.sidebar { width:250px; float:left; background:url(../images/sb.png) no-repeat; min-height:300px}
		#nav { font-size:16px; padding:20px 1px 50px 24px}
			#nav li a, .qmparent { display:block; padding:11px 12px 11px 21px; color:#1a326d; text-decoration:none; border-bottom:1px solid #3f4e85;}
			#nav li a:hover, #nav li a:focus, .qmparent:focus, .qmparent:hover { background:#81b6ff; color:#fff;}
			#nav li ul, .qmmc div { display:block; padding:0; margin:-42px 0 0 225px; background:#2b558e; border:1px solid #264a7a;}
			#nav li li a, .qmmc div a { color:#fff; padding:11px 15px; display:block; min-width:160px; border-bottom:1px solid #264a7a; text-decoration:none}
			#nav li li a:hover, #nav li li a:focus, .qmmc div a:hover, .qmmc div a:focus { background:#81b6ff; color:#fff;}
		/*** main content area ***/
		.mContent { width:680px; float:left; padding:40px 40px 0 30px;}
		#contactInfo { background:#ededed; padding:12px; text-align:center; font-size:14px; color:#535353; clear:both; margin-top:50px}

	.btn { background:url(../images/btn.png) 0 0 no-repeat; color:#66a4d3; line-height:14px; width:177px; height:21px; font-size:12px; display:block; text-align:center; padding-top:7px; margin:2px auto 0 auto;}
	.btn:hover, .btn:focus { background-position:0 -60px; color:#fff; text-decoration:none}
	input.btn { border:0; margin:0; padding:0; background:0;}
	input.btn:hover, input.btn:focus { cursor:pointer;}

/*** footer ***/
#footer { background:url(../images/footer.jpg) repeat-x; color:#a9a9ad; font-size:11px; position:relative;}
	#footer .wrapper { padding:10px 0 90px 0; background:0; border:0;}
		#footer a { color:#a9a9ad; text-decoration:none;}
		#footer a:hover, #footer a:focus { text-decoration:underline;}

/*** typo ***/
	.mContent h1, .mContent h2 { font-size:26px; line-height:26px; margin-bottom:24px; color:#1a326d;}
	.mContent h2 { font-size:20px;}
	.mContent h3, .mContent h4 { font-size:16px; line-height:18px; margin-bottom:12px;}
	.mContent h4 { font-size:14px;}
	.mContent h5, .mContent h6, .mContent p { font-size:14px; margin:0;}
	.mContent ul { padding-left:30px;}
	.mContent li { font-size:12px;}
	.mContent blockquote { display:block; text-align:center; font-size:14px; font-family:Tahoma}
	.mContent a { text-decoration:underline;}
	.mContent a:hover, .mContent a:focus {}
