@charset "UTF-8";
/* CSS Document */

/* General Html/CSS
----------------------------------------------- */

body {
	color: #000;
	font-size: 12px;
	padding: 20px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}
hr {
	border-color:#ccc;
	border-style:solid;
	border-width:1px 0 0;
	clear:both;
	height:0
}

clear {
	clear:both;
	height: 10px;
}

.clear20{
	clear:both;
	height: 20px;
}
.clear30{
	clear:both;
	height: 30px;
}


ol {
	list-style:decimal;
}
ul {
	list-style:none;
}
li {
	list-style:none;
	margin-left:0px;
	margin-bottom: 3px;
}

tr {
padding-bottom: 10px;
}


/* Customized Html/CSS
----------------------------------------------- */

.actionBox {
	background: #EEE;
	padding: 10px 20px;
	border-top: 1px solid #D8D8D8;
	margin: 10px 10px;
}
.actionBox img {
	padding-right: 15px;
}
.highlightBullets li {
	margin-left: 15px;
	list-style-type: disc;
}
.date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#544E44;
	text-transform:uppercase;
	margin-bottom: 2px;
}

.featuredCase {
	padding-bottom: 130px;
}

.footer {
	overflow: hidden;
	color:#544E44;
	padding: 0;
	text-align: left;
	line-height: 18px;
}

#imgs-frame {
	float: left;
	width: 780px;
	height: 536px;
	background-color: white;
}

/* Images
----------------------------------------------- */
img.floatLeftNews {
	float: left;
	border:2px solid #0072A5;
	margin: 0px 10px 20px 0px;
}
img.floatLeft {
	float: left;
	margin: 0px;
}
img.floatRight {
	float: right;
	margin: 0px;
}
img.floatRightButton {
	float: right;
	margin-right: 10px;
}
img.titleLeft {
	margin-bottom: 0px;
	float: left;
}
img.title {
	margin-bottom: 0px;
	clear:both;
}
img.title10 {
	margin-bottom: 10px;
	clear:both;
}
img.titleYellow {
	margin-bottom: 10px;
	clear:both;
}
img.banner {
	margin-top: 20px;
}
img.line220 {
	margin: 20px 0px;
	clear:both;
}
img.line340 {
	margin: 20px 0px;
	clear:both;
}
img.line380 {
	margin: 20px 0px;
	clear:both;
}
img.line780 {
	margin: 10px 0px;
	clear:both;
}
img.line700_2 {
	margin: 0px 0px;
	clear:both;
}
img.thumbs {
	border: 2px #C4C4C3 solid;
}


/* Links
----------------------------------------------- */

a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	background:#000;
}
a.noBG{
background: none;
}



/* Typography
----------------------------------------------- */

p {
	overflow: hidden;
	padding: 0;
	text-align: left;
	line-height: 18px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size:12px;
	text-transform: uppercase;
	color:#000;
}
h2 {
	font-size:11px;
	color:#5E584F;
	text-align: left;
	text-transform:uppercase;
	font-weight: normal;
}
h3 {
	font-size:11px;
	color: #0072A5;
	text-transform:uppercase;
	line-height: 20px;
}
h4 {
	font-size:19px;
}
h5 {
	font-size:17px;
}
h6 {
	font-size:15px;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom:0px;
}

