/* CSS Document */

html,body {  
	background:url(images/site_bg.jpg) center top repeat-x fixed;
	margin:0px; 
}

body#home a#navhome,
body#staff a#navstaff,
body#forms a#navforms,
body#medical a#navmedical,
body#medical_info a#navsurgery,
body#audiology a#navaudiology,
body#hearingaids a#navhearingaids,
body#sinus a#navballon,
body#hospital a#navhospital,
body#insurance a#navinsurance,
body#location a#navcontact {
background:#9eb4ff;
color:#fff;
}

h2 {
	padding: 10px 0;
}

#container {
	width:960px;
	margin: 0 auto;
	padding:0px;
}

#content {
	width:960px;
	margin: 0 auto;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#FFF;
}

#footer {
	width:960px;
	margin: 0 auto;
	background-color:#FFF;
	color:#000;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	padding-top:15px;
}

#header {
	width:960px;
	margin: 0 auto;
	background-color:#FFF;
}

.body_text {
	/* font-family: 'Snippet', Century Gothic, sans-serif;*/
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#333;
	padding:10px;
}

.top-right-links {
	float: right;
}

.top-right-links a {
	display: inline-block;
	font: 15px Century Gothic, Arial;
	font-weight: 700;
	background-color: #3552ae;
	padding: 7px 29.6px;
	text-decoration: none;
	color: #fff;
}

.top-right-links a:hover {
	background: #9eb4ff; color:#3552ae;
}

.top-right-links a:first-child {
	border-right: 2px solid white;
}

.page_header {
	font-family: Century Gothic, sans-serif;
	font-size:28px;
	font-weight:bold;
	color:#6186ff;
}

a.text_link:link, a.text_link:visited {
	/* font-family: 'Snippet', Century Gothic, sans-serif;*/
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.text_link:hover {
	/* font-family: 'Snippet', Century Gothic, sans-serif;*/
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

a.form_link:link, a.form_link:visited {
	/* font-family: 'Snippet', Century Gothic, sans-serif;*/
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
a.form_link:hover {
	text-decoration: underline;
}

a.footer_link:link, a.footer_link:visited {
	/* font-family: 'Snippet', Century Gothic, sans-serif;*/
	font-family:"Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.footer_link:hover {
	/* font-family: 'Snippet', Century Gothic, sans-serif;*/
	font-family:"Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

 #left
    {
      width: 400px;
      float: left;
    }

    #right
    {
      margin-left: 400px; /* Change this to whatever the width of your left column is*/
    }

    .clear
    {
      clear: both;
    }

ul.insurancelist {
	width:100%;
	clear:both;
}

ul.insurancelist li {
	width:45%;
	float:left;
}