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

#header { background:url(images/header.jpg) 0 0 no-repeat; z-index:2; height:630px; position:relative;}
	#header .abs { height:130px;}
	#logo { top:50px; left:30px; z-index:3; color:#d57d00;}
		#logo a { color:#d57d00;}
	#nav { background:url(images/navR.png) 100% 0 no-repeat; padding-right:20px; font-size:16px; font-weight:bold; top:49px; right:10px; z-index:2; letter-spacing:-1px}
	#nav ul { background:url(images/navL.png) no-repeat; padding-left:20px; float:left;}
	#nav li { display:block; float:left; background:url(images/nvDv.png) no-repeat; padding-left:2px;}
	#nav li a { background:url(images/nav.png) repeat-x; display:block; float:left; color:#333; height:60px; padding:20px 30px 0 28px; text-align:center;}
	#nav li a:hover, #nav li a:focus { background-position:0 -100px; color:#fff;}
	#imgHeader { background:url(images/imgHeaderBg.png) no-repeat; padding:10px 10px 35px 10px; height:455px; position:relative;}
	#imgHeader img {}

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

#mBody { background:url(images/mContent.gif) 50% 0 repeat-y; min-height:225px; padding-left:20px; line-height:20px; padding-bottom:12px;}
	@media screen and (-webkit-min-device-pixel-ratio:0) {}
	#sidebar { float:left;}
	#mContent { float:left; width:100%; padding-top:20px;}
		.column { float:left;}
		.left.column { width:360px; padding:0 10px 0 30px;}
		.right.column { width:460px; padding:0 20px;}

#footer { background:url(images/footer.gif) no-repeat; padding-top:22px; height:50px; color:#999; font-size:10px;}
	#copyright { padding:0 30px;}
	#footer a { color:#999; text-decoration:none;}
	#footer a:hover, #footer a:focus { text-decoration:underline;}

	img.alignRight { margin-left:16px;}
	img.alignLeft { margin-right:16px;}
	.title, .subtitle { margin-bottom:22px; font-size:25px; font-weight:bold}
