/* 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:#d57d00;}
a:hover, a:focus { text-decoration:none; color:#7dc500;}
: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;}
.brown { color:#d57d00;}
.alignLeft { float:left;}
.alignRight { float:right;}
.caps { text-transform:uppercase;}
.abs div { position:absolute;}
.clr { height:0; clear:both;}

/*** general ***/
body { background:#000; text-align:center; font-family:Arial; font-size:11px; color:#fff; position:relative; min-width:941px;}
#wrap { background:url(../images/mBg.jpg) 50% 40px no-repeat; text-align:left; width:940px; height:550px; margin:94px auto; position:relative; border:2px solid #544e4a; padding:3px;}

#header { height:94px; position:relative;}
	#logo { top:-72px; left:25px; z-index:3; color:#fff; font-size:40px; font-family:Verdana;}
	#links { top:-32px; right:25px; z-index:1; color:#fff; font-size:16px;}
		#links a { color:#fff; font-size:14px;}
		#links a:hover, #links a:focus { text-decoration:underline;}
	#nav { background:url(../images/nav.png) repeat-x; font-family:Verdana; font-size:14px; top:0; left:0; width:100%; z-index:2; height:35px; border-bottom:2px solid #000;}
	#nav li { display:block; float:left;}
	#nav li a, .qmparent { background:url(../images/nvDv.png) 100% 0 no-repeat; display:block; float:left; color:#fff; height:26px; text-align:center; padding:9px 48px 0 45px;}
	#nav li a:hover, #nav li a:focus, .qmparent:focus, .qmparent:hover { background-color:#333; color:#fff;}
	#nav li ul, .qmmc div { display:block; margin:3px 0 0 0; width:inherit;}
	#nav li li { margin:0; padding:0; /** qm omits **/}
	#nav li li a, .qmmc div a { display:block; float:none; background:#404040; padding:6px 18px 10px 20px; min-width:110px; text-align:left; height:8px; margin-bottom:1px; color:#fff; font-size:11px; overflow:hidden;}
	#nav li li a:hover, #nav li li a:focus, .qmmc div a:hover, .qmmc div a:focus { color:#fff; background-color:#fc5c0a;}
	#nav li li ul, .qmmc div div { margin:0 0 0 1px;}
	#nav li li li a, .qmmc div div a { background:#bb5c2b;}

	.btn { background:url(../images/btn.png) no-repeat; display:block; margin-top:12px; padding-top:6px; width:132px; height:23px; text-align:center; color:#fff; font-size:12px; font-weight:bold;}
	.btn:hover, .btn:focus { background-position:0 -50px; color:#555}

#mBody { line-height:16px;}
	@media screen and (-webkit-min-device-pixel-ratio:0) {}
	#sidebar { float:left; width:340px;}
		#sidebar .logo2 { position:absolute; bottom:55px; left:30px;}
	#mContent { float:left; width:490px; padding-left:90px;}
		#mContent .text { overflow:hidden; overflow-y:auto; height:350px; padding-right:10px}

#footer { color:#fff; font-family:Tahoma; text-align:center; position:absolute; bottom:-50px; left:0; width:100%;}
	#footer a { color:#fff; text-decoration:none; font-weight:bold;}
	#footer a:hover, #footer a:focus { text-decoration:underline;}
	#copyright { margin-top:40px; line-height:14px;}
	#copyright, #copyright a { font-weight:normal;}

	img.alignRight { margin-left:16px;}
	img.alignLeft { margin-right:16px;}
	.title, .subtitle { color:#fff; margin-bottom:22px; font-size:22px; letter-spacing:1px; font-family:Tahoma;}
