/* CSS Document */
h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 5.00em;
	font-weight: normal;
	color: #0073b8;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	line-height: 1.00em;
	letter-spacing: -0.070em;
}

img {
	border: 0;
}

#container_internals h1
{
	width: 940px;
	height: 6px;
	display: block;
	margin: 0 auto;
	clear: both;
	background: url(../grfx/backgrounds/bg_heading.gif) no-repeat;
	color: #FFFFFF;
	font-size: 5.27em;
	padding-left: 28px;
	text-transform: capitalize;	
	margin-bottom: 21px;
}

h2
{
	font-size: 2.35em;
	font-weight: normal;
	color: #0073b8;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	line-height: 1.00em;
	letter-spacing: -0.050em;
}

#container_internals h2 /*some properties are carried over from the above h2*/
{
	color: #136293;
	padding: 0;
	text-transform: capitalize;
	letter-spacing: -0.070em;
}

h3 {
	font-size: 1.80em;
	font-weight: normal;
	color: #0073b8;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	line-height: 1.00em;
	letter-spacing: -0.050em;
}

.line_divide
{
	height: 4px;
	background-color: #8cc241;
	margin: 0;
	padding: 0;
	clear: both;
}

/*IE6 make the line thicker for some reason*/
* html .line_divide
{
	margin-top: -9px;
}

.clear
{
	clear: both;
	margin: 0;
}

hr
{
	height: 1px;
	border: 0;
	background: #98bedd;
	margin: 20px 0px;
}

.banner_index
{
	border-bottom: 2px solid #e3e5e7;
}

.banner_index2 {
	border-bottom: 2px solid #e3e5e7;
	border-top: 2px solid #e3e5e7;
}

div { behavior: url(../common/pngfix/iepngfix.htc); }

a {
	color: #00528d;
	text-decoration: none;
}

	a:hover {
		color: #57aa00;
	}
	
.float-image-right {
	float: right;
	padding: 0 0 0 5px;
}

.float-image-right-home {
	float: right;
	padding: 0 0 0 10px;
	margin-top: 13px;
	margin-right: 0px;
}

.case-study-table {
	border-collapse: collapse;
	border: 1px solid #376890;
	margin-top: 20px;
}

.case-study-table th {
	text-align: left;
	padding: 8px;
	background-color: #376890;
	color: #fff;
}

.case-study-table td {
	border-top: 1px solid #376890;
	border-bottom: 1px solid #376890;
	padding: 8px;
}

	.case-background {
		background-color: #cadbea;
	}
	
	.case-background2 {
		background-color: #ebf6fe;
	}
	
.center {
	text-align: center;
}

.about-table td {
	border: 1px solid #bfe58b;
	padding: 5px;
	text-align: center;
}

.imageborder img {
	border: 5px solid #dcdfe0;
}

.map img {
	float: right;
	margin-right: 20px;
}
