/*
Title: 
Description:	Global styles and page build
Author: Christine Harcinske / Twelve Horses
Last Updated:	
*/



/*****************************************************************************
RESETS
*****************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

fieldset, img { 
	border: 0;
}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	
ol, ul {
	list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
	
caption, th {
	text-align: left;
}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}

em { font-style: italic }

:focus {
	-moz-outline-style:none
}

/*****************************************************************************
GLOBAL STYLES
*****************************************************************************/

html {
	font-size: 100%;
	text-align: center;
}

body {
	margin: 0;
	padding: 4px 0 0 0;
	text-align: left;
	background: #00104f url('../images/main_bg.gif') top left repeat-x;
	border-top: 4px solid #000;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #333;
}


/* TYPOGRAPHY
----------------------------------------------------------------------*/

p {
  margin: 0 0 24px 0;
}

a, a:link, a:visited {
  color: #00209f;
	text-decoration: none;
	cursor: pointer;
}

a:hover, a:visited:hover {
  color: #0082d1;
}

#left ol, #sub_left ol, #left ul, #sub_left ul{
	margin: 20px 30px;
	list-style: disc;
}

#left li, #sub_left li {
  margin: 0 0 6px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
	color: #e23728;
}

h1 {
  font-size: 30px;
	line-height: 32px;
	margin: 0 0 10px 0;
}

h2 {
  font-size: 24px;
	line-height: 24px;
}

h3 {
  font-size: 18px;
	line-height: 20px;
}

#left h2, #sub_left_img h2, #sub_left h2 {
  margin: 12px 0;
}

#left strong, #sub_left_img strong, #sub_left strong {
  font-weight: bold;
}

::-moz-selection { 
  background: #a50000; 
	color: #fff;
}


/* FORM STYLES
----------------------------------------------------------------------*/

input {
}

.search {
  border: 0;
	background: url('../images/search_bg.gif') top left no-repeat;
	height: 21px;
	width: 188px;
	padding: 6px 0 0 30px;
	color: #666;
}

.search_submit {
  border: 0;
	background: url('../images/search_submit.gif') 0 1px no-repeat;
	height: 28px;
	width: 34px;
}

/* TABLE STYLES
----------------------------------------------------------------------*/

td {
  vertical-align: top;
	padding: 4px;
}


/* GENERAL STYLES
----------------------------------------------------------------------*/

blockquote {
  padding: 6px 24px 24px 24px;
	background: url('../images/quote_start.gif') top left no-repeat;
}

#sidebar blockquote, #sub_sidebar blockquote, #sub_sidebar_noimg blockquote {
  padding: 6px 24px 24px 24px;
	background: url('../images/quote_start_side.gif') top left no-repeat;
}

blockquote p:first-child {
  font-style: italic;
	background: url('../images/quote_end_side.gif') right bottom no-repeat;
	min-height: 40px;
}

.no_bdr {
  border: none;
}

.clear {
  clear: both;
}

/*****************************************************************************
SITE BUILD
*****************************************************************************/

#wrapper {
  margin: 0 auto;
	padding: 0;
	width: 960px;
}

#header {
  margin: 0 auto;
  width: 910px;
	overflow: hidden;
}

#header img {
  float: left;
}

#header_search {
  float: right;
	padding-top: 28px;
}

#blue_border {
  padding: 20px 25px 16px 25px;
  width: 910px;
	border: 1px solid #00a5ea;
	background: url('../images/blue_border.png') top left repeat;
}

#blue_bdr_shadow {
  height: 14px;
	width: 960px;
  background: url('../images/blue_bdr_shadow.png') top center no-repeat;
}

#content_container {
  width: 910px;
	background: #fff url('../images/sidebar_bg.gif') top right repeat-y;
	overflow: hidden;
}

#content_shadow {
  height: 12px;
	width: 910px;
  background: url('../images/content_shadow.png') top center no-repeat;
}

#left {
  padding: 20px;
  background: url('../images/left_bg.gif') top left repeat-x;
	width: 600px;
	min-height: 318px;
	float: left;
}

#sidebar {
  width: 230px;
	float: left;
	padding: 20px 20px 0 20px;
	color: #666;
}

#footer {
  background: #fff url('../images/footer_bg.gif') top left repeat-x;
	width: 100%;
	margin-top: 20px;
	padding: 20px 0;
	overflow: hidden;
}

#footer_content {
  width: 940px;
	margin: 0 auto;
	color: #666;
}

#f_contact {
  float: left;
	width: 288px;
	margin-right: 26px;
}

#f_contact p {
  border-top: 2px solid #b8c2c7;
	border-bottom: 1px solid #c8d2d8;
	margin: 8px 0;
	padding: 8px 0;
}
 
#f_contact img {
  margin-right: 20px;
}

#f_nav {
  float: left;
}


#f_nav ul {
  float: left;
	margin-right: 26px;
	width: 134px;
}

*html #f_nav ul {
  display: inline;
}

#f_nav li {
	list-style: none;
	display: block;
	padding: 0 0 16px 0;
}

#f_nav li a {
  font-weight: bold;
	border-bottom: 2px solid #b8c2c7;
	display: block;
	color: #e23728;
	padding-left: 6px;
}

#f_nav li a:hover {
	color: #0082d1;
}

#f_nav li ul { 
	float: none;
	width: 134px;
	margin: 0;
}

#f_nav li ul li {
  border-bottom: 1px solid #c8d2d8;
	padding: 1px 0;
}

#f_nav li ul li a {
  font-weight: normal;
	border-bottom: none;
	color: #00209f;
	font-size: 11px;
}

/* SUBPAGE BUILD ELEMENTS
----------------------------------------------------------------------*/
#sub_pad {
  padding-top: 6px;
	background: #fff;
}

#sub_content_container {
  width: 910px;
	background: #fff url('../images/sidebar_bg.gif') top right repeat-y;
	overflow: hidden;	
	position: relative;
	padding-top: 10px;
	min-height: 800px;
}

#sub_content_container ol, #sub_content_container ul {
	list-style: none;
  margin: 20px 0 20px 30px;
	list-style: disc;
}

#sub_content_container ul ul {
	list-style: none;
  margin: 10px 0 10px 30px;
	list-style: disc;
}

#sub_left {
  padding: 10px 20px 20px 20px;
  background: url('../images/sub_left_bg.gif') top left repeat-x;
	width: 600px;
	min-height: 606px;
	float: left;
	border-top: 1px solid #c8d2d7;	
}

#sub_left_img {
  padding: 20px;
  background: url('../images/sub_left_bg_short.gif') top left repeat-x;
	width: 600px;
	min-height: 318px;
	float: left;		
}

#sub_left img, #sub_left_img img {
  border: 1px solid #c8d2d7;
	margin: 4px;
}

.intro {
  font-size: 14px;
	line-height: 20px;
	border-bottom: 2px solid #c8d2d7;
	padding: 4px 0 20px 0;
}

#subheader_img {
  height: 292px;
	overflow: hidden;
	border-bottom: 1px solid #09034c;
}

#subheader_img p {
  margin: 0;
	padding: 0;
}

#sub_sidebar {
  width: 270px;
	position: absolute;
	padding: 0;
	top: 0;
	right: 0;
	color: #666;
}

#sub_sidebar_noimg {
  width: 270px;
	padding: 0;
	float: right;
	margin-top: -10px;
	color: #666;
}

#sub_sidebar_pad {
  padding: 0 20px 20px 20px;
}

.side_block {
  border-top: 4px solid #b8c2c7;
	border-bottom: 1px solid #c8d2d8;
	margin: 4px 0 12px 0;
	padding: 8px 0 0 0;
}

.side_block p {
  margin: 0 0 8px 0;
}

/* MAINPAGE SLIDESHOW
----------------------------------------------------------------------*/

#slideshow_wrapper {
  width: 910px;
	height: 310px;
	border-bottom: 1px solid #09034c;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.slide_description {
  width: 340px;
  position: absolute;
	top: 30px;
	left: 26px;
	z-index: 100;
}

.slide_description h2, .pika_caption h2 {
  font-size: 40px;
	line-height: 42px;
}

.slide_thumbs {
  position: absolute;
	bottom: 20px;
	left: 26px;
	z-index: 110;
}

.panel { 
  float: left; 
	height: 310px; 
	position: absolute; 
	width: 910px; 
	z-index:10;
}

.active {
  z-index: 20;
}

.last-active {
   z-index:15;
}

.slide_thumb {
  background: url('../images/sthumb_bg.png') top left no-repeat;
	padding: 1px 4px 7px 4px;
	height: 35px;
	width: 44px;
	float: left;
	margin-right: 6px;
}

.slide_thumb_on {
  background: url('../images/sthumb_bg_on.png') top left no-repeat;
	padding: 1px 4px 7px 4px;
	height: 35px;
	width: 44px;
	float: left;
	margin-right: 6px;
}


/* NEWS STYLES
----------------------------------------------------------------------*/

h2.news { background:url(../images/rss.gif) no-repeat; padding: 7px 0 0 50px; display: block; height: 40px}

#side_block_news {
  border-top: 4px solid #b8c2c7;
	border-bottom: 1px solid #c8d2d8;
	margin: 4px 0 12px 0;
	padding: 8px 0 0 0;
	height: 86px;
	width: 230px;
  overflow: hidden;
	position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#side_block_news li,
.jcarousel-item {
    float: left;
    list-style: none;
		width: 230px;
		height: 86px;
}

.news_nav {
  margin: 8px 0 2px 0;
	float: left;
}

.all_news {
  margin: 8px 0 2px 0;
	float: right;
}

.news_nav a {
  float: left;
	padding: 1px 4px;
	border: 1px solid #888888;
	color: #888888;
	margin-right: 4px;
	line-height: 16px;
}

.news_nav a:hover {
	border: 1px solid #00209f;
	color: #00209f;
}

.news_nav a:active, .news_nav a:focus {
  float: left;
	padding: 1px 4px;
	border: 1px solid #00209f;
	color: #00209f;
	margin-right: 4px;
	line-height: 16px;
}

/*****************************************************************************
SUB NAVIGATION
*****************************************************************************/

#subnav_container {
  background: url('../images/subnav_top.gif') top left no-repeat;
	width: 266px;
	color: #fff;
	padding-top: 6px;
}

#subnav_header {
  height: 29px;
	background: url('../images/subnav_header_bg.gif') top left repeat-x;
	padding: 3px 0 0 10px;
	font-size: 24px;
	border-bottom: 1px solid #82adcf;
}

#subnav {
  background: #004b92 url('../images/subnav_bg.gif') top left repeat-x;
	min-height: 274px;
	padding: 0 0 6px 0;
	font-size: 14px;
}

#subnav ul {
  margin: 0;
	list-style: none;
}

#subnav li {
  padding: 0;
	border-bottom: 1px solid #82adcf;
}

#subnav a {
  padding: 6px 20px;
  color: #fff;
	display: block;
}

#subnav a:hover, #subnav a.on {
  background: #0019a8 url('../images/subnav_arrow.gif') 20px 13px no-repeat;
	padding: 6px 20px 6px 34px;
}

#subnav_shadow {
  height: 11px;
	width: 266px;
	background: url('../images/subnav_shadow.png') top left no-repeat;
}

/*****************************************************************************
TOP NAVIGATION
*****************************************************************************/

#top_nav {
  width: 872px;
	height: 43px;
	padding: 0 19px;
	background: url('../images/top_nav_bg.gif') bottom left no-repeat;
}

#top_nav ul {
  margin: 0;
	padding: 0;
	position: absolute;	
	z-index: 500;
}

#top_nav li {
  float: left;
	list-style: none;
	padding: 0;
	text-indent: -9000px;
	
}

#top_nav a, #top_nav a:link, #top_nav a:visited {
  background-repeat: no-repeat;
	display: block;
	height: 43px;
}

#top_nav li ul {
  top: auto;
	display: none;
	margin: -4px 0 0 0;
	padding: 4px 0;
	background: #fff;
	border: solid #b2cfe0;
	border-width: 0 1px 1px 1px;
	width: 200px;
}

#top_nav li:hover ul ul, #top_nav li:hover ul ul ul, #top_nav li:hover ul ul ul ul{
display:none;
}
#top_nav li:hover ul, #top_nav li li:hover ul, #top_nav li li li:hover ul, #top_nav li li li li:hover ul{
display:block;
}

#top_nav li:hover ul li a {
  background: none;
	color: #004f91;
	text-indent: 0;
	padding: 4px 10px 4px 19px;
	height: auto;
	width: 200px;
}

#top_nav li:hover ul li a:hover {
  color: #e23728;
}

/* HOME BUTTON */

.nav_home a {
  background: url(../images/nav_bar.gif) -33px 0 no-repeat;
	width: 77px;
}

.nav_home a:hover, .nav_home a.nav_on {
  background: url(../images/nav_bar.gif) -33px -43px no-repeat;
}

/* TELEHEALTH BUTTON */

.nav_tele a {
  background: url(../images/nav_bar.gif) -110px 0 no-repeat;
	width: 107px;
}

.nav_tele a:hover, .nav_tele a.nav_on, .nav_tele a.active {
  background: url(../images/nav_bar.gif) -110px -43px no-repeat;
}

.nav_tele a:active {
  background: url(../images/nav_bar.gif) -110px -86px no-repeat;
}

/* SOLUTIONS BUTTON */

.nav_solutions a {
  background: url(../images/nav_bar.gif) -217px 0 no-repeat;
	width: 99px;
}

.nav_solutions a:hover, .nav_solutions a.nav_on, .nav_solutions a.active {
  background: url(../images/nav_bar.gif) -217px -43px no-repeat;
}

.nav_solutions a:active {
  background: url(../images/nav_bar.gif) -217px -86px no-repeat;
}

/* PRODUCTS BUTTON */

.nav_products a {
  background: url(../images/nav_bar.gif) -316px 0 no-repeat;
	width: 96px;
}

.nav_products a:hover, .nav_products a.nav_on, .nav_products a.active {
  background: url(../images/nav_bar.gif) -316px -43px no-repeat;
}

.nav_products a:active {
  background: url(../images/nav_bar.gif) -316px -86px no-repeat;
}

/* SERVICES BUTTON */

.nav_services a {
  background: url(../images/nav_bar.gif) -412px 0 no-repeat;
	width: 96px;
}

.nav_services a:hover, .nav_services a.nav_on, .nav_services a.active {
  background: url(../images/nav_bar.gif) -412px -43px no-repeat;
}

.nav_services a:active {
  background: url(../images/nav_bar.gif) -412px -86px no-repeat;
}

/* RECORDS BUTTON */

.nav_records a {
  background: url(../images/nav_bar.gif) -508px 0 no-repeat;
	width: 148px;
}

.nav_records a:hover, .nav_records a.nav_on, .nav_records a.active {
  background: url(../images/nav_bar.gif) -508px -43px no-repeat;
}

.nav_records a:active {
  background: url(../images/nav_bar.gif) -508px -86px no-repeat;
}

/* ABOUT BUTTON */

.nav_about a {
  background: url(../images/nav_bar.gif) -656px 0 no-repeat;
	width: 107px;
}

.nav_about a:hover, .nav_about a.nav_on, .nav_about a.active {
  background: url(../images/nav_bar.gif) -656px -43px no-repeat;
}

.nav_about a:active {
  background: url(../images/nav_bar.gif) -656px -86px no-repeat;
}

/* CONTACT BUTTON */

.nav_contact a {
  background: url(../images/nav_bar.gif) -753px 0 no-repeat;
	width: 112px;
}

.nav_contact a:hover, .nav_contact a.nav_on, .nav_contact a.active {
  background: url(../images/nav_bar.gif) -763px -43px no-repeat;
}

.nav_contact a:active {
  background: url(../images/nav_bar.gif) -763px -86px no-repeat;
}

