

/* CSS Style sheet created by 
 Version 3.0 Author: Dave Rich Date: 2/23/08
 */

 

/* ------------   GLOBAL LAYOUT STYLES ----------------------------- *
/* --------------------------------------------------------------- */ 
 

body {
	min-width: 780px;
	background-color: #07348E;
	color: #000;
	font-family: Verdana,Arial, Helvetica, sans-serif; /* Sets default font family options. */
	font-size: 100.01%;
	text-align: center; /* for WinIE5.x */
	margin: 10px 0 0 0;	
	}
#wrapper {
   width: 800px;
	margin: 0 auto;
	text-align: left;
	background:url(../images/background.gif) repeat-y left top;
	}


/*XXXXXXXXXX Generic page styling rules XXXXXXXXXX*/




	
/* Navigation Bar and Navigation Links ----------------- */
/* --------------------------------------------------------- */

/*XXXXXXXXXXXX Primary top nav rules XXXXXXXXXXX*/

#nav {
	text-align:left;
	width:760px;
	margin:0 0 0 20px;
	background-color: #DFDFFF;
}

#nav ul, #nav li{
	margin:0;
	padding:0;
}

#nav a:link,#nav a:visited,#nav a:hover, a:active, a:focus{
		font-size:12px;
}

#nav a:hover{
	color:#ff3300;
	text-decoration:underline;
}
	

#nav a {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 0 5px 10px; 
	display: block;
	/* makes the dividers between the top nav links; must be negated 
	for later links */ 
	border-right: 0; /* negates right border for dropdowns */
	/* border-bottom: 1px solid #88A6E1; 	 /* borders the bottoms of the dropdowns */
}



/*XXXXXXXXXXXX Primary dropdown rules XXXXXXXXXXX*/

.dropdown { /* rules for dropdown div */
	width: 250px;
	position: absolute;		
	left: -3000px;
	top: auto; /* puts dropdowns directly under top nav */
	text-align: left; /* needed because IE misapplies text centering to boxes */	
/*	background: url(images/bgfix.gif); */
}
.dropdown ul { 
	width: 189px; /* tweaked so that dropdowns appear to "line up" with top links */
	border: 1px solid #88A6E1;
	border-width: 1px 1px 1px; /* borders for the sides and top of the dropdowns and flyouts; links 
	provide the bottom border */ 
	margin: 0 30px 30px 30px; /* creates "sticky hovering" zones for dropdowns */
} .dropdown li {vertical-align: bottom;} /* IE5/win bugfix */
.dropdown li:hover {background: #ECF2FF;} /* hover color effect on dropdown links */	
.last .dropdown ul {width: 190px;} /* modifies width for rightmost "visible" dropdown (tweak) */
.topnav:hover div.dropdown {left: -31px;} /* hover rule for dropdowns: the extra pixel makes 
dropdowns "line up" with top links */ 

#nav li {list-style: none;} /* removes list bullets */

.topnav {
	width:4.5em;
	float: left;
}
.floatfix {margin-right: -3px;}

.parent {position: relative;}
	
/*XXXXXXXXXX Secondary dropdown rules XXXXXXXXXXXX*/

/*    Dropdown navigation menu backgrounds */
	
.one {background: #DFDFFF;}
.one ul {background: #d79b00;}

.two {background: #DFDFFF;}
.two ul {background: #FFFFF0;}

.three {background: #DFDFFF;}
.three ul {background: #FFFFF0;}

.four {background: #DFDFFF;}
.four ul {background: #FFFFF0;}

.five {background: #DFDFFF;}
.five ul  {background: #FFFFF0;}

.six  {background: #DFDFFF;}
.six  ul {background: #FFFFF0;}

.seven{background: #DFDFFF;}
.seven ul {background: #FFFFF0;}

.eight{
background: #DFDFFF; 
border-right: 0;  /* removes right border on last top link */
}

.eight ul {background:#FFFFF0;}






/*XXXXXXXXXXX Special fixes XXXXXXXXXXX*/

/* This is to hide the following from IE/Mac. \*/
* html .topnav .dropdown li {
	height: 1%;
	margin-left: -16px;
	mar\gin-left: 0;
}

* html #nav a {height: 1%;}
/* */
/* The first 2 rules above fix "bullet region" problems in IE5.x/win, and the second is to make all links fully clickable. */    

.brclear { /* Use a break with this class to clear float containers */
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}

/* The following shows to IE5/Mac only */
/*\*/ /*/
#nav .dropdown {width: 189px;}
#nav .topnav .dropdown ul {margin: 0px;}
#nav .dropdown {position: static;}
#nav .dropdown ul {border: 0;}
/* this rule block "dumbs down" the nav for IEmac */


/* XXXXXXXXXXXXX   Skip Nav Styles XXXXXXXXXXXXXXX */


#blah:active { /* for IE, doesn't hurt others */
	}



	
/* XXXXXXXXXXXX  banner styles XXXXXXXXXXXXX */

#banner {
	width: 760px;
	background-color: White;	
	z-index: 1;	
	margin-left:20px;
	text-align:left;
	clear: both;
}

#banner h1{
	text-align:center;
	font: bold 26px "Times New Roman", Times, serif;
	color: #000066;
}

#banner h2{
	text-align:center;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #990000;
	margin: 2px 15px 2px 15px;
}

#banner h3{
	text-align:center;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 5px 15px 12px 15px;
}

#banner p{
	margin:5px 0 5px 0;
}






/*  Page title rules */

#pagetitle {
	color:navy;
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	margin: 0 0 20px 0;
}

.subpagetitle{
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	margin: 0 0 20px 0;
}

#pagetitle h1{
	color: #006666;
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	margin: 0 0 20px 0;	
}

#pagetitle h2{
	color: #330033;
	font-size:.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	margin: 0 0 20px 0;	
}

#pagetitle2 {
	color:navy;
	font-size:1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	margin: 0 0 20px 0;
}

#pagetop{
	text-align:center;
}

#pdf{
	width: 762px;
	margin: 0 0 0 20px;
	text-align: left;	
	padding-top:20px
	}

#content {
	float: left;
	width: 512px;
	padding-top:10px;
	}
#right-column {
	float: right;
	width: 229px;
	padding:5px 12px 0 0;
	}
#right-column h2 {
	font-size: 18px;
	color:#276246
	}


#bottom{
	clear: both;
	width:762px;
	text-align: left;
	font-size: 90%;
	}
	
/* THREE COLUMN PAGE --------------------------------------- */
/* --------------------------------------------------------- */
#threecol #speakers {
	float: left; /* makes it contain children floats */
	width: 762px; /* needed for MacOpera and Safari */
	margin: 15px 0;
	background-color: White;
	}
#left-column {
	float: left;
	width: 241px;
	padding: 10px 0 0 10px;
	background-color:#fff;
	}
	
#left-column p{
	margin-bottom:5px;
}

#right-column p{
	margin-bottom:5px;
}


#center-column {
	width: 241px;
	margin-left: 265px;
	padding-top:10px;
	}



#pdf p {
	font-size:13px;
	}
/* -------   Paragraph Classes ----------------------------- */	
.indent{
	margin: 0 0 0 15px;
}
.quote{
	margin-bottom:2px;
}



#pdf h1 {
	color:#006699;
	font-size:18px;
	}
#pdf h2 {
	font-size: 16px;
	color:#006699;
	}
	
#pdf h3 {
	font-size: 14px;
	color:#006699;
}
	
#pdf h4 {
	color:#7F1b48;
	font-size:13px;
	}
	
#pdf h5 {
	margin:10px 0 20px 0;
	color:#7F1b48;
	font-size:12px;
	}
	
/* H5 class for Quote Source */
.quote-source{
	text-align:right; 
	margin-top:5px;
}
	
#pdf h6{
	margin:10px 0 20px 0;
	color:#276246;
	font-size:12px;
	}
		
	
/* LISTS --------------------------------------------------- */
/* --------------------------------------------------------- */
dt {
	margin: 1em 0 0 0;
	font-weight: bold;
	}
dd {
	margin: 0;
	}

/* TABLES -------------------------------------------------- */
/* --------------------------------------------------------- */

/*  
table {
	margin: 0 0 1.5em 0;
	border-collapse: collapse;
	}
/*
th, td {
	padding: 7px 15px 7px 5px;
	border-bottom: 1px solid #2A567F;
	}
th {
	background: #72C0FF;
	color: #2A567F;
	text-align: left;
	}


*/

td { 
padding:6px;
border: solid #7F1b48 4px;
vertical-align:top;
}


a:link { 
	font-size: 12px; 
	color: #000066;
	text-decoration: underline;
	font-weight: bold; 
}

a:visited {
		font-size: 12px; 
		color: #666666;
		text-decoration: underline;
		font-weight: bold;
}

a:hover {
	font-size: 12px; 
	color: #FF3300;
	text-decoration: underline;
	font-weight: bold;
}

a:active { 
	font-size: 12px; 
	color: #000066;
	text-decoration: underline;
	font-weight: bold; 
}

a:focus { 
	font-size: 12px; 
	color: #000066;
	text-decoration: underline;
	font-weight: bold; 
}



#bottom{
	padding-top:2em;
}

#speaking-links a{
	margin-bottom: 10px;
}

/*  ---------------    Image Styles  ----------------------   */

img{
	border:none;
}

#brochures{
	margin:0 auto 3em; 
	text-align:center; 
	width:300px;
	padding:1em 0; 
	font-size:.9em; 
	background-color:#F0F0F0;
}

#brochures a{
	font-size:0.9em;
}

#brochures h2{
	font-size: 0.8em;
	margin:0 auto;
	color: #330033;
}



