@charset "UTF-8";
#container {
	height: 560px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/VisionStream-01.jpg);
	border-color: #1B55A9;
	border-style: solid;
	margin-top: auto;
	margin-bottom: auto;
}
#container #header {
	height: 80px;
	padding-left: 250px;
	padding-top: 24px;
	padding-right: 20px;
}
#container #navbar {
	height: 20px;
	text-align: right;
	padding-right: 24px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}
#container #centerbox {
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 16px;
	padding-left: 40px;
	height: 336px;
}
#container #centerbox #leftbox {
	width: 444px;
	margin-right: 16px;
	float: left;
	height: 336px;
	padding-top: 10px;
	padding-left: 4px;
}
#container #centerbox #rightbox {
	width: 256px;
	float: right;
	height: 330px;
	overflow: auto;
	padding-right: 10px;
}
#container #footer {
	padding-right: 24px;
	padding-left: 24px;
	padding-top: 6px;
	height: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
#container #footer #footer-left {
	float: left;
	width: 200px;
	padding-right: 10px;
	padding-left: 0px;
	height: 24px;
	padding-top: 12px;
}
#container #footer #footer-center {
	float: left;
	width: 280px;
	padding-right: 10px;
	padding-left: 10px;
	height: 24px;
	padding-top: 12px;
}
#container #footer #footer-right {
	float: right;
	width: 200px;
	padding-right: 0px;
	padding-left: 10px;
	height: 24px;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
body {
	background-image: url(images/grid01Blue.gif);
	background-repeat: repeat;
}
.company-address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: run-in;
}
.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: normal;
	font-weight: bold;
	color: #15469C;
}
h3 {
	line-height: normal;
}

.flash {
	z-index: 1;

}

.text-link {
	background-color: #000099;	

}

/* =main nav*/

/* style div to add width */
.menu { 
	font-size:1em; 
	width : 56em; 
	margin-left : 0.94em; 
	padding : 0.63em 0em 0em 0em; 
	z-index:5; 
	position:relative; 
}

#f0 .menu { 
	border-bottom-width : 0em;
}

/* removes all styling from default list */

.menu ul {
	padding : 0em;
	margin : 0em;
	list-style-type : none;
	margin-left: 10px;
}

.menu ul ul { 
	width : 8em; 
}

/* list-floated,relative to control submenus - width affects spacing between items */

.menu li {
	position : relative;
	text-align:center;
	float : left;
	width : 10em;
}

/* style the links for the top level */

.menu a, .menu a:visited {
	display : block;
	text-decoration : none;
	color : #FFFFFF;
	width : 9em;
	padding:0.31em;
	height : 1.2em;
	line-height : 1.1;
}

div.menu a:hover {
	text-decoration:none;
}

/* hide the sub levels */

.menu ul ul {
	z-index : 4;
	visibility:hidden;
	position:absolute;
	height:0em;
	top:1.9em;
	left:0em;
	width:9.38em;
}

/* style the table so that it takes no part in the layout - required for IE to work */

.menu table {
	position:absolute; 
	top:0em; 
	left:0em;
}

/* style the second level links */

.menu ul ul a, .menu ul ul a:visited {
	background-color : #E0E0E0;
	color:#000;
	height:auto;
	line-height:1.3em;
	padding:0.31em 0.63em;
	width:8em;
	text-align:left;
	margin:0;
	border-color: #999999;
	border-width: 1px;
}

/* style the top level hover */

.menu a:hover, .menu ul ul a:hover {
	color : #fff;
	background : #003480;
	border-color: #999999;
	border-width: 1px;
}

.menu :hover > a, .menu ul ul :hover > a { 
	color : #fff; 
	background :#003480; 
}

/* make the second level visible on top level hover */

.menu ul li:hover ul, .menu ul a:hover ul {
	z-index : 6; 
	visibility : visible; 
}

h2 {
	border-top:5px solid #e9dec7; 
	padding:0; 
}