@charset "utf-8";
/* CSS Document */


/* --------------------<tag attributes>--------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

h1 {
	font-size:20pt;
	font-weight: bold;
}

h2 {
	font-size:16pt;
	font-weight: bold;
}

a:link {
	color: #1E3864;
	text-decoration: none;

}     /* unvisited link */
a:visited {
	color: #999999;
	text-decoration: none;
}  /* visited link */
a:hover {
	color: #1E3864;
	text-decoration: underline;
}   /* mouse over link */
a:active {
	color: #1E3864;
	text-decoration: underline;
}   /* selected link */ 


/* --------------------</tag attributes>--------------------------- */

/* --------------------<table layouts>--------------------------- */
.topLogoTable{
	width: 900px;
	border: none;
	border-spacing: none;
	padding: none;
}
.mainNavTable{
	width: 900px;
	height: 60px;
	border: none;
	border-spacing: none;
	padding: none;
}

.mainNavEdu{
	width: 151px;
}

.mainNavAsses{
	width: 189px;
}

.mainNavResearch{
	width: 156px;
}

.mainNavLinks{
	width: 106px;
}

.mainNavContact{
	width: 157px;
}

.mainNavIndex{
	width: 141px;
}

.contentTable{
	width: 900px;
	border: none;
	border-spacing: none;
	padding: none;
}
.formTable{
	width: 500px;
}
.clinicsTable {
	width: 100%;
}

.calendarTable {
	width: 600px;
	border-color: #264882;
	border-bottom-width:thin;
	border-left-width:thin;
	border-right-width:thin;
	border-top-width:thin;
	text-align:center;
}

.calendarRow {
	height: 60px;
}
.calendarCell {
	width: 150px;
	border: none;
}

/* --------------------</table layouts>--------------------------- */
/* --------------------<Florida Clinics Table styles>--------------------------- */

.p_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14pt;
}

.p_smallBold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12pt;
}

.tbl_grey {
	background-color: #efefef;
}

.tbl_spacing5_10 {
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}

.tbl_spacing10_15 {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size:.9em;
}
legend {
	color: #000000;
}

/* --------------------</Florida Clinics Table styles>--------------------------- */
/* --------------------<header-footer>--------------------------- */
.smhHeader{
	display: none;
}

.smhFooter{
	font-family: Verdana, Arial, Helvetica, sans-serif
	font-size: 11pt;
}
/* --------------------</header-footer>--------------------------- */
/* --------------------<various styles>--------------------------- */
.tiny {
	height: 0px;
}


.imgFloat { 
	float: left;
	margin-top: 10px;
	margin-right: 25px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.title {
	font-size:20pt;
	font-weight: bold;
}

.titleSub {
	font-size:16pt;
	font-weight: bold;
}

.titleSubBlue {
	font-size:16pt;
	font-weight: bold;
	color: #264882;
}

.linkBold {

	font-weight: bold;
	}

.divStndrd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

.divIndex {
	margin-left: 35;
	margin-right: 35;
}

.siteLocale{
	width: 900px;
}
.videoTitle{
	color: #1E3864;
}
/* --------------------</various styles>--------------------------- */

