@charset "utf-8";


/* CSS Reset */
*{-webkit-text-size-adjust:none;}
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size:12px;
	color:#333333;
	margin:0;
	padding:0;
	line-height: 1;
	/*background:#a8a9ad;*/
	font-family: Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.clear{
	clear:both;
}
a{
	color:#3C3C3C;
	text-decoration:none;
}
a:hover{
	color:#7d6d62;
	text-decoration: none;
}
a:focus {
	outline: none
}
.alignR{
	text-align:right;
}
.alignL{
	text-align:left;
}
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
p{
	line-height:22px;
	padding-bottom:10px;

}

.wrapper{ width:960px; margin:0 auto;}
.header{  font-weight:bold; font-size:20px; background:#ece7e2; padding:20px; border-bottom:1px solid #c0c0c0;}

.leftnav{ background:url(navbg.jpg) no-repeat; width:195px; height:550px; float:left;}
.leftnav ul li a { display:block; line-height:45px; border-bottom:1px solid #e8e8e8; width:157px; padding:0 0 0 23px; background:url(btnbg.gif) no-repeat;}
.leftnav ul li a:hover{ color:#7d6d62; background:url(btnbg_hover.gif) no-repeat;}
.leftnav ul li a.act{ color:#ff6e00; background:url(btnbg_act.gif) no-repeat;}

.content{ float:left; padding:15px 15px 0 0;}
.slideContainer{ border:1px solid #c3c3c3; width:748px;}
.cycle-slideshow img{ width:100%; height:auto;}

.btnGroup{ margin-top:30px;}
.btn a{ background:#ff6e00; text-align:center; line-height:30px; display:inline-block; width:110px; color:#ffffff;}
.disabled{ opacity: 0.4;}
.quit { background:#883721 !important; color:#ffffff; margin-right:10px;}


/* Batch 2 START */

a:focus {
	outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

.leftnav ul li a.act{
	color: #B55E08;
}

.btn a {
	background-color: #B55E08;
}

/* Batch 2 END */


