@CHARSET "ISO-8859-1";


/***************************************************************
*** Body Copy Styles
***************************************************************/

.h1{
    font-size: 1.4em;
	font-weight: bold;
	line-height: 1;
}

.h1_sub{
    font-size: 1.2em;
	font-weight: bold;
	line-height: 3;
}

/***************************************************************
*** Main Styles
***************************************************************/


.body{
	font-family:  Arial, Helvetica, sans-serif;
    font-size: .8em;
    text-align: left;
    line-height: 1.2;
    background-color: #ffffff;
}

/** Junnie added below **/
.body_revers{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: .8em;
	font-weight: bold;
    text-align: center;
    line-height: 1.4;
	color: #ffffff;
    background-color: #003366;
}

.testimonials{
    font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.4;
}

.h2 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	line-height: 1.3;
}

.question {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 3.3;
}

.question_blue {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1;
	color: #003399;
}

.question_red {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.1;
	color: #FF0000;
}
.question_with_red {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.1;
}

/***************************************************************
*** Hidden
***************************************************************/

h1.hidden, h2.hidden, h3.hidden, DIV.hidden, p.hidden, span.hidden {
	font-size : 0.0em;
	line-height : 0.0em;
    margin: 0px;
    padding: 0px;
	position: absolute;
	left: -10000px;
	top: -10000px;
	
}

.hidden {
	font-size : 0.0em;
	line-height : 0.0em;
    margin: 0px;
    padding: 0px;
	position: absolute;
	left: -10000px;
	top: -10000px;
	
}

/***************************************************************
*** Back to Top
***************************************************************/

.backtotop {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	margin-left: auto;
    margin-right: auto;
    width: 10em
}

a:link { color: #226B6B; text-decoration: underline; }

a:visited { color: #226B6B; text-decoration: underline; }

a:active { color: #226B6B; text-decoration: underline; }

A { text-decoration: none; }

A:hover { text-decoration: none; color: #a41920; }

* {
   padding:0;
   margin:0;
}
#sitecontainer {
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	width: 808px;
	background-color: #FFFFFF;
}


#navigation1 {
	position: absolute;
	top: 20px;
	left: 19px;
	padding-right: 5px;
}

#navigation2 {
	position:absolute;
	top:489px;
	left:195px;
	background-color: #ffffff;
	min-height:22px;
	height: auto !important;
	height:22px;
	width: 580px;
}


#navigation2_2ndLevel {
	position:absolute;
	top:170px;
	left:208px;
	background-color: #ffffff;
	min-height:22px;
	height: auto !important;
	height:22px;
	width: 580px;
}


#navigation3 {
	position:absolute;
	top:271px;
	left:236px;
	background-color: #ffffff;
	min-height:22px;
	height: auto !important;
	height:22px;
	width: 500px;
}


#flash{
	position:absolute;
	top:0px;
	left:0px;
	background-color: #ffffff;
	min-height:22px;
	height: auto !important;
	height:22px;
}

#pageContent{ 
	width: 808px; 
	background-color: #FFFFFF; 
	height: 200px; 
}

#caption {
	position: absolute;
	z-index: 20;
	top: 533px;
	left:14px;
	height: 36px;
	vertical-align:middle;
	width: 38px;
}

#caption_2ndLevel {
	position: absolute;
	z-index: 20;
	top: 250px;
	left:14px;
	height: 36px;
	vertical-align:middle;
	width: 143px;
}

#copy_placement {
	position: absolute;
	z-index: 20;
	top: 523px;
	left:205px;
	width: 561px;
	text-align:left;
}

#copy_placement_2ndLevel {
	position: absolute;
	z-index: 20;
	top: 239px;
	left:199px;
	width: 561px;
	text-align:left;
}

/***************************************************************
*** Footer Style
***************************************************************/

.bottom_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	height: 16px;
	color: #b8a069; /*   b89f66   b8a069  a38c58  brown  **/
	text-align: right;
}
.bottom_links a:link, .bottom_links a:active, .bottom_links a:visited {
	color: #b8a069;
	text-decoration: none;
}
.bottom_links a:hover{
	color: #FFFFFF;
	background-color: #b8a069;
	text-decoration: none;
}
.copyright {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	font-weight: normal;
	font-style: italic;
	line-height: 16px;
	color: #888888;
	text-align: right;
}

