body,html {
	text-align: center; /*for IE5x only*/
	margin:0; padding:0;
}
body {/*this is separated because DW applies the html background to everything */
	background-color:#EAEAD8; /* the color shown outside the 780 or 1004-wide page div */
}
/* ---------- page - the biggest div, containing everything else ------------*/
div#page {
	text-align:left;/* to counteract the IE5x hack in the body tag for centering*/
	padding: 0;
	margin: auto; /* set this margin to zero for stuck-left designs, auto for float-center */
	background: #FFFFFF;
}
.page1024 {
	width: 1004px; 
}
.page800 {
	width: 780px; 
}
/* --------------- ^ page ^ ---------------*/

/* ----------- banner -----------------*/
div#banner {
	margin: 0;
	padding: 0;
	background: url(assets/banner2.jpg) no-repeat #E4E4FF;
	height: 100px;
}
div#logo {
 	float: left;
	margin: 0px 0 0 40px;	
	width: 600px; /* content + padding + border */	
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 600px; /* content only */
}
.logo1024 {
	padding: 8px 0 0 15px; /* T R B L */
}
.logo800 {
	padding: 8px 0 0 15px;
}
div#slogan {
    float: right;
	text-align: right;
} 
.slogan1024 {
	margin: -16px 0 0 0;
	padding: 0 120px 0 0;	
	width: 600px; /* content + padding + border */	
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 600px; /* content only */
}
.slogan800 {
	margin: -16px 0 0 0;
	padding: 0 20px 0 0;
	width: 475px; /* content + padding + border */	
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 475px; /* content only */
	
}
div#slogan h2 {
	font-family:"Trebuchet MS", "Gill Sans", Skia, sans-serif;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}

div#phone {
	font-family:"Trebuchet MS", "Gill Sans", Skia, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333366;
}
.phone1024 {
	position: relative;
	top: 20px;
	left: 10px;	
	padding: 0 0 0 25px; /* T R B L */
	margin: 0 0 0 0; /* T R B L */
}
.phone800 {
	position: relative;
	top: 100px;
	left: -238px;	
	padding: 0 0 0 0; /* T R B L */
	margin: 0 0 0 0; /* T R B L */
	
}
div#phone a {
	font-family:"Trebuchet MS", "Gill Sans", Skia, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333366;
	text-decoration: none;
}
div#phone a:hover {
	font-family:"Trebuchet MS", "Gill Sans", Skia, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}



/* ----------- ^ banner ^ -----------------*/

/* ---------horizontal navigation-------------*/
div#hnav {
display: none;
	clear: both;
	text-align: center;
	margin: 0;
	background: #333366;
	border-top: 1px dotted #AAAAAA;
	border-bottom: 1px dotted #CCCCCC;
}
div#hnav ul {
	list-style-position:outside;
	list-style-type:none;
	margin: 0;/* T R B L */
	padding: 4px 0 4px 17px;
}
div#hnav li {
	display: inline;
	font-family:Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #E4E4FF;
	margin: 0 0 0 0; /* T R B L */
	padding: 0 0 0 0;
}
div#hnav li a:link {	
	display: inline;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
	color: #FBFF80;	
	padding: 0 8px 3px 5px; /* T R B L */
}
div#hnav li a:visited {
	display: inline;
	text-decoration: none;
	background-color: transparent;
	color: #C8C8FF;
	padding: 0 8px 3px 5px; /* T R B L */
}
div#hnav li a:hover {
	color: #FFFFFF;
}
div#hnav li a:active {
	color: #FFFFFF;
}
div#hnav li a.YAH {
	cursor: text !important;
	color: #FFFFFF; !important;
}
/* --------- ^ horizontal navigation ^ -------------*/

/* -------- left column ----------*/
div#leftcol {
	float: left;
	margin: 0;	
	padding: 17px 15px 10px 15px; /* T R B L */
	width: 130px; /* content + padding + border */	
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 100px; /* content only */
}
div#badge1 {
display: none;
	padding: 0;
	margin-top: 100px;
	margin-left: 15px
}
/* -------- ^ left column ^ ----------*/

/* -------------content---------------*/
div#content {
	float: left;
	background: #FFFFFF;
	margin:0;
}
.content1024 {
	padding: 20px 50px 50px 50px; /* T R B L */
	width: 800px; /* content + padding + border */	
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 700px; /* content only */
}
.content800 {
	padding: 20px 50px 50px 10px; /* T R B L */
	width: 650px; /* content + padding + border */	
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 590px; /* content only */
}
/* content text styling */
h1, h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-weight: normal;
	color: #333366;
}
h1 {
	font-size: 17px;
	line-height: 1.2em;
}
h2 {
    font-size: 15px;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 1.5em;
}

p {
	font-family:Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 1.5em;
	padding-top: 1.2em; 
	margin: 0;
}
p.firstPara {
	padding-top: 0;
}
/* links in the content area */
#content a, #logo a {
	color: #333366;
	text-decoration: underline;
}
#content a:visited {
	color: #9191FF;
	text-decoration: underline;
}
#content a:hover,#content a:active {
	color: #000000;
	text-decoration: underline;
}
.sidebar1024 {	
	background: #FFFFFF;
	margin: 0px 0px 5px 17px;/* T R B L */
	padding: 12px 8px 18px 12px;
	border-top: 1px dotted #C8C8FF;
	border-left: 1px dotted #C8C8FF;
	border-right: 2px solid #C8C8FF;
	border-bottom: 2px solid #C8C8FF;
	width: 110px; /* content + padding + border */	
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 147px; /* content only */
}
.sidebar800 {
	background: #FFFFF;
	margin: 0px 0px 0px 15px;/* T R B L */
	padding: 6px 5px 8px 9px;
	border-top: 1px dotted #C8C8FF;
	border-left: 1px dotted #C8C8FF;
	border-right: 2px solid #C8C8FF;
	border-bottom: 2px solid #C8C8FF;
	width: 152px; /* content + padding + border */
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 136px; /* content only */
}
div.sidebar800 p.firstPara {
	padding-top: 5px;
	font-size: 11px;
	line-height: 1.3em;
}
div.sidebar1024 p.firstPara {
	padding-top: 5px;
	font-size: 12px;
	line-height: 1.3em;
}
.sidebar800 h2,.sidebar1024 h2 {
	margin: 0;
}

div#sidebar1 {
	float: right;
	margin-bottom: 25px;
	top: 30px;
}

#content ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 0.8em 0 0 3em; /* T R B L */
	padding: 0;
}
#content li {
	color: #333366;/* the bullet color */
	font-size: 18px;/* the bullet size */
}
#content li p {
	color: #666666;	
	font-family:Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: normal;
	color: #000000;	
	margin: 0 0 0 0;
	padding: 0.4em 0 0 0;
}
#content ul.list2 {
	list-style-type: circle;
	list-style-position: outside;
	margin: 0.8em 0 0 3em; /* T R B L */
	padding: 0;
}
#content ul.list3 {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0.8em 0 0 3.5em; /* T R B L */
	padding: 0;
	font-family:Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-weight: bold;
}
#content ul.list3 li {
	color: #666666;/* the bullet color */
	font-size: 12px;/* the bullet size */
}

.floatedPullquote {
	float: right;
	margin: 5px 0 10px 20px;  /* T R B L */
	padding: 5px 0px 8px 0px;  /* T R B L */
	border-top: 2px solid #C8C8FF;
	border-bottom: 2px solid #C8C8FF;
	width: 250px; /* content + padding + border */
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 250px; /* content only */
}
.floatedPullquote p {
	margin: 0;
	font-family:"Trebuchet MS", "Gill Sans", Skia, sans-serif;
	font-size: 16px;
	line-height: 1.1em;
	letter-spacing: 0.01em;
	color: #333366;
	padding: 0px 5px 0px 8px;  /* T R B L */	
}
.floatedPhotoRight {
	float: right;
	margin: 10px 0 10px 15px;  /* T R B L */
}
.floatedPhotoRight img {
	display: block;
	padding-bottom: 3px;
}
.floatedPhotoRight p, div#badge1 p {
	margin: 1px 0 0 0;
	padding: 0 2px 0 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
}
.floatedPhotoLeft{
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 19px 15px 10px 0; /* T R B L */
}
.floatedPhotoLeft img {
	display: block;
	padding-bottom: 3px;
}
.floatedPhotoLeft p {
	margin: 1px 0 0 0;
	padding: 0 2px 0 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
}
.floatedTableLeft {
	float: left;
	margin: 22px 10px 5px 0px;
}
.floatedTableLeft table,.floatedTableRight table,.floatedTableFull table {
	border-collapse: collapse;
	font-family: Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;	
}
.floatedTableLeft th,.floatedTableRight th,.floatedTableFull th {
	background-color: #333366;
	color: #FFFFFF;
	padding: 2px;
}
.floatedTableLeft td,.floatedTableRight td,.floatedTableFull td {
	text-align: center;
	padding: 2px;
}
.floatedTableLeft td.tBottomRow,.floatedTableRight td.tBottomRow,.floatedTableFull td.tBottomRow {
	border-bottom: 1px solid #333366;
}
.floatedTableLeft .altRow,.floatedTableRight .altRow,.floatedTableFull .altRow {
	background-color: #FFF6E2;
}
.floatedTableLeft td.tLeft, th.tLeft {
	font-weight: bold;
	text-align: left;
}
.floatedTableRight td.tLeft, th.tLeft {
	font-weight: bold;
	text-align: left;
}
.floatedTableFull td.tLeft, th.tLeft {
	font-weight: bold;
	text-align: left;
}
.floatedTableLeft th.tLeft,.floatedTableRight th.tLeft,.floatedTableFull th.tLeft {
	padding: 2px 2px 2px 2px;
}
td#tBottomLeftFL, td#tBottomLeftFR, td#tBottomLeftFC {
	border-bottom: 1px solid #585769;
}
.floatedTableLeft p,.floatedTableRight p,.floatedTableFull p {
	font-family: Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0 2px 0 2px;
	line-height: 1.2em;
}

.floatedTableRight {
	float: right;
	margin: 22px 0 10px 20px; /* T R B L */
}
.floatedTableFull {
	clear: both;
	margin: 12px auto 10px auto; /* T R B L */

}
/* the styles for the contact form */
td.contactLabel {
	text-align:right;
	vertical-align:top;
	padding: 3px 3px 3px 0;
	font-family:Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 12px;
}
td.contactBox {
	text-align:left;
	vertical-align:middle;
	font-family:Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 12px;
}
table.contactForm {
	clear: both;
	margin: 10px auto 0px auto; /* T R B L */
	border-collapse: collapse;
	width: 465px; /* content + padding + border */
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 465px; /* content only */
}
.formBox {
	background-color:#E4E4FF;
	font-family:Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 12px;
	line-height: 1.1em;
	padding: 2px;
}
.validationSummary, .validationSummary ul {
	font-family:Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	line-height: 1.4em;
	margin: 0.8em 0 0 3em; /* T R B L */
	padding: 0;	
}
.validationSummary li {
	color: #FF0000 !important;
	list-style-type: disc;
	list-style-position: outside;
}
.validationSummary li b{
	font-family:Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.thanksHeadline {
	padding-top: 5px;
	border-top: 2px solid #C8C8FF;
}
.button{
	display: block;
	text-decoration: none !important;
	font-family:Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #333366;
	border: 1px dotted #AAAAAA;
	color: #F6FF00 !important;	
	padding: 3px 10px 3px 10px;
	width: 127px; /* content + padding + border */
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 115px; /* content only */
}
.button:hover{
	color: #FFFFFF !important;
	border: 1px solid #FFFFFF;
}
/* ------------- ^ content ^ ---------------*/

/* ------------ bottom navbar ----------------*/
div#bottomNav {
display: none;
	clear: both;
	text-align: center;
	margin: 0;
	background: #333366;
	border-top: 1px dotted #AAAAAA;
	border-bottom: 1px dotted #CCCCCC;
}

div#bottomNav ul {
	list-style-position:outside;
	list-style-type:none;
	margin: 0;/* T R B L */
	padding: 4px 0 4px 17px;
}
div#bottomNav li {
	display: inline;
	font-family:Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #E4E4FF;
	margin: 0 0 0 0; /* T R B L */
	padding: 0 0 0 0;
}
div#bottomNav li a:link {	
	display: inline;
	text-decoration: none;
	background-color: transparent;
	font-weight: normal;
	color: #FBFF80;	
	padding: 0 8px 3px 5px; /* T R B L */
}
div#bottomNav li a:visited {
	display: inline;
	text-decoration: none;
	background-color: transparent;
	color: #C8C8FF;
	padding: 0 8px 3px 5px; /* T R B L */
}
div#bottomNav li a:hover {
	color: #FFFFFF;
}
div#bottomNav li a:active {
	color: #FFFFFF;
}
div#bottomNav li a.YAH {
	cursor: text !important;
	color: #FFFFFF !important;
}
/* ------------ ^ bottom navbar ^ ----------------*/

/* ------------ footer, where we put the copyright ----------------*/
div#footer {
	clear: both;
	margin: 0;
	padding: 10px 10px 10px 20px;
	font-family:"MS Sans Serif", arial, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	background: url(assets/banner.jpg) no-repeat #E4E4FF;
	height: 20px;
}

div#footer .copy {
	font-family: Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 12px;
}
div#footer .sm {
	font-family: Verdana, geneva, "helvetica neue", arial, sans-serif;
	font-size: 9px;
	vertical-align: top;
}
div#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer a:hover {
	color: #C8C8FF;
}
.clearBoth {
	clear: both;
}
/* ------------ ^ footer ^ ----------------*/







