/*
	Defaults
				*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	background-color: #eef3fa;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-x;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 20px;
	line-height: 24px;
	color: #B32317;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	color: #111111;
}

h3 {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

p {
}

a {
	color: #0066CC;
	text-decoration: underline;
}

a:hover {
	color: #222222;
}

/* Tables */
table.border {
	border-top: 2px solid #aaa;
	border-right: 2px solid #aaa;
	#border-bottom: 2px solid #aaa;
	#border-left: 2px solid #aaa;
	margin: 10px auto;
	border-collapse:collapse;
}

table.border td {
	color: #000000;
	border-bottom: 2px solid #aaa;
	border-left: 2px solid #aaa;
	padding: 2px 5px;
}

/* LISTS */
ul, ol {
}

ul li, ol li {
	margin-bottom: 5px;
}

ul li {
	list-style-type: none;
	background-image: url(images/bullet_black.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}

ul {
	padding-bottom: 2px;
	padding-left: 15px;
}

ul.ticks,
ul.crosses {
	padding-bottom: 0;
}

ul.ticks li,
ul.crosses li {
	list-style-type: none;
	background-image: url(images/tick.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

ul.crosses li {
	background-image: url(images/cross.png);
}

ol {
	padding-left: 15px;
}

ol li {
	background-repeat:no-repeat;
	background-position: 0 -1px;
/*	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;*/
	margin-left: 20px;
	margin-bottom:15px;
	padding-top: 2px;
/*	padding-left:40px;*/
/*	height: 20px;*/
	height: auto;
	font-weight: bold;
	color: #000066;
}
/*
ol li.num1 {
	background-image:url(images/list_numbers/1.gif);
}
ol li.num2 {
	background-image:url(images/list_numbers/2.gif);
}
ol li.num3 {
	background-image:url(images/list_numbers/3.gif);
}
ol li.num4 {
	background-image:url(images/list_numbers/4.gif);
}
ol li.num5 {
	background-image:url(images/list_numbers/5.gif);
}
ol li.num6 {
	background-image:url(images/list_numbers/6.gif);
}
ol li.num7 {
	background-image:url(images/list_numbers/7.gif);
}
ol li.num8 {
	background-image:url(images/list_numbers/8.gif);
}
ol li.num9 {
	background-image:url(images/list_numbers/9.gif);
}
ol li.num10 {
	background-image:url(images/list_numbers/10.gif);
}
ol li.num11 {
	background-image:url(images/list_numbers/11.gif);
}
ol li.num12 {
	background-image:url(images/list_numbers/12.gif);
}
ol li.num13 {
	background-image:url(images/list_numbers/13.gif);
}
ol li.num14 {
	background-image:url(images/list_numbers/14.gif);
}
ol li.num15 {
	background-image:url(images/list_numbers/15.gif);
}
*/ 

/*
	Layout
				*/
#page {
	width: 970px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 9px;
	background-image: url(images/page_bg.png);
	background-repeat: repeat-y;
	position: relative;
	z-index: 3;
}

#tabmenu {
	width: 496px;
	height: 38px;
	margin: 0 auto;
	z-index: 10;
}

#preheader {
	width: 988px;
	height: 35px;
	position: relative;
	z-index: 4;
	left: -9px;
	background-image: url(images/preheader_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #edf2f9;
}

#header {
	width: auto;
	height: 122px;
	text-align: center;
	position: relative;
	z-index: 5;
	top: -7px;
}

#navmenu {
	/*width: 932px;*/
	width: 892px;
	height: 96px;
	margin: 0 auto;
	padding-left: 40px;
	position: relative;
	z-index: 10;
	top: -5px;
	background-image: url(images/nav/navmenu_bg.png);
	background-repeat: no-repeat;
}

* html #navmenu {
	margin-top: -450px;
}

#content {
	width: 930px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	z-index: 5;
}

#content .left {
	width: 180px;
	float: left;
	text-align: center;
}

#content .middle {
/*	width: 530px;*/
	width: 510px;
	margin: 0 20px;
	float: left;
}

#content .right {
	width: 180px;
	float: right;
	text-align: center;
}

#footer {
	width: 970px;
	height: 105px;
	margin: 0 auto;
	padding: 30px auto 15px auto;
	float: left;
	background-color: #e5e5e5;
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
}

.page_shadow_bottom {
	width: 988px;
	height: 10px;
	margin: 0 auto;
	background-image: url(images/page_shadow_bottom.png);
	background-repeat: no-repeat;
}


/*
	Navigation
				*/

#navmenu img {
	display: inline;
	float: left;
	position: relative;
	z-index: 30;
}

#navmenu .submenu {
	height: auto;
	position: absolute;
	z-index: 25;
	overflow: visible;
	top: 30px;
	left: 80px;
	#top: 45px;
	#left: 50px;
	text-align: center;
}

#navmenu .menu_body {
	display: none;
	background-image: url(images/submenu_bg.png);
	background-repeat: no-repeat;
}

#navmenu .bottom {
	width: 160px;
	height: 22px;
	display: none;
	position: relative;
	top: -15px;
	left: -15px;
	#top: -22px;
	#left: 20px;
	padding-left: 10px;
	#padding-left: 0;
}

#navmenu .submenu ul {
	height: auto;
	overflow: hidden;
	padding: 30px 0 5px 5px;
	text-align: center;
}

#navmenu .submenu li {
	width: 140px;
	padding: 0;
	padding-bottom: 5px;
	list-style: none;
	background: none;
}

#navmenu .submenu li a {
	color: #FFFFFF;
	text-decoration: none;
}

#navmenu .submenu li a:hover {
	text-decoration: underline;
}

#navmenu .submenu.menu2 {
	top: 35px;
	left: 210px;
	#top: 50px;
	#left: 180px;
}

#navmenu .submenu.menu3 {
	top: 45px;
	left: 360px;
	#top: 60px;
	#left: 330px;
}

#navmenu .submenu.menu3 .menu_body {
	background-image: url(images/submenu_bg_long.png);
}

#navmenu .submenu.menu3 .bottom {
	top: -25px;
	#top: -32px;
}

/*
#navmenu .submenu.menu3 {
	top: 55px;
	left: 480px;
	#top: 70px;
	#left: 450px;
}*/

#navmenu .submenu.menu4 {
	top: 60px;
	left: 600px;
	#top: 75px;
	#left: 570px;
}

#navmenu .submenu.menu5 {
	top: 55px;
	left: 680px;
	#top: 70px;
	#left: 650px;
}


/*#tabmenu ul {
	margin: 0;
	padding: 0;
}

#tabmenu li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}

#tabmenu li a {
	width: 162px;
	height: 38px;
	display: block;
	margin: 0 0 0 5px;
	padding: 10px 0 0 0;
	background-image: url(images/tabmenu_bg.png);
	background-repeat: no-repeat;
	font-family: "Calibri", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;	
}

#tabmenu li.first a {
	margin: 0;
}	

#tabmenu li a:hover {
	background-image: url(images/tabmenu_bg_over.png);
}			
				
#navmenu ul {
	margin: 0;
	padding: 0;
}

#navmenu li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}

#navmenu li a {
	width: 109px;
	height: 22px;
	display: block;
	margin: 0 0 0 5px;
	padding: 8px 0 0 0;
	background-image: url(images/navmenu_bg.png);
	background-repeat: no-repeat;
	font-family: "Calibri", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;	
}

#navmenu li.first a {
	margin: 0;
}

#navmenu li a:hover {
	background-image: url(images/navmenu_bg_over.png);
}

#navmenu li.active a {
	background-image: url(images/navmenu_bg_active.png);
	border-bottom: solid 1px #FFFFFF;
	color: #000000;
}

#navmenu li.active a:hover {
	background-image: url(images/navmenu_bg_active_over.png);
}*/

#footer ul {
	margin-top: 50px;
	text-align: center;
}

#footer li {
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
	background: none;
}

#footer li.first {
	margin: 0;
}

#footer,
#footer p,
#footer li a {
	font-size: 10px;
	line-height: 12px;
	color: #aaaaaa;
}

#footer li a:hover {
	color: #666666;
}

#footer p {
	color: #aaaaaa;
}


/*
	Common
				*/
.red {
	color: #CC0000;
}
	
.johnsonbox {
	width: 80%;
	margin: 20px auto;
	padding: 5px 20px;
	background-color: #f5f5f5;
	border: 2px solid #CCCCCC;
	position: relative;
}

.johnsonbox.red {
	border: 3px dashed #9B0103;
	color: #000000;
}

.johnsonbox.blue {
	background-color: #E0EBFC;
	border: solid 2px #6B95BF;
	color: #000000;
}

.johnsonbox.photo {
	width: 120px;
	margin: 0 10px 10px 10px;
	padding: 10px 5px 5px 5px;
	float: right;
	text-align: center;
}

.johnsonbox.cta {
	text-align: center;
	background-color: #FFF7D5;
	border: solid 2px #9B0103;
	text-align: center;
}

.johnsonbox .quote {
	/*font-style: italic;*/
}

.johnsonbox .sig {
	text-align: right;
}

/*
	Other Bits
				*/
/*
#header .logo {
	position: relative;
	width: 394px;
	margin: 0 auto;
	top: 45px;
}

#header .image01 {
	width: 254px;
	height: 225px;
	background-image: url(images/woman_openarms.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 25px;
	left: -70px;
}

#header .image02 {
	width: 156px;
	height: 216px;
	background-image: url(images/hand_money.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -40px;
	left: 610px;
}

.sidebar_box {
	width: 165px;
	height: auto;
	text-align: left;
}

.sidebar_box span {
	width: 150px;
	height: auto;
	padding: 10px;
	overflow: hidden;
}

.sidebar_box h3 {
	margin: 0;
	padding: 7px 7px 0 7px;
	color: #000000;
}

.sidebar_box p {
	margin: 0;
	padding: 7px;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}*/

#content .right .testimonials {
	width: 178px;
	margin: 17px auto;
	border: solid 2px #005aaa;
}


#content .right .testimonials h3 {
	width: auto;
	margin: 0;
	padding: 5px;
	background-color: #005aaa;
	color: #FFFFFF;
}

#content .right .testimonials p {
	#margin: 5px auto;
	padding: 0 10px;
	font-size: 11px;
	text-align: left;
}


/*
	Other bits
				*/
#preheader p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 22px;
/*	color: #a5bee1;*/
	color: #000;
	position: relative;
	top: 2px;
}

#preheader p.left {
	width: 40%;
	float: left;
	text-align: left;
	left: 10px;
}

#preheader p.right {
	width: 40%;
	float: right;
	text-align: right;
	right: 10px;
}

#preheader a {
	color: #000;
}
				
#header .logo {
	position: relative;
	z-index: 10;
	float: left;
	top: 35px;
	left: 15px;
}		

#header_slideshow {
	position: relative;
	z-index: 5;
	left: 35px;
}

#header_slideshow img {
	position: relative;
	z-index: 5;
	top: -201px;
	#top: -280px;
	left: 150px;
	/*border: solid 1px #000000;*/
}

#header_slideshow #show {
	position: relative;
	z-index: 6;
	top: -200px;
	#top: -278px;
	left: 120px;
}

/*
#header_slideshow img.mask {
	z-index: 8;
	top: 0;
	left: 177px;
}*/

#header_slideshow div.mask {
	width: 600px;
	height: 200px;
	z-index: 8;
	position: relative;
	top: 0;
	left: 333px;
	#top: -78px;
	#left: 150px;
	/*border: solid 1px #000000;*/
	background-image: url(images/header_photo_mask.png);
	background-repeat: repeat-y;
}

#content .left p {
	margin-bottom: 20px;
}


/*
	Forms
			*/
label {
	cursor: pointer;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
}
input, textarea {
	font-family: Arial, Sans-Serif;
	font-size: 11pt;
	margin-bottom: 3px;
	display: block;
	padding: 2px;
	/*width: 325px;*/
}
textarea {
	/*width: 400px;*/
}
input[type="checkbox"] {
	width: 18px;
	display: inline;
}
input[type="hidden"] {
	display: none;
}
input.button {
	width: 150px;
	background-image: url(images/button_bg.png);
	background-repeat: repeat-x;
	border: solid 2px #CC0000;
	cursor: pointer;
}
input.button:hover,
input.button.hover {
	border: solid 2px #00CC00;
}
.idle {
	border: solid 1px #888888;
	/*background-image: url(../images/input_grad_bg.png);
	background-repeat: repeat-x;
	background-position: top;*/
}
.idle.required {
	background-image: url(../images/asterisk_red.png);
	background-repeat: no-repeat;
	background-position: 99% 2px;
}

label.error {
	color: #CC0000;
	font-size: 8pt;
}

input.error {
	border: solid 1px #CC0000;
}