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

/*** general ***/
body { background:url(images/bg.gif) repeat-x #f2f2f2; text-align:center; font-family:Arial; font-size:12px; color:#666; position:relative; min-width:941px;}
#wrap, .wrapper { text-align:left; width:960px; margin:0 auto; position:relative;}

#header { background:url(images/header.jpg) repeat-y;}
#header .wrap { background:url(images/headerTop.png) no-repeat; padding-top:30px; min-height:110px;}
	#logo { top:30px; left:102px; z-index:3; color:#fff; font-size:40px; font-family:Verdana; position:absolute}
		#logo a { color:#fff;}
	#imgHeader { text-align:center;}

	.btn { background:url(images/readBtn.gif) no-repeat; display:block; margin-top:10px; padding-top:6px; width:80px; height:15px; text-align:center; color:#fff; text-indent:-3000px; font-size:10px; float:right}
	.btn:hover, .btn:focus { background-position:0 -50px; color:#fff}

#mBody { line-height:18px; position:relative; background:url(images/mContent.gif) repeat-y;}
	@media screen and (-webkit-min-device-pixel-ratio:0) {}
	#mBody .wrap { background:url(images/mcTop.png) no-repeat; padding-top:25px; min-height:386px;}
	#mBody .bottom { background:url(images/mcBot.png) no-repeat; height:20px; margin-bottom:5px;}

	.sidebar { float:left; width:314px;}
		.sidebar .text { padding:0 34px;}
			.sidebar .text a { text-decoration:underline;}
		#news { width:100%;}
		#news .title { background:url(images/letter.png) no-repeat; display:block; padding-top:23px; width:314px; height:40px; color:#fff; text-align:center; font-size:24px;}
		#news .title strong { color:#fff;}

	#mContent { float:left; width:646px; padding-top:30px;}
		.pageTitle { font-size:36px; line-height:34px; font-family:Calibri; display:block; text-align:center;}
		.column { float:left; width:290px; padding:0 13px 0 10px;}
		
		
		
#footer { background:url(images/footer.gif) repeat-x; height:31px; padding-top:24px; color:#fff; font-family:Arial; font-size:11px; line-height:10px;}
	#footer a { color:#fff; text-decoration:none;}
	#footer a:hover, #footer a:focus { text-decoration:underline;}
	#footer .alignRight, #footer .alignRight a { color:#919191;}

	img.alignRight { margin-left:16px;}
	img.alignLeft { margin-right:16px;}
	.title, .subtitle { margin-bottom:8px; font-size:14px;}
	#mBody strong { color:#333}
