* {
	font-family: Arial;
	font-size:11px;
	line-height:16px;
	color:#191919;
}
body {
	padding:0px;
	margin:0px;
	background:#e1ded5 url(../images/background-repeat.jpg) repeat-x;
	text-align:center;
}

h1 { font-size:20px; color:#191919; font-weight:normal; margin:0 0 10px 0; padding:0px;}
h1 span.white { color:#ffffff; }
h2 { font-size:16px; color:#191919; font-weight:normal; margin:0px; padding:0px;}
h3 { }

a { color:#1d526b;  text-decoration:underline;}
a:hover { text-decoration:none;}

a.pdf{ background:url(../images/pdf.gif) no-repeat; padding-left:20px; }

img, a img { padding:2px; border:1px solid #ffffff;}


form label{	float:left;width:80px;	}
form input { float:left; margin-bottom:5px;}
form textarea{ width:200px;}
form input[type="text"]{
	width:200px;
}

ul{ margin:0px; padding:0 0 0 15px;}

p{ margin:0px; padding:0 0 10px 0px;}

#wrapper{
	margin:auto;
	width:940px;
}
#header{
	float:left;
	width:100%;
	height:73px;
	border-bottom:5px solid #ffffff;	
	text-align:left;
}
#header .logo{
	float:left; padding:5px;	
}
#header .logo img{
	float:left;
	padding-right:20px;
	border:0px;
}
#header .logo h1{
	float:left;
	margin-top:15px;
}
#container{
	float:left;
	width:928px;
	border-left:5px solid #ffffff;
	border-right:5px solid #ffffff;
}
#footer{
	float:left;
	width:938px;
	background-color:#c9c6bd;
	height:30px;
	border-top:5px solid #ffffff;
	text-align:left;
}
#footer div{
	margin-left:25px;
	line-height:30px;
	font-size:10px;
	color:#545454;
		
}
#sitemap{
	float:left;
	width:938px;
	background-color:#d5d3c7;
	border-top:1px solid #ffffff;
	text-align:left;
}
#sitemap div{
	margin-left:25px;
	line-height:30px;
	font-size:10px;
	color:#545454;
	padding-top:10px;
}

#sitemap ul{
	float:left;
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 20px 0px 0px;
}
#sitemap ul li{
	padding-bottom:2px;
}
#sitemap ul li a{
	font-size:10px;
	color:#93928a;	
	text-decoration:none;
}
#sitemap ul li a:hover{
	text-decoration:underline;
}

#top-container{
	float:left;
	width:928px;
	height:272px;
	border-bottom:5px solid #ffffff;
	background:url(../images/background.jpg) no-repeat;
}
#nav{
	float:left;
	width:928px;
	height:35px;
	background-color:#000000;
	border-bottom:5px solid #67655e;
}
#nav ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#nav ul li{
	float:left;
	width:90px;
	height:35px;
}
#nav ul li.active{
	background-color:#67655e;	
}
#nav ul li a{
	font-size:12px;
	line-height:35px;
	color:#ffffff;
	text-decoration:none;
}
#nav ul li a:hover{
	color:#b3b3b3;
}
#nav ul li.active a{
	background:url(../images/href-arrow.gif) no-repeat left;
	padding-left:10px;
}

#subnav{
	float:left;
	width:928px;
	background-color:#67655e;
}
#subnav ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#subnav ul li{
	float:left;
	height:25px;
	padding-left:20px;
	padding-right:20px;
}
#subnav ul li.active{
	background-color:#67655e;	
}
#subnav ul li a{
	font-size:11px;
	line-height:20px;
	color:#ffffff;
	text-decoration:none;
}
#subnav ul li a:hover{
	color:#b3b3b3;
}
#subnav ul li.active a{
	background:url(../images/href-arrow.gif) no-repeat left;
	padding-left:10px;
}

#bottom-container{
	float:left;
	width:928px;		
	text-align:left;
	overflow:hidden;
	
}
.content{
	width:100%;
}
.content div.padding{
	padding:20px;	
}

.campaign{
	float:left;
	margin:0px; 
	padding:0px 0px 20px 0px!important;	
}
.campaign div{ float:left; width:300px; padding-right:10px;}
.campaign img{ float:left;}

.news{
	float:left;
	padding-top:10px;	
}
.list img{ width:150px;}

.case-holder{
	float:left;
	width:100%;	
	border-top:1px solid #dddbd2;	
}
.case-holder div{ padding:20px 0px 20px 20px;}
.case-holder div.body{ float:left; width:500px;}

.case-holder div a{ text-decoration:none;}

.wide{	
	width:520px; 
	margin-bottom:-1000px;
	padding-bottom:1000px;

}
.short{ 
	width:406px;
	margin-bottom:-1000px;
	padding-bottom:1000px;
	
}
.dark{	background-color:#c4c2b5; }
.light{	background-color:#d5d3c7; }
.border-top{ border-top:1px solid #dddbd2}
.border-right{ border-right:1px solid #dddbd2}
.border-left{ border-left:1px solid #dddbd2}
.border-bottom{ border-top:1px solid #dddbd2}

.margin-right{ margin-right:20px;}

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

img.left{ margin-right:20px;}

.body{
	width:600px;
	padding:20px;	
}
.body-wide{
	width:700px;	
	padding:20px;	
}
.hr{
	float:left;
	width:100%;
	border-top:1px solid #dddbd2;
	height:10px;
	clear:both;
}
.red{ color:#ff0000;} 
span.case-title{
	font-size:16px;	
}
.clear{	
	margin:0!important;
	padding:0!important;
	clear: both;
}

