@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

body {
	margin-bottom: 40px;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	background: url(images/background.jpg) repeat-x #B4BEE2;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #09145F;
	margin-bottom: 20px;
	text-align: center;
}

h1 {
	font-size: 4.6em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 2.5em;
}

p {
	font-size: 1.6em;
	margin-bottom: 20px
}

ul, ol {
	margin: 20px 60px;
}

li {
	font-size: 1.6em;
	margin: 5px 0;
}

a {
	color: #00c;
}

a:hover {
	color: #c00;
}

blockquote {
	border-left: 4px solid #999;
	color: #999;
	font-style: italic;
	margin: 20px 40px;
	padding: 0 0 0 10px;
}

/* General styles */

.centre, .center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.red {
	color: #c00;
}

.black {
	color: #000;
}

.highlight {
	background: #ff0;
}

.underline {
	text-decoration: underline;
}

.imgLeft {
	float: left;
	padding: 0 15px 15px 0;
}

.imgRight {
	float: right;
	padding: 0 0 15px 15px;
}

.clear {
	clear: both;
}

.size12 {
	font-size: 1.2em;
}

.size17 {
	font-size: 1.7em;
}

/* Container styles */

#container {
	width: 1116px;
	margin: 0 auto;
	background: url(images/page-shadow.png) repeat-y;
}

/* Header styles */

#header {
	width: 1116px;
	height: 238px;
	background: url(images/header2.jpg) no-repeat;
}

#headerBlank {
	width: 1116px;
	padding-top: 248px;
	background: url(images/header-blank.jpg) top no-repeat;
}

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: normal;
	color: #09145F;
	font-size: 3.1em;
	padding: 74px 0 0 124px;
	width: 599px;
}

/* Content styles */

#content {
	background: #fff;
	margin: 0 10px;
}

.testimonial {
	border: 1px solid #fac233;
	background: #ffffce;
}

.leftCol {
	float: left;
	width: 640px;
	padding: 0px 0px 0 83px;
}

.rightCol {
	float: left;
	width: 265px;
	text-align: center;
}

.rightCol .field input {
	margin-bottom: 10px;
	width: 203px;
	padding: 3px 5px;
	border: 1px solid #6A91B6;
}

/* Single column */

.single #content {
	background: url(images/header-blank.jpg) no-repeat;
	margin: 0;
}
.singleCol {
	padding: 80px 74px 20px;
}

/* Footer styles */

#footer {
	width: 1116px;
	height: 18px;
	background: url(images/page-bottom.png) no-repeat;
	clear: both;
}
.foot_new{
	text-align:center;
	padding-top:50px;
	font-size: 12px;
}
.foot_new a, .foot_new a:visited {
	color:#0000FF;
	font-size:12px;
}
#legal li {
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #fff;
}

#legal li.first {
	border-left: none;
}

#legal li a {
	text-decoration: none;
	font-size: 12px;
}

#legal li a:hover {
	text-decoration: underline;
}

