@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
	line-height: 1.4;
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl img{ /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.1em;
	color: #0E496E;
	padding-top: 5px;
	padding-bottom: 15px;
	font-weight: bold;
}
.like_p {
	font-size: 1em;
	line-height: 1.2em;
}
.h1spaceBefore {
	padding-top: 20px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 1em;
	color: #6786A6;
	padding-bottom: 0.2em;
	padding-top: 2em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.h2spaceafter {
	padding-top: 0px;
	padding-bottom: 10px;
}
.important {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #C00;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C00;
	border-bottom-color: #C00;
	margin-right: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
	text-align: center;
}
.important2 {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #C00;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C00;
	border-bottom-color: #C00;
	margin-right: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
	text-align: center;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.1em;
	font-weight: bold;
	color: #2e4860;
	padding-bottom: 0.3em;
	padding-top: 0.8em;
	text-transform: uppercase;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.1em;
	color: #195176;
	padding-top: 0.3em;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	line-height: 1.5em;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 5px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.55em;
	padding-bottom: 10px;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}


/*////////////// container ///////////////////// */
.container_wrapper {
	width: 922px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	background-image: url(../images/2nd_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center 272px;
}

.container_wrapper2 {
	width: 922px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	background-image: url(../images/main_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center 381px;
}
.container {
	width: 910px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}



/*////////////// content ///////////////////// */

.content {
	width: 490px;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-left: 20px;
}
.content_home {
	width: 550px;
	float: left;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-left: 40px;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
.content a:link, .right_btm a {
	color: #900;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
.content a:visited, .right_btm a:visited {
	color: #900;
	text-decoration: none;
}
.content a:hover, .content a:active, .content a:focus , .right_btm a:hover, .right_btm a:active, .right_btm a:focus{ /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color: #F00;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.55em;
	padding-bottom: 10px;
	 /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
.container .content ol li ul {
	font-size: 1em;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
.content_home a:link {
	color: #900;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
.content_home a:visited {
	color: #336;
	text-decoration: none;
}
.content_home a:hover, .content_home a:active, .content_home a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color: #F00;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content_home ul, .content_home ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/*////////////// header ///////////////////// */

.header {
	background-color: #FFF;
	height: 99px;
}

.header_wrapper .navbar {
	height: 34px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}

.header_wrapper .main_img {
	height: 140px;
}
.header_wrapper .main_img2 {
	height: 248px;
}

.header a:link {
	color: #000;
	text-decoration: none;
}
.header a:visited {
	color: #000;
	text-decoration: none;
}
.header a:hover, .header a:active, .header a:focus {
	text-decoration: underline;
	color: #D7171F;
}


/*////////////// top navbar ///////////////////// */

.header_wrapper .navbar ul {
	padding: 0px;
	list-style-type: none;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.header_wrapper .navbar ul li {
	display: inline;
	float: left;
	height: 23px;
	padding: 0px;
}

.header_wrapper .navbar ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	line-height: 34px;
	background-image: url(../images/nav_dots.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
	font-weight: normal;
	padding-top: 9px;
	padding-right: 12px;
	padding-bottom: 9px;
	padding-left: 12px;
}
.header_wrapper .navbar ul li a:hover, .navbar ul li a:active, .navbar ul li a:focus {
	background-color: #527991;
}


/*////////////// sidenav left ///////////////////// */

.sidenav {
	float: left;
	width: 160px;
	padding-bottom: 10px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/red_sidebar.gif);
	margin: 0px;
}

.sidenav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.sidenav ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 20px;
	color: #FFF;
}
.sidenav ul li:hover, .sidenav ul li:focus, .sidenav ul li:active {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/blue_sidebar2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.sidenav ul li.selected {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/blue_sidebar2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
.sidenav ul li a {
	text-decoration: none;
	color: #FFF;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin: 0px;
}
.sidenav ul li a:hover , .sidenav ul li a:active, .sidenav ul li a:focus{
	text-decoration: none;
}

/*////////////// sidebar 2 right ///////////////////// */

.sidebar2 {
	float: right;
	width: 190px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.sidebar2 .right_top {
	background-image: url(../images/dk_gray_box_top_sm.gif);
	background-color: #B6C1C9;
	background-repeat: no-repeat;
	background-position: left top;
}
.sidebar2 .right_top2 {
	background-image: url(../images/dk_gray_box_btm_sm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}
.sidebar2 p {
	color: #6786A6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 1.5em;
	padding-bottom: 5px;
	margin: 0px;
}
.sidebar2_icons li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.2em;
	color: #1A5076;
	padding-bottom: 0.1em;
	padding-top: 0.2em;
	list-style-position: inside;
}
.sidebar2_icons .phone {
	list-style-position: outside;
	list-style-image: url(../images/icon_call.jpg);
	padding-bottom: 0.2em;
	margin-left: 25px;
}
.sidebar2_icons .quote {
	list-style-position: outside;
	list-style-image: url(../images/icon_forms.jpg);
	padding-bottom: 0.2em;
	margin-left: 25px;
}
.sidebar2_icons .quote a {
	text-decoration: none;
	color: #195176;
}

.sidebar2_icons .quote a:hover , .sidebar2_icons .quote a:active, .sidebar2_icons .quote a:focus{
	text-decoration: underline;
	color: #2680BD;
}
.sidebar2 .wrap_top {
	background-color: #E9ECEF;
	background-image: url(../images/quote_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	margin-top: 15px;
}
.sidebar2 .wrap_bottom {
	background-color: #E9ECEF;
	background-image: url(../images/quote_btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}
.testimonial {
	background-image: url(../images/quote_open.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.testimonial_btm {
	background-image: url(../images/quote_close.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 25px;
}
.testimonial  .test_words{
	color: #195176;
	text-align: center;
	font-style: italic;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	line-height: 1.25em;
}
.wrap_top  .name{
	color: #333;
	text-align: center;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 0.75em;
	line-height: 1em;
	font-weight: bold;
}
.wrap_top  .title{
	color: #666;
	text-align: center;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 1.3em;
	font-size: 0.65em;
}
.audio {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/audio.gif);
}
.audio  .words{
	color: #195176;
	text-align: center;
	padding-top: 65px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: bold;
}
.audio .words a {
	font-weight: bold;
	text-decoration: none;
	color: #C00;
}

/*////////////// sidebar 3 right HOME ///////////////////// */

.sidebar3 {
	float: right;
	width: 259px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.sidebar3 .right_top {
	background-image: url(../images/dk_gray_box_top.gif);
	background-color: #B6C1C9;
	background-repeat: no-repeat;
	background-position: left top;
}
.sidebar3 .right_top2 {
	background-image: url(../images/dk_gray_box_btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.sidebar3 .right_btm {
	background-image: url(../images/dk_gray_box_top.gif);
	background-color: #B6C1C9;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
}
.sidebar3 .right_btm p{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 1.2em;
	padding-bottom: 3px;
	margin: 0px;
}
.sidebar3 .right_btm2 {
	background-image: url(../images/lite_gray_box_btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	margin-top: 5px;
	background-color: #E9ECEF;
}
.leftpad {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 3px;
	margin: 0px;
}

/*////////////// main content ///////////////////// */

#flash {
	background-color: #4197D8;
}

#mainContent a {
	font-weight: bold;
	color: #2e4860;
	text-decoration: none;
}
#mainContent a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #2e4860;
}
#sidebox a {
	font-weight: bold;
	color: #2e4860;
	text-decoration: none;
}
#sidebox a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #2e4860;
}


/*////////////// footer ///////////////////// */

.footer {
	background-image: url(../images/footer_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.7em;
	padding-bottom: 20px;
	text-align: center;
	padding-top: 20px;
}
.footer a{
	color: #900;
	text-decoration: none;
	font-weight: normal;
}

.footer a:hover, .footer a:focus, .footer a:active {
	color: #F00;
	text-decoration: underline;
}

/*////////////// general css ///////////////////// */


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 12px;
	width: 270px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6786A6;
	margin-bottom: 12px;
	padding-top: 10px;
}
.fltrt2 { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 12px;
	width: 190px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6786A6;
	margin-bottom: 12px;
	padding-top: 10px;
}
.fltrt4 { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding-top: 10px;
	padding-right: 15px;
}
.fltrt5 { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding-top: 0px;
	padding-left: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
	padding-top: 10px;
	width: 270px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6786A6;
	margin-bottom: 12px;
}
.fltlft2 { /* this class can be used to float an element left in your page */
		float: left;
	margin-right: 15px;
	padding-top: 10px;
	width: 190px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6786A6;
	margin-bottom: 12px;
}
.fltlft3 { /* this class can be used to float an element left in your page */
		float: left;
	margin-right: 5px;
	margin-bottom: 0px;
}
.fltlft5 { /* this class can be used to float an element left in your page */
		float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.fltlft6 { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 90px;
	padding-top: 0px;
	width: 400px;
	margin-bottom: 0px;
}
.fltlft190 { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
	padding-top: 10px;
	width: 190px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6786A6;
	margin-bottom: 12px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bold  {
	font-weight: bold;
}
.caption  {
	font-weight: bold;
	color: #6786A6;
	font-size: 0.65em;
	line-height: 1.1em;
	padding-top: 2px;
}
.boldblue {
	font-weight: bold;
	color: #2e4860;
}
.boldred {
	font-weight: bold;
	color: #900;
}
.italic {
	font-style: italic;
}
.bigger  {
	font-size: 11px;
}
.bigger2  {
	font-size: 16px;
	line-height: 20px;
}
.pSpaceBefore {
	padding-left: 20px;
	padding-top: 20px;
}
.pSpaceAfter {
	padding-left: 0px;
	padding-bottom: 20px;
}
.psidebar {
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 5px;
}
.sidebar3 .right_btm .right_btm2 p {
	line-height: 1.4em;
}
.spaceleft {
	padding-left: 20px;
	padding-right: 20px;
}
.spacecenter {
	padding-left: 20px;
	padding-right: 20px;
}
.spaceLearnMore {
	padding-left: 10px;
	white-space: nowrap;
}


.mainContent .img {
	float: right;
	width: 250px;
	margin-left: 10px;
}
.mainContent .img2 {
	float: left;
	width: 250px;
	margin-left: 0px;
	margin-right: 5px;
}
.mainContent .clearleft {
	clear: left;
	margin: 0px;
	padding: 5px;
}
.mainContent .clearright {
	clear: right;
	margin: 0px;
	padding: 5px;
}

/*////////////// form ///////////////////// */


#frminfo p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	white-space: normal;
	color: #2e4860;
}
#frminfo fieldset {
	background-color: #D4E2EE;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	padding-top: 20px;
	padding-left: 20px;
	border-top-style: none;
	border-left-style: none;
}
form fieldset  legend{
	font-size: 0.7em;
	color: #2e4860;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #D4E2EE;
	margin-top: -5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}
#frminfo input.text {
	width: 200px;
	height: 20px;
	border: 1px solid #999;
}
#frminfo input.text2 {
	width: 50px;
	height: 20px;
	border: 1px solid #999;
}
/*#mainContent #frminfo table {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#mainContent #frminfo input.text , #mainContent #frminfo textarea{
	background-color: #FFF;
	border: 1px solid #CCC;
	height: 18px;
}*/
#frminfo input.text:focus, #frminfo input.text2:focus, #frminfo textarea:focus {
	background-color: #FFC;
	border: 1px solid #003;
}
