/* CSS Document */

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background-color:#eee;
	margin: 0;
	padding: 0;
}

#container {
	width: 800px;
	background-color: #ffffff;
	padding: 0em;
	border: 1px solid #670d2c;
	margin: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
}

html>body #container {
}

#header {
	height: 124px;
	background-color: #ffffff;
	width: 770px;
	margin:3px 6px;
	padding: 0px 20px 0px 0px;
}

#mainContent {
	font-size: 110%;
	margin: 0px 320px 0px 30px;
}

p.mainContent {
	padding: 0px 20px 0px 60px;
	
}


#mainContent2 {
	margin: 0 160px 0 0;
	padding: 0 30px;
}

#mainContent3 {
	margin: 0 80px 0 20px;
	padding:0 30px 10px 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p.list {
	margin: 8px 20px;
	font-size: .9em;
	line-height: 1.6em;
}
#mainContent ul li {

	margin: 8px 20px 10px 30px ;
	font-size: .9em;
	line-height: 1.5em;
	padding: 0 ;
  	list-style:circle ;
}


p.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
}

#sidebar1 {
	float: right;
	width: 300px;
	background-color: #ffffff;
	padding: 15px 10px 30px 10px;
}

#sidebar2 {
	float: right;
	width: 300px;
	background-color: #ffffff;
	padding: 15px 10px;
}

#assante {
	width: 205px;
	padding: 10px 5px 10px 20px;
	margin: 10px auto;
    background-color: #ffffff;
	color: #610C29;
	border-left:#000000 thin solid;
}

#box_news {
	width: 205px;
	padding: 10px 5px 10px 20px;
	
	line-height: 1.5em;

    background-color: #ffffff;

}

#dehoney {
	width: 205px;
	padding: 10px 5px 10px 20px;
	margin: 10px auto;
    background-color:#8d7959;
	color: #000;
}

#box {
	width: 220px;
	padding: 10px 15px;
	margin: 0 auto;
    background-color: #8d7959;
}
	
	
#box2 {
	width: 220px;
	padding: 10px 15px;
	margin: 10px auto;
	background-color: #fff;
	color: #610C29;
	font-style:italic
}


#assante h2 {
	margin-top: 1em;
	font-size: 13px;
	color: #610c29;
		text-decoration: none;
	
}
	
	
h1.intro {
	margin-top: 2.2em;
	padding: 0px;
	font-family: "Times New Roman", "Gill Sans", Times, serif;
	color: #3a588f;
	font-size: 20px;
}



img {
	border-style: none;
	border: 0px
}

img.floatLeft { 
    float: left; 
    margin: 6px; 
	border: 0px; 
}

img.floatRight { 
    float: right; 
    margin: 0px 6px;
	border: 0px; 
}

img.floatRight2 { 
    float: right; 
    margin: 0px;
	border: 0px; 
}


img.tagLine {
	margin: 22px 0;
	border: 0px; 
}

img.centre {
	margin: 0px 30px 0px 30px;
	border:0px;
	}



h1 {
	margin-top: 2em;
	font-size: 16px;
	color: #610c29;
}

h2 {
	margin-top: 2em;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

h3 {
	margin-top: 2em;
	letter-spacing: 0.1em;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

h4 {
	margin-top: 3em;
	font-size: 11px;
	color: #26354A;
	font-weight: bold;
}

h5 {
	margin-top: 3em;
	font-size: 11px;
	color: #3a588f;
	font-weight: bold;
}

a {
	text-decoration: none;
	border:0px;
}

a:link {
	color: #336699;
}

a:visited {
	color: #336699;
}

a:hover {
	color: #336699;
	text-decoration: underline;
}



a:active {
	color: #8d7959;
}

	a.map:visited {
	border: 0px ;
	border-style: none ;
	}

	a.map:hover {
	border: 0px ;
	border-style: none ;
	}



#navcontainer {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 26px;
	background-color: #646568;
	border-top: 1px solid #000;
}

#navlist, navlist ul {
	padding:0;
	margin:0;
	list-style-type: none;
}

/* Set up the link size, color and borders */
#navlist a, #navlist a:visited {
	display:block;
	width:133px;
	font-size:11px;
	color:#fff;
	height:25px;
	line-height:24px;
	text-decoration:none;
	text-indent:5px;
	border:1px solid #000;
	border-width:0px 0 1px 0px;
}
.first {
	text-align:center
}

/* Set up the sub level borders */
#navlist li ul li a, #navlist li ul li a:visited {
	border-width:0 1px 1px 1px;
}
	
#navlist li a.enclose, #navlist li a.enclose:visited {
	border-width:0 1px 1px 1px;
}

/* Set up the list items */
#navlist li {
	float:left;
	background:#646568;
}

/* For Non-IE browsers and IE7 */
#navlist li:hover {
	position:relative;
}
	
/* Make the hovered list color persist */
#navlist li:hover > a {
	background:#dfd7ca;
	color:#610C29;
}

/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#navlist li ul {
	display:none;
}
	
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#navlist li:hover > ul {
	display:block;
	position:absolute;
	top:-11px;
	left:80px; padding:10px 30px 30px 30px;
	background:transparent url(x?/images/transparent.gif);
	width:120px;
}

/* Position the first sub level beneath the top level links */
#navlist > li:hover > ul {
	left:-30px; top:16px;
}

hr {
	display: none;
}

table.helpT {
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	width: 600px;
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-collapse: collapse;
}

td.helpHed {
	border-bottom: 2px solid #6699CC;
	border-left: 1px solid #6699CC;
	background-color: #BEC8D1;
	text-align: left;
	text-indent: 5px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #404040; }

td.helpBod {
	border-bottom: 1px solid #9CF;
	border-top: 0px;
	border-left: 1px solid #9CF;
	border-right: 0px;
	text-align: left;
	text-indent: 10px;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	background-color: #fafafa;
}

table.sofT {
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	width: 680px;
	background-color: #fafafa;
	border: 1px #6699cc solid;
	border-collapse: collapse;
}

/*-------------- Footer --------------*/

#footer {
	clear:  both;
	width: 800px;
	height: 30px;
	position:relative;
	background-color:#610c29;
}
p.footer {
	margin:8px 4px 0 0;
	line-height:normal;
	font-size: 11px;
	color: #fff;
	text-align: right;
}

#footer strong {
	color: #4d4d4d;
}

#contact_bc {
	float: left;
	position: relative;
	font-size: 11px;
	width: 500px;
	height: 60px;
	left: 8px;
	top: 1px;
	padding-left: 18px;
}

#footer_links {
	float: left;
	position: absolute;
	/*top: -2px;*/
	font-size: 11px;
	line-height: 1.4em;
	width: 470px;
	height: 90px;
	left: 300px;
	top: 1px;
	padding-left:4px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

