/* CSS Document */

@charset "UTF-8";

html { height: 100%; margin-bottom: 1px; }

a:link {color:#FFF;
	text-decoration:none;}
a:visited {color:#FFF;
	text-decoration:none;}
a:hover {color:#999;
	text-decoration:none;}
a:active {color:#003;
	text-decoration:none;}
a {outline:none;
overflow:hidden;}
li {
	text-align: justify;
}


h1 {
	color:#252A57;
	font-size:22px;
}

h2 {
	color:#252A57;
}

h3 {
	color:#252A57;
}
h4 {
	color: #252A57;
}

.bodystyle {background-color:#010138;
	margin: 0 auto;}
.pagestyle {margin: 0 auto;
	width: 743px;
	padding:15px 0 0 0;}
	
.banner { background-image:url(Images/header_bg.gif);
		height:188px;
		width:743px;
		float:left;
		background-repeat:no-repeat;}
.HeaderBar { margin-top:20px;
	width:728px;
			height:41px;
			float:left;
			background-image:url(Images/sub_head.gif);
			background-repeat:no-repeat;
			vertical-align:middle;
			font-family:Arial, Helvetica, sans-serif;
			color:#FFF;
			font-size:24px;
			padding:12px 0 0 15px;}		
.VnavBar {width:790px;
	height:25px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;}

.indexbar { width:147px;
			height:auto;
			float:left;
			color:#FFF;
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;}
.quickcontact {width:135px;
				height:374px;
				background-image:url(Images/quick_contact_bg.gif);
				float:left;
				background-repeat:no-repeat;
				padding:8px 0px 0px 12px;
				color:#FFF;
				font-family:Arial, Helvetica, sans-serif;
				font-size:14px;
				margin-top:29px;}
				
input{margin:0;
	padding:0;
	font-size:12px;}
.newslettersignup { margin-top:12px;
					width:135px;
					height:126px;
					float:left;
					background-image:url(Images/newsletter_bg.gif);
					background-repeat:no-repeat;
					padding:8px 0px 0px 12px;}
input.qcomment{background:url(images/quick_comments.gif);
	border-top:#808080 solid 0px; border-right:#D4D0C8 solid 0px;
	border-bottom:#D4D0C8 solid 0px; border-left:#808080 solid 0px;
	font:normal 12px/14px Arial, Helvetica, sans-serif;
	color:#000000; width:120px; height:53px;
	padding:3px 0px 0px 5px;}
	
.sprite1 {background:url(Images/Sprite.png);
			background-position:0px -128px;}
			
.sprite2 {background:url(Images/Sprite.png);
			background-position:0px -123px;}

.qsubmit {background:url(Images/Sprite.png);
		background-position:0px -148px;
		background-repeat:no-repeat;
		font-family:Arial, Helvetica, sans-serif;
		width:44px;
		height:22px;
		margin-left:8px;
		cursor:pointer;
		font-size:11px;
		border:0;
		color:#FFF;
		float:left;
		cursor:pointer;}

.qcomment{font:normal 12px/14px;
	width:158px;
	height:90px;}
.qsubmit:hover{
	color:#575e8c; width:44px; height:22px; border:none;}		
.content { width:570px;
			height:auto;
			float:right;
			background-image:url(Images/border_middle.gif);
			background-position:center;
			background-repeat:repeat-y;
			font:12px/16px Arial, Helvetica, sans-serif;
			color:#434343;
			margin-top:29px;}
content a:link{color:#333;
	text-decoration:none;}
content a:active{color:#333;
	text-decoration:none;}
.contentspacer{ padding-left:20px;
				padding-right:20px;
				width:530px;}
span.collink a{ color:#999; text-align:center;}
span.collink a:hover{
	color:#010138;
	text-align: center;
}
.newsletterblock{
	width:245px;
	height:80px;
	padding: 10px;
	float: left;
	margin-right: auto;
	margin-left: auto;
}

.newsBlock {margin-top:16px;
		background-image:url(Images/about_background.gif);
			width:239px;
			height:243px;
			background-repeat:no-repeat;
			padding:20px 20px 20px 20px;
			float:right;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;}
.BlockDivider {width:12px;
				height:299px;
				float:right;}
				
.footer { margin-top:25px;
	background:url(Images/Sprite.png);
	background-position:0px 0px;
	background-repeat:repeat-x;
	height:110px;
	padding:10px 0 0 0;
	color:#FFF; 
	width:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;}

/* SpryMenuBarHorizontal.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, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: 850px;
}
/* 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 a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	float: left;
	width: auto;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width:auto;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: auto;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 0px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #252a5f;
	padding: 11px;
	color: #FFF;
	text-decoration: none;
	border: 2px outset #666;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #33C;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #33C;
	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.MenuBarHorizontal a.MenuBarItemSubmenu
{

	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* 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.MenuBarHorizontal ul a.MenuBarItemSubmenu
{

	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* 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.MenuBarHorizontal a.MenuBarItemSubmenuHover
{

	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* 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.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{

	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.MenuBarHorizontal 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.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-left: solid 0px #CCC;
	border-right: solid 0px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	font: bold 15px sans-serif;
	background-color: #FFF;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: center;
	border: 2px solid #252A57;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #464D81;
	font-weight: bold;
	color: #FFF;
}

/* This is an example of how to change the appearance of the panel tab when the
 * CollapsiblePanel is closed. The "CollapsiblePanelClosed" class is programatically added and removed
 * whenever the CollapsiblePanel is closed.
 */

.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #CCC;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	font-weight: bold;
	color: #FFF;
	background-color: #464D81;

}
h3 {
	font-weight: bold;
	color: #252A57;
}

p {
	text-align: justify;
}

