/* 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:#f68921;}
a:hover, a:focus { text-decoration:none; color:#ffa651;}
: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;}
.pink { color:#ec098e;}
.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;}
.bld { font-weight:bold}

/*** general ***/
body { background:url(../images/bg.gif) 50% 0 no-repeat #000; text-align:center; font-family:Tahoma; color:#5b5b5d; font-size:14px; position:relative; min-width:1025px}
#wrapper { width:1000px; margin:60px auto; text-align:left; position:relative;}

#header { background:url(../images/topCorner.png) no-repeat; padding-left:60px; height:170px; overflow:hidden;}
	#logo { top:6px; left:6px; z-index:7;}
	#imgHeader {}

#mBody { background:url(../images/mContent.png) repeat-y #fff; z-index:2; min-height:200px; position:relative;}
	.box { background:#eee3cf; border:1px solid #dabe8e; padding:10px; margin-bottom:15px;}
		.box .title { margin-bottom:12px; font-size:12px; font-weight:bold; color:#231f20;}
	.leftBar { float:left; width:224px;}
		#nav { font-size:18px; padding-top:6px}
			#nav li { list-style:none;}
			#nav li a, .qmparent { display:block; color:#fff; text-decoration:none; padding:6px 12px;}
			#nav li a:hover, #nav li a:focus, .qmparent:focus, .qmparent:hover, #nav li a.current { color:#f9a13a;}
			#nav li ul, .qmmc div { display:block; padding:0; margin:0 0 0 16px;}
			#nav li li a, .qmmc div a { color:#fff; display:block; padding:6px 12px; display:block; font-size:17px; text-decoration:none}
			#nav li li a:hover, #nav li li a:focus, .qmmc div a:hover, .qmmc div a:focus { color:#f9a13a;}
				
	.mContent { float:left; width:515px; padding:20px 25px 0 25px; line-height:20px}
		.title { margin-bottom:15px;}
	.rightBar { float:left; width:196px; padding:20px 15px 0 0;}
		#newsletter input { margin-bottom:6px;}
		/*** news ***/
		#news { font-size:11px;}
			#news .subtitle { margin-bottom:6px; font-weight:bold; font-style:italic; color:#231f20;}
			#news .text { margin:0 0 6px 0;}

/*** footer ***/
#footer { background:url(../images/footer.png) repeat-y; height:60px; position:relative;}
	#footer a { color:#fff; text-decoration:none;}
	#footer a:hover, #footer a:focus { text-decoration:underline;}
	#social { position:absolute; top:45px; right:40px; z-index:7;}
		#social .faceb { background:url(../images/ico_faceb.png) no-repeat;}
		#social .tweet { background:url(../images/ico_tweet.png) no-repeat;}
		#social .btn { width:38px; height:38px; text-indent:-2000px; margin:0 6px 0 0; padding:0; float:left;}
		#social .btn:hover, #social .btn:focus { background-position:0 -60px;}

/*** typo ***/
	.mContent h1, .mContent h2 { font-size:28px; line-height:auto;}
	.mContent h2 { font-size:22px; line-height:auto;}
	.mContent h3, .mContent h4 { font-size:18px;}
	.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:14px;}
	.mContent blockquote { display:block; text-align:center; font-size:16px; font-family:Tahoma}
	.mContent a { text-decoration:underline;}
	.mContent a:hover, .mContent a:focus {}
	.mContent a.btn { text-decoration:none}
	
	.mContent .center { text-align:center;}
