@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#111;
	margin:0;
}

form {
	margin:0;	
}

a:link, a:visited {
	text-decoration:underline;
	color:#CC0000;
}

a:hover {
	text-decoration:none;
	color:#FF0000;
}

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

#background {
	width:1000px;
	margin:10px auto;
	background: url('../images/teamjet_jet.png') no-repeat;
	height:500px;
}

#header {
	width:950px;
	height:200px;
	background: url('../images/bg_diamondhead.gif') no-repeat bottom;
}

#header #logodiv {
	width:350px;
	float:left;
}

#header #logo {
	margin:88px 0 0 90px;
}

#header #search {
	width:350px;
	float:right;
	margin:150px 30px 0 0;
}

#content {
	border:4px solid #cc0000;
	background-color:#fff;
	float:left;
	padding-bottom:5px;
}

#navLinks {
	width:946px;
	margin:0 auto;
	float:left;
}

#innerContent {
	width:906px;
	clear:both;
	padding:20px;
}

h1 {
	font-size:18px;
	font-weight:bold;
	padding:0;
	margin:30px 0 10px 0;
	color:#cc0000;
}

h1.first {
	margin:0 0 10px 0;
}

h2 {
	color:#232323;
	font-size:16px;
	font-weight:bold;
	margin:30px 0 10px 0;
	padding:0;
}

h3 {
	color:#990000;
	font-size:14px;
	font-weight:bold;
	margin:20px 0 10px 0;
	padding:0;
}

.cleared {
	clear:both;
}

.left {
	float:left;
	margin:0 10px 10px 0;
}

.right {
	float:right;
	margin:0 0 10px 10px;
}

#innerContent p {
	font-size:12px;
	line-height:18px;
}

#clinicTable {
	border:1px solid #ccc;
}

#clinicTable tr.headers td {
	font-weight:bold;
	font-size:14px;
	padding:5px;
	border-bottom:1px solid #ccc;
}

#clinicTable td {
	padding:5px;
	font-size:12px;
}

#topRow {
	float:left;
	width:906px;
}

#mySlideShow {
	width: 400px;
	height: 250px;
}

.jdSlideshow {
	float:right;
}

#homeText {
	float:left;
	width:560px;
	font-size:13px;
	line-height:20px;
}

#footer {
	text-align:center;
	margin-top:30px;
	width:946px;
	float:left;
}

#storeTable {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

#storeTable td {
	border-left:1px solid #ccc;
}

#storeTable td.div {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.hiddenpic {
	display:none;
}

#nav, #nav ul {
	padding:0;
	margin:10px auto 0 auto;
	list-style:none;
	float:left;
	position:relative;
	z-index:200;
}

#nav a {
	display:block;
	font-size:11px;
}

/*first level*/
#nav li { 
	position:relative;
	float:left;
	padding:0 18px;
	border-right:1px solid #232323;
}

#nav li.last {
	border:0;
}

/*second level position*/
#nav li ul {
	position:absolute;
	left: -999em;
	margin:0;
	clear:both;
	border-bottom: 1px solid #d7d9d9;
}

#nav li ul li {
	clear:both;
	border:0;
	padding:0;
}

/*controls font color and style for first level menu items*/
#nav li a {
	color:#66d2f6;
	text-decoration:none;
	text-transform:uppercase;
}
#nav li a:hover {
	text-decoration:underline;
}

/*controls font color and style for second level and lower menu items*/
#nav li ul li a {
	color:#333;
	border: 1px solid #d7d9d9;
	border-bottom:0;
	padding:10px;
	width:130px;
	text-transform:capitalize;
	background-color:#fff;
	font-size:12px;
}

#nav li ul li a:hover {
	background-color:#CCC;
	text-decoration:none;
}
	
/*Hidden nav positioning DO NOT Adjust*/
#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.hover {
    height:1%;
}

ul#nav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

* html ul#nav li { z-index: 201; }

/* this is for IE 5.0 */
select.hide { visibility: hidden; }

.cols {
	width:200px;
	float:left;
	margin-right:20px;
}