@charset "utf-8";
body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#542a04;
	margin:0px;
	padding:0px;
	background: url(/images/bgd.jpg) top repeat-x #542a04;
}

@font-face {
	font-family: Bradley Hand ITC;
	src: url(‘BRADHITC.TTF’);
}

.spacer {
	display:block;
	height:1px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	clear:both;
}

.logo_bottom {
	position:absolute;
	margin-top:-190px; 
	margin-left:730px; 
	z-index:1;
}

/*********** container styles ************/

#container {
	display:block; 
	width:1001px; 
	margin:0px auto;
}

/*********** header styles ************/

#header {
	display:block; 
	height:325px; 
	overflow:hidden;
}

#header img {
	border:0px;
}
/*********** content styles ************/

#content {
	display:block; 
	background:url(/images/contentbg_mid.gif) right repeat-y;
}

#content .top {
	 background:url(/images/contentbg_top.gif) top right no-repeat;
}

#content .bot {
	 background:url(/images/contentbg_bot.gif) bottom right no-repeat; 
	 padding-left:33px; 
	 padding-right:64px;
}

#content .leftcol {
	 width:168px; 
	 float:left;
	 padding-top:15px;
}

#content .rightcol {
	 width:692px; 
	 float:right; 
	 padding-bottom:30px;
	 position:relative;
	 z-index:2;
}

#content .rightcol h1 {
	 display:block; 
	 height:35px; 
	 background:url(/images/border.gif) bottom repeat-x;
	 font-family:"Bradley Hand ITC", Arial, Helvetica, sans-serif;
	 font-size:23px;
	 color:#6a4421;
	 font-weight:bold;
}

#content .rightcol h1 img {
	 vertical-align:middle;
}

#content .rightcol .photo {
	 background:url(/images/imgbg.gif) top left no-repeat; 
	 padding-top:23px; 
	 padding-right:26px; 
	 padding-left:25px; 
	 padding-bottom:23px; 
	 float:left; 
	 margin-right:10px;
	 margin-bottom:3px;
}

#content .rightcol p {
	margin:10px 0px;
}

#content .rightcol ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#content .rightcol ul li {
	display:block;
	background:url(/images/arrow2.gif) 24px 3px no-repeat;
	margin:7px 0px;
	padding-left:40px;
}

.budget {
	border: 1px dashed #542a04;
}

.budget td.title {
	font-weight: bold;
}

.budget td.total {
	background-color: #542a04;
	color: #FFF;
}

.budget td {
	border: 1px dashed #542a04;
	padding: 5px;
}

.budget th {
	background-color: #542a04;
	color: #FFF;
	border: 1px dashed #542a04;
	padding: 5px;
}

/*********** leftnav styles ************/

#leftnav {
	display:block;
	font-size:16px;
	/*font-family:"Bradley Hand ITC",Arial, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style: italic;
}

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

#leftnav ul li {
	display:block;
}

#leftnav ul li a {
	display:block;
	color:#ffffff;
	text-decoration:none;
	height:36px;
	padding-top:8px;
	padding-left:15px;
}

#leftnav ul.li2 li.ulli2 a {
	height:50px;
}

#leftnav ul li a:hover {
	color:#e39128;
	text-decoration:underline;
	background:url(/images/leftnav_bg.gif) no-repeat;
}


#leftnav ul .active a{
	color:#e39128;
	text-decoration:underline;
	background:url(/images/leftnav_bg.gif) no-repeat;
}

#leftnav ul li li a {
	padding-left:30px;
	background:url(/images/arrow3.gif) 16px 14px no-repeat !important;
	color:#FFFFFF !important;
	text-decoration:none !important;
}

#leftnav ul li li a:hover {
	color:#e39128 !important;
	text-decoration:underline !important;
	background:url(/images/leftnav_bg2.gif) no-repeat !important;
}

#leftnav ul.li2 li.ulli2 a:hover {
	color:#e39128 !important;
	text-decoration:underline !important;
	background:url(/images/leftnav_bg2-2.gif) no-repeat !important;
}

/********** thermometre styles *********/

.thermometre {
	width:125px; 
	background:#3b1d01;
	text-align:center; 
	padding: 15px 25px 10px 20px;
	background:url(/images/thermobg.gif) no-repeat !important;
}

.thermometre strong {
	font-size:15px; 
	color:#b56b17;
}

/********** footer styles *************/

#footer {
	display:block; 
	width:939px; 
	text-align:right; 
	font-size:10px; 
	color:#c47d2e; 
	margin:0px auto;
	padding-bottom:10px;
}

#footer a {
	color:#c47d2e; 
	text-decoration:none;
}

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