@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	}

a img {
	border:0px;
	}

img, div { behavior: url(images/iepngfix.htc) }

#wrapper {
	margin:0px auto;
	padding:0px;
	width:1026px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#wrapper #header {
	background-image:url(../images/header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:1026px;
	height:144px;
	border-bottom:20px solid #501f53;
	}

#wrapper #header #logo {
	float:left;
	width:236px;
	height:144px;
	}

#wrapper #header #slogan {
	float:left;
	margin-left:90px;
	width:700px;
	height:144px;
	line-height:144px;
	font-size:18px;
	font-weight:bold;
	}

#wrapper #navigation {
	width:238px;
	position:relative;
	top:-10px;
	left:50px;
	}

#wrapper #navigation #navigationTop {
	width:238px;
	height:13px;
	background-image:url(../images/navigation-top.png);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
	}

#wrapper #navigation #navigationMiddle {
	width:238px;
	overflow:auto;
	background-image:url(../images/navigation-middle.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	}

#wrapper #navigation #navigationMiddle .button {
	width:218px;
	height:22px;
	
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	line-height:22px;
	text-align:center;
	margin:5px auto;
	}

#wrapper #navigation #navigationMiddle .button a {
	color:#ffffff;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	}

#wrapper #navigation #navigationBottom {
	width:238px;
	height:13px;
	background-image:url(../images/navigation-bottom.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	}

#wrapper #navigation #navigationWhite {
	background-image:url(../images/navigation-white.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-color:#ffffff;
	width:218px;
	padding:10px;
	}

#wrapper #body {
	margin-top:-225px; /*with WHITE = -458px */
	overflow:auto;
	}

#wrapper #body table td {
	vertical-align:top;
	}

#wrapper #body #leftColumn {
	background-image:url(../images/leftColumn.jpg);
	background-color:#5279a7;
	background-position:bottom right;
	background-repeat:no-repeat;
	width:236px;
	}

#wrapper #body #leftColumn .box1 {
	width:219px;
	height:209px;
	background-color:transparent;
	color:#ffffff;
	font-size:16px;
	text-align:center;
	line-height:20px;
	vertical-align:middle;
	margin:0px auto;
	}

#wrapper #body #leftColumn .box1 a {
	display:block;
	text-decoration:none;
	color:#ffffff;
	height:209;
	}

#wrapper #body #leftColumn .navButton {
	width:154px;
	height:65px;
	margin:10px auto;
	background-color:transparent;
	}

#wrapper #body #leftColumn .navButton a {
	display:block;
	color:#ffffff;
	text-decoration:none;
	height:65px;
	}

#wrapper #body #middleColumn {
	width:520px;
	background-color:#ffffff;
	}

#wrapper #body #main {
	background-color:#ffffff;
	overflow:auto;
	padding-bottom:20px;
	}

#wrapper #body #middleColumn #main .box1 {
	width:219px;
	height:209px;
	color:#ffffff;
	font-size:16px;
	text-align:center;
	line-height:20px;
	vertical-align:middle;
	float:right;
	margin-right:10px;
	}

#wrapper #body #middleColumn #main .box1 a {
	display:block;
	text-decoration:none;
	color:#ffffff;
	height:209px;
	}

#wrapper #body #rightColumn {
	width:250px;
	background-color:#8a995e;
	padding:10px 0px;
	font-size:12px;
	}

#wrapper #body #rightColumn #phone {
	text-align:center;
	}

#wrapper #body #rightColumn #testimonials {
	background-color:#d4ddc2;
	width:230px;
	margin:0px auto;
	margin-top:30px;
	}

#wrapper #body #rightColumn #testimonials .header a {
	color:#000000;
	text-decoration:none;
	}

#wrapper #body #rightColumn #testimonials .header {
	border-bottom:3px double #737a58;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	}

#wrapper #body #rightColumn #testimonials .entry .photo {
	padding:15px 3px;
	border-bottom:1px solid #000;
	width:75px;
	font-size:11px;
	text-align:center;
	}

#wrapper #body #rightColumn #testimonials .entry .photo img {
	border:0px;
	}

#wrapper #body #rightColumn #testimonials .entry .quote {
	padding:15px;
	font-size:11px;
	border-bottom:1px solid #000;
	}

#wrapper #footer {
	clear:both;
	padding:10px;
	background-color:#501F53;
	text-align:center;
	font-size:11px;
	color:#ffffff;
	}

#wrapper #footer a {
	text-decoration:none;
	text-transform:uppercase;
	color:#ffffff;
	}

#wrapper #footer a:hover {
	color:#CCCCFF;
	text-decoration:underline;
	}

#wrapper #footer hr {
	border:1px solid #ffffff;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	}


.formTable {
	width:100%;
	}

.formTable .bold {
	font-size:16px;
	font-weight:bold;
	}