﻿/* Elements */
html, body {
	background-color: #fff;
	background-image: url('../assets/images/testimonials-bg.jpg');
	background-repeat: repeat-x;
	height: 100%;
	margin: 0 auto;
	padding: 0px;
	color: #333333;
	text-align: center;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9pt;
}
img {
	border: 0px;
}
h1 {
	font-size: 17pt;
	font-weight: normal;
	color: #2463af;
	margin-bottom: 11px;
}
h2 {
	font-size: 16pt;
	font-weight: normal;
	color: #2463af;
	margin-bottom: 6px;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #2463af;
	margin-bottom: 6px;
}
p {
	margin-top: 4px;
	margin-bottom: 15px;
}
.center {text-align:center;}
.date {font-weight:bold;}

/* Element Ids */

#outerwrapper {
	position: relative;
	width: 980px;
	margin:0 auto; /* for the rest */
	margin-top: 10px;
	padding-bottom: 30px;
	padding-top: 7px;
	text-align: left;
	background-repeat: repeat-y;
	padding-left: 9px;
}
#innerwrapper {
	width: 960px;
}
#header {
	height: 595px;
	margin: 0px;
	padding: 0px;
}
#headertop {
	position:relative;
}
#headertopleft {
	float: left;
}
#headertopright {
	text-align: right;
}
#headerrequestbrochures {
	position: absolute;
	top: 0px;
	left: 550px;
}
#headertelephone {
	color: #2463af;
	font-size: 20pt;
}
#headeremail a {
	color: #2463af;
	font-size: 10.5pt;
	text-decoration: none;
}
#googlesearchcontainer {
	margin-top: 8px;
}
#googlesearchcontainer input[type=text] {
	width: 130px;
}
#headerimage {
	margin-top: 10px;
}
#main {
	padding: 15px;
	background-color: #fff;
	min-height: 500px;
}
#mainleft, #ctl00_mainleft {
	float: left;
	width: 430px;
}
#mainleft.fullwidth, #ctl00_mainleft.fullwidth {
	width: 910px;
}
#mainright, #ctl00_mainright {
	margin-left: 440px;
	width: 480px;
	/*background-color: #efefef;*/
    padding: 10px;
	min-height: 500px;
}
#mainbottom {
	padding-top: 15px;
	clear: both;
	color: #727271;
}
#mainbottomright {
	float: right;
}
#mainleft, #ctl00_mainleft {
	float: left;
	width: 430px;
}
#mainleft.fullwidth, #ctl00_mainleft.fullwidth {
	width: 910px;
}
#mainright, #ctl00_mainright {
	margin-left: 440px;
	width: 480px;
	/*background-color: #efefef;*/
    padding: 10px;
	min-height: 500px;
}
.testimonial {
	width:800px;
	margin: 10px auto;
	border:1px dashed #CCC;
}
.testimonial:hover {
	border:1px solid #CCC;
}
.testimonial-date {
	width:760px;
	margin: 10px auto 0 auto;
}
.testimonial-text {
	width:760px;
	margin: 0 auto;
}
.menuitem {
	width: 140px;
	height: 140px;
	margin: 0 25px 30px 0;
	padding: 0px;
	text-align: center;
	font-weight:bold;
	font-family: Calibri, Verdana, Arial;
	position: relative;
	float: left;
}
.menuitem a {
	font-size: 11pt;
	text-decoration: none;
	/*    color: #727271;  */
 	color:#2E61A6;
}
.menuitem a:hover {
	font-size: 11pt;
	text-decoration: none;
	/*    color: #727271;  */
 	color:#999;
}
.enditem {
	margin: 0;
}
.menuitemimagecontainer img {
	border: 1px #2463af solid;
}
.menuitem:hover {
}
.menuitemimagecontainer {
	margin-bottom: 5px;
	width: 140px;
}
#footer {
	clear: both;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url('../assets/images/footer-bg.png');
	background-repeat: no-repeat;
	color: #fff;
	width: 960px;
	height: 80px;
}
#footer-left {
	float: left;
	width: 600px;
	height: 40px;
	margin: 0 0 0 10px;
}
#footer-left a {
	color: #fff;
	text-decoration: none;
}
#footer-left a:hover {
	color: #CCC;
}
#footer-right {
	float: right;
	width: 220px;
	height: 40px;
	margin: 0 10px 0 0;
}
#footer-right a {
	color: #fff;
	text-decoration: none;
}
#footer-right a:hover {
	color: #CCC;
}
/* Classes */
.topmenu, .footermenu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: -45px;
}
.topmenu li, .footermenu li {
	list-style-type: none;
	display: inline;
}
.topmenu li a, .footermenu li a {
	padding: 0 5px 1px 5px;
	font-size: 9pt;
	text-decoration: none;
}
.topmenu li a.enditem, .footermenu li a.enditem {
	border-right: none;
}
.topmenu li a {
	color:#0F2B7E;
	border-right: solid 1px #727271;
}
.topmenu li a:hover {
	color:#666;
}
.footermenu li a {
	color: #fff;
	border-right: solid 1px #fff;
}
.footermenu li a:hover {
	color: #CCC;
}
.bold {
	font-weight: bold;
}
.hidden {
	display: none;
}
.overflow {
	overflow: auto;
	height: 130px;
}
.submenucontainer {
	top: 406px;
}
.style5 {
	color: #2463af
}
.style6 {
	font-size: 8pt
}
.style7 {
	color: #2463af;
	font-size: 8pt;
}

