﻿* 
{
	margin:0;
	padding:0;
}

body 
{
	background-color: #a67878;
	margin:0;
	color:#000000;
	font-family:verdana;
	font-size:1em;
}

img
{
	border:0;
}

div
{
	text-align:center;
	vertical-align:middle;
}

/*** FONTS ***/
.text_font
{
	font:normal normal 70% arial;
	color:Black;
}
.subheading_font
{
	font:normal bold 75% arial;
	color:Black;
}
.heading_font
{
	font:normal bold 20px arial;
	color:Black;
}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}


div#window_container
{
	border:none;
	width:100%;
	height:100%;
	text-align:center;
}

div#site_container
{
	width:750px;
	height:578px;
	border:solid 1px black;
	margin:auto;
	margin-top:15px;
}

table#main_table
{
	width:100%;
	height:100%;
	background-color: #ffffff;
	padding:0px;
}

tr#main_table_top
{
	height:110px;
	text-align:center;
	font-family:Verdana;
	font-size:30px;
	color:#009966;
}

/* NAVIGATION TABS */
a.tab_links
{
	font-family:arial;
	font-size:75%;
	font-weight:normal;
	color:#623844;
	text-decoration:none;
}
a.tab_links:hover
{
	text-decoration:underline;
}
a#selected_tab
{
	font-family:arial;
	font-size:80%;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}
a#selected_tab:hover
{
	text-decoration:underline;
}

td#home_tab{ width:62px; }
td#aboutus_tab{ width:65px; }
td#officepolicies_tab{ width:97px; }
td#forms_tab{ width:65px; }
td#questions_tab{ width:71px; }
td#officehours_tab{ width:92px; }
td#directions_tab{ width:80px; }
td#contactus_tab{ width:71px; }

td#tab_navigation_menu_container
{
	width:666px; 
	height:42px;
}

table#tab_navigation_menu_divider
{
	width:100%;
	height:100%;
}

td#tab_navigation_bar
{
	background-color:#009966;
	width:618px;
	height:35px;
	font:normal bold 11px arial;
	color:White;
	text-align:left;
	background-image:url(graphics/navigation_bar.jpg)
}
table#sub_menu_table
{
	height:100%;
	text-align:center;
}
td.sub_menu_containers
{
	width:80px;
}
td.sub_menu_splitters
{
	width:2px;
	color:white;
}
td#sub_menu_buffer
{
	width:215px;
	font:normal bold 70% Verdana;
	color:White;
	text-align:right;
}
a.sub_menu_links
{
	font:normal bold 70% arial;
	color:white;
	text-decoration:none;
}
td.tab_navigation_ends
{
	background-color:white;
	width:41px
}

/* NAVIGATION TABS END*/


td#main_table_content
{
	text-align:center;
}

div.content_window
{
	width:640px;
	height:300px;
	border:none;
	margin:auto;
	overflow:auto;
	padding-top:0px;
}

td#main_table_bottom
{
	height:100px;
}

div#footer
{
	width:99%;
	height:99%;
	border:none;
	background-color:White;
	padding:0;
	margin:auto;
}

div#copyright
{	
	width:300px;
	height:10px;
	border:none;
	font:normal normal normal 10px arial;
	color:#c97f96;
	padding-top:5px;
	margin:auto;
}

table#org_container
{
	width:200px;
	border:solid 0px black;
	margin:auto;
	text-align:center;
}
div#aapd_container
{
	border:none;
	height:75px;
}

div#ada_container
{
	margin-top:28px;
	border:none;
	height:47px;
}
a.ada_link
{
	font:60% arial;
	color:#339933;
	text-decoration:none;
}
a.aapd_link
{
	font:60% arial;
	color:#0099CC;
	text-decoration:none;
}


/******************************************************
/ HOME PAGE
/******************************************************/

/* END HOME PAGE */


/******************************************************
/ ABOUT US PAGE
/******************************************************/
table.aboutus_container{width:93%;}
td.aboutus_heading{height:30px;vertical-align:top;text-align:left;padding-top:15px;}

td.staff_photo{width:150px;vertical-align:top;}
td.staff_name{height:20px;padding-left:7px;vertical-align:top;}
span.staff_title{font-style:italic;}
td.staff_bio{height:140px;padding-left:7px;vertical-align:top;}
td.space_holder{height:30px;vertical-align:top;}

table#theoffice_image_container{margin:auto;}

img.officetour_image{height:75px;width:100px;position:relative;border:solid 1px black;}

/* END ABOUT US PAGE */


/******************************************************
/ FORMS PAGE
/*****************************************************/

a.form_links{
	font:normal normal 11px arial;
	text-decoration:none;
	color:Blue;
}
a.form_links:visited{
	color:blue;
}


/* END FORMS PAGE */


/******************************************************
/ QUESTIONS PAGE
/*****************************************************/

a.faq_links{
	font:normal bold 11px arial;
	color:Blue;
}
a.faq_links:visited{
	color:blue;
}


/* END QUESTIONS PAGE */



/******************************************************
/ DIRECTIONS PAGE
/******************************************************/
td#google_map_container
{
	text-align:center;
	padding-top:10px;
	padding-bottom:15px;
}
iframe#google_map_frame
{
	width:400px;
	height:175px;
	border:solid 1px black;
	margin:auto;
}

div.google_map
{
	width:100%;
	height:100%;
	border:none;
	margin:0;
}

input#saddr
{
	border:solid 1px black;
	background-color:#FFFA73;
	color:Black;
	vertical-align:middle;
	width:300px;
}

input#get_directions_button
{
	border:solid 1px black;
	text-align:center;
	background-color:#D5D5D5;
	width:45px;
	font:normal bold 11px arial;
}
/* END DIRECTIONS PAGE */

/**************************************************
/ CONTACT US
/*************************************************/
.numbers{font:normal normal 80% arial;}

a.email{
	font:normal normal 90% arial;
	color:Blue;
}
a.email:visited{
	color:Blue;
}
/***** END CONTACT US ******/
