/* 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:#ffc15c;}
a:hover, a:focus { text-decoration:none; color:#ffab21;}
: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;}
.orange { color:#ea5a10;}
.orange2 { color:#ffc15c;}
.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.gif) repeat; text-align:center; font-family:Tahoma; font-size:11px; color:#fff; position:relative; min-width:941px;}
#wrap { background:url(images/mContent.png) repeat-y; text-align:left; width:800px; margin:0 auto; position:relative;}

#header { background:url(images/header.png) no-repeat; margin-top:30px; position:relative; padding:0 10px;}
	#header .abs { height:50px;}
	#logo { top:125px; left:40px; 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 {}
		#social a:hover, #social a:focus { text-decoration:underline;}
	#imgHeader {}

	.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:10px;}
	@media screen and (-webkit-min-device-pixel-ratio:0) {}
	#sidebar { float:left; width:200px; margin-left:15px; background:url(images/sbar_top.png) no-repeat #ea5a10; padding-top:12px;}
	#sidebar .bot { background:url(images/sbar_bot.png) 0 100% no-repeat; height:25px;}
		#nav { font-family:Verdana; font-size:11px;}
		#nav li { display:block;}
		#nav li a { background:url(images/tab.png) 100% 100% no-repeat; display:block; color:#fff; height:19px; padding:8px 15px 0 30px;}
		#nav li a:hover, #nav li a:focus { background-color:#000; color:#fff;}
		#nav li.current a { color:#fff;}
		
	#mContent { float:left; width:525px; padding:20px 0;}
		.top.title { background:url(images/heading.png) 100% 100% no-repeat; display:block; padding:0 0 3px 25px;}
		#mContent .text { padding-left:25px;}
		.rightbar { float:right; width:180px; background:url(images/sbar_top_sm.png) no-repeat #ea5a10; padding-top:12px;}
			.rightbar .bot { background:url(images/sbar_bot_sm.png) 0 100% no-repeat; height:25px;}
			#mContent .rightbar .text { padding:0 8px 0 15px;}
			.rightbar .top.title { background-position:104% 100%; padding-left:15px}

#footer { margin:-280px 0 20px 0; background:url(images/footer.png) no-repeat; height:358px; 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 { margin-bottom:8px; font-size:14px; font-family:Verdana;}
