/* 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;}
.blue { color:#0196ff;}
.alignLeft { float:left;}
.alignRight { float:right;}
.caps { text-transform:uppercase;}
.abs div { position:absolute;}
.clr { height:0; clear:both;}

/*** general ***/
body { background:url(images/bg.jpg) repeat-x #fff; text-align:center; font-family:Tahoma; font-size:12px; color:#333; position:relative; min-width:941px;}
#wrap { background:url(images/mContent.png) repeat-y; text-align:left; width:810px; margin:0 auto; position:relative;}

#header { background:url(images/header.png) no-repeat; margin-top:30px; position:relative; padding:0 7px;}
	#header .abs { height:125px;}
	#logo { top:6px; left:18px; z-index:3; color:#fff; font-size:40px; font-family:Verdana;}
		#logo a { color:#fff;}
		#tagline { font-size:16px}
	#social { top:23px; right:55px; font-weight:bold; font-family:Tahoma; font-size:11px;}
		#social a { color:#000}
		#social a:hover, #social a:focus { text-decoration:underline;}
	#imgHeader { border-bottom:1px solid #fff;}

	.btn { background:url(images/btn.png) no-repeat; display:block; padding-top:7px; width:108px; height:22px; text-align:center; color:#fff; font-size:10px; font-weight:bold;}
	.btn:hover, .btn:focus { background-position:0 -50px; color:#fff}

#mBody { line-height:16px; padding:0 7px;}
	@media screen and (-webkit-min-device-pixel-ratio:0) {}
	#sidebar { float:left; width:200px;}
		#nav { background:url(images/nav.png) repeat-x; font-family:Verdana; font-size:11px; height:39px; z-index:2;}
		#nav li { display:block;}
		#nav li a { display:block; color:#fff; height:19px; padding:8px 15px 0 20px; border-bottom:1px solid #fff}
		#nav li a:hover, #nav li a:focus { background:#000; color:#fff;}
		#nav li.current a { color:#fff;}
		#sidebar .box { background:#febf52; border-bottom:1px solid #fff; color:#fff; padding:15px 5px 15px 20px; font-size:10px}
			.box .title { color:#fff; font-size:11px; font-family:Tahoma; margin:0;}
		
	#mContent { float:left; width:576px; padding:25px 0 20px 20px;}
		.divider { background:url(images/dv.png) 0 50% no-repeat; height:10px; margin-bottom:6px}

#footer { background:url(images/footer.png) no-repeat; height:106px; padding-top:15px; color:#000; font-family:Verdana; font-size:11px; text-align:center; line-height:10px;}
	#footer a { color:#000; text-decoration:none;}
	#footer a:hover, #footer a:focus { text-decoration:underline;}
	#copyright { margin-top:8px;}
	#copyright, #copyright a { color:#0073c4}

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