/* 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:#000;}
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;}
.green { color:#9abb50;}
.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:#37434b; text-align:center; font-family:Times New Roman; color:#000; font-size:12px; position:relative;}
#wrapper { background:url(../images/mContent.png) repeat-y; width:1040px; text-align:left; margin:0 auto; position:relative;}

#header { background:url(../images/header.png) no-repeat; z-index:3; position:relative;}
#header .abs { height:163px;}
	#logo { top:30px; left:35px; z-index:7;}
	#social { top:35px; right:30px; z-index:8;}
		#social .faceb { background:url(../images/ico_faceb.png) no-repeat;}
		#social .tweet { background:url(../images/ico_tweet.png) no-repeat;}
		#social .linkd { background:url(../images/ico_linkd.png) no-repeat;}
		#social .ytube { background:url(../images/ico_ytube.png) no-repeat;}
		#social .btn { width:35px; height:35px; text-indent:-2000px; display:block; float:left; margin-right:8px;}
		#social .btn:hover, #social .btn:focus { background-position:0 -60px;}
	#siteInfo { text-align:right; font-size:12px; font-weight:bold; top:103px; right:30px;}
	#imgHeader { margin:0 12px; padding:6px 0; background:#37434b}

#mBody { line-height:20px; z-index:2; position:relative;}

	/*** main content area ***/
	.mContent { width:663px; float:left; margin:0 0 0 9px; padding:21px 21px 0 21px;}

	.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.png) no-repeat; width:980px; height:80px; padding:52px 30px 0 30px; min-height:0; text-align:left; color:#fff; font-family:Tahoma; font-size:11px; position:relative;}
	#footer a { color:#fff; text-decoration:none;}
	#footer a:hover, #footer a:focus { text-decoration:underline;}

/*** typo ***/
	.mContent h1, .mContent h2 { font-size:24px; color:#4f452e; line-height:24px;}
	.mContent h2 { font-size:20px; line-height:20px;}
	.mContent h3, .mContent h4 { font-size:16px; margin:0; line-height:16px;}
	.mContent h4 { font-size:14px; line-height:14px;}
	.mContent h5, .mContent h6, .mContent p { font-size:12px; margin:0; line-height:20px;}
	.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 {}
