body {
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	background: #FFF url(images/background.gif) repeat-x;
}

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	text-align: left;
	text-decoration: none;
}

p {
	font-size: 13px;
	color: #333333;
	text-transform: none;
	line-height: 18px;
	margin: 0 0 10px 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px;
}

h1 {
	color: #4a6792;
	font-size: 36px;
	margin: 10px auto 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: none;
	border-bottom: 1px dotted #D7D7D7;
	padding: 30px auto 5px 0;
}

h2, h3, h4 {
	color: #006699;
	font-size: 24px;
	margin: 0px auto 5px auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	font-weight: normal;
}

h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }

div#address {
	position: absolute;
	width: 600px;
	left: 55px;
	top: 10px;
	color: #CECBB4;
	font-size: 14px;
	line-height: 19px;
	text-align: left;
}

div#audio applet {
	position: absolute;
	left: 155px;
	top: 275px;
}

address {
	font-style: normal;
}

address a:link, address a:visited {
	color: #CECBB4;
	font-weight: normal;
	text-decoration: none;
}

address a:hover {
	text-decoration: underline;
	color: #7200C5;
}

a:link, a:visited {
	color: #048CBF;
	font-weight: bold;
	border-bottom: 1px solid;
}

a:hover {
	text-decoration: underline;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#header {
	width: 990px;
	height: 370px;
	background: url(images/header.jpg) no-repeat left top;
	position: relative;
	margin: 0px;
}

/* Creates the div container for the site. */
div#container {
	width: 990px;
	margin: 0px auto;
}

/* Creates the div for the content */
div#content {
	float: left;
	width: 925px;
	clear: right;
	font-size: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 25px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	width: auto;
	color: #999999;
	margin: 10px auto 0px auto;
	font-size: 10px;
	text-align: center;
	padding: 10px;
	background-color: #666666;
}

div#footer a:link, div#footer a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#footer a {
	border: none;
}

div#footer a:hover {
	text-decoration: underline;
}

div#copyright {
	text-align: center;
	color: #666666;
	margin: 0px auto 10px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 5px;
	background: #FFFFFF;
}

div#copyright a {
	font-size: 9px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	border: none;
}

div#nav {
	position: absolute;
	top: 41px;
	left: 15px;
	width: auto;
	margin: 0px;
	padding: 0px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #FFFFFF;
	background: url(images/current.gif) no-repeat;
}

/* UL TAG */
div#nav ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

div#nav li {
	float: left;
	margin: 0px 6px 0 0;
	padding: 0;
	line-height: normal;
	text-indent: 0;
}

div#nav li a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-size: 12px;
	padding: 24px 25px 25px 20px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	text-transform: uppercase;
	font-weight: normal;
	border: none;
}

div#nav li a:hover {
	color: #FFFFFF;
	background: url(images/current.gif) repeat-x;
}

div#cta {
	margin: 75px auto auto 0px;
	float: left;
	width: 295px;
	clear: right;
	padding: 0px;
}

ul.list {
	padding: 0px 0px 7px 0px;
	margin: 0px;
}

ul.list li {
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
	color: #333333;
	font-weight: normal;
	padding-bottom: 3px;
}
ul.list2 {
	padding: 0px 0px 7px 0px;
	margin: 0px;
}
	
	ul.list2 li {
		background: url(images/bullet.gif) no-repeat center left;
		color: #333333;
		font-weight: normal;
		padding-bottom: 5px;
		text-align: left;
		margin-bottom: 5px;
		padding-left: 20px;
		list-style: none;
		border: none;
	}
	div.split-columns ul.list2 li a{
		text-decoration: none;
		border: none;
		text-align: center;
	}
	ul.list2 li a img{
		border: none;
	}
.clear {
	clear: both;
	margin: 0px;
}

div#lower-address {
	text-align: center;
	background-color: #CCCCCC;
	color: #666666;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	clear: both;
	padding: 10px 0px;
	width: auto;
	border-top: 1px solid DBDBDB;
	border-bottom: 1px solid DBDBDB;
}

.center { text-align: center; }

.rightimg {
	float: right;
	padding: 4px;
	border: 1px solid #948A89;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 25px;
}

.leftimg {
	float: left;
	padding: 4px;
	border: 1px solid #d7d7d7;
	clear: both;
	margin-top: 0px;
	margin-right: 18px;
	margin-left: 0px;
}

.textcenter {
	text-align: center;
}

div#flash {
	position: absolute;
	width: 990px;
	height: 71px;
	margin: 0px;
	padding: 0px;
	top: 299px;
	left: 0px;
}
div#flash_logo {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 128px;
	left: 30px;
}
div#signin {
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 990px;
}

div#signin a {
	border: none;
}

.split-columns {
	width: 400px;
	float: left;
	margin: 0 0 0 50px;
}

.clear-both, .clear { clear: both; }

img.centerimg {
	margin: 0px auto;
	border: 0px;
}

p.center-text {
	text-align: center;
}

div.figure {
  float: left;
  margin: 10px 5px 10px 5px;
  padding: 0px;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: 12px;
  text-indent: 0;
}
div#video{
	width: 415px;
	height:460px;
	float:right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
}
#toothiqan {color:#4a6792;font-family:arial,verdana,sans-serif;margin:0;padding:20px 0 25px 0;text-align:center;width:540px; float:left}
    #tiqheader {border-bottom:solid 1px #ddd;font-size:90%;margin:0 0 0 40px;text-align:center;width:460px;}
    .tiqsec {margin:10px auto;width:460px;font-size:small;text-align:left;}
    .tiqsec tr th {border-bottom:solid 1px #ddd;color:#36c;font-weight:normal;text-align:left;}
    .tiqsec tr th.ttl {border-bottom:0;color:#4a6792;font-size:100%;font-weight:bold;text-align:left;}
    .tiqsec tr td {border-bottom:solid 1px #ddd;text-align:center;width:99px;}
    .tiqsec tr td a {text-decoration:none;}
    .tiqsec tr td a:visited {text-decoration:none;}
    .tiqsec tr td.im {border-bottom:0;text-align:right;width:99px;}
    #tiqfooter {font-size:80%;padding:1px 0 0 0;}
