/* General Styles */
a img {
	border: 0;
}

a {
	color: #931831;
}

a:hover {
	text-decoration: none;
}

body {
	background-color: #e4c495;
	margin: 0;
	padding: 0;
}


#header1 {
	height: 117px;
	background-image: url(../images/hdr1_bg.gif);
}
#header1 h1 {
	width: 629px;
	height: 117px;
	margin: 0;
	padding: 0;
	background-image: url(../images/hdr1_img.gif);
}
#header1 h1 span {
	display: none;
}
#header2 {
	height: 167px;
	background-image: url(../images/hdr2_bg.gif);
}
#header2 h2 {
	margin: 0;
	padding: 0;	 
}

#header2 h2 span {
	display: none;
}
#header2 h2#address {
	float: right;
}
#header2 h2#address span {
	padding: 40px 20px 0px 0px;
	display: block;
	color: #fff;
	font-family: trebuchet ms;
	font-size: 15px;
	font-weight: normal;
	text-align: right;
}

#header2 h2#tagline {
	background-image: url(../images/tagline.gif);
	background-repeat: no-repeat;
	background-position: 20px 28px;
	width: 341px;
	height: 156px;
}

/* Navigation */
#nav {
	height: 62px;
	background-image: url(../images/nav_bg.gif);
	text-align: center;
	overflow: hidden;
	clear: both;
}

#nav img, #nav a img {
	margin: 0;
	padding: 0;
}



/* General Layout */
#content {
	padding: 20px 20px;
	font-size: 12px;
	font-family: Verdana;
}
#content h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 16px;
}
#footer {
	margin: 20px;
	padding: 10px 5px;
	border-top: 1px solid #988263;
	font-family: verdana;
	font-size: 11px;
	clear: both;
}

/* Single Column Layout */
#mainContent {
	padding: 15px 10px;
}

/* Double Column Layout */
body#doublecol #mainContent {
	float: left;
	width: 70%;
}
body#doublecol #sidebar {
	margin-left: 75%;
	background-image: url(../images/sidebar_bg.gif);
	padding: 15px 20px;
}
#sidebar a {
	font-size: 11px;
}
.case {
	margin-top: 15px;
	font-size: 11px;
}
.cdate {
	font-weight: bold;
	color: #931831;
}
.ctitle {
	font-weight: bold;
	color: #4c4131;
}
.ctitle a {
	font-weight: bold;
	color: #4c4131;
	text-decoration: none;
	border-bottom: 1px dotted #4c4131;
}
.ctitle a:hover {
	border-bottom: 1px solid #4c4131;
}
.cdesc {
	height: 92px;
	overflow: hidden;
}

.caseItem {
	margin-bottom: 20px;
}
.caseItem .date {
font-weight: bold;
	color: #931831;
}
.caseItem h4 {
color: #fff;
margin: 0px 0px 3px 0px;
font-size: 14px;
}
.caseItem h4 a {
color: #4c4131;
text-decoration: none;
border-bottom: 1px dotted #4c4131;
}
.caseItem h4 a:hover {
border-bottom: 1px solid #4c4131;
}
.caseItem .author {
font-style: italic;
padding-bottom: 5px;
}
