@charset "UTF-8";
/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

/* The Core Technique
================================= */

/* @group structure */

body {
	text-align: center;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}


body {
	font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background: #0066CC;
}


#wrapper {
	position: relative;
	top: 36px;
	background: #FFFFFF url(../graphics/bkgnd.gif) repeat-y;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}

a img {
	border-style: none;
}

/* @end structure */

/* @group basic typography */

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

ul {
	list-style-type: none;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

a {
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

p, li {
	font-size: 1.2em;
	line-height: 1.5em;
}

p {
	margin: 0 0 1em;
}

h1, h2, h3, h4 {
	margin: .75em 0 0;
}

/* @end Basic */

/* @group Branding - MainNav styles */

#branding {
	height: 140px;
	background: #FFFFFF url(../graphics/mainnav_waves.gif) no-repeat -86px bottom;
}

#branding h1 {
	font: bold 3em Verdana, Arial, Helvetica, sans-serif;
	color: #0066CC;
	text-align: right;
	padding-right: 150px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 20px;
}
#branding h2 {
	margin: 0px;
	text-align: right;
	padding-right: 150px;
	font-family: "Comic Sans MS", cursive;
	color: #0099FF;
}

#logo {
	position: absolute;
	height: 155px;
	width: 195px;
	top: -33px;
	left: -10px;
}

#mainNav {
	height: 20px;
	text-align: center;
}

#mainNav ul, #siteInfo ul{
	color: #fff;
	font-weight: bold;
}

#mainNav ul {
	margin-top: 30px;
	margin-right: -20px;
}

/* 
#mainNav ul {
	position: relative;
	z-index: 5;
	top: 30px;
}
*/

#mainNav li, #siteInfo li {
	display: inline;
	margin-right: 30px;
}

#mainNav li a:link, #mainNav li a:visited, #siteInfo a:link, #siteInfo a:visited {
	color: #cff8ff;
}

#mainNav li a:hover, #mainNav li a:active, #siteInfo a:hover, #siteInfo a:active {
	color: #ffffff;
}

body#home a.homeNav,
body#about a.aboutNav,
body#stories a.storiesNav,
body#news a.newsNav, 
body#support a.supportNav,
body#learn a.learnNav {
color: #f8d784;
	text-decoration: none;
}

.topNavHilite {color: #FF9900}

/* @end Branding */

/* @group Sidebar styles */

#subNav {
	list-style: none;
}


#subNav {
	width: 190px;
	float: left;
}

#subNav {
  padding-top: 20px;
  padding-bottom: 20px;
}

#subNav h3 {
	margin: 0px 15px;
	line-height: 1.3em;
	font-size: 1.1em;
	border-left: 9px solid #E4AD49;
	padding-left: 5px;
	border-top: 1px solid #E4AD49;
	padding-top: 4px;
	color: #A56912;
	padding-bottom: 5px;
}


#subNav ul {
	font-size: 1em;
	margin-right: 0;
	padding-right: 0;
}

#subNav ul li {
	margin-bottom: .4em;
	margin-right: 12px;
}

#subNav ul ul {
	font-size: 0.95em;
	margin: 0 0 1.5em 1.3em;
}
	
#subNav ul ul li {
	line-height: 1em;
	margin-bottom: .8em;
}
	
#subNav a:link, #subNav a:visited {
	color: #0084A9;
	font-weight: bold;
}

#subNav a:hover, #subNav a:active {
	color: #0066CC;
}

#subNav .callout {
	color: #DE0A2B;
	font-weight: bold;
	text-indent: -0.6em;
	padding-right: 15px;
	margin-top: 60px;
	font-size: 1.3em;
	line-height: 1.5em;
}

#subNav .calloutAttribution {
	color: #DE0A2B;
	font-weight: normal;
	text-indent: -0.6em;
	padding-right: 15px;
	font-size: 1.1em;
	line-height: 1.3em;
	font-style: italic;
	text-align: right;
	margin-bottom: 30px;
}


#subNav #sidebarButton {
	z-index: 7;
	position: relative;
	padding: 0px 0px 0px 9px;
	margin-top: 30px;
	margin-bottom: 30px;
}


#about #extraContent {
	background: url(../graphics/snapshots-about.jpg) no-repeat 3px;
	position: absolute;
	width: 179px;
	height: 260px;
	bottom: 0px;
}

#stories #extraContent {
	background: url(../graphics/snapshots-stories.jpg) no-repeat 3px;
	position: absolute;
	width: 179px;
	height: 260px;
	bottom:0px;
}

#news #extraContent {
	background: url(../graphics/snapshots-news.jpg) no-repeat 3px;
	position: absolute;
	width: 179px;
	height: 260px;
	bottom: 0px;
}

#support #extraContent {
	background: url(../graphics/snapshots-support.jpg) no-repeat 3px;
	position: absolute;
	width: 179px;
	height: 260px;
	bottom: 0px;
}

#learn #extraContent {
	background: url(../graphics/snapshots-learn.jpg) no-repeat 3px;
	position: absolute;
	width: 179px;
	height: 260px;
	bottom: 0px;
}


/* @end Sidebar styles */

/* @group Site Info - footer styles */

#siteInfo ul {
	font-size: .85em;
	margin-right: -20px;
}

#siteInfo p {
	color: #fff;
	font-size: 1.1em;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 3px;
}

#siteInfo {
	background-color: #0066CC;
	/*background-color:#00A6D9;*/
	text-align: center;
	padding-top: 5px;
	padding-bottom: 1px;
}

#siteInfo {
	width: 770px;
	margin: 40px auto 0;
}

/* @end footer styles */

/* @group Main Content styles */


#mainContent {
	width: 540px;
	float: right;
	position: relative;
}

#mainContent p, h1, h2, h3, h4, ul, li {
	margin-right: 20px;
}

#mainContent h2, h3, h4 {
	line-height: 1.2em;	
}


#mainContent a:link, a:visited  {
	color: #0084A9;
}


#mainContent a:hover, a:active {
	color: #0066CC;
}

#mainContent h1 {
	color: #DE0A2B;
	font-weight: bold;
	border-color: #DE0A2B;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	text-align: right;
	margin-bottom: .25em;
	padding-right: 6px;
}

#mainContent h2 {
	font-weight: bold;
	font-size: 1.65em;
}
#mainContent .bookTitle {
	font-variant: small-caps;
	margin-bottom: -0.75em;
	color: #DE0A2B;
	font-size: 1.5em;
	line-height: 1.2em;
	text-indent: -0.5em;
	margin-left: .1em;
}

#mainContent h3 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.3em;
}

#mainContent .imgRight {
	float: right;
	clear: left;
	margin: 6px 20px 0px 18px;
}

#mainContent .imgLeft {
	float: left;
	clear: right;
	margin: 3px 18px 3px 0;
}

.captionedPhoto_250  {
	float: right;
	margin: 0.3em 20px 0.5em 2em;
	padding: 0;
	line-height: 1em;
	width: 250px;
	overflow: hidden;
}

.captionedPhoto_250 p {
	width: 100%;
	margin:0;
	padding: .5em 0;
	font: bold 1.1em/1.5em "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
}

.captionedPhoto_250 img {
	margin: 0;
	padding: 0;
	display: block;
}

.captionedPhoto_300  {
	float: right;
	margin: 0.3em 20px 0.5em 2em;
	padding: 0;
	line-height: 1em;
	width: 300px;
	overflow: hidden;
}

.captionedPhoto_300 p {
	width: 100%;
	margin:0;
	padding: .5em 0;
	font: bold 1.1em/1.5em "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
}

.captionedPhoto_300 img {
	margin: 0;
	padding: 0;
	display: block;
}

.captionedPhoto_500  {
	float: right;
	margin: 0.3em 20px 0.5em 2em;
	padding: 0;
	line-height: 1em;
	width: 510px;
	overflow: hidden;
}

.captionedPhoto_500 p {
	width: 100%;
	margin:0;
	padding: .5em 0;
	font: bold 1.1em/1.5em "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
}

.captionedPhoto_500 img {
	margin: 0;
	padding: 0;
	display: block;
}

#mainContent .quote {
	color: #996600;
	text-indent: -7px;
	margin: 20px 80px 10px 40px;
	font: 1.5em/1.8em Georgia, "Times New Roman", Times, serif;
	text-align: left;
	border-left: 15px solid #E4AD49;
	padding-left: 16px;
}
	
#mainContent .quote-atribution {
	color: #996600;
	margin: 0 80px 20px 50px;
	text-align: right;
	font: italic 1.3em/1.5em Georgia, "Times New Roman", Times, serif;
	padding-right: 10px;
	padding-left: 30px;
}

#mainContent .callout { 
	color: #cba965; 
	margin: 20px 80px 20px 40px; 
	font: 1.5em/1.8em Georgia, "Times New Roman", Times, serif; 
	text-align: left; 
	border-left: 15px solid #F9DB9F; 
	padding-left: 16px; }
	
#mainContent ul {
	list-style: url(../graphics/UVH_dove.gif) none;
	line-height: 1.4em;
	margin-left: 1.2em;
	margin-top: 9px;
}

#mainContent ul ul {
	margin-left: 1em;	
	}

#mainContent li {
	margin-bottom: 0.6em;
	margin-left: 25px;
}

#mainContent .gradientBox {
	background: #FFFFFF url(../graphics/gradientBG.gif) repeat-x 0 bottom;
	padding-top: 1px;
	padding-bottom: 10px;
	margin: 25px 60px 30px;
	border: 6px solid #cee0f2;
	text-align: center;
	font-size: 1.1em;
}



#mainContent .red {
	color: #DE0A2B;
}

#mainContent .bold-red {
	font-weight: bold;
	color: #DE0A2B;
}

#mainContent .LG-bold-red {
	font-size: 1.3em;
	font-weight: bold;
	color: #DE0A2B;
}


/* @end Main Content*/

/* @group Main Content special styles */

.hilite {
	background: url(../graphics/hiliter.gif) repeat-x center;
	display: inline;
	text-align: left;
	font: 1.3em/1.3em "Comic Sans MS", cursive, sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: -20px;
}
#mainContent .ruledHead {
	margin-top: 1.5em;
	border-top: 1px dotted #DE0A2B;
	padding-top: 0.75em;
}
.rightAlign {
	text-align: right;
}


#mainContent .storiesSection {
	color: #0066CC;
	font-variant: small-caps;
	font-size: 1.4em;
	letter-spacing: .4em;
	padding-bottom: 6px;
}

#mainContent .staffName   {
	color: #DE0A2B;
}

#mainContent .staffTitle   {
	color: #444444;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-size: 1.1em;
	margin-bottom: 6px;
}


#mainContent .storiesPerson {
	color: #DE0A2B;
	padding-bottom: 3px;
	font: 2em "Comic Sans MS", cursive;
	margin-top: 9px;
}
#mainContent .storiesTitle {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}
.pubsList   {
	background: url(../learn/img/pubs_bkgnd.jpg) repeat-y center top;
}

.edsNote {
	background: #FFFF66;
}

.smallprint {
	font-size: 0.95em;
}

#clearer { 
  clear: both; 
}



/* @end special styles*/

/* @group Tables */

th
  {
	padding-top: 6px;
	border-bottom: 1px solid #000000;
}

table  {
	margin-bottom: 9px;
}

/* @end Tables*/

/* @group IE hacks */

#clearer { 
  clear: both; 
}


#subNav * {
  padding-left: 20px;
  padding-right: 20px;
}

#subNav * * {
  padding-left: 0;
  padding-right: 0;
}

#content * {
  padding-right: 20px;
}

#content * * {
  padding-right: 0;
}

* html #subNav ul ul li a {
	font-size: 10px;
}

* html #subNav ul ul li {
	margin-bottom: 5px;
}


/* @end IE hacks */
