﻿#outerContainer
{
	position:relative;
	width:100%;
	height:1200px;	
	background-color:Gray;
}

* html #outerContainer
{
	min-height:1200px;	
}

#container
{
	position:relative;
	width:990px;	
	margin-left:auto;
	margin-right:auto;	
	border: none;
	background-color:White;	
	height: 1200px;
}

/* for internet explorer */
* html #container
{
	left:50%;
	right:0;	
	margin-left: -495px;
	margin-right: 495px;
	min-height: 1200px;	
}

#banner
{
	position: relative;
	float: left;
	width: 990px;
	height: 80px;
	background: url(../../Media/Images/vision_banner.jpg) no-repeat;
}

#menu
{
	position: relative;
	float: left;
	width: 200px;
	height:1120px;
	background-color:#99CC00;
	overflow:visible;
}

* html #menu
{
	min-height: 1120px;
}

#menuHome
{
	 width:200px; 
	 height:25px;
	 background-color:Black;
}

#menuHome a
{
	color:White; 
	padding-left:15px; 
	text-decoration:none; 
	font-size: 16px; 
	font-weight:bold;
	vertical-align:middle;
}

* html #menuHome a
{
	text-indent:5px; 
}

#menuHome a:hover
{

}

#menuContent
{
	font-family:Arial;
}

#menuContent a
{
	color:Black;
	text-decoration:none;
	font-weight:bold;
	text-indent:5px;
	font-size:16px;
}

#menuContent a:hover
{
	color:White;
	text-decoration:none;
	font-weight:bold;
	text-indent:5px;
}

#menuContent ul
{
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom: 1px;
}

#menuContent ul li
{
	width:190px;
	height: 15px;
	list-style:none;
	font-size:11px;
	padding-left:10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
}

#menuContent2
{
	font-family:Arial;
	margin-top:200px;
}

#menuContent2 a
{
	color:White;
	text-decoration:none;
	font-weight:bold;
	text-indent:5px;
	font-size:16px;
}

#menuContent2 a:hover
{
	color:Black;
	text-decoration:none;
	font-weight:bold;
	text-indent:5px;
}

#menuContent2 ul
{
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom: 1px;
}

#menuContent2 ul li
{
	width:190px;
	height: 15px;
	list-style:none;
	font-size:11px;
	padding-left:10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

#main
{
	position: relative;
	float: left;
	width: 786px;
	height: 800px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: url(../../Media/Images/background.jpg) no-repeat;
	background-position:0px 300px;
	overflow:visible;
}

* html #main
{
	min-height: 800px;
}

#mainContent
{
	padding-left: 10px;
	padding-right: 10px;
}

#footer
{
	position:relative;
	background-color:Gray;
	height:70px;
}