@charset "utf-8";

/**************************************************************
   Main Page - Global Settings
 **************************************************************/
body,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5F5F5F;
	text-align: left;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5F5F5F;
	text-align: left;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #1B75BB;
	background-color: #9ED7E8;
	text-align: center;
	display: block;
	height: 20px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #5f5f5f;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
}

.imgleft {
	float:left;
	padding-right: 8px;
}

.imgright {
	float:right;
	padding-left: 15px;
}

.tblheight {height:100%}

blockquote {
	font: bold 1.2em/1.3em 'Trebuchet MS', Tahoma, Sans-serif;
	margin: 10px;
	padding: 0 0 0 25px;
	background: #F5F5F5;
	border-left: 3px solid #000;
	color: #1B75BB;
}


/*Footer Styles*/
#footer {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	line-height: 16px;
	color: #1B75BB;
	background-color: #9Ed7E8;
	text-align: center;
	padding: 8px;
}

#footer a{
	text-decoration:none;
}

#footer a:hover{
	color:#333333;
	text-decoration:underline;
}


/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/

ul.sideMenu {
	margin: 0;
	padding: 0;
	background-color: #78B7D6;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 199px;
}

.sideMenu li {
	display: inline;/*setting for FF and other standards compliant browsers*/
	#display: block /*setting for IE7*/
	_display: block /*setting for IE6*/
	/* Needed since IE fails when you give it list-style: none; */  
  	list-style-image: url(../images/bg/bullet.gif);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DCF1F8;
	font-size: 13px;
	font-weight: bold;
}

.sideMenu li a {
	margin: 0.2em 0;
	padding: 3px 5px;
	text-decoration: none;
	color: #FFF;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DCF1F8;
	#border-bottom-width: 0px;
	_border-bottom-width: 0px;

} 

.sideMenu li a:hover {
	color: #1B75BB;
	background: #FFF;
}

/* Active menu item */
.sideMenu li.here {
	display: block;
	padding: 5px;
	color: #333333;
}
#afclogo {
	background-image: url(images/afc-dds-logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 167px;
}
#location {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #1B75BB;
	text-align: center;
	padding: 15px 5px;
}

/**************************************************************
   .Services Page: Center Content Area
 **************************************************************/
#services ul{
	color: #1B75BB;
	list-style-image: url(images/bullet.gif);
	vertical-align: text-top;
	line-height: 15px;
	text-align: left;
	margin-left: 15px;
}

#services ul a{
	color: #1B75BB;
	text-decoration:none;
}

#services ul a:hover{
	color: #333333;
	text-decoration:none;
}


.professional {
	font: bold 16px 'Trebuchet MS', Tahoma, Sans-serif;
	padding: 0px;
	background: #1B75BB;
	border-left: 3px solid #444;
	margin: 10px;
	padding: 0 0 0 25px;
	color: #FFFFFF;
	display: block;
	width: 500px;
}

#content img{
	border:thin #CCCCCC dotted;
	padding:5px;
}
.rightborder {
	border-right-width: medium;
	border-right-style: solid;
	border-top-color: #78B7D6;
	border-right-color: #78B7D6;
	border-bottom-color: #78B7D6;
	border-left-color: #78B7D6;
	height:100%
}

#container {
	vertical-align:top;
}

#container td{
	padding: 2px 5px 0px 5px;
}p {
	font-size: 12px;
}
#interest {
	clear: both;
	vertical-align: top;
}
hr {
	color: #D9EFF7;
	background-color: #78B7D6;
	height: 1px;
	width: 75%;
	margin: auto;

}
.qdpimage {
	padding-right: 10px;
	padding-left: 5px;
}

