/* 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:#ff9900;}
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;}
.green { color:#336600;}
.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) 0 100% repeat-x #ecf3f9; text-align:center; font-family:Arial; font-size:14px; color:#fff; position:relative;}
.wrap { text-align:left; width:1029px; margin:0 auto; position:relative;}

#header { background:url(images/header.png) repeat-x;}
#header .wrap { background:url(images/header.jpg) no-repeat; min-height:525px;}
	#header .abs { display:block; background:url(images/nav.png) 0 44px repeat-x; height:130px;}
	#logo { top:61px; left:20px; z-index:3;}
	#tagLine { top:260px; left:40px; width:100%; color:#333}
	#nav { background:url(images/navL.png) no-repeat; font-size:16px; font-weight:bold; top:44px; left:0; width:1029px; z-index:2;}
	#nav ul { background:url(images/navR.png) 100% 0 no-repeat; float:right; padding:0 14px; line-height:12px;}
	#nav li { display:block; float:left; background:url(images/nvDv.gif) 100% 0 no-repeat; padding:0 2px 0 0;}
	#nav li a { background:url(images/nav.png) repeat-x; display:block; float:left; color:#3366ff; height:50px; text-align:center; padding:36px 25px 0 24px;}
	#nav li a span { color:#999; font-size:11px; font-weight:normal}
	#nav li a:hover, #nav li a:focus, #nav li a:hover span, #nav li a:focus span { background-position:0 -130px; color:#fff;}
	#nav li.current a { color:#fff;}
	#nav li.last, #nav li:last-child { background:0;}
	#imgHeader { }

	.btn { background:url(images/tab.gif) 0 3px no-repeat; padding-left:12px; color:#ccc; font-size:12px; font-weight:bold;}
	.btn:hover, .btn:focus { color:#fff;}

#mBody { background:url(images/mContent.png) 50% 0 repeat-y; line-height:14px;}
	@media screen and (-webkit-min-device-pixel-ratio:0) {}
#mBody .wrap { background:url(images/mcTop.png) 50% 0 no-repeat; padding:0 50px; width:931px; min-height:361px;}
#mBody .bot { background:url(images/mcBot.png) 50% 0 no-repeat; width:100%; height:20px;}
	#sidebar { float:left;}
	#mContent { float:left; padding-top:30px; width:100%;}
		#mContent .column { float:left; width:300px;}
		#mContent .first.column { margin-right:60px;}
		#mContent .last.column { width:210px; margin:0; padding-left:60px;}
		#mContent .column ul { padding-left:16px;}
		#mContent .column li { list-style:url(images/tab.gif); padding:8px 0;}
		#mContent .column li a { color:#ccc; font-weight:bold; font-size:12px;}
		#mContent .column li a:hover, #mContent .column li a:focus { color:#fff;}
#footer { font-size:11px; font-weight:bold; background:url(images/footerBg.gif) repeat-x;}
#footer .wrap { background:url(images/footer.gif) no-repeat; color:#72a1ff; height:35px; padding:25px 50px 0 50px; width:929px;}
	#footer a { color:#72a1ff; text-decoration:none;}
	#footer a:hover, #footer a:focus { text-decoration:underline;}

	.imgWrap img { border:1px solid #e59999;}
	.divider { background:url(images/divider.png) 0 50% repeat-x; margin:12px 0; height:22px;}
	img.alignRight { margin-left:16px;}
	img.alignLeft { margin-right:16px;}
	.title, .subtitle { color:#3366ff; margin-bottom:12px; font-size:25px;}
