@font-face 
{
	font-family: "Century Gothic Bold";
	src: url(../fonts/gothicb.ttf) format("truetype");
}

html
{
	margin-top: 0;
	border: 0px solid blue;
}

body
{
	font-family: Arial, sans-serif;
	font-size: 11pt;
	border: 0px solid red;
}

p
{
	padding: 0px 15px 15px 15px;
	line-height: 18px;
}

ul
{
	padding: 0px 15px 15px 15px;
	line-height: 18px;
}

h1
{
	padding: 0px 15px 0px 10px;
	font-family: "Century Gothic Bold", Arial, sans-serif;
	font-size: 42pt;
	/*margin-bottom: -25px;*/
	color: #ddd;
	letter-spacing: -3px;
}

a:link
{
	color: #000;
}

a:visited
{
	color: #BBBBBB;
}

a:hover
{
	background: #f2ebb8;
	color: #000;
	text-decoration: none;
}

#splash_container
{
	border: 0px solid #000;
	margin-top: 20%;
	width: 100%;
	text-align: center;
}

#container_main
{
	margin-top: 12%;
	border: 0px solid green;
	height: 610px;
}

#header
{
	width: 785px;
	margin: auto;
	text-align: left;
	margin-bottom: 5px;
	border: 0px solid #000;
} 

#container_outer 
{
	width: 785px;
	height: 420px;
	margin: auto;
	border: 0px solid #000;
} 

#left_nav_container
{
	border-bottom: 0px solid red;
	width: 200px;
	height: 420px;
	float: left;
	margin-right: 5px;
	background-color: rgba(243,233,171,0.7);
} 

#left_nav_container ul
{
	text-align: center;
	font-family: "Century Gothic Bold", Arial, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	line-height: 32px;
	border: 0px;	
}

#left_nav_container a
{
	display: block;
	text-decoration: none;
}

/*
996600
3d2405
*/

#left_nav_container a:link
{
	color: #3d2405;
}

#left_nav_container a:visited
{
	color: #3d2405;	
}

#left_nav_container a:hover
{
	background-color: #fff;
	color: #3d2405;
}

#left_nav_container img
{
	background-color: rgba(243,233,171,0.5);
	position: relative;
	left: -135px;
	top: -195px;
	z-index: -1;
}

#container_inner
{
	width: 580px;
	height: 420px;
	float: left;
	background-color: #996600;	
	position: relative;
	z-index: 1;
}

#main
{
	width: 365px;
	height: 410px;
	margin: 5px 5px 5px 5px;
	float: left;
	background-color: #fff;
	overflow: auto;
	position: relative;
	z-index: 2;
} 

#page_home, #page_faq, #page_services, #page_methods, #page_clients, #page_press, #page_staff, #page_links, #page_employment
{
	position: relative;
	z-index: 4;
	padding-top: 5px;
}

#right_nav
{
	float: left;
	width: 200px;
	height: 410px;
	margin: 5px 5px 5px 0px;
	border: 0px solid red;
	overflow: hidden;
}

#slideshow_container
{
	width: 200px;
	height: 152px;
	background-color: #fff;
	border: 0px solid blue;
	overflow: hidden;
} 

#slideshow_image
{	
	padding: 5px 5px 5px 5px;	
}

#map_container
{
	margin: 5px 0px 0px 0px;
	border: 0px solid blue;
}

#footer 
{
	width: 785px;
	margin: auto;
	margin-top: 5px;
	font-family: "Century Gothic Bold", Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #3d2405;
	text-align: center;
	border: 0px solid #000;
} 

#footer a
{
	text-decoration: none;
	color: #3d2405;
}

#footer a:hover
{
	text-decoration: none;
	background: #f2ebb8;
}

#affiliations_container
{
	width: 785px;
	margin: auto;
	margin-top: 20px;
	border: 0px solid red;
	text-align: right;
	line-height: 25px;
}

#affiliations_container a:hover
{
	background: #fff;
}


#links_list a
{
	color: #000;
}

.bold
{
	font-weight: bold;
}

.ul_padding
{
	padding: 15px 15px 15px 15px;
}

.list_line_height
{
	line-height: 12px;
	
}
	



