/* CSS Document */

	html{
		height:100%;
	}
	body{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:10pt;
	margin:0px;
	padding:0px;
	background-color:#DDDDDD;
	height:100%;
	text-align:center;
	color: #777777;
	}
	.clear{
	clear:both;
	background-color: white;
	}
h2 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	color: #B3C7D9;
	font-size: 24pt;
	text-transform: uppercase;
	padding: 0px 10px 0px 5px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	letter-spacing: 10px;
	border-top: 1px solid #B3C7D9;
	background-color: #fefefe;
	line-height: 20pt;
	text-align: right;
	float: right;
	width: 500px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #A4BECE;
	font-size: 14pt;
}
hr {
	color: #CCCCCC;
}

a {
	text-decoration: none;
	color: #07A101;
}
#containter {
	width: 1000px;
	margin: auto;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-color: white;
	border: 2px solid #BBBBBB;
	margin-bottom: 10px;
	background-position: center bottom;
}
	
	#mainContainer{
	width:1000px;
	text-align:left;
	margin:auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url(img/waves.jpg);
	}
	
	#topBar{
	width:1000px;
	height:125px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: center 5px;
	background-image: url(img/banner.gif);
	}
#topMenu {
	text-align: left;
	font-size: 9pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px 10px 5px 10px;
	color: #BFDFF4;
	height: 20px;
}
	#leftMenu{
	width:230px;
	float:left;
	background-image: url(img/leftMenu.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	border: 0px solid #CCCCCC;
	color: #07A101;
	min-height: 450px;
	}
#contact {
	font-size: 8pt;
	margin: 10px;
	padding-bottom: 20px;
	font-weight: bold;
	border: 1px solid #DDDDDD;
	padding: 10px;
	text-align: left;
	border-bottom: 0px;
	border-right: 0px;
	background-image: url(img/bg.png);
	background-repeat: repeat;
	left: 0px;
	bottom: 0px;
	visibility: visible;
}


	#indexmovie{
		width: 730px;
		float:right;
		padding-left:0px !important;
		margin-left: -10px;
	}
	
	#mainContent{
	width: 730px;
	float:right;
	padding: 0px 10px 25px 10px;
	background-image: url(img/watermark);
	background-position: bottom right;
	background-repeat: no-repeat;
	min-height: 512px;
	}
#header {
	float: right;
	margin-top: -10px;
	font-size: 24pt;
	color: #DDDDDD;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	text-transform: lowercase;

}

#columnHeader {
	height: 20px;
	width: 100%;
}
#companyImage {
	float: left;
	padding: 10px 0px 10px 10px;
}
#companyImage img {
	height: 100px;
	padding: 5px;
	border: 1px solid #EEEEEE;
	margin-right: 10px;
}


#logoImage {
	float: left;
	padding: 10px 0px 10px 10px;
}

#logoImage img {
width: 125px;
	padding: 5px;
	border: 1px solid #EEEEEE;
	margin-right: 10px;
}

#embedimage{
         float: left; 
        padding: 5px;border: 1px solid #EEEEEE;
	margin-right: 10px;}

	/*
	General rules
	*/

	#dhtmlgoodies_slidedown_menu li{
		list-style-type:none;
		position:relative;
	}
	#dhtmlgoodies_slidedown_menu ul{
		margin:0px;
		padding:0px 0px 0px 5px;
		position:relative;

	}

	#dhtmlgoodies_slidedown_menu div{
		margin:0px;
		padding:0px;
	}
	/* 	Layout CSS */
	#dhtmlgoodies_slidedown_menu{
	width:230px;
	background-image: url(img/leftMenu.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: 0px -20px;
	}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a{
	text-decoration:none;
	display:block;
	clear:both;
	width:230px;
	padding-left:0px;
	}
#dhtmlgoodies_slidedown_menu a:hover {
	color: #43BA42;
}

	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
	margin-top:1px;
	border-bottom:1px solid white;
	font-weight:bold;
	color: #092347;
	text-transform: none;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
	margin-top:1px;
	color: #092347;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:1px;
		font-style:italic;
		color:blue;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:1px;
		color:red;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
	}

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
		margin-left:5px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		margin-left:10px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		margin-left:15px;
		padding:1px;
	}
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#CC9900;
	font-size:17pt;
	width:700px;
	margin-bottom:0px;
	margin-top:2px;
	padding-left:16px;
	background-image:url(img/plus.gif);
	background-repeat:no-repeat;
	height:35px;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 0px;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	width:auto;
	/* End layout CSS */
	
	visibility:visible;
	overflow:hidden;
	position:relative;
	margin: 0px 0px 10px 40px;
	color: #666666;
	height: auto;
	border: 1px solid #EEEEEE;
	border-left: 0px;
	padding-right: 10px;
	background-repeat: repeat;
	background-image: url(img/bg.png);
}
.dhtmlgoodies_answer td {
	padding: 2px 15px 2px 5px;
}

.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}
	
	#footer {
	text-align: center;
	width: 988px;
	font-size: 8pt;
	clear: both;
	background-color: #EEEEEE;
	margin: auto;
	border: 1px solid #DDDDDD;
	padding: 5px;
}
    #columnFooter {
	height: 20px;
	margin-bottom: 20px;
}
    #columnHeaderGen {
	height: 20px;
	width: 100%;
}
    #columnContent {
	background-color: #BFDFF4;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 0px 5px 0px 5px;
}
    #content {
	padding: 10px;
}
    #dhtmlgoodies_slidedown_menu .slMenuItem_depth1 img {
	border: 0px;
	padding: 0px 5px 0px 1px;
}

	#imageSlideshowHolder{

		/* This is a CSS hack in order to get a nice look in IE 5.5 and lower 

		In these versions of Internet Explorer, we need to add borders and padding to the width. In this example, we have a 3 pixel
		border on all sides. This means that the width in IE5.5 should be 606 pixels(600 + border 3px on the left + border 3 px on the right). Height
		should be set to 456 pixels(450 + 3 +3). IE 5.5 will ignore the width attributes below the first line. These will be applied to other browsers.

		*/
		/* CSS HACK */
		width: 710px;	/* IE 5.x */
		width/* */:/**/740px;	/* Other browsers */
		width: /**/720px;
		
		/* CSS HACK */
		height: 250px;	/* IE 5.x */
		height/* */:/**/250px;	/* Other browsers */
		height: /**/250px;
		
		background-color: #FFF;
		border: 0px solid #CCCCCC;
		position: relative;	/* Never change this value */
		
	}
	.imageInGallery{		
		width:740px;
		height:240px;
		
		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
	}
	
/*	html>body .imageInGallery{		
		width: 720px;
	}*/

	#imageSlideshowHolder img{
		position:absolute;
	}
	
	/*chris - description overlay*/
	#the_captions{
		display:none;
		}
	.imageInGallery_DESC{
	position:absolute;
	color:#092146;
	padding: 10px 10px 10px 30px;
	z-index:100;
	background:url("img/bg.png");
	text-align: right;
	font-size: 8pt;
	right: 0px;
	bottom: 10px;
	width: 740px;
	border-top: 1px solid white;
	margin: auto;
	border-bottom: 1px solid white;
		}
.imageInGallery_DESC a {
	font-weight: bold;
	text-decoration: underline;
	color: #06A200;
}
.imageInGallery_DESC a:hover {
	color: #092346;
}


	.imageInGallery_DESC h1{
	color:#DF4F00;
	margin:0px;
	padding:0px 0px 5px 0px;
	font-weight: bold;
	font-size: 11pt;
		}
#bottomBanner {
	height: 200px;
	width: 100%;
	background-image: url(img/bottom-banner.gif);
	background-repeat: no-repeat;
	clear: both;
}
#mainContent p {
	padding: 5px 0px 5px 10px;
	border-left: 0px solid #DDDDDD;
	margin-left: 10px;
}
a:hover {

	text-decoration: none;
	color: #092347;
}
#WLSearchBoxDiv {

	text-align: right;
	float: right;
}
th {
	text-align: right;
}
ul {
	list-style-position: outside;
}

.pheader {
font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
font-size: 16px;
color: #092347;

}

table.bottomborder td{
border-bottom: 1px dashed #EEEEEE;
}

span.uppercase{
	text-transform:uppercase;
}

span.side_menu {
	font-size: 8pt;
	margin: 10px;
	padding-bottom: 20px;
	font-weight: bold;
	border: 1px solid #DDDDDD;
	padding: 10px;
	text-align: left;
	border-bottom: 0px;
	border-right: 0px;
	background-image: url(img/bg.png);
	background-repeat: repeat;
	left: 0px;
	bottom: 0px;
	visibility: visible;
}