/* 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;}
.blue { color:#3399cc;}
.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 #e5e5e5; text-align:center; font-family:Arial; font-size:12px; color:#666; position:relative;}
.wrapper { background:url(images/mContent.gif) repeat-y; text-align:left; width:1020px; margin:0 auto; position:relative;}

#header { background:url(images/header.gif) 0 80px no-repeat; min-height:225px; padding:0 30px;}
	#header .abs { display:block; background:url(images/nav.png) 0 44px repeat-x; height:139px;}
	#logo { top:35px; left:40px; z-index:3; color:#666;}
		#logo a { color:#666;}
	#search { background:url(images/search.gif) no-repeat; width:300px; height:20px; top:45px; right:40px; padding:4px 0 2px 10px;}
		#search input { background:none; border:0;}
		#search .txt { width:246px;}
		#search .btn { width:47px; cursor:pointer;}
	#tagLine { top:260px; left:40px; width:100%; color:#333;}
	#nav { background:url(images/nav.gif) repeat-x; font-family:Trebuchet MS; font-size:16px; top:467px; left:30px; width:960px; z-index:2;}
	#nav ul { background:url(images/navL.gif) no-repeat; float:left; padding-left:17px;}
	#nav .bot { background:url(images/navR.gif) no-repeat; display:block; width:17px; height:42px; float:right;}
	#nav li { display:block; float:left; background:url(images/nav.gif) repeat-x; padding:0 12px;}
	#nav li a { background:url(images/nav.png) repeat-x; display:block; float:left; color:#fff; height:28px; text-align:center; padding:14px 50px 0 50px;}
	#nav li a:hover, #nav li a:focus, #nav li a:hover span, #nav li a:focus span { background-position:0 -130px; color:#b7f073;}
	#nav li.current a { color:#fff;}
	#imgHeader { padding-bottom:42px}

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

#mBody { min-height:361px; padding:0 30px; line-height:16px;}
	@media screen and (-webkit-min-device-pixel-ratio:0) {}
	#sidebar { float:left;}
	#mContent { float:left; margin-top:30px; width:100%;}
	#mContent.index { background:url(images/mc.gif) 50% 0 repeat-y;}
		.column { float:left; width:228px; padding:0 20px;}
		.last.column { width:364px; padding-left:40px;}

#footer .wrap { background:url(images/footer.gif) no-repeat; width:1020px; margin:0 auto; padding-top:85px; color:#999; height:25px; position:relative;}
	#footer a { color:#72a1ff; text-decoration:none;}
	#footer a:hover, #footer a:focus { text-decoration:underline;}
	#newsletter { background:url(images/newsletter.gif) 100% 0 no-repeat; bottom:45px; left:40px; padding:4px 0 2px 0; height:20px;}
		#newsletter .title { display:block; float:left; padding:4px 20px 0 0; font-size:12px; color:#999; width:140px}
		#newsletter input { background:none; border:0;}
		#newsletter .txt { width:232px;}
		#newsletter .btn { width:70px; cursor:pointer;}
	#social { bottom:45px; right:40px;}
	
	img.alignRight { margin-left:16px;}
	img.alignLeft { margin-right:16px;}
	.title, .subtitle { color:#66bee0; margin-bottom:12px; font-size:25px;}
	.arrow { list-style:url(images/arrowTab.gif); padding-left:26px;}
		.arrow li { padding:5px 0;}
		.arrow a { color:#666;}
		.arrow a:hover, .arrow a:focus { color:#35b8ff;}
