@charset "utf-8";
/*Color for border: #09F
*Color Palette:
*light blue: #B5DEDA
*darker purple: #7178AB
border color 6CC
*beige: #C2C1A7
*dark brown: #401706
*warmer brown: #E0BF8C
*lighter brown: #E8CF9A
*pinkish: #E8D1BA
*spiffy dark blue: #57656D
*pink pink: #FF8688
*orange brown: #CE7056
*super blue: #40beda
*really really light blue: #e5f3f2
*darker pink: #C14C52
*text color: #4e5377
*strong orange: #BF4F2D
*pretty med purple: #A3ADF9
*/
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0; padding: 0; border: 0;
}
body {
	font: 100%/1.4 Century Gothic, Verdana, Helvetica, sans-serif;
	background: #82b3cf; 
	background-image: url(../images/backgroundBgrad.gif); 
	background-repeat: repeat-x;
	margin: 0;
	padding: 10px;
	color: #000;
}
/*Color for border: #09F*/
.container {
	width: 800px;
	margin: 0 auto;
	background-color: #5772bd;
	padding: 10px, 20px, 10px, 20px;
}
.header {
	background-color: #FFF;
	width: 800px;
	padding-top:10px;
}
.header2 {
	background-color: #FFF;
	height: 60px;
	padding: 0px 30px;
	padding-top:10px;
}

/*all the parent item stuff*/
/* Vertical Navigation */
#buttons { 
	list-style: none; 
	margin: 0;
	margin-right: 20px; 
	padding: 0;
	font-size: 1.0em;
	float: right;
	position:relative;
}
/* CSS for each Parent Item */
#buttons li {float: left; position: relative;}
#buttons li a
{
	float: left;
	display: block;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #003366;
	margin-right: 10px;
	background-image: url(../images/bgbtn2.png);
	background-repeat: repeat-x;
	text-shadow: 0 0 1.8em #FFF, -0.1 -0.1 0.8em #FFF,
        0 0 0.8em #FFF, 0.1em 0.1em 0.9em #FFF, 0 0 0.8em #FFF;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(../border-radius.htc);
}

/* 
Change background color and font color 
of parent items when mouse hover 
*/
#buttons li:hover a,
#buttons li a:hover
{
	background-image: url(../images/bgbtnH3.png);
	background-repeat: repeat-x;
	text-shadow: 0 0 1.8em #FFF, -0.1 -0.1 0.8em #FFF,
        0 0 0.8em #FFF, 0.1em 0.1em 0.9em #FFF, 0 0 0.8em #FFF;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(../border-radius.htc);
	color: #003366;	
}
.content {
	width: 800px;
	margin: 0 auto;
	background-color: #003366;
	padding-bottom: 20px;
}

/*all the parent item stuff*/
/* Vertical Navigation */
#vertical-navigation { 
	list-style: none; 
	margin: 0; 
	padding: 0;
	font-size: 1.0em;
	float: right;
	position: static;
	margin-top: 5px;
}
/* CSS for each Parent Item */
#vertical-navigation li {float: left; position: relative;}

#vertical-navigation li a
{
	float: left;
	display: block;
	padding: 4px;
	padding-left: 15px;
	padding-right: 20px;
	text-decoration: none;
	color: #7178AB;
	font-weight:bold;
}

/* 
Change background color and font color 
of parent items when mouse hover 
*/
#vertical-navigation li:hover a,
#vertical-navigation li a:hover
{
	background: #999;
	color: #003366;	
}
/* 
Applie to group of Child Items
Each Child Item will be invisible by default
*/
#vertical-navigation ul {display: none;}

/* Each Child Item will be visible if mouse hover */
#vertical-navigation li:hover ul {display: block;}

#vertical-navigation ul
{
	float: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 1.9em;
	left: 0;
}
#vertical-navigation ul li
{
	float: none;
	clear: none;
	margin: 0;
	padding: 0;
	width: 230px;
	color: #999;
}

/* 
Reset and re style 
link of each child item
*/
#vertical-navigation li:hover ul li a,
#vertical-navigation ul li a
{
	line-height: 200%;
	font-size: 0.9em;
	display: block;
	padding: 0 6px 0 15px;
	float: none;
	text-transform: lowercase;
	color: #7178AB;
	background: #e5f3f2;
}
#vertical-navigation li:hover ul li a:hover,
#vertical-navigation ul li a:hover
{
	background: #E8D1BA;
	color: #CE7056;
}
a img {
	border: none;
}
a:link {
	color: #CE7056;
	text-decoration: none;
}
a:visited {
	color: #7178AB;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #40BEDA;
}
strong {
	color: #40BEDA;
}
.video {
	width: 320px;
	float: left;
	margin-left: 10px;
	border-style:solid;
	border-color:#003366;
	border-width:3px;
}
.topbar {
	width: 725px;
	background-color: #003366;
	height: 30px;
	padding: 0px 10px;
	margin: 0 auto;
}
.logo {
	width: 336px;
	margin:0 auto;
	padding: 0px 0px 0px 0px;
	position:relative;
}
.intro {
	color: #4e5377;
	background-color: #FFF;
	width: 400px;
	float: right;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	margin-right: 20px;
	margin-top: 10px;
	border-style: solid;
	border-width:2px;
	border-color: #003366;
}
.intro h1{
	font-size: 1.5em;
}
.intro h1, h2, h3{
	color: #003366;
	text-align: center;
}
.intro p{
	color: #4e5377;
	font-size: 0.9em;
	margin-top: 20px;
	text-indent: 30px;
}
.intro li{
	color: #C14C52;
}
.info {
	color: #4e5377;
	background-color: #FFF;
	float: left;
	width: 500px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 30px;
	margin-left: 20px;
	margin-top: 10px;
	border-style: solid;
	border-width:5px;
	border-color: #003366;
}
.info h1{
	font-size: 1.5em;
}
.info h1, h2, h3{
	color: #003366;
	text-align: center;
	margin-top:20px;
}
.name {
	color: #003366;
}
.info p{
	color: #003366;
	font-size: 0.9em;
	margin-bottom: 30px;
	text-indent: 30px;
	margin-top:15px;
}
.info ul li{
	color: #C14C52;
	margin-left:20px;
}
.info li{
	color: #C14C52;
	margin-left:20px;
}
.info ul{
	margin-left:20px;
}
.info-title {
	background-color: #e5f3f2;
	font-size: 1.0em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 auto;
	margin-top: 10px;
	border-style: solid; 
	border-width: 3px;
	border-color: #E8D1BA;
	margin-bottom: 20px;
}
.info-title h1{
	color: #D88D78;
	margin:0px;
}
.footer {
	background-color: #003366;
	width: 780px;
	font-size: 0.8em;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top:20px;
	margin: 0 auto;
}
.title {
	background-color: #e5f3f2;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0 auto;
	border-style: solid; 
	border-width: 3px;
	border-color: #E8D1BA;
	margin-bottom:20px;
}
.title h1{
	color: #D88D78;
}
.sideimage {
	float: left;
	margin-top: 10px;
}
.sideimage2 {
	float: right;
	margin-top: 8px;
}
.subheader {
	background-color: #FFF;
	padding-bottom: 20px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	width: 510px;
	margin-top: 10px;
	text-align: center;
	border-style: solid;
	border-width:10px;
	border-color: #E0BF8C;
	float: right;
}
.subheader p{
	color: #8C332D;
	font-size: 0.8em;
}
.subheader li{
	list-style:none;
}
.organization {
	float: left;
	margin-left:10px;
	margin-bottom: 20px;
}
.address {
	font-weight:bold;
	color: #57656D;
}
.address p{
	margin:0px;
}
.descriptn {
	font-weight:bold;
}
.descriptn p{
	line-height: 0.0em;
	margin-top: -15px;
}
.footer p{
	margin-bottom: 5px;
	margin-top: 0px;
}
.bottombar {
	background-image:url(../images/bottombg.png);
	background-repeat:repeat-x;
	width:800px;
	height: 25px;
	text-align: center;
	background-color:#003366;
	margin-bottom:10px;
}
.bottombar p{
	color: #FFF;
	font-weight:bold;
	font-size:14px;
}
.p {
	font-family: Gautami, Cantarell, Candara, sans-serif;
	color: #7178AB;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.presscontact {
	float: right;
	text-align: right;
	margin-right: 30px;
	font-weight:bold;
	color: #57656D;
}
.presscontact p{
	line-height: 0.0em;
	margin-top: -10px;
}
.listcol {
	color:#BF4F2D;
}
.listcol2 {
	color:#401706;
}
.blurb {
	padding-bottom: 20px;
}
.blurb p {
	color: #C14C52;
	margin-top: 5px;
	margin-bottom:0px;
	
}
.blurb h2 {
	color: #003366;
	margin-bottom: 0px;
}
