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

	Designed by massMEDIUMS.com

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

html {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	background: #FFF6C2;
	font: normal 12px "Myriad Roman", "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}



/* Links */

a:link, a:visited { color: #335577; text-decoration: none; font-weight: normal; }

a:hover, a:active { color: #999; }

/* Html Elements */

p { margin-top: 10px; font-weight: normal; padding: 0; }

h1, h2, h3, h4, h5, h6, { font-weight: normal; margin: 5px 0 10px; padding: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: normal;
	border-bottom-width: 0;
}

h1 { 
	font-size: 22px;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #0F74C1;
	margin-bottom: 15px;	
/*	border-bottom: #CAE3F4 3px solid; */
}

h2 { 
	font-size: 19px;
	padding: 20px 0;
}

h3 { font-size: 16px; }

h4 { 
	font-size: 14px;
	padding-bottom: 15px;
}

h5 { 
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 5px 0;
}

h6 { 
	font-size: 12px;
	color: #335577 ;
	font-weight: bold;
	margin: 10px 0 15px 0;
	border-bottom: 1px solid #335577 ;
 }

ul, ol, blockquote, pre {
	color: #555555;
	padding: 0px 30px;
	line-height: 1em;
}

ul {
	list-style-type: square;
}

.clearer {
	clear: both;
}

pre { background-color: #eeeeee; border: 1px solid #bbccdd; }

blockquote, .blockquote {
	background-color: #e9f2f8;
	display: block;
	color: #222;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 120%;
	clear: both;
	padding: 5px 5px 10px 5px;
	margin: 10px 0;
}

blockquoteLeft, .blockquoteLeft {
	background-color: #e9f2f8;
	display: block;
	color: #222;
	font-size: 1em;
	font-weight: bold;
	line-height: 100%;
	border-bottom: 2px solid #CAE3F4;
	border-top: 2px solid #CAE3F4;
	width: 250px;
	height: 100px;
	float:left;
	padding: 14px 5px 10px 5px;
	margin: 10px 0;
	line-height: 100%;
}

blockquoteRight, .blockquoteRight {
	background-color: #e9f2f8;
	display: block;
	color: #222;
	font-size: 1em;
	font-weight: bold;
	line-height: 100%;
	border-bottom: 2px solid #CAE3F4;
	border-top: 2px solid #CAE3F4;
	width: 270px; 
	height: 100px;	
	float: right;
	padding: 14px 5px 10px 5px;
	margin: 10px 0 0 10px;
	line-height: 100%;
}

ins { text-decoration: none; color: #466b85; }

del { color: #555555; }

.history { 
	color: #335577;
	font-style: italic;
}

/* Structure */

body {
	width: 750px;
	margin: 0 auto;
	padding: 0 15px;
	background: #FFFFFF url(images/bg.png) top left repeat-y;
}

#topnav {
	width: 100%;
	float: left;
	color: #999999;
	background-color: #2c231e;
}

#header {
	clear: both;
}

#wrapper {
	float: left;
	width: 100%;	
	color: #444444;
}

#content-wrapper {
	width: 75%;
	float: right;
	clear: none;
}

#content {
	float: left;
	padding: 15px 0;	
}

#sideNav-wrapper {
	width: 23.5%;
	float: left; 
}

#sideNav {
	float: left;
	padding: 20px 0;
	width: 95%;
}

#sidenotes-wrapper {
	width: 100%;
	float: left;
}

#sideContact {
	float: left;
	width: 100%;
	margin-top: 0px;
	padding: 0;
	clear: left;
}

#sidenotes {
	float: right;
	padding: 15px 0;
}


/* Top-Nav (not used) */

#topnav ul { float: right; list-style-type: none; margin: 0; padding: 0 10px; width: 95%; line-height: 1.0em; }

#topnav li { float: right; margin: 0; padding: 0; }

#topnav a { display: block; float: left; margin: 10px 0; padding: 0 10px; border-left: 1px solid #777777; }

#topnav a:link, #topnav a:visited { color: #988d87; }

#topnav a:hover, #topnav a:active { color: #ddd8d5; }

#topnav li#skip a { border-left-width: 0; }



/* Header */

#header img {
	border-top: 15px solid #FFF;
}



/* Wrapper */

#wrapper a:link { font-weight: bold; } 

#wrapper a:visited { font-weight: bold; } 

#wrapper a:hover, #wrapper a:active { font-weight: bold; }



/* Content */

#content dl, 
#content dt, 
#content dd {
	margin: 0;
	padding: 0;	
	clear: both;
}

#content dt {
	padding: 8px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #cae5f6;
}

#content dd {
	padding: 1px 10px 10px 10px;
	margin-bottom: 15px;
	background-color: #FFF;
	border-bottom: 1px dotted #aaaaaa;
}

#content dd ul li {
	line-height: 120%;
	padding: 5px;
	list-style: outside square;
}

.wish {
	padding: 0;
	list-style: none;
	line-height: 100%;
	background-color: #FFF6C2;
	padding: 10px;
	margin-top: 15px;
}

.wish ul li {
	list-style: none;
	line-height: 100%;
}


/* sideNav (not used w/ dropdown) */

#sideNav ul { 
	list-style-type: none;
	margin: 0; 
	padding: 0; 
}

#sideNav li, #sideNav li a {
	background-color: none;
}

#sideNav li.active {
	border-left-color: #8d9aba;
	border-right-color: #8d9aba;
	background-color: #CAE3F4;
}

#sideNav li.first {
	border-top: 1px solid #687aa4;
}

#sideNav a:link,
#sideNav a:visited {
	display: block;
	padding: 5px 5px;
	border-bottom-width: 0;
	border-top: 1px dotted #557799;
}

#sideNav li.header a:link,
#sideNav li.header a:visited,
#sideNav li.first a:link,
#sideNav li.first a:visited {
	border-top-width: 0;
}



/* Dropdown Menu */

#menu {
	width: 100%; /* set width of menu */
	background: none;
} 

#menu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}


#menu a { /* style, color and size links and headings to suit */
	display: block;
	padding: 5px 5px;
	border-top: 1px dotted #557799;
	border-bottom: 1px dotted #557799;
	background: #e9f2f8;
	text-decoration: none;
}

#menu a {
}

#menu a:hover {
	color: #335577;
	background: #CAE3F4;
}	

#menu li .active {
	background-color: #CAE3F4;
}

#menu li .yellow {background: #FFF6C2}

#menu li {
/* make the list elements a containing block for the nested lists */
	position: relative;
} 

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

<!--[if IE]>
<style type="text/css" media="screen">
body {
	behavior: url(csshover.htc); /* call hover behaviour file */
	font-size: 100%; /* enable IE to resize em fonts */
} 
#menu ul li {
	float: left; /* cure IE5.x "whitespace in lists" problem */
	width: 100%;
}
#menu ul li a {
	height: 1%; /* make links honour display: block; properly */
} 

#menu a, #menu h2 {
	font-size: 1.1em;
    font-family: 'Myriad Roman','trebuchet ms',helvetica, arial, sans-serif;
	font-weight: normal;
	line-height: 135%;
	/* if required use em's for IE as it won't resize pixels */
} 
</style>
<![endif]-->


/* sideContact */

#sideContact h6 {
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	background-color: #fff;
}

#sideContact ul {
	font-size: 11px;
	padding: 5px 0;
	margin: 0;
	list-style-type: none;
	display: block;
	font-weight: normal;
	background-color: #e9f2f8;
	line-height: 120%;		
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#sideContact li {
	padding: 3px;
	font-weight: normal;
}

#sideContact ul#announcements li {
	border-bottom: 1px dotted #aaaaaa;
}

#sideContact ul#announcements li.alt {
	background-color: #e0dcd7;
}

#sideContact ul#announcements li .date,
#sideContact ul#announcements li .entry {
	display: block;
}

#sideContact ul#announcements li .date {
	color: #af735b;
	font-size: 11px;
}

/* Sidenotes */

#sidenotes h6 {
	margin: 0;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	background-color: #d9d4be;
}

#sidenotes ul {
	padding: 10px 0 0;
	margin: 0 0 20px;
	list-style-type: none;
	background-color: #f0ede8;
}

#sidenotes li {
	padding: 5px 10px;
}

#sidenotes ul#announcements li {
	border-bottom: 1px dotted #aaaaaa;
}

#sidenotes ul#announcements li.alt {
	background-color: #e0dcd7;
}

#sidenotes ul#announcements li .date,
#sidenotes ul#announcements li .entry {
	display: block;
}

#sidenotes ul#announcements li .date {
	color: #af735b;
	font-size: 11px;
}

/* Footer */

#footer {
	clear: both;
	color: #555;
	padding: 5px 0 15px 0;
	font-size: 11px;
	line-height: 60%;
	text-align: center; 
	background-color: #CAE3F4;
	border-bottom: 15px solid #FFF;
}


/* img */

.img {
	background: #fff;
	padding: 5px;
	margin: 0 0 0 10px;
	border: none;
	border: 1px solid #CAE3F4;	
}

.imgGallery {
	float: left;
	background: #eee;
	padding: 3px;
	margin: 1px;
	border: none;
}

.imgLeft {
	float: left;
	background: #fff;
	padding: 5px;
	margin-bottom: 15px;
	border: 1px solid #CAE3F4;
}

.imgRight {
	float: right;
	background: #fff;
	padding: 5px;
	margin-bottom: 15px;
	border: 1px solid #CAE3F4;
}

caption, .caption {
	text-align: right;
	font-size: 10px;
}	


/* Google form */

input.fld {
   color:#0F74C1;
   font-family: 'Myriad Roman','trebuchet ms',helvetica, arial, sans-serif;
   background-color: #FFF;
   margin-top: 5px;
   padding: 5px;
   font-size: 100%;
   font-weight: 500;
   border: 1px solid #CCC;
}

input.btn {
   color:#335577;
   font-family: 'Myriad Roman','trebuchet ms',helvetica, arial, sans-serif;
   background-color: #e9f2f8;
   margin-top: 5px;
   padding: 5px;
   font-size: 100%;
   font-weight: bold;
   border: 1px solid #CCC;
}

input.btnhov {
   color:#335577;
   font-family: 'Myriad Roman','trebuchet ms',helvetica, arial, sans-serif;
   background-color: #CAE3F4;
   margin-top: 5px;
   padding: 5px;
   font-size: 100%;
   font-weight: bold;
   border: 1px solid #CCC;
}   
	



/* Newsletter */

#newsletter {
	min-height: 215px;
}

p.button {
   color:#335577;
   font-family: 'Myriad Roman','trebuchet ms',helvetica, arial, sans-serif;
   background-color: #e9f2f8;
   margin: 15px 10px;
   padding: 5px;
   width: 30px;
   font-size: 100%;
   font-weight: bold;
   border: 1px solid #CCC;
}
	
#content dd div.toggle2008 ul li a, #content dd div.toggle2009 ul li a {
	line-height: 12px !important;
	padding: 0 !important;
	margin: 0 !important;
}
