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


body {
	/* width: 1290px; */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 50%;
	margin: 0;
	background-color:#000;
	background-repeat: repeat-x;
	background-attachment: fixed;
	z-index: -1;
	text-align: center;
}


table {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 200%;
	line-height: 1.4em;
	text-decoration:none;
	text-align: left;
}

header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
}

#promobox {
	margin-top:18px;
	margin-left:20px;
	width:672px;
	height:363px;
	padding-bottom:10px;
	float: left;
	background-image: url(../images/promo_postcard2.png);
	background-repeat:no-repeat;
}


a:link {
	text-decoration: none;
	color: #666;
}

a:visited {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #3366cc;
}

H1, H2, H3, H4, H5, H6 {
	line-height: 1.1em;
	
	font-weight: normal;
}

H1{
	font-size:240%;
	text-align:left;
	padding-top: 15px;
	color:#666;
	margin: 0 0 0.5em 0;
}

H2{
	font-size:240%;
	text-align:right;
	margin: 0 0.5em 0.5em 0;
}

H3{
	font-size:175%;
	text-align:left;
	margin: 0 0 1em 0;
	color:#666;
}

H4{
	font-size:150%;
	text-align:center;
	margin: 0 0 1em 0;
}
	
H5{
	font-size:200%;
	text-align:left;
	margin: 0 0 1em 0;
}

H6{
	background-color:#6CC;
	text-align:center;
	font-size:175%;
	padding-bottom:10px;
	padding-top:10px;
}
	


	

.quote{
	font-size:185%;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color: #3366cc;
}

.more{
	font-variant:small-caps;
	color: #000;
	text-align:right;
	font-size: 185%;
}

.more a:link, a:visited {
	color: #000;
	text-decoration: none;
}

.more a:hover {
	color:#3366cc;	
}


P {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 150%;
	line-height: 1.4em;
	margin: 0 0 1em 0;
	text-decoration:none;
	text-align: left;
}




IMG {
	border: 0;
	
}

#press {
float: right;
width: 235px;
height: auto;
background-color: #CCC;
margin: 10px;
}

.press_content {
	padding: 20px;
}

/***************************
	STRUCTURE 
***************************/
/* index*/

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color:#FFF;
	background-attachment:fixed;
	z-index: 0;
	min-height: 890px;
	padding-bottom: 10px;
}


/*************************** 
		MENU BAR
****************************/

/* copied code from spymenubar.css for menu */
ul.MenuBarHorizontal
{
	display:block;
	margin: 18px 0px;
	padding: 7px;
	list-style-type: none;
	font-size: 110%;
	font-family:Verdana, Geneva, sans-serif;
	cursor: default;
	width: 1000px;
}
/* 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: 1;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0px 0px;
	list-style-type: none;
	font-size: 115%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 12em;
	float: left;
	background-color: #d1d3d4;
	border: solid 1px #CCC;
}
/* 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: 0;
	list-style-type: none;
	font-size: 80%;
	z-index: 2;
	cursor: default;
	width: 10em;
	position: absolute;
	left: -1000em;
	background-color: #d1d3d4;
}
/* 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: 10.65em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 100%;
}
/* 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
{
	font-size:9px;
	font-weight:normal;

}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	
	display: block;
	cursor: pointer;
	
	padding: .5em .75em;
	color: #333;
	text-decoration: none;
}
/* 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: #d1d3d4;
	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: #d1d3d4;
	color: #3366CC;
}

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

 SUBMENU INDICATION: styles if there is a submenu under a given menu item. FOR THE TRIANGLE THINGY!!!!!

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

/* 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-image: none;
	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-image: none;
	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-image: none;
	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;
		float: left;
		background: #FFF;
	}
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }


/********** 
  content 
************/


#content {
	margin: 0 0 0 0;
}


#content-top{
	width: 960px;
	height: 400px;
	margin: 0px;
	padding: 0px;
	background-image:url(../images/background.jpg);	
}

#content-body{
	padding: 0px;
}

#content-bottom{
	height: 20px;
	text-align:center;
	z-index: 0;
}

.fullcol {
	width:690px;
	margin-left:15px;
	margin-top: 30px;
	
}

.leftcol {
	width: 460px;
	float:left;
	margin-left:15px;
	margin-top:30px;
}

.rightcol {
	width: 300px;
	float: right;
	margin-left: 50px;
	margin-right:20px;
	margin-top:50px;

}

/*side boxes*/

#sidebar {
	background-image: url(../images/ThreeButtons4.png);
	background-repeat:no-repeat;
	width: 250px;
	height: 358px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-variant:small-caps;
	color:#FFF;
	text-align: right;
	padding: 2px;
	float:right;
	text-decoration:none;
	margin-top: 8px;
	display: block;

}

/* BLOCK LINKS: WHOLE THING IS CLICKABLE */

#sidebar DIV {
	
	width: 236px;
	height: 120px;
}

#sidebar A {
	text-align: right;
	display: block;
	width: 211px;
	height: 10px;
	padding: 85px 10px 10px 10px;
}


/* NON-BLOCK LINKS: POSITION RELATIVE TO DIV 

#sidebar DIV {
	height: 120px;
	width: 236px;
	position: relative;
}

#sidebar A {
	position: absolute;
	bottom: 10px; right: 10px;
}

END NON BLOCK */


#sidebar a:link, a:visited {
	color: #000;
	text-decoration: none;
}

#sidebar a:hover {
	color:#3366cc;	
}





/* copyright lines */

p.copy {
	font-size: 100%;
	bottom: 0px;
	padding-top:20px;
	padding-left: 10px;
	margin: 0;

}
