/* 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;}
.red { color:#900;}
.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 #900; text-align:center; font-family:Arial; font-size:11px; color:#fff; position:relative;}
#wrap { background:url(images/mContent.png) repeat-y; text-align:left; width:705px; margin:0 auto; position:relative;}

#header { background:url(images/header.gif) no-repeat; height:276px;}
	#logo { top:14px; left:19px; z-index:3; font-family:Times New Roman; font-size:37px;}
	#contact { top:40px; right:12px; z-index:2; color:#fff; font-size:21px; font-family:Arial; width:220px;}
	#imgHeader { top:131px; left:19px; z-index:1;}
	#headerTxt { top:151px; right:19px; z-index:2; background:#900; width:200px; padding:12px 20px; font-size:14px; font-family:Verdana; font-style:italic;}
	
#mBody { line-height:16px; min-height:224px; padding:0 19px; color:#666;}
	#nav { font-size:14px; float:left; font-family:Tahoma; font-size:12px; width:180px;}
	#nav li { display:block; padding:0;}
	#nav li a { display:block; color:#fff; border-top:1px solid #c60000; border-bottom:1px solid #5c0000; height:28px; text-align:center; background:url(images/nav.gif) repeat-x; padding:12px 0 0 0;}
	#nav li a:hover, #nav li a:focus { background-position:0 -80px; border-top:1px solid #ffdc00; border-bottom:1px solid #443b00;}
	#mContent { float:left; width:233px; padding:20px 40px 5px 40px;}
	#sidebar { float:left; width:142px; padding:20px 16px 5px 16px; color:#fff; font-size:10px; line-height:12px;}
		#sidebar .title { color:#fff;}
	
#footer { background:url(images/footer.gif) no-repeat #900; height:47px; color:#fff; padding:25px 0 0 25px;}
	#footer a, #footer .alignLeft a:focus, #footer .alignLeft a:hover { color:#fff; text-decoration:none;}
	#footer a:hover, #footer a:focus, #footer .alignLeft a { text-decoration:underline;}

	.cross { padding-left:20px;}
	.cross li { list-style:url(images/tab_cross.gif); margin:5px 0;}
	img.alignRight { margin-left:12px;}
	img.alignLeft { margin-right:12px;}
	.divider { border-bottom:1px solid #516161; margin:20px 0 19px 0;}
	.title { font-size:18px; font-family:Tahoma; margin-bottom:12px; color:#000;}
