/* Website by Metaphysician, who just can't get enough of this CSS stuff */
#Wrapper {
	float: left;
	width: 100%;
}
#Header {
	width: 100%;
	height: 100px;
}
/* #searchBar overflow: hidden; resolves rendering issue in IE6 */
#searchBar {
	width: 100%;
	background-image: url(../images/images/corners/Blue/slice.png);
	height: 30px;
	float: left;
	overflow: hidden;
}
/* #searchBar_form positions search form in #searchBar. */
#searchBar_form {
	margin-left: 60%;
	margin-top: 3px;
}
#navBar {
	float: left;
	width: 100%;
	height: 30px;
	background-image: url(../images/images/graphic-hldr.gif);
}
/* #Container1 div uses relative positioning and holds Column1 div. */
#Container1 {
	float: left;
	width: 23%;
	background-color: #FFF;
	position: relative;
}
/* #Column1 div is nested in #Container1 div and floated left. */
#Column1 {
	float: left;
	width: 98%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	text-align: center;
	background-color: #FFF;
}
.blueHeader {
	height: 30px;
	width: 100%;
	background-image: url(../images/images/corners/Blue/slice.png);
	overflow: hidden;
	margin-top: 5%;
}
/* .blueHeaderLeftcorners holds the left corner(s). */
.blueHeaderLeftcorners {
	float: left;
	height: 30px;
	width: 10px;
}
.blueHeaderTopleftCorner {
	height: 15px;
	width: 10px;
	background-image: url(../images/images/corners/Blue/top-left.png);
	background-repeat: no-repeat;
}
/* .blueHeaderRightcorners holds the right corner(s). */
.blueHeaderRightcorners {
	float: right;
	height: 30px;
	width: 10px;
	margin-top: -30px;
}
.blueHeaderToprightCorner {
	height: 15px;
	width: 10px;
	background-image: url(../images/images/corners/Blue/top-right.png);
	background-repeat: no-repeat;
}
/* .blueheaderGraphic hold the graphic element. */
.blueheaderGraphic {
	height: 30px;
	width: 91%;
	position: relative;
	overflow: hidden;
}	
#Container2 {
	width: 53%;
	background-color: #FFF;
	float: left;
	text-align: left;
}
/* #Column2 div is nested in #Container2 div and floated right. */
#Column2 {
	float: right;
	width: 95%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	line-height: 120%;
	padding: 2%;
	background-color: #FFF;
	text-align: left;
	border: thin solid #E2E2E2;
	height: auto;
}
/* #Container3 div uses relative positioning and holds Column3 div. */
#Container3 {
	width: 23%;
	float: right;
	position: relative;
}
/* The .btnHolder contains the elements necessary to display the column 3 liquid width graphic link(s). */
.btnHolder {
	height: 36px;
	width: 100%;
	margin-top: 3%;
	background-image: url(../images/images/corners/Green/slice.png);
	position: relative;
	overflow: hidden;
}
/* .leftCornerHolder is nested at the left inside of the .btnHolder and positions both left side corners. */
.leftCornerHolder {
	float: left;
	height: 36px;
	width: 10px;
}
/* Top and bottom corner divs position the respective corner graphics. */
.topleftCorner {
	height: 18px;
	width: 10px;
	background-image: url(../images/images/corners/Green/upper_left.png);
}
.bottonleftCorner {
	height: 18px;
	width: 10px;
	background-image: url(../images/images/corners/Green/lower_left.png);
}
/* Top and bottom corner divs position the respective corner graphics. */
.rightCornerHolder {
	float: right;
	height: 36px;
	width: 10px;
	margin-top: 0px;
}
/* Top and bottom corner divs position the respective corner graphics. */
.toprightCorner {
	height: 18px;
	width: 10px;
	background-image: url(../images/images/corners/Green/upper_right.png);
}
.bottomrightCorner {
	height: 18px;
	width: 10px;
	background-image: url(../images/images/corners/Green/lower_right.png);
}
/* .btnDiv holds the limked graphic image (button). */
.btnDiv {
	height: 30px;
	width: 88%;
	float: right;
}
/* #Column3 div is nested in #Container3 div and floated right. */
#Column3 {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	float: right;
	padding-top: 2%;
	padding-bottom: 2%;
	background-color: #FFF;
	color: #DC6A06;
}
/* #bottomLinkBar div contains privacy policy, webmaster, etc. links. */
#bottomLinkBar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 77%;
	height: 18px;
	width: 100%;
	text-align: center;
}
#Footer {
	height: 40px;
	width: 100%;
	text-align: center;
	float: left;
	background-color: #4A5185;
}
#pageTopLink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	height: auto;
	width: 18%;
	margin-left: 40%;
	border: thin solid #CCC;
}
.violetText {
	color: #CE4AE6;
	font-weight: bold;
}
/* SpryMenuBarVertical.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, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	padding: 0;
	list-style-type: none;
	font-size: 90%;
	cursor: default;
	width: 100%;
	font-weight: bold;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
}
/* 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 same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 100%;
	float: none;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 100%;
	position: absolute;
	left: -1000em;
	float: none;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 100%;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 0px solid #CCC;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #FFF;
	padding: 0.5em 0.75em;
	color: #384387;
	text-decoration: none;
	text-align: left;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #384387;
	color: #FFF;
	text-align: left;
	font-size: 100%;
	font-family: Verdana, Geneva, sans-serif;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #384387;
	color: #FFF;
}

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

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

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

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	text-align: left;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

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

 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.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
.videoDiv {
	text-align: center;
	height: auto;
	width: auto;
}
.orangeText {
	font-weight: bold;
	color: #DC6A06;
}
#displayDiv {
	height: auto;
	width: 60%;
	margin-left: 18%;
	overflow: hidden;
	border: thin solid #CCC;
	padding: 2%;
	text-align: center;
	font-size: 115%;
	color: #666;
	line-height: 150%;
}
