/* CSS Document */
body{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	background:url(/images/bg_big.gif);
	min-width:780px;
}

body.smallTxt{
	font-size:12px;
}

.smallTxt p {
	font-size:12px;
	line-height:17px;
}

div{
	text-align:left;
	margin:0 auto;
}

p {
	font-size:14px;
	line-height:19px;
}

p a,
small a,
li a{
	color: #207777;
	text-decoration:none;
}

p a:hover,
small a:hover,
li a:hover{
	text-decoration:underline;
}

ul li a{
	color: #207777;
}

a img{
	border:none;
}
	
.clear{
	clear:both;
}

.floatLeft {
	display:			inline;
	float:				left;
}

.floatRight {
	display:			inline;
	float:				right;
}

img.left{
	float:left;
	padding: 0 10px 5px 0;
	display:inline;
}

img.right{
	float:right;
	padding: 0 0 5px 10px;
}

.borderLeft{
	border-left: 1px solid #F0ECE6;
}

.borderRight{
	border-right: 1px solid #F0ECE6;
}

h4.sub {
	margin-left: 20px;
}

#header h1{
	padding:15px 0 7px 0;
	margin:0;
}

#header h1 a{
	font-size:0; /*ie bug*/
	text-indent:		-9999px;
	display:			block;
	width:				678px;
	height:				43px;
	background:			url(/images/logo.gif) no-repeat;
	text-decoration:none;
}

#container{
	width: 780px;
}

#container #header ul#nav{
	margin:0;
	padding:0;
}
#container #header ul#nav li{
	background: url(/images/nav_arrow.gif) #778f8f no-repeat;
	list-style:none;
	border-right:1px solid #F0ECE6;
	float: left;
	width:128px;
	padding: 8px 0 8px 27px;
	color: #F0ECE6;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

#container #header ul#nav li.last{
	border-right:none;
	width:129px;
}

#container #header ul#nav li a{
	text-decoration:none;
	color:#F0ECE6;
}

#container #header ul#nav li a:hover{
	text-decoration:underline;
	color:#F0ECE6;
}

#contentContainer{
	background-color:#dbcdba;
	width: 780px;
	margin:0px;
	padding:0px;
}

#contentContainer #picture{
	float:left;
	width: 311px;
	border-top: 1px solid #F0ECE6;
}

#contentContainer #picture.borderBottom{
	border-bottom: 1px solid #F0ECE6;
}

#contentContainer #content{
	float:right;
	width: 468px;
	background-color:#e2d6c6;
	padding-bottom: 20px;
}

#contentContainer #content.alt{
	float:none;
	width: 779px;
	background-color: #dbcdba;
	padding-bottom: 20px;
}

#contentContainer #content h2{
	padding: 5px 15px 0px 15px;
	font-size: 22px;
	font-weight:bold;
}

#contentContainer #content h2 small{
	font-style:italic;
	font-size: 14px;
}

#contentContainer #content h3{
	background-color:#a79277;
	padding:15px;
	border-top: 1px solid #F0ECE6;
	border-bottom: 1px solid #F0ECE6;
	margin:0;
}

#contentContainer #content h3.keywords {
	background: none;
	padding: 0 0 0 20px;
	margin:0;
	border-top: none;
	border-bottom: none;
	font-size: 12px;
	font-style:italic;
	font-weight:normal;
}

.keywords {
	font-style:italic;
	font-size: 12px;
}

#contentContainer #content h3 span{
	text-indent:		-9999px;
	display:			block;
	width:				324px;
	height:				14px;
	background:			url(/images/byline.gif) no-repeat;
}

#contentContainer #content p{
	padding: 0 20px 0 20px;
}

#contentContainer #content .rightColumn p{
	padding: 0px 0px 0px 0px;
}

#container #footer{
	border-top: 1px solid #F0ECE6;
	background-color:#c4ac8c;
	color: #4e4538;
	font-size: 11px;
	clear:both;
	padding:15px;
	height: 35px;
}

#container #footer .left{
	float: left;
	width: 365px;
}

#container #footer .right{
	float: right;
	width: 365px;
}

#container #legal{
	text-align: center;
	padding-top: 15px;
	color:#7f7f7f;
	font-size:11px;
}

#container #legal a{
	color:#7f7f7f;
	text-decoration:underline;
}

#container #legal a:hover{
	color: #7f7f7f;
	text-decoration:none;
}

div.pic{
	float:left;
	padding:35px;
	text-align:center;
}

ul.list {
	margin:30px 15px 0px 0px;
	padding:0;
}
	
ul.list li{
	font-size: 11px;
	font-weight:bold;
	color:#666666;
	text-transform:uppercase;
	padding: 7px 0 7px 0;
	margin-left: 0 !important;
	list-style:none;
	list-style-type:none;
	border-bottom: 1px solid #778f8f;
}

ul.list li.first{
	border-top: 1px solid #778f8f;
}

ul.list li small{

	text-transform:none;
}

ul.list li a{
	color: #207777;
	text-decoration:none;
}

ul.list li a:hover{
	text-decoration: underline;
}

ul.inContent{
	margin-top: 5px;
}

ul.inContent li{
	margin:0px;
	padding:0px 15px 10px 0;
}