@charset "UTF-8";/*basic styling*/
* {
	margin: 0px;
	padding: 0px;
	position: static;
}
body {
	background-color:#000000;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	}
#wrapper {
	position:relative;
	width: 900px;
	margin: 0 auto;
	text-align:left;
	background-image: url(backgroundcross.jpg);
	height: 777px;
	}
sidebar1{
	
}
/*
#title {
	width: 900px;
	height: 50px;
}*/

#titles{
	width: 380px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	}
	
#links{
	width: 380px;
	float: right;
	}

	

	



.twoColFixLtHdr #mediamainContent {
	width:750px;
	height:50px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	padding:0 0 0 0;
	margin:0 0 0 0;
	float:none;
	position: fixed;	/*position: relative;*/	/*border-bottom:#6F4027;*/
	left: -200px;
	top: 290px;
	height: 540px;
	}
	
	
#clear {
	clear:both;
	}
/*.mediamaincontent { 
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	padding:15px 0 0 0;
<a href="media.html">Untitled Document</a>
	margin:20px 30px 20px 50px;
	border-bottom:#6F4027;
}*/

.menu1 {
	padding:0 0 0 32px;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url(button1.gif);
	position:static;
	border:1px solid #000;
	border-width:0 1px;
	border-bottom:1px solid #444;
}
.menu1 li {float:left;}
.menu1 li a {display:block; float:left; height:35px; line-height:35px; color:#aaa; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu1 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu1 li.current a {color:#fff; background:url(button3.gif);}
.menu1 li.current a b {background:url(button3.gif) no-repeat right top;}
.menu1 li a:hover {color:#fff; background:#000 url(button2.gif);}
.menu1 li a:hover b {background:url(button2.gif) no-repeat right top;}
.menu1 li.current a:hover {color:#fff; background:#000 url(button3.gif); cursor:default;}
.menu1 li.current a:hover b {background:url(button3.gif) no-repeat right top;}


	
/*containermain {
	margin-top:10px;
	background-image:url(oldpaper900by1333torn2.jpg);
	}
*/	
/*.twoColFixLtHdr #footer {
	background-image:url(footer.jpg);
	}*/
	
#clear {
	clear:both;
	}
	
/* common styling */
.container {
	width:400px;
/*url(hide_seek.jpg);*/ 									margin:0px auto;
	padding:0px;
	border:0px solid #000;
}
.menu {
font-family:Georgia, "Times New Roman", Times, serif; width:131px; height:217px; position:relative; margin:0; font-size:85%;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	width:120px;
	height:30px;
	border:0px solid #5a3;
	border-width:0px 0px 0 0;
	background:transparent  url(../../opacity/opaque.png);
	line-height:29px;
	font-size:18px;
	padding-left:0px;
}
.menu ul {
padding:0; margin:0;list-style-type: none;
}
.menu ul li {
float:left; position:relative;
}
.menu ul li ul {
display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a {
color:#fff; background:#b3ab79;
}
.menu ul li:hover ul {
display:block; position:absolute; top:0; left:131px; width:565px; background:transparent;
}
.menu ul li:hover ul li {
float:left;}
.menu ul li:hover ul li a {display:block; background:transparent  url(../../opacity/opaque.png); color:#000; width:130px; float:left;
}
.menu ul li:hover ul li a:hover {background:#dfc184; color:#000;
}

body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif;
/*	background: #666666;
*/	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;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*	background: #FFFFFF;
*/	margin: 0 auto; /* 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. */
} 
.twoColFixLtHdr #header {
/*	background: #DDDDDD;
*/	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
	height: 200px;
	background-image:url(visionheader.jpg);
	
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 5px 25px;
}
.twoColFixLtHdr #mainContent {
	width: 830px;
	height: 1333px;
	margin: 20px 30px 30px 30px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 10px 30px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #mainContenttall {
	width: 810px;
	height: 900px;
	text-align: center;
	margin: 20px 30px 30px 30px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 10px 30px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #mainContenttaller {
	width: 810px;
	height: 1000px;
	text-align: center;
	margin: 20px 30px 0px 30px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 10px 30px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	
	
}
.twoColFixLtHdr #mainContentmid {
	width: 810px;
	height: 600px;
	margin: 20px 30px 30px 30px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 10px 30px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
}

.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;
}
.style3 {
	font-size: 130%;
}

.preload1 {background: url(six_0a.gif);}
.preload2 {background: url(six_1a.gif);}

#nav {
	padding:0;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url(six_0.gif) repeat-x;
	position:relative;
	z-index:200;
	font-family:arial, verdana, sans-serif;
}
#nav li.top {display:block; float:left;}
#nav li a.top_link {display:block; float:left; height:35px; line-height:33px; color:#ccc; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;background: url(six_0.gif);}
#nav li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:35px; background: url(six_0.gif) right top no-repeat;}
#nav li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:35px; background: url(six_0a.gif) no-repeat right top;}

#nav li:hover a.top_link,
#nav a.top_link:hover
{color:#fff; background: url(six_1.gif) no-repeat;}
#nav li:hover a.top_link span, 
#nav a.top_link:hover span
{background:url(six_1.gif) no-repeat right top;}
#nav li:hover a.top_link span.down,
#nav a.top_link:hover span.down
{background:url(six_1a.gif) no-repeat right top; padding-bottom:3px;}

#nav table {border-collapse:collapse; padding:0; margin:0; position:absolute; left:0; top:0;}

#nav li:hover {position:relative; z-index:200;}
#nav a:hover {position:relative; white-space:normal; z-index:200;}

#nav :hover ul.sub
{left:1px; top:38px; background:#333333; padding:3px; border:1px solid #000000; white-space:nowrap; width:auto; height:auto; z-index:300;}
#nav :hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:auto; font-weight:normal;}
#nav :hover ul.sub li a
{
	display:block;
	font-size:11px;
	height:18px;
	width:97px;
	line-height:18px;
	text-indent:5px;
	color:#FFFFFF;
	text-decoration:none;
	border:1px solid #333333;
}
#nav li ul.sub li a.fly
{background:#333333 url(arrow.gif) 80px 6px no-repeat;}
#nav :hover ul.sub li a:hover 
{background:#000000; color:#fff; border-color:#fff;}
#nav :hover ul.sub li a.fly:hover
{background:#000000 url(arrow_over.gif) 80px 6px no-repeat; color:#fff;}
/**/
#nav li b {display:block; font-size:11px; height:18px; width:88px; line-height:18px; margin-bottom:3px; text-indent:6px; color:#ff6; border-bottom:1px solid #ff6; cursor:default;}

#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:89px; top:-4px; background: #333333; padding:3px; border:1px solid #000000; white-space:nowrap; width:101px; z-index:400; height:auto;}

#nav ul, 
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover li:hover > ul
{left:90px; top:-4px; background: #333333; padding:3px; border:1px solid #000000; white-space:nowrap; width:auto; z-index:400; height:auto;}
#nav li:hover > ul ul 
{
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0px;
	margin:0;
	padding:0;
	list-style:none;
}
#nav li:hover li:hover > a.fly
{background:#333333 url(arrow_over.gif) 80px 6px no-repeat; color:#fff; border-color:#fff;} 
#nav li:hover li:hover > li a.fly
{background:#333333 url(arrow.gif) 80px 6px no-repeat; color:#000; border-color:#333333;} 

