/* 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:#8c0505;}
: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:#669900;}
.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 #fff; text-align:center; font-family:Arial; font-size:14px; color:#666; position:relative;}
.wrap { text-align:left; width:936px; margin:0 auto; position:relative; padding:0 21px;}

#header .wrap { background:url(images/header.jpg) 0 109px no-repeat; min-height:416px;}
	#header .abs { height:168px; display:block;}
	#logo { top:30px; left:45px;}
	#search { top:48px; right:8px;}
		#search input { height:31px; background:none; border:0; float:left;}
		#search .txt { background:url(images/txt.gif) no-repeat; width:227px; padding:0 4px; margin-right:3px; color:#fff; font-size:14px; font-family:Arial;}
		#search .btn { background:url(images/searchBtn.gif) no-repeat; width:86px; cursor:pointer;}
		#search .btn:hover, #search .btn:focus { background-position:0 -59px;}
	#nav { font-size:15px; top:119px; left:0; padding-right:20px; background:url(images/navR.gif) 100% 0 no-repeat;}
	#nav ul { background:url(images/navL.gif) no-repeat; padding-left:20px; float:left;}
	#nav li { display:block; float:left;}
	#nav li a { display:block; float:left; background:url(images/nav.gif) repeat-x; color:#fff; height:30px; text-align:center; padding:19px 28px 0 28px;}
	#nav li a:hover, #nav li a:focus { background-position:0 -70px; background-color:#c9f442; color:#597600;}
	#nav li.last, #nav li:last-child { background:none; padding:0;}
	#txtHeader { width:320px; left:50px; top:260px; font-family:Georgia; font-size:30px; color:#fff; line-height:40px;}
	#txtHeader .btn { background:url(images/btn.png) no-repeat; text-indent:-2000px; width:190px; height:51px; display:block; margin:20px 0 0 50px;}
	#txtHeader .btn:hover, #txtHeader .btn:focus { background-position:0 -89px;}

#mBody { line-height:18px; font-size:12px;}
#mBody .wrap { background:url(images/mContent.png) repeat-y; min-height:200px; padding-top:30px;}
	.column { float:left;}
	.col1 { width:360px; margin:0 45px 0 35px;}
	.col2 { width:460px;}
	#mBody .box { background:#e5e5e5; padding:8px; margin-bottom:10px;}
	#mBody .box .title { font-family:Arial; font-size:14px; color:#666600; font-weight:bold;}
	.imgHolder { padding:3px; border:1px solid #d5d9cb; margin-bottom:20px;}
	.more { text-decoration:underline; float:right;}

#footer .wrap { background:url(images/footer.png) no-repeat; color:#fff; height:56px; font-size:12px; padding:64px 61px 0 61px; width:856px;}
	#footer a { color:#fff; 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 { font-size:24px; font-family:Georgia; color:#333; margin-bottom:12px;}
