@charset "utf-8";
/*Designed by Mary Mederos for Moving On Up, Inc.*/
/*www.emaudesign.com*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #000207;
	color: #DBE6EA;
	font: normal 11px "Trebuchet MS",Trebuchet,Tahoma,sans-serif;
	text-align: center;
}
/*-----Content------*/
#outerwrapper {
	width: 1280px;
	margin: 0 auto;
	background: url(../images/bkgplain.jpg) center top no-repeat; 
}
#wrapper{
	width: 951px;
	padding: 0;
	margin: 0 auto;
	text-align:left;
}
#content {
	width: 950px;
	margin-bottom: 50px;
}
.contentmain { background: url(../images/bkgtestimonials_tile.jpg) top left repeat-y; }
.contentmain_fill { background: url(../images/bkg_testimonials.jpg) top left no-repeat; }
.contentmain_btm { background: url(../images/bkgtestimonials_footer.jpg) bottom left no-repeat; }
.content_shadow { background: url(../images/bkg_shadow.jpg) top left no-repeat; width: 950px; }
.black_box { background: url(../images/bkg_blackbox.jpg) top left no-repeat; padding-top: 25px; margin: 52px; height: 525px; }
a {
	border: thin none;
	color: #13313f;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #fff;
	font-size: 1.6em;
	font-family: Myriad, Tahoma, sans-serif;
	font-weight: normal;
}
h2 {
	color: #ff7200;
	font-size: 17.75px;
	font-weight: bold;
	font-family: Tahoma, Helvetica, sans-serif;
}
h3 {
	font-size: 16px;
	color: #DBE6EA;
	font-weight: bold;
	padding-top: 10px;
	font-family: Tahoma, Helvetica, sans-serif;
}
h4 {
	font-size: 15px;
	color: #90BED2;
	font-weight: bold;
	padding-top: 5px;
}
h5 {
	font-size: 12px;
	color: #90BED2;
	font-weight: normal;
}
h6 {
	color: #90BED2;
	font-size: 10.5px;
	font-weight: normal;
}
p {
	display: block;
	padding: 10px 10px 0px 10px;
	font-size: 12px;
	text-align: justify;
}
hr {
	width: 100%;
	color: #13313F;
	border: 1px groove;
	height: 1px;
	margin-top: 3px;
}
.clear {
	clear: both;
	font-size: 0;
}
/*-----Header-------*/
#header {
	padding-top: 35px;
	width: 950px;
}
/*---Top Nav Sub---*/
.hnavsub {
	height: 35px;
	text-align: right;
}
.hnavsub ul {
	left:6px;
	list-style-image: none;
	list-style-type: none;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
}
.hnavsub ul li {
	display: inline;
	list-style-position: inside;
}
.hnavsub a {	
	color: #EE6111;
	font-weight: bold;
}
.hnavsub a:hover {
	color: #FF7200;
	text-decoration: underline;
}
/*-----Banner------*/
.banner {
	background: url(../images/toast.jpg) top left no-repeat;
	width: 950px;
	height: 160px;
	z-index: 1;
}
.banner .btnlite {
	margin: 100px 10px 0 375px;
	float: left;
	display: inline;
	background: url(../images/btn01.png) top left no-repeat;
	width: 100px;
	height: 23px;
	font-size: 14px;
	padding-top: 7px;
	padding-left: 6px;
}
.banner .btnlite a {
	color: #1a3b5a;
}
.banner .btndark {
	margin-top: 100px;
	float: left;
	display: inline;
	background: url(../images/btn02.png) top left no-repeat;
	width: 94px;
	height: 23px;
	font-size: 14px;
	padding-top: 7px;
	padding-left: 12px;
}
.banner .btndark a {
	color: #eb5800;
}
/*---Top Nav- Main--*/
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */
.hnavmain {
	margin-top: -7px;
}
.hnavmain .glossymenu {
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(../images/menu_bg.png) repeat-x; /*tab background image path*/
	height: 54px;
	list-style: none;
	z-index: 2;
	background-image: url(../images/menu_bg.png);
}
.hnavmain .glossymenu li {
	float: left;
}
.hnavmain .glossymenu li a {
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 54px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;	
}
.hnavmain .glossymenu li a b {
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}
.hnavmain .glossymenu li.current a, .glossymenu li a:hover {
	color: #FFFFFF;
	background: url(../images/menu_hover_left.png) no-repeat; /*left tab image path*/
	background-position: left;
}
.hnavmain .glossymenu li.current a b, .glossymenu li a:hover b {
	color: #FFFFFF;
	background: url(../images/menu_hover_right.png) no-repeat right top; /*right tab image path*/
}
/*------Tabs------*/
.subcol {
	padding-top: 35px;
	margin: 0 auto;
	height: 480px;
}
.tabs {
	z-index: 7;
	position: static;
	width: 252px;
	margin-right: 65px;
	height: 475px;
	float: right;
	display: inline;
	background: none;
}
.tabs a {
	color: #ff7200;
}
.box {
	float: right;
	display: inline;
	background: url(../images/formbkg.jpg) top left no-repeat;
	color: #13313f;
	width: 510px;
	height: 475px;
	overflow-y: auto;
	overflow-x: hidden;
}
.box_right {
	width: 250px;
	height: 475px;
	float: right;
	display: inline;
	background: none;
	margin-right: 40px;
}
.box_right a {
	color: #FF7200;
}
.box h2 {
	padding-top: 15px;
	padding-left: 10px;
}
.box p {
	padding-right: 20px;
	padding-left: 20px;
}
/*------Footer------*/
#footer {
	margin-top: 15px;
	margin-bottom: 50px;
	clear: both;
}
#footer nav {
	margin: 0 auto;
}
.nav {
	text-align: center;
}
.nav ul {
	list-style-image: none;
	list-style-type: none;
	font-size: 1em;
	font-weight: bold;
}
.nav ul li {
	display: inline;
	list-style-position: inside;
}
.nav a {	
	color: #EE6111;
	font-weight: bold;
}
.nav a:hover {
	color: #FF7F00;
	text-decoration: underline;
}
#footer p {
	text-align: center;
}
#footer p a {
	color: #90BED2;
}
/*------ETC.------*/
.enlarge {
	font-size: 1.2em;
	line-height: 1.35em;
}
.newsblurb {
	background-color: #0B1935;
	padding: 8px 0;
	border: #293763 1px groove;
}
.orange {
	color: #FF7200;
	font-weight: bold;
}
