/* DEFAULT */

* { /* Global browser reset */
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#333333;
	line-height:1.5em;
}

a:link 		{color:#4D787E; 	text-decoration: underline; font-weight:bold;}
a:visited 	{color:#4D787E; 	text-decoration: underline; font-weight:bold;}
a:hover 	{color:#990000; 	text-decoration: underline; font-weight:bold;}
a:active 	{color:#990000; 	text-decoration: underline; font-weight:bold;}

a.footer:link 		{color:4D787E; font-size:12px;	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; text-decoration: none; 		font-weight:bold; margin:0px 20px; letter-spacing:2px;}
a.footer:visited 	{color:4D787E; font-size:12px;	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; text-decoration: none; 		font-weight:bold; margin:0px 20px; letter-spacing:2px;}
a.footer:hover 		{color:4D787E; font-size:12px;	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; text-decoration: underline; font-weight:bold; margin:0px 20px; letter-spacing:2px;}
a.footer:active 	{color:4D787E; font-size:12px;	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; text-decoration: underline; font-weight:bold; margin:0px 20px; letter-spacing:2px;}


h1 {
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#333333;
	display:inline;
}

h2 {
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	color:#333333;
	display:inline;
}

h3 {
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:normal;
	color:#4D787E;
	display:inline;
	line-height:1.2em;
}

h4 {
	font-size:28px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#4D787E;
}

h5 {
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	margin:15px 0px 5px;
	line-height:1.5em;
}

h6 {
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	margin:15px 0px -15px;
	line-height:1.5em;
}

p {
	margin:20px 0px;
	line-height:1.5em;
}

#wrapper {
	width:950px;
	margin:0 auto;
}

#content {
	width:950px;
	margin:0 auto;
}

.imgright {
	float:right;
	margin-left:30px;
}

#main iframe {
	float:right;
	margin-left:40px;
}


/* SPLASH HEADER */

#splashheader {
	width:950px;
	height:77px;
	margin:30px auto 0px;
	background: transparent url(../images/splashheader.jpg) no-repeat top left;
}

#splashlogo {
	width:400px;
	height:77px;
	cursor:pointer;
	float:left;
}

#nav {
	width:530px;
	height:77px;
	left:13px;
	position:relative;
	float:left;
}

#nav ul {
	list-style: none;
	width: 530px;
	height: 77px;
	margin: 0;
	padding: 0;
	position: relative;
}
#nav li {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
}
#menu li, #menu a {
	height: 77px;
	display: block;
}
#nav a {
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
}

#nav_about			{left: 0px;   width: 111px;}
#nav_locations		{left: 112px; width: 119px;}
#nav_contact		{left: 230px; width: 127px;}
#nav_specialists	{left: 357px; width: 153px;}

#nav_about a:hover 			{background: transparent url(../images/topnav_02.jpg)	2px 0px no-repeat;}
#nav_locations a:hover 		{background: transparent url(../images/topnav_03.jpg)	2px 0px no-repeat;}
#nav_contact a:hover	 	{background: transparent url(../images/topnav_04.jpg)	2px 0px no-repeat;}
#nav_specialists a:hover 	{background: transparent url(../images/topnav_05.jpg)	2px 0px no-repeat;}


/* HEADER */

#header {
	width:950px;
	height:107px;
	margin: auto 0px;
	background: transparent url(../images/header.jpg) no-repeat top left;
}

#logo {
	width:270px;
	height:107px;
	cursor:pointer;
	float:left;
}

#headernav {
	width:530px;
	height:107px;
	left:23px;
	position:relative;
	float:left;
}

#headernav ul {
	list-style: none;
	width: 530px;
	height: 107px;
	margin: 0;
	padding: 0;
	position: relative;
}
#headernav li {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
}
#headermenu li, #headermenu a {
	height: 107px;
	display: block;
}

#headernav a {
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
}

#headernav_about		{left: 0px;   width: 111px;}
#headernav_locations	{left: 112px; width: 119px;}
#headernav_contact		{left: 230px; width: 127px;}
#headernav_specialists	{left: 357px; width: 153px;}

#headernav_about a:hover 		{background: transparent url(../images/header_02.jpg)	4px 0px no-repeat;}
#headernav_locations a:hover 	{background: transparent url(../images/header_03.jpg)	1px 0px no-repeat;}
#headernav_contact a:hover	 	{background: transparent url(../images/header_04.jpg)	0px 0px no-repeat;}
#headernav_specialists a:hover 	{background: transparent url(../images/header_05.jpg)	4px 0px no-repeat;}


/* FOOTER */

#footer {
	width:950px;
	height:68px;
	margin:20px auto;
	color:#4D787E;
	font-size:10px;
	padding-top:5px;
	text-align:center;
	clear:both;
}



/* HOME PAGE */

#rightmain {
	width:540px;
	height:521px;
	display:inline;
	float:right;
	background-image:url(../images/right.jpg);
}

a.read:link 	{color:#5C8B91; font-size:14px;	text-decoration: underline; font-family:Trebuchet MS, Arial, Helvetica, sans-serif; font-weight:normal; font-style:italic; }
a.read:visited 	{color:#5C8B91; font-size:14px;	text-decoration: underline; font-family:Trebuchet MS, Arial, Helvetica, sans-serif; font-weight:normal; font-style:italic; }
a.read:hover 	{color:#990000; font-size:14px;	text-decoration: underline; font-family:Trebuchet MS, Arial, Helvetica, sans-serif; font-weight:normal; font-style:italic; }
a.read:active 	{color:#990000; font-size:14px;	text-decoration: underline; font-family:Trebuchet MS, Arial, Helvetica, sans-serif; font-weight:normal; font-style:italic; }

#ad1 {
	width:500px;
	height:104px;
	margin:30px 0px 0px 24px;
}

#ad2 {
	width:500px;
	height:254px;
	margin:0px 0px 0px 24px;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	color:#333333;
	line-height:1.7em;
}

#splashflash {
	float:right;
	margin:5px 50px 0px 0px;
}

.small {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#4D787E;
	line-height:3.8em;
}

#ad3 {
	width:500px;
	height:104px;
	margin:0px 0px 0px 24px;
}

#ad3 h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
}

#ad4 {
	width:500px;
	height:55px;
	margin:0px 0px 0px 24px;
}

/* MAIN TEXT */

#rightcontent {
	width:676px;
	display:inline;
	float:right;
}

#righttext {
	width:600px;
	padding:40px 25px 0px 37px;
	text-align:left;
}

#righttext h2 {
	font-size:18px;
	font-style:italic;
	line-height:1.6em;
}

#righttext ol {
	margin:20px 0px 20px 20px;
}

#righttext ul {
	margin:10px 0px 20px 20px;
	list-style-position:outside;
}

#righttext li {
	margin-top:1.1em;
}	

td {
	vertical-align:top;
}



/* LEFT NAV (FOR SPLASH PAGE) */

#leftnav {
	width:410px;
	height:521px;
	background: url(../images/left.jpg);
	float:left;
}


#leftnav ul {
	list-style:none;
	padding-top:23px;
	margin-left:170px;
	width: 232px;
	height: 400px;
	position: relative;
	background: transparent url(../images/leftnav.png) no-repeat top left;
}
#leftnav li {
	margin: 0;
	padding: 0;
	top: 0px;
}
#leftmenu li, #leftmenu a {
	height: 30px;
	display: block;
}
#leftnav a {
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
}

#leftnav_about				{left: 0px; width: 232px;}
#leftnav_how				{left: 0px; width: 232px;}
#leftnav_casestudies		{left: 0px; width: 232px;}
#leftnav_value				{left: 0px; width: 232px;}
#leftnav_testimonials		{left: 0px; width: 232px;}
#leftnav_insurance			{left: 0px; width: 232px;}
#leftnav_forms				{left: 0px; width: 232px;}
#leftnav_news				{left: 0px; width: 232px;}
#leftnav_resources			{left: 0px; width: 232px;}



#leftnav_about a:hover 			{background: transparent url(../images/leftnav.png) -232px -23px no-repeat;}
#leftnav_how a:hover			{background: transparent url(../images/leftnav.png) -232px -53px no-repeat;}
#leftnav_casestudies a:hover	{background: transparent url(../images/leftnav.png) -232px -83px no-repeat;}
#leftnav_value	a:hover			{background: transparent url(../images/leftnav.png) -232px -113px no-repeat;}
#leftnav_testimonials a:hover	{background: transparent url(../images/leftnav.png) -232px -143px no-repeat;}
#leftnav_insurance a:hover		{background: transparent url(../images/leftnav.png) -232px -173px no-repeat;}
#leftnav_forms a:hover			{background: transparent url(../images/leftnav.png) -232px -203px no-repeat;}
#leftnav_news a:hover			{background: transparent url(../images/leftnav.png) -232px -233px no-repeat;}
#leftnav_resources a:hover		{background: transparent url(../images/leftnav.png) -232px -263px no-repeat;}




/* LEFT NAV */

#navleft {
	width:272px;
	height:430px;
	background: url(../images/navleftbgd.jpg);
	float:left;
}


#navleft ul {
	list-style:none;
	padding-top:23px;
	width: 272px;
	height: 400px;
	position: relative;
	background: transparent url(../images/navleft.png) no-repeat top left;
}
#navleft li {
	margin: 0;
	padding: 0;
	top: 0px;
}
#menuleft li, #menuleft a {
	height: 30px;
	display: block;
}
#navleft a {
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
}

#navleft_about				{left: 0px; width: 272px;}
#navleft_how				{left: 0px; width: 272px;}
#navleft_casestudies		{left: 0px; width: 272px;}
#navleft_value				{left: 0px; width: 272px;}
#navleft_testimonials		{left: 0px; width: 272px;}
#navleft_insurance			{left: 0px; width: 272px;}
#navleft_forms				{left: 0px; width: 272px;}
#navleft_news				{left: 0px; width: 272px;}
#navleft_resources			{left: 0px; width: 272px;}



#navleft_about a:hover 			{background: transparent url(../images/navleft.png) -272px -23px no-repeat;}
#navleft_how a:hover			{background: transparent url(../images/navleft.png) -272px -53px no-repeat;}
#navleft_casestudies a:hover	{background: transparent url(../images/navleft.png) -272px -83px no-repeat;}
#navleft_value	a:hover			{background: transparent url(../images/navleft.png) -272px -113px no-repeat;}
#navleft_testimonials a:hover	{background: transparent url(../images/navleft.png) -272px -143px no-repeat;}
#navleft_insurance a:hover		{background: transparent url(../images/navleft.png) -272px -173px no-repeat;}
#navleft_forms a:hover			{background: transparent url(../images/navleft.png) -272px -203px no-repeat;}
#navleft_news a:hover			{background: transparent url(../images/navleft.png) -272px -233px no-repeat;}
#navleft_resources a:hover		{background: transparent url(../images/navleft.png) -272px -263px no-repeat;}


/* TESTIMONIALS */

#testi {
	width:550px;
	margin:0px auto;
}

#testi ul {
	margin:10px;
	list-style-position:outside;
}

#testi li {
	margin-left:20px;
}


/* LOCATIONS */

#loctext {
	width:550px;
	margin:0px auto;
	text-align:left;
}

#loctext img {
	margin:0px auto;
	display:block;
	text-align:center;
}

#loctext h5 {
	text-align:center;
	line-height:1.1em;
}

#locnav {
	text-align:center;
}

/* CONTACT */

#hq {
	text-align:center;
}

.state {
	text-align:left;
	margin:20px 0px 10px;
	clear:both;
}

.leftcol {
	width:255px;
	float:left;
	display:inline;
	margin:0px 20px 20px;
	line-height:1.4em;
}

.leftcol h1 {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#657351;
	margin:0px 0px 0px;
	line-height:1.4em;
}

/* CASE STUDIES */

#casetext {
	width:600px;
	padding:40px 25px 0px 37px;
	text-align:left;
}

#casetext a:link 		{color:#4D787E; 	text-decoration: underline; font-weight:normal;}
#casetext a:visited 	{color:#4D787E; 	text-decoration: underline; font-weight:normal;}
#casetext a:hover	 	{color:#990000; 	text-decoration: underline; font-weight:normal;}
#casetext a:active 		{color:#990000; 	text-decoration: underline; font-weight:normal;}


/* ALGORITHMS */

#algorithm {
	color:#4D787E;
}


#algorithm ul {
	margin:10px 0px 20px 20px;
	list-style-position:outside;
}

#algorithm li {
	margin-top:1.1em;
}	

#algorithm a:link 		{color:#4D787E; 	text-decoration: underline; font-weight:normal;}
#algorithm a:visited 	{color:#4D787E; 	text-decoration: underline; font-weight:normal;}
#algorithm a:hover	 	{color:#990000; 	text-decoration: underline; font-weight:normal;}
#algorithm a:active 	{color:#990000; 	text-decoration: underline; font-weight:normal;}










