@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #0ac88e url(../images/gradient.gif) repeat-x;
}


/* links */
a { 
	color: #0d567b; 
	background-color: inherit;
	font-style: oblique; 
	text-decoration: underline; 
}

a:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 16px;
	font-style: oblique;
	font-style: normal; 
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0d567b;
	font-size: 16px;
	font-style: oblique;
	text-decoration: underline;
}

#container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #77bce0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	height: auto;
	width: auto;
	background: #0d7b59;
	margin-bottom: 20px;
	position: relative;
} 
#hdr_left {
	width: 399px;
	float: left;
	height: 213px;
	background: #dff4ff;
	text-align: center;
}

#hdr_left h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: oblique;
	line-height: 18pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
#top_banner {
	width: 399px;
	float: left;
	height: 38px;
	background: #dff4ff;
	background: url(../images/top_left.png) no-repeat;
}

#top_hdr_right {
	background: #0d7b59;
	float: left;
	width: 581px;
	position: relative;	
}

#top_nav {
	position: absolute;
	height: 35px;
	width: 440px;
	left: 141px;
	top: 10px;
	background: #CCFFFF;
	z-index: 1000;
	visibility: visible;
}
#hdr_flash {
	position: absolute;
	width: 581px;
	left: 0px;
	top: 0px;
	z-index: 0;
	visibility: visible;
}

#bot_hdr_right {
	float: left;
	width: 380px;
	position: absolute;
	left: 399px;
	top: 170px;
	background: url(../images/5_com.gif);
	height: 43px;
}
#bot_hdr_right2 {
	float: left;
	width: 380px;
	position: absolute;
	left: 399px;
	top: 170px;
	background: url(../images/5_hos.jpg);
	height: 43px;
}
#bot_hdr_right3 {
	float: left;
	width: 380px;
	position: absolute;
	left: 399px;
	top: 170px;
	background: url(../images/5_sup.jpg);
	height: 43px;
}
#bot_hdr_right4 {
	float: left;
	width: 380px;
	position: absolute;
	left: 399px;
	top: 170px;
	background: url(../images/5_con.jpg);
	height: 43px;
}

#client_entry {
	float: right;
	padding-right: 10px;
}
#client_entry .submit {
	text-align: center;
}

#bot_hdr_left {
	width: 201px;
	position: absolute;
	left: 779px;
	top: 170px;
	background: url(../images/6.jpg) repeat-x;
	height: 43px;
	font-size: 10pt;
	font-style: oblique;
	font-weight: bold;
	color: #000000;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #c87000;
	margin-top: 10px;
}

#leftmenu {
	height: auto;
	width: auto;
	color: #ffffff;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}

#leftmenu ul li {
	list-style: url(none) none;
	font-weight: bold;
} 


#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #c87000;
	margin-top: 10px;
}

#sidebar2 #rt_nav {
	margin: 10px;
}

#mainContent {
	margin: 10px 10px 0px;
	padding: 0px 10px;
	width: 600px;
	float: left;
} 

#footer {
	padding: 0 10px 0 20px;
	background-color: #7b4b0d;
	text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 88px;
	float: left;
	line-height: 22px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	background: url(../images/navbutton_sm2.png) no-repeat;
	font-weight: bold;
}

ul.MenuBarHorizontal a.current
{
	display: block;
	cursor: default;
	padding: 0.5em 0.75em;
	color: #CCFFFF;
	font-size: 14px;
	text-decoration: none;
	background: url(../images/navbutton_sm2.png) no-repeat;
	font-weight: bold;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #FFF;
	font-size: 14px;
	text-decoration: underline;
}
/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
.plandiv {
	float: left;
	width: 150px;
	margin-right: 20px;
	padding-right: 10px;
	font-size: 12px;
	color: #000000;
	text-align: center;
	border: thin solid #993300;
	padding-left: 10px;
}
.plandiv h3 {
	font-size: 14px;
	font-weight: bold;
	background: url(../images/header_bkg.jpg);
	height: 60px;
	vertical-align: middle;
}

.plandiv ul {
	list-style: none;
	text-align: center;
	display: inline;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align: center;
	font-style: italic;
}
.content  h3 {
	font-size: 24px;
}

#video_container {
	border-width: thin;
	border-style: solid;
	position: relative;
	width: 500px;
	margin-top: 20px;
	background: #FF99FF;
}

#video1 {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: visible;
}
#video2 {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#video3 {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#video4 {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#video5 {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
}

