@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/custom/bgheader.jpg);
	background-color: #001F4A;
	font-family: Arial, Helvetica, sans-serif;
}

/* intro wrapper styles */
#intro-wrapper h1 { color:#FFFFFF; }
#intro-wrapper .statement {
	color:#FFFFFF;
	font-weight:normal;
	font-size:1em;
	line-height:1.4em;
	padding-top: 1em;
	margin-right: 0.750em;
	margin-left: 0.750em;
	padding-left: 0.9em;
	padding-right: 0.9em;
}

/* content wrapper styles */
#content-wrapper { background-color: #FFFFFF; background-image: url(../images/custom/bgcontent.gif); }

/* left wrapper styles */
#leftcol-wrapper 		{ }
#leftcol-wrapper h2 	{ color: #002B64; }
#leftcol-wrapper h4 	{ color: #002B64; }
#leftcol-wrapper ul li 	{ background-image: url(../images/custom/bullet-orange.png); }
#leftcol-wrapper a 		{ color: #1D79AC; }
#leftcol-wrapper table p { color: #3F5F8A; }

/* right wrapper styles */
#rightcol-wrapper 		{ color: white; }
#rightcol-wrapper h3 	{  }
#rightcol-wrapper p.link a { color: white; }

/* footer wrapper styles */
#footer-wrapper 	{ background-image: url(../images/custom/bgfooter.jpg); }
#footer-wrapper p a { color: #FFF; }

/* copyright and tf styles */
#copy-wrapper p		{ color: #FFF; padding-bottom: 20px;}
#copy-wrapper #tf,
#copy-wrapper #tf a	{ color: #004C6A; }


/* teletogether styles */
#header-wrapper p 		{ color:#FFF; font-weight: bold;}
#header-wrapper ul 		{ margin-top: 5px; margin-bottom: 15px;}
#header-wrapper ul li 	{ color:#FFF; margin-bottom: 3px; padding-left: 20px; font-weight: bold; background-image: url(../images/custom/bullet-orange.png); background-repeat: no-repeat; background-position: 5px 5px; }
.teleblue 				{ color:#001F4A;font-weight: bold; }
.teleorange 			{ color:#FF8C00;font-weight: bold; }


/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li { width: auto; }
/* spry styles */
ul.MenuBarHorizontal a 	{ padding-top: 0.7em; padding-bottom: 0.7em; background-color: transparent; font-weight: bold; color:#001F4A; }
/* 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:transparent; color:#002653; }
/* 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: transparent; color:#2A81B2; }
/* 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 { background: transparent; } }
