/* 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;}
.brown { color:#d57d00;}
.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); text-align:center; font-family:Arial; font-size:12px; color:#333; position:relative; min-width:941px;}
#wrap { text-align:left; width:897px; margin:0 auto; position:relative;}

#header { background:url(images/header.gif) no-repeat #d51f0a; height:146px; margin:11px 0 3px 0; position:relative;}
	#logo { top:40px; left:50px; z-index:3; color:#fff; font-size:40px; font-family:Verdana;}
		#logo a { color:#fff;}
		#tagline { font-size:16px}
	#social { height:44px; top:36px; right:25px; z-index:1; background:url(images/txt_connect.gif) no-repeat; padding-left:195px;}
	#nav { background:url(images/nav.png) repeat-x; font-family:Verdana; font-size:12px; top:107px; right:0; height:39px; z-index:2;}
	#nav li { display:block; float:left; margin:0 5px;}
	#nav li a { display:block; float:left; color:#999; height:20px; text-align:center; padding:14px 35px 0 36px;}
	#nav li a:hover, #nav li a:focus { background:#000; color:#fff;}
	#nav li.current a { color:#fff;}
	#headerDv { top:0; left:357px; z-index:4;}

	.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;}
	@media screen and (-webkit-min-device-pixel-ratio:0) {}
	#sidebar { float:left;}
	#mContent { float:left; width:100%; padding:12px 0;}
		#imgHeader { padding-bottom:25px; background:url(images/shadow.png) 50% 100% no-repeat;}
		#imgHeader img {}
		.divider { background:url(images/div.png) 0 50% repeat-x; height:20px;}

/*** home page ***/
	.column { float:left;}
	.index #mContent { background:url(images/indexBg.png) repeat-y; margin-top:12px; padding:0;}
	.index .top { background:url(images/indexTop.png) no-repeat;}
	.index .bot { background:url(images/indexBot.png) no-repeat; height:37px;}
	.index .leftbar, .index .rightbar { padding:18px 12px 0 22px;}
	.index .leftbar { width:286px; margin-right:3px;}
	.index .leftbar .title { color:#ff9900;}
	.index .rightbar { width:540px;}

#footer { padding-bottom:10px; color:#333; font-family:Verdana; font-size:10px; text-align:center;}
	#footer a { color:#333; text-decoration:none;}
	#footer a:hover, #footer a:focus { text-decoration:underline; color:#000}
	#copyright { margin-top:8px; line-height:14px;}
	#copyright, #copyright a { color:#000}

	img.alignRight { margin-left:16px;}
	img.alignLeft { margin-right:16px;}
	.title, .subtitle { color:#fff; margin-bottom:22px; font-size:22px; letter-spacing:1px; font-family:Tahoma; color:#d51f0a}
