body { text-align: center; background-color: #FBEEDC;}
#container { width: 940px; height: 650px; min-height: 650px; margin: 0 auto; background:url("../images/background.jpg") no-repeat scroll top; font-family: Georgia, 'Times New Roman',Tahoma,Arial,Helvetica,sans-serif; font-size: 8pt; text-align: left;}
	#header { width: 940px; height: 190px; position: relative; }
	#header a{color:#000000;}
		#logo { position: absolute; display: block; width: 142px; height:96px; top: 50px; right: 70px; }
	#content { width: 940px; margin-top:10px; }
		#content #left-content{ width: 280px; float: left; margin: 0;}
			#left-content ul { margin: 0 0 15px 0; padding: 0; list-style:none; }
			#left-content ul li { background: url('../images/arrow.gif') no-repeat scroll center left; border-bottom:1px solid #BDB7AE; line-height: 19px;  list-style:none; padding-left: 12px;}
			#left-content ul li a{ color: #F26522; }
			#left-content ul li a#on{ color: #666666; }
		#content #right-content{ width: 610px; float: right; margin: 0;}
			#right-content #inside { width: 610px; padding: 17px 0;}
	#footer { width: 940px; float: left; border-top:1px solid #F8BE9B; margin-top:10px; padding-top: 7px; font-size: 90%; color: #666666;}
		#footer .address { margin-right: 25px;}
		#footer ul { margin: 0; padding: 0; }
		#footer ul li { margin-left: 20px; display:inline; }
		#footer ul li a { color: #666666; }
		#footer #copyright { margin-top: 40px; text-align: center; }
		#footer #copyright a { color: #666666; }


.left { float: left; }
.right { float: right; }

.text-left { text-align: left; }
.text-right { text-align: right; }

.bold { font-weight: bold; }

.orange { color: #F26522; }
.gray { color: #666666; }

.italic { font-style: italic; }
.shortdescription { font-style: italic; color: #F26522; font-size: 150%;}
.quote { font-size: 180%; font-style: italic;  color: #0059AC; margin-bottom: 10px;}
.author { font-size: 110%; font-style: italic;  color: #F26522; font-weight: bold;}

a, a:link, a:visited{ text-decoration:none; }
a:hover, a:active{ text-decoration:underline; }

h1 { font-size: 120%; color: #0059AC; padding: 5px 0 10px 0; }
h1.underline { border-bottom:1px solid #F8BE9B }

h2 { font-size: 100%; padding: 0 0 4px 0; margin: 0 0 4px 0;}
h2.underline { border-bottom:1px solid #BDB7AE; color:#000000; text-decoration:none !important; }
h2.underline a{  color:#000000; text-decoration:none !important; }

h3 { font-size: 110%; padding: 0; margin: 0; }

.thumb_big { margin: 0 0 55px 0;}
.thumb_big a { margin: 0; padding: 0; }
.thumb_big img { border:10px solid #FCFBF9; }
.thumb_big .links { color: #F26522; }
.thumb_big .links a { color: #F26522; margin: 0 9px;}
.thumb_big .links a.first { margin-left: 0;}
.thumb_center { margin: 0 50px; float: left;}

.thumb_big_page { margin: 0 50px 30px 0; float: left;}
.thumb_big_page img { border:10px solid #FCFBF9; }

.thumb_medium { margin: 0 10px 10px 0;}
.thumb_medium img { border:10px solid #FCFBF9; }

.thumb_small { width: 85px; margin: 0 5px 5px 0;}
.thumb_small img { border:5px solid #FCFBF9; }

.hr { border: 0; height: 1px; margin: 0 0 10px 0; padding: 0; clear: both; background:url("../images/horizontal-dot.gif") repeat-x; }
.clear { clear: both; }

.list-row { width: 610px; float: left; padding :0; margin: 0; }
.list-row .list-cell { width: 280px; }
.list-row .cell-padding { padding: 0px; margin: 0; height: 10px; }

.no_margin { margin: 0;}

.slider {
	position:relative;
	height: 70px;
	width: 610px;
}
.slider .next, .slider .prev{
	position:absolute;
	top: 28px;
	cursor:pointer;
}
.slider .prev{
	left: 0px;
}
.slider .next{
	right: 0px;
}
	
.slider .sections {
	overflow:auto;
	width: 570px;
	height: 70px;
	clear: left;
	margin-left: 25px;
}
	
.slider .sections ul{
	width:3000px;
	list-style:none;
	margin: 0;
	padding: 0;
}

.slider .sections li{
	float:left;
	width: 95px;
	list-style:none;
}
