/* 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:#669900;}
a:hover, a:focus { text-decoration:none; color:#51a200;}
: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) repeat-x #fff; text-align:center; font-family:Arial; font-size:12px; color:#666; position:relative;}
.wrap { text-align:left; width:959px; margin:0 auto; padding-left:8px; position:relative;}

#header { background:url(images/header.jpg) 50% 0 no-repeat;}
#header .wrap { min-height:424px;}
	#header .abs { height:168px; display:block;}
	#logo { top:30px; left:8px;}
	#callUs { top:35px; right:0; color:#fff; text-align:right;}
	#nav { font-size:16px; font-weight:bold; top:107px; left:0; padding-left:9px; width:959px;}
	#nav li { display:block; float:left; background:url(images/nvDv.gif) 100% 0 no-repeat; padding-right:2px;}
	#nav li a { display:block; float:left; color:#fff; height:33px; text-align:center; padding:21px 33px 0 33px;}
	#nav li a:hover, #nav li a:focus { background-position:0 -70px; background-color:#2b4105;}
	#nav li.last, #nav li:last-child { background:0;}
	#nav li.last a { padding-right:44px}
	#imgHeader { border-bottom:11px solid #efefef;}

#mBody { background:url(images/mBody.gif) 50% 0 no-repeat; line-height:18px; margin-top:-101px; padding-top:101px;}
	@media screen and (-webkit-min-device-pixel-ratio:0) { #mBody {}}
#mBody .wrap { background:url(images/mContent.gif) -116px 0 repeat-y; /*min-height:280px;*/}
	#sidebar { background:url(images/sidebar.jpg) no-repeat; width:289px; float:left; margin:-48px 30px 0 0; min-height:318px; color:#fff; line-height:14px; position:relative;}
		#sidebar .title { font-size:30px; display:block; padding:18px 15px;}
		#sidebar .text { padding:130px 92px 0 12px;}
		#sidebar .moreBtn { position:absolute;}
	#mContent { padding:20px 20px 0 0;}
	#mContent .title { font-size:35px;}
	#mContent .text { padding-bottom:20px;}
	#mContent .subtitle { font-size:16px; margin:12px 0 0 0;}
		#mContent .column { float:left; width:290px; padding:10px;}
		#mContent .arrow, #mContent .arrow { background:url(images/arrow.gif) 100% 2px no-repeat; color:#666; padding:0 12px 0 0;}
			#mContent p.arrow { margin:0; display:inline}

#footer { background:url(images/footer.gif) 50% 0 no-repeat; font-size:12px;}
#footer .wrap { color:#669100; height:79px; padding:20px 20px 0 20px; width:919px;}
	#faceb { top:31px; left:408px;}
	#tweet { top:31px; left:466px;}
	#faceb a, #tweet a { width:93px; height:41px; text-indent:-2000px; display:block;}
	#faceb a { background:url(images/ico_faceb.png) no-repeat;}
	#tweet a { background:url(images/ico_tweet.png) no-repeat;}
	#faceb a:hover, #faceb a:focus, #tweet a:hover, #tweet a:focus { background-position:0 -89px;}
	#footer a { color:#669100; text-decoration:none;}
	#footer a:hover, #footer a:focus { text-decoration:underline;}

	.imgWrap img { border:1px solid #e59999;}
	img.alignRight { margin-left:16px;}
	img.alignLeft { margin-right:16px;}
	.title, .subtitle { color:#336600; margin-bottom:12px; font-weight:bold;}
	.moreBtn { background:url(images/moreBtn.png) no-repeat; width:96px; height:22px; display:block; text-decoration:underline; color:#fff; text-align:center; padding-top:8px; bottom:0; right:50px;}
	.moreBtn:hover, .moreBtn:focus { background-position:0 -70px; color:#fff;}
