﻿p  {
	padding: 4px;
	margin: 2px;
	font-family: "Comic Sans MS", arial, sans-serif;
	text-align: left;
	font-size: .8em;
	color: #FFFFFF;
}

H1  {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
}

H2  {
	font-size : 17pt;
	font-weight : bold;
	text-align: center;
}

H3  {
	font-size : 15pt;
	font-weight : bold;
	margin-bottom: 19px;
}
.style_center {
	text-align: center;
}
.style_center_top10 {
	margin: 10px 0px 0px 0px;
	text-align: center;
}
.style_left_top10 {
	margin: 10px 0px 0px 0px;
	text-align: left;
}
.style_topmarg20 {
	margin-top: 20px;
}
.style_img_r1 {
	border: 1px solid #FFFFFF;
	margin: 3px 9px 3px 9px;
	padding: 2px;
	text-align: center;
	float: right;
}
.style_img_l1 {
	border: 1px solid #FFFFFF;
	margin: 3px 9px 3px 9px;
	padding: 2px;
	text-align: center;
	float: left;
}
.style_clearboth_topmarg30 {
	clear: both;
	margin-top: 30px;
}

.caption  {
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
}

#container
{
	background-color: #000;
	padding: 0px;
	margin: 0px;
	background: #000000;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}



#footer {
	height: 200px;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	clear: both;
	margin: 0;
	font-family: "Comic Sans MS", arial, sans-serif;
	color: #FFFFFF;
}
#nav_bottom {
	left: 0px;
	position: relative;
	top: 0px;
	text-align: center;
	margin-top: 20px;
	font-size: .7em;
}
#contact_bottom {
	font-size: .9em;
	text-align: center;
	margin-top: 20px;
}
#copyright_footer {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	font-size: .8em;
}
	  
#content_section {
	padding: 0px;
	margin: 0px 0px 0px 250px;
	color: #FFFFFF;
	text-align: left;
	width: 700px;
	min-height: 650px;
}
#content_section a {
	color: #FFFFCC;
	min-height: 650px;
}
#mid_container {
	width: 950px;
	top: 5px;
	position: relative;
	padding: 0px;
	margin: 0px auto 0px auto;
}


#slide_main {
	position: relative;
	float: right;
	width: 350px;
	height: 245px;
	text-align: center;
	top: 0px;
	left: 0px;
	
	
}
/* Begin CSS Drop Down Menu */


/*container omitted, because using total container

#top_nav-container
	{
	position: absolute;		
	top: 1em;
	left: 1em;
	}
*/
#top_nav
	{
	font-size: .7em;
	font-family: arial, helvetica, sans-serif;
	width: 15em;
	margin: 1em 0px 2em 0px;
	background-color: #000000;
	top: 0px;
	left: 0px;
	font-weight: bold;
	z-index: 3;
}
#top_nav a
	{
	background-position: 4px 4px;
	text-align: left;
	display: block;
	border: 0px solid #555;
	white-space: nowrap;
	margin: 0px;
	padding: 12px 0px 0px 0px;
	color: #000000;
	text-decoration: none;
	z-index: 3;
	height: 27px;
	background-repeat: no-repeat;
}
#top_nav a:visited
	{
	color: #000000;
	background-color: #000000;
	text-decoration: none;
}
#top_nav a:hover	/* menu at mouse-over  */
	{
	color: #990033;
}
			
#top_nav a.top_parent:hover
	{
	background-image: url('navdown_white.gif');
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#top_nav a.top_parent
	{
	background-image: url('navdown_white.gif');
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#top_nav a.parent:hover
	{
	background-image: url('nav_white.gif');
	background-position: right center;
	background-repeat: no-repeat;
	}

#top_nav a.parent
	{
	background-image: url('nav_white.gif');
	background-position: right center;
	background-repeat: no-repeat;
	}

#top_nav ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	z-index: 3;
}
#top_nav li
	{
	margin: 0px;
	padding: 0px;
	position: relative;
	min-height: 1px; /* Sophie Dennis contribution for IE7 */;
	text-align: left;
	height: 40px;
	z-index: 3;
}

#top_nav ul ul
	{
	position: absolute;
	z-index: 500;
	top: auto;
	display: none;
	padding: 1em;
	margin: -1em 0 0 -1em;
	width: 18em;
}

#top_nav ul ul ul
	{
	top:0;
	left:100%;
	}

div#top_nav li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#top_nav li li li li:hover ul ul
{display:none;}

div#top_nav li li li:hover ul ul
{display:none;}

div#top_nav li li:hover ul ul
{display:none;}

div#top_nav li:hover ul ul
{display:none;}

div#top_nav li li li li:hover ul
{display:block;}

div#top_nav li li li:hover ul
{display:block;}

div#top_nav li li:hover ul
{display:block;}

div#top_nav li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
#footer a {
	color: #FFFFFF;
}

#master_section {
	position: relative;
	width: 100%;
	left: 0px;
	padding: 0px;
	margin: auto;
	border-width: 0px;
	top: 1em;
}



