﻿/* GENERAL
_____________________________________________________________________________*/

.edit {
	float:right;
}

html {
	margin-bottom: 1px;
	min-height: 100%;
	height: 100%;
}

img {
	margin:0;
	padding:0;
	border:0;
}

td {
	margin:0;
	padding:0;
	border:0;
}

th {
	margin:0;
	padding:0;
	border:0;
}

fieldset {
	margin:0;
	padding:0;
	border:0;
}

form {
	margin:0;
	padding:0;
	border:0;
}

pre {
	margin:0;
	padding:0;
	border:0;
}

h4 {
	margin:0;
	padding:0;
	border:0;
}

h3 {
	margin:0;
	padding:0;
	border:0;
}

h2 {
	margin:0;
	padding:0;
	border:0;
}

h1 {
	margin:0;
	padding:0;
	border:0;
}

li {
	margin:0;
	padding:0;
	border:0;
}

ol {
	margin:0;
	padding:0;
	border:0;
}

ul {
	margin:0;
	padding:0;
	border:0;
}

dd {
	margin:0;
	padding:0;
	border:0;
}

dt {
	margin:0;
	padding:0;
	border:0;
}

dl {
	margin:0;
	padding:0;
	border:0;
}

div {
	margin:0;
	padding:0;
	border:0;
}

body {
	margin:0;
	padding:0;
	border:0;
}

table {
	cellspacing: 0;
	cellpadding: 0;
	font-size:inherit;
	font: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

img {
	border: 0;
	vertical-align: bottom;
}

th {
	font-style:normal;
	font-weight:normal;
}

code {
	font-style:normal;
	font-weight:normal;
}

cite {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}

ol {
	list-style:none;
}

th {
	text-align:left;
}

h4 {
	font-size:100%;
}

h3 {
	font-size:100%;
}

h2 {
	font-size:100%;
}

h1 {
	font-size:100%;
}

q:after {
	content:'';
}

q:before {
	content:'';
}

textarea {
	font:99%;
}

input {
	font:99%;
}

select {
	font:99%;
}

* {
	outline: none;
}

/* ----------------------------------------------------------------------- */


/* ------ LINKS -------- */
a {
	color: #073559;
}

a:active {
	color: #235D01;
}

a:visited {
	color: #3399FF;
}

a:hover {
	color: #660066;
}



/*  --- STRUCTURE --- */

body {
	background: #222245;
	text-align: center!IMPORTANT;
	vertical-align: top;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-style:normal;
	color:white;
}

#wrapper {
	text-align:left;
	width:965px;
	cellspacing: 0;
	cellpadding: 0;
	background-color: #222245;
    margin:15px auto;
    border:thin #A2CC25 groove;
}

#header {
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 201px;
	margin-bottom: 0px;
	width: 965px;
	position:relative;
}

.homelink {
	display:inline;
	float:left;
	height:150px;
	width:548px;
	margin-left:100px;
}



#mainNav {
	float: left;
	width:235px;
	text-align:left;
	display:inline;
	font-size: 12px;
	position:relative;
}

#content {
	float:right;
	display:inline;
	width:710px;
	margin:0 10px 0 0;
	text-align:left;
	color:black;
	background-color:white;
}


/*-------------Left Navigation Levels---------------*/
#leftnav a {
	font-size: 12px;
	color:blue;
	font-weight:bold;
	text-decoration: none;
}
#leftnav a:hover {
	color:purple;
}
#leftnav {
	width:235px;
	height:100%;
}

#leftnav .largenav li {
	background:url('images/NavLarge-trans.png') no-repeat;
	list-style:none;
	width:235px;
	height:60px;
	margin-right:10px;
	_margin:0;
}

#leftnav .largenav a{
	width:152px;
	_width:150px;
	height:35px;
	display:block;
	text-align:left;
	text-decoration:none;
	line-height:normal;
	padding:13px 0 0 55px;
/*	border:thin fuchsia solid;*/
}

#leftnav .largenav li:hover {
	background:url('images/NavLargeON-trans.png') no-repeat;
	width:235px;

	height:60px;
	cursor:pointer;
}

#leftnav .smallnav ul a {
	display:block;
	width:235px;
	height:39px;
	line-height:40px;
	color:blue;
	text-decoration:none;
	background:url('images/NavSmall-trans.png') no-repeat;
	background-position:top left;
	text-indent:58px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin:0;
	padding:0;
	list-style:none;
/*	border:thin fuchsia solid;*/
}

#leftnav .smallnav ul a:hover {
	background:url('images/NavSmallON-trans.png') no-repeat;
	height:56px;
	background-position:top left;
	line-height:45px;
	color:purple;
	cursor:pointer;
}


/*---------------------------------------------------*/

/*--------Content Section-----------------------------*/
.text {
	padding:2% 3% 0 2%;
	font-family:Arial, Helvetica, sans-serif;
	_background-color:white;
	min-height:600px;
}

.text p {
	font-size: 8pt;
	margin-top: 1px;
	margin-left:2%;
}

.text h1 {
	color:#222245;
	font-size:large;
	font-weight:bold;
	text-align:center;
	margin-bottom:4%;
}

.text h2 {
	color:#222245;
	font-size:medium;
	font-variant:small-caps;
	font-weight:bold;
	text-align:left;
	padding:.5%;
	margin-left:2%;
}

.text h3 {
	color:#222245;
	font-size:small;
	font-variant:small-caps;
	font-weight:bold;
	text-align:left;
	padding:.5%;
	margin-left:2%;
}




#top {
	font-size:x-small;
	padding-top:5px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:25px;
	float:right;
}

.text ul {
	list-style-type:disc;
	list-style-position:outside;
	padding-left:35px;
	font-size: 8pt;
}


.links p {
	font-size: 8pt;
	margin:0 0 0 6%;
}

.links h3 {
	color: #3399FF;
}

/*---------------------------------------------------*/

/* ---------------- ABOUT ME CONTENT ----------------*/

.textaboutme {
	padding:2% 3% 0 3%;
	font-family:Arial, Helvetica, sans-serif;
	_background-color:white;
}

.textaboutme p {
	font-size:small;
	margin-top:1px;
	margin-left:3%;
}
.textaboutme h1 {
	color:#222245;
	font-size:large;
	font-weight:bold;
	text-align:center;
	margin-bottom:2%;
}

.textaboutme h2 {
	color:#222245;
	font-size:medium;
	font-variant:small-caps;
	font-weight:bold;
	text-align:left;
	padding:.5%;
	margin-left:2%;
}

.textaboutme img {
	float:right;
	clear:both;
	padding:0 0 0 5px;
}
.textaboutme ul {
	list-style-type:disc;
	list-style-position:outside;
	padding-left:35px;
}

/*---------------------------------------------------*/


/* ---------------- FOOTER MENU ----------------*/

#footer-container {
	position:relative;
	color: #073559;
	padding-top:2%;
	text-align:center;
	font-weight:bold;
	font-size: xx-small;
}

#footer-container a {
	text-decoration: none;
}

#footer-container a:hover {
	color: #660066;
}



#bottommenu {
	background-color:#add62b;
	margin:0 2% 0 2%;
	padding:1% 0 1% 0;
}

#copyright {
	padding:2% 0 2% 0;
	width:100%;
	font-size:xx-small;
	line-height:1.3em;
}

/*--------------------------------------------------------*/

.specialtybox {
}

.LeftSpecial {
	width:425px;
	float:left;
	padding-top:5%;
/*	border:thin fuchsia solid;*/
}

.LeftSpecial ul {
	font-size:8pt!IMPORTANT;
}

.RightSpecial ul {
	font-size:x-small;
}

.RightSpecial {
	padding-top:5%;
	width:225px;
	float:right;
	font-size:x-small;
/*	border:thin lime solid;*/
	
}

/* ---------------- repeat quotes --------------- */

.quoteright {
	margin: 7% 0 3% 3%;
	width: 215px;
	background-color: #BFE542;
	float: right;
}

.quotetextr {
	padding-top:5%;
	width: 198px;
	padding-left:3%;
}




.quote {
	margin:3% 0 3% 0;
	width:215px;
 	background-color:#BFE542;
}

.quote p {
	font-size: small;
	width: 198px;
	margin: 0;
	padding-left: 4%;
}

.quotetext {
	padding-top:5%;
	width: 198px;
}

.author {
	text-align:right;
	font-size:x-small!IMPORTANT;
	width: 198px;
	margin: 0;
	padding-left: 4%;
	padding-bottom:5%;
}

.quotetop {
	background-image:url('images/quoteboxtop.gif');
	background-position:left top;
	background-repeat:no-repeat;
	height:10px;
}

 .quotemiddle {
}

.quotebottom {
	background-image:url('images/quoteboxbottom.gif');	
	background-position:left bottom;
	background-repeat:no-repeat;
	height:10px;
}


/* ---------------- testimonials --------------- */
.testimonials {
	margin:3% 0 3% 0;
	width:215px;
 	background-color:#E7E8FA;
}

.testimonials p {
	font-size: x-small;
	font-style: italic;
	width: 198px;
	margin: 0;
	padding-left: 4%;
}

.testimonialtext {
	padding-top:5%;
	width: 198px;
}

.testauthor {
	text-align:right;
	font-size:x-small!IMPORTANT;
	width: 198px;
	margin: 0;
	padding-left: 4%;
	padding-bottom:5%;
}

.testimonialstop {
	background-image:url('images/testimonialsboxtop.gif');
	background-position:left top;
	background-repeat:no-repeat;
	height:10px;
}
.testimonialsmiddle {
}

.testimonialsbottom {
	background-image:url('images/testimonialsboxbottom.gif');	
	background-position:left bottom;
	background-repeat:no-repeat;
	height:10px;
}

/* ---------------- faqs --------------- */

.faqs {
	margin:3% 0 3% 0;
	width:215px;
 	background-color:#32324C;
}

.faqs p {
	font-size: x-small;
	width: 198px;
	margin: 0;
	padding-left: 4%;
}

.faqs h3 {
	color:white!IMPORTANT;
	font-size:11px;
	font-weight:bold;
	font-variant:normal;
}

.faqstop {
	background-image:url('images/faqboxtop.gif');
	background-position:left top;
	background-repeat:no-repeat;
	height:10px;
}

.faqsmiddle {
}

.faqsbottom {
	background-image:url('images/faqboxbottom.gif');	
	background-position:left top;
	background-repeat:no-repeat;
	height:10px;
}

/* ---------------- Accordian ----------------*/
#vertical_container {
	width:215px;
}

.accordion_toggle {
	width: 202px;
	margin: 0 0 3% 0;
	padding: 1% 2%;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 11px;
	cursor: pointer;
	color: #FFFFFF;
	font-variant: normal;
}

.accordion_toggle_active {
	width: 202px;
	margin: 0 0 3% 0;
	padding: 2%;
	background-color: #32324C;
	color: #FFFFFF;
}
	
.accordion_content {
	color: #32324C;
	overflow: hidden;
	font-size: x-small!IMPORTANT;
	background-color: #FFFFFF;
	margin: 0 0 3% 0;
	padding: 2%;
}

.accordion_content li {
	margin: 0;
}
		

/* ---------------- Home Page   ----------------*/

.hometext {
	padding:2% 3% 0 2%;
	font-family:Arial, Helvetica, sans-serif;
	_background-color:white;
	min-height:500px;
}

.hometext p {
	font-size: 8pt;
	margin-top: 1px;
	margin-left:2%;
}

.hometext h1 {
	color:#222245;
	font-size:medium;
	font-weight:bold;
	text-align:center;
	margin-bottom:4%;
}

.hometext h2 {
	color:#222245;
	font-size:medium;
	font-variant:small-caps;
	font-weight:bold;
	text-align:left;
	padding:.5%;
	margin-left:2%;
}

.hometext h3 {
	color:#222245;
	font-size:small;
	font-variant:small-caps;
	font-weight:bold;
	text-align:left;
	padding:.5%;
	margin-left:2%;
}

.hometext ul {
	list-style-type:disc;
	list-style-position:outside;
	padding-left:35px;
	font-size: 8pt;
}


.homelinks p {
	font-size: 8pt;
	margin:0 0 0 6%;
}

.homelinks h3 {
	color: #3399FF;
}


/*---------------------------------------------------*/



/*----------------banner ads------------*/

.banners {
	text-align:center;
	background-color:white;
	width:171px;
	padding:1%;
	margin:5px 0 5px 0;
/*	margin:5px 0 5px 45px;	*/
}

#footerimage2 {
	position:absolute;
	left: -204px;
	top: -199px;
/*	left:-194px;
	top:-180px;*/
	_left: -554px;
	_top: -185px;
/*	_left: -554px;
	_top: -160px;*/
	width:171px;
}

