/* 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:#cc0000;}
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;}
.blue { color:#336699;}
.green { color:#999933;}
.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; text-align:center; font-family:Georgia; font-size:13px; color:#999; position:relative;}
.wrap { text-align:left; width:960px; margin:0 auto; padding:0 55px; position:relative;}
.wrapper { background:#fff; border:1px solid #fff; border-width:0 1px;}

#header .wrap { background:url(images/bgTop.png) 50% 0 no-repeat;}
#header .wrapper { min-height:366px;}
	#header .abs { height:153px; display:block;}
	#logo { top:28px; left:75px;}
	#search { top:40px; right:90px; background:url(images/search.gif) no-repeat; width:245px; height:24px;}
		#search input { background:none; border:0;}
		#search .txt { width:210px; padding:3px 5px; color:#999; font-family:Georgia; font-size:14px;}
		#search .btn { width:20px; cursor:pointer;}
	#nav { font-size:14px; top:101px; left:55px; background:url(images/nav.png) no-repeat; width:840px; padding:0 60px;}
	#nav li { display:block; float:left; padding:0;}
	#nav li a { display:block; float:left; color:#fff; height:25px; text-align:center; margin:1px 0; padding:15px 29px 0 26px; background:url(images/nvDv.gif) 100% 0 no-repeat;}
	#nav li a:hover, #nav li a:focus { background-color:#cc4de6}
	#nav li.last a, #nav li:last-child a { background-image:none;}
		#navL { top:0; left:-55px;}
		#navR { top:0; right:-55px;}

#mBody { background:url(images/bgShade.png) 0 50% repeat-x; line-height:18px;}
#mBody .wrap { background:url(images/bgBot.png) 50% 100% no-repeat;}
#mBody .wrapper { min-height:353px; background:url(images/wrapper.gif) 0 100% repeat-x #fff; border-bottom:1px solid #fff; padding-bottom:30px;}
	#imgHeader { padding-left:4px; margin-top:-210px;}
	#imgHeader .imgHolder { display:block; float:left; background:url(images/imgShade.png) 0 100% no-repeat; padding-bottom:13px; margin:0 30px;}
		.imgHolder span { border:1px solid #d3cdd6; background:#fff; border-width:1px 1px 0 1px; padding:7px 7px 39px 7px; display:block;}
	#mBody .column { width:280px; float:left; background:url(images/bot.png) 0 100% no-repeat; padding:0 0 20px 0; margin:0 14px;}
		.column .top { background:url(images/top.png) no-repeat; height:20px;}
		.column .text { background:url(images/mid.png) repeat-y; padding:0 20px 40px 20px; position:relative;}
		.column .text .btn { background:url(images/moreBtn.png) no-repeat; display:block; position:absolute; text-indent:-2000px; width:127px; height:52px; bottom:0; right:-6px;}
		.column .text .btn:hover, .column .text .btn:focus { background-position:0 -100px;}
		#mBody .first.column { margin-left:32px;}

#footer { background:url(images/footerLoop.gif) repeat-x; font-family:Arial; font-size:12px; font-weight:bold;}
#footer .wrap { background:url(images/footer.gif) 50% 0 no-repeat; color:#666;}
#footer .wrapper { height:70px; background:0; border:0; padding:27px 20px 0 20px;}
	#footer a, #footer .alignLeft a:focus, #footer .alignLeft a:hover { color:#999; text-decoration:underline;}
	#footer a:hover, #footer a:focus, #footer .alignLeft a { text-decoration:none;}

	.imgWrap img { border:1px solid #e59999;}
	img.alignRight { margin-left:16px;}
	img.alignLeft { margin-right:16px;}
	.divider { margin:9px 0 6px 0; background:url(images/divider.gif) no-repeat; height:20px;}
	.mainDiv { background:url(images/mainDiv.png) 50% 50% no-repeat; height:20px; margin-bottom:7px;}
	.title { font-size:18px; color:#666; font-weight:bold; text-align:center; display:block;}
