.header {
	width: 100%;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 180px;
	background-color: #FFFFFF;
}
body {
	margin: 0;
}
.box_container {
	width: 970px;
	margin: 0 auto;
}
.container {
	width: 100%;
	clear: both;
}
.footer {
	background-color: #F1F3E6;
	clear: both;
}
.box_footer {
	width: 970px;
	margin: 0 auto;
	text-align: center;
}
.right_col {
	width: 310px;
	float: right;
	margin-right: 0px;
}
.left_col {
	width: 660px;
	float: left;
	margin-left: 0px;
}

.nav {
	color: #990000;
	width: 660px;
	font-size: 16px;	
}

#nav a {
	font-size: 16px;
	color: #990000;
	text-decoration: none;
}
#nav a:hover {
	font-size: 16px;
	color: #999966;
	text-decoration: none;
}
.box_header {
	width: 970px;
	margin: 0 auto;
	height: 180px;
}
#footer #box_footer a {
	text-decoration: none;
	color: #990000;
	font-size: 14px;
}
#footer #box_footer p {
	font-size: 14px;
}
h1 {
	font-family: Garamond, Optima, Verdana, Arial;
	color: #999966;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: bold;
	padding: 0px;
}
a {
	color: #444D53;
}
a:hover {
	color: #990000;
}
a:visited {
	color: #444D53;
}
h2 {
	font-family: Garamond, Optima, Verdana, Arial;
	color: #999966;
	font-size: 17px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
p {
	font-family: Garamond, Optima, Verdana, Arial;
	font-size: 16px;
	color: #444D53;
	margin-top: 0px;
}
h3 {
	margin-left: 12px;
	font-family: Garamond, Optima, Verdana, Arial;
	color: #848559;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: bold;
	padding: 0px;
}
h4 {
	margin-left: 12px;
	font-family: Garamond, Optima, Verdana, Arial;
	color: #999966;
	font-size: 16px;
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 10px;
}
.piccante {
	width: 100%;
}
.box_piccante {
	width: 970px;
	margin: 0 auto;
	text-align: center;
}
#piccante #box_piccante p {
	font-size: 12px;
}
.scroll{
	position:absolute;
	display:block;
	height:300px;
	overflow:scroll;
	padding: 5px 40px 5px 0px;
	background:#fff;
	/* fixes has-layout-bug in IE6*/
	zoom:1;
	margin-bottom: 20px;
	width: 610px;
}
	
.summary {
	height: 300px;
	padding: 5px 0px 5px 0px;
	margin-bottom: 20px;
	height: 300px;
	
}
#container #box_container #container_left_col #box1 p {
	margin-top: 0px;
	margin-bottom: 15px;
}

/* jquery faqs css*/
* {
  margin: 0;
  padding: 0;
}

:focus {
	-moz-outline-style: none;
}



#accordion {
  border: none;
  border-bottom: none;
  margin: 0 auto;
	width: 600px;
}

	#accordion .section {
	border-bottom: none;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 12px;
	}	
	
	#accordion h2 {
	background: url(../images/q.gif) no-repeat 0 0px;
	cursor: pointer;
	font-size: 16px;
	outline: none;
	padding-left: 28px;
	color: #990000;
	font-family: Garamond, Optima, Verdana, Arial;
	font-weight: normal;
	}
	
	#accordion .ui-state-active {
		background: url(../images/x.gif) no-repeat 0 0px;
	}
	
	#accordion .section-content {
	padding: 0 18px;
	font-family: Garamond, Optima, Verdana, Arial;
	}
	

	
	#accordion p {
	padding-top: 12px;
	}

