@charset "UTF-8";
/* CSS Document */

body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3e3e3e; 
	margin-left: 0px;
}
a {
	font-size: 12px;
	color: #2c8bbe;
}
.uppercase {
	font-size: 12px;
	color: #2c8bbe;
	text-transform: uppercase;
}
.none {
	color: green;
}
a:visited {
	color: #2c8bbe;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
h1 {
	font-size: 14px;
	font-weight: normal;
	color: #2c8bbe;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	color: #c84a21;
	margin-top: 0px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #395c7a;
	margin-bottom: 0px;
	margin-top: 25px;
}

a img {
	border: none;
}

hr {
	margin: 20px 0px;
	height: 1px;
	border: none;
	border-top: 1px solid #a1a1a1;
}

/* IDs */

#inside,#home{
	position:absolute;
	top:8px;
	margin-left:-518px;
	left: 50%;
}
#container {
	width: 1033px;
	text-align: left;
	background-color: #FFF;
	overflow: hidden;
	margin-top:0px;
}
#menu {
	float: right;
	padding: 30px 40px 0px 0px;
}
#menu a{
	text-transform: uppercase;
	text-decoration: none;
	color: #676767;
	font-size: 12px;
	padding-left: 26px;
}
#menu a.current,
#menu a:hover {
	color: #dd4814;
}
#logo {
	padding: 20px 40px;
}
#banner {
	text-align: center;
}
#main {
	padding: 25px 25px 0px 25px;
	line-height: 24px;
	border-bottom: 1px solid #a1a1a1;
	background-color: #ffffff;
}

#home #leftCol {
	float: left;
	width: 243px;
	padding-left: 10px;
	padding-right: 50px;
}
#inside #leftCol {
	float: left;
	padding-left: 10px;
	padding-right: 60px;
	width: 220px;
}
#content {
	float: left;
	width: 633px;
	margin-bottom:0px;

}
#content2 {
	float: left;
	line-height: 24px;
	width: 600px;
	background-color: #ffffff;

}
#inside #content {
	width: 680px;
}

#leftCol,
#content {
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
}

#footer {
	background-color: #edf3fa;
	padding: 25px;
	color: #676767;
	font-size: 10px;
	text-transform: uppercase;
}
#footer span {
	padding: 0px 29px 0px 20px;
}
#footer .first {
	padding-left: 10px;
}
#footer .last {
	padding-right: 0px;
}


/* Classes */

strong.blue {
	color: #205b8d;
	font-size: 16px;
}

.leftMenu {
	padding-bottom: 30px;
}
.leftMenu a {
	display: block;
	text-decoration: none;
	color: #8e8e8e;
	background-image: url(../images/menu_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 13px;
	padding-bottom: 10px;
}
.leftMenu a:hover,
.leftMenu a.current {
	color: #000;
}

.testimonial {
	color: #94b1c8;
}
.testimonial div {
	padding-top: 20px;
	text-align: right;
	line-height: 150%;
}

.clear {

	visibility: hidden;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
