@charset "utf-8";
/* CSS Document */

body {
	font: 11px verdana, helvetica, serif;
	text-align: left;
	padding: 0;
	margin: 1em 0;
	color: #000066;
}

#wrapper {
	width: 760px;
	background: #cde0eb;
	border: 1px solid #495569;
	margin: 0 auto;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

td {
	vertical-align: top;
}

ul {
	margin: 0 auto;
	padding: 0 auto;
}

/* Main Header */
#header {
	height: 90px;
	background: url(../images/header-bg.png) repeat-x top;
}
img#logo {
	float: left;
	border: 0;
}
#contact {
	float: right;
	text-align: right;
	color: white;
	margin: 20px 0px 0 0;
	font-size: 12px;
	width: 260px;
}
#contact img {
	margin-top: -20px;
	margin-left: 5px;
	border: 0;
}

#contact a {
	color: #f195bf;
}
#contact span#phone {
	font-size: 20px;
	font-weight: bold;
}
#contact span#email {
	font-weight: bold;
}

/* Menu business */

#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	background: #656d7d url(../images/menu-bg.gif) repeat-x top;
	font-weight: bold;
	padding: 0;
	margin: 0;
	width: 760px;
}

#nav a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 0.5em 1em 0.5em 1em;
}

#nav a.daddy {
	background: url(../images/rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li img {
	float: left;
	margin: 0px 2px 2px 0px;
	border: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #81858e;
}

/* Front Page */
#splash {
	background: #cde0eb;
}
img#splash-img {
	border: 0;
}

#primary, #secondary, #tertiary {
	float: right;
	border-bottom: 2px solid #cde0eb;
}

#primary {
	background: #f9eded;
}

#primary h1, #secondary h1, #tertiary h1 {
	margin: 5px;
}
#primary h1 a {
	color: #c22126;
	font-size: 18px;
	text-decoration: none;
}
#primary img,  #secondary img, #tertiary img {
	float: right;
	border: 0;
	margin: 5px 5px;
}
#secondary {
	background: #f2f9ed;
}
#secondary h1 a {
	color: #c22126;
	font-size: 16px;
	text-decoration: none;
}
#tertiary {
	background: #edf2f9;
}
#tertiary h1 a {
	color: #c22126;
	font-size: 14px;
	text-decoration: none;
}
#primary h1 a:hover, #secondary h1 a:hover, #tertiary h1 a:hover {
	text-decoration: underline;
}
#primary p, #secondary p, #tertiary p {
	margin: 5px 5px;
}
#subs h2 {
	margin: 0;
}
#subs h2 a {
	background: #edf2f9;
	padding: 3px 0;
	float: right;
	width: 236px;
	border-bottom: 2px solid #cde0eb;
	color: #c22126;
	font-size: 12px;
	text-decoration: none;
	margin: 0;
}
#subs h2 a:hover {
	text-decoration: underline;
}
#subs h2 a img {
	margin: 3px 0 0 5px;
	border: 0;
}

#tv-spots {
	float: right;
	width: 235px;
	background: #edf2f9;
	text-align: center;
	padding: 5px 0;
	border-bottom: 0;
}
#tv-spots h2 {
	font-size: 16px;
	margin: 10px 0 3px 0;
}
#tv-spots img {
	border: 0;
	margin: 5px;
}


#map {
	clear: right;
	float: right;
	width: 235px;
	padding: 5px 0;
	text-align: center;
	background: #edf2f9;
	border: 1px solid #cde0eb;
}
#map p {
	text-align: left;
	margin: 5px 10px;
}

/* Content Styles*/
#content {
	border: 1px solid #cde0eb;
	background: #cde0eb url(../images/content-bg.gif) repeat-y right;
}
#content p {
	margin: 5px 0;
	padding: 5px;
	width: 510px;
}

#content ul {
	margin: 0 10px 0 10px;
	width: 510px;
}

/* Footer */
#footer {
	clear: both;
	background: url(../images/footer-bg.png) repeat-x top;
	height: 23px;
	color: white;
	padding-top: 4px;
	margin-bottom: -4px;
	text-align: center;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

div#foot-address {
	text-align: center;
	font-size: 80%;
	padding: 5px 0;
}

table#main-table {
	clear: both;
	width: 760px;
	background: #edf2f9;
}
table#main-table td#main-content {
	width: 522px;
	padding: 0 10px;
	background: white;
}
table#main-table td#front-page {
	width: 522px;
	padding: 0;
	vertical-align: top;
	background: white;
}
table#main-table td#main-content h1 {
	font-size: 16px;
	margin: 10px 0;
}
table#main-table td#main-content h2, table#main-table td#front-page h2 {
	font-size: 12px;
	margin: 20px 0px 5px 0px;
}
table#main-table td#main-content p {
	margin: 5px 0px 10px 0px;
}
table#main-table td#front-page p {
	margin: 10px;
}
table#main-table td#front-page h1 {
	font-size: 16px;
	margin: 5px 10px;
}

table#main-table td#main-content a, table#main-table td#front-page a {
	color: blue;
	text-decoration: none;
	border-bottom: 1px solid blue;
}
table#main-table td#main-content a.image, table#main-table td#front-page a.image, table#main-table td#main-content a:hover.image, table#main-table td#front-page a:hover.image {
	border: 0;
}

table#main-table td#main-content a:visited, table#main-table td#front-page a:visited {
	color: #800080;
	border-bottom: 1px solid #800080;
}

table#main-table td#main-content a:hover, table#main-table td#front-page a:hover {
	border-bottom: 2px solid blue;
}


table#main-table td#menu-column, table#main-table td#int-menu-column {
	border-left: 2px solid #cde0eb;
	vertical-align: top;
}

table#main-table td#int-menu-column #int-menu-links {
	border-bottom: 2px solid #cde0eb;
}

table#main-table td#int-menu-column #int-menu-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
table#main-table td#int-menu-column #int-menu-links ul li {
	list-style-image: url(../images/small-arrow.gif);
	margin: 10px;
	margin-left: 24px;
	padding: 0;

}
img#center {
	margin: 0 auto;
}

img.img-right {
margin-left: 5px;
margin-bottom: 5px;
}

img.img-left {
margin-right: 5px;
margin-bottom: 5px;
}

img.border {
	border: 1px solid #000066;
}

div.right-float {
	float: right;
	text-align:center;
	margin: 5px;
	margin-right: 0;
}
div.left-float {
	float: left;
	text-align: center;
	margin: 5px;
	margin-left: 0;
}

table.employee {
	padding: 5px;
	display: block;
	border: 1px solid #495569;
	margin: 10px 0;
	width: 100%;
}

table.employee td {
	padding-right: 5px;
}

table.employee b {
	font-size: 150%;
}

table.employee td img {
	border: 0;
}

#chatbuttons {
	width: 185px;
	height: 80px;
	float: right;
	background: url(../images/livechat-bg.gif) no-repeat top;
	margin-top: 4px;
	padding-left: 10px;
}

#chatbuttons img {
	 margin: 45px 0 0 0;
}

#chatbuttons img {
	border: 0;
}

ul#sitemap li {
	margin-bottom: 10px;
}

div.caption {
  float: right;
  border: thin silver solid;
  border-color:#accaf6;
  margin: 5px;
  padding: 0 0 0px 0;
  background-color:#accaf6;
}
div.caption p {
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  display:inline;
}
.blogitem {
margin: 5px 0px 5px 0px;
}

table#credibility td#credibility a {
	
	border-bottom: 0;
}


table#credibility td#credibility a:visited {
	
	border-bottom: 0;
}

table#credibility td#credibility a:hover {
	border-bottom: 0;
}

div.scroll {
height: 150px;
width: 200px;
overflow-Y: scroll;
border: 1px solid #666;
padding: 8px;
text-align:left;
margin-top:3px
}

div.scroll a {
	text-decoration:none;
	color:#292929;
}

div.scroll a:hover {
	text-decoration:underline;
	color:#00a9a7
}