@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	font-family:verdana, Helvetica, sans-serif;
}
html {
	height: 100%;
}
body {
	background:url(../images/bg_top.png) top left repeat-x;
	text-align:center;
	height: 100%;
}
#mainContainer {
	margin:0 auto;
	text-align:left;
	width:790px;
	min-height: 95%;
	position:relative;
	margin-bottom: -100px;
}
#header {
	width:790px;

}
#header h1 {
	text-indent:-9999px;
}
#header p {
position:absolute;
top:1px;
left:590px;
font-size:8pt;
text-align:right;
color:#fff;
}

#topNav {
	margin:0;
	padding-top:20px;
	width:790px;
	height:35px;
	background:url(../images/bg_nav.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#topNav ul li {
	marign:0;
	padding:0 5px 0 19px;
	display:inline;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
}
#topNav ul li a {
	text-decoration:none;
	font-weight:bold;
	color:#b66512;
	font-family:Arial, Helvetica, sans-serif;
}
#topNav ul li a:hover {
	color:#da9741;
}


a {
	color:#373538;
	font-size:12px;
	font-weight:bold;
}


#content {
	padding:10px;
	width:770px;
	line-height:17px;
	background:#fdfaf5;
	border:1px solid #f6e5cf;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#353535;
	font-size:12px;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#353535;
	font-size:12px;
	line-height:17px;
	margin-top:0px;
	margin-bottom:14px;
}
h1 {
	padding:0px;
	margin-bottom:12px;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16pt;
	color:#da9741;
}


h2 {
	padding:0px;
	margin-bottom:12px;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#b66412;
	font-style:italic;
}
.box {
	margin:20px 14px 0px 0px;
	padding:9px;
	padding-bottom:20px;
	width:234px;
	height:242px;
	float:left;
	background:#fdfaf5;
	border:1px solid #f6e5cf;
	
}


.box2 {
	margin:20px 0px 16px 0px;
	padding:9px;
	padding-bottom:20px;
	width:234px;
	height:242px;
	float:left;
	background:#fdfaf5;
	border:1px solid #f6e5cf;
	
}

.box3 {
	margin:20px 0px 0px 0px;
	padding:9px;
	padding-bottom:20px;
	width:234px;
	height:242px;
	float:right;
	background:#fdfaf5;
	border:1px solid #f6e5cf;
	
}



.box h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16pt;
	color:#da9741;
	text-indent:16px;
	background:url(../images/arrow.gif) 5px no-repeat;
}

.box2 h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16pt;
	color:#da9741;
	text-indent:16px;
	background:url(../images/arrow.gif) 5px no-repeat;
}

.box3 h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16pt;
	color:#da9741;
	text-indent:16px;
	background:url(../images/arrow.gif) 5px no-repeat;
}



#footer {
	margin:70px 0 0 0;
	padding:20px 0 0 0;
	height:98px;
	position:relative;
	background:url(../images/bg_footer.png) repeat-x;
}
#footer p {
font-size:10px;
}
#footer a {
color:#353535;
font-size:10px;
font-weight:bold;

}
#footer a:hover {
color:#000;


}
.clearfooter {
	height:40px;
	clear:both;
}

.imgRight {
padding:0 0 0 15px;
width:320px;
float:right;
}


.imgRight img{
padding:0 0 15px 0;
}

#content ul {
	margin-left:40px;
}

hr {
	color:white;
	border-top:1px solid #c9c9c9;
}

ol {
	margin-left:40px;
}
