﻿* { margin: 0; padding: 0; }

html
{
	color: #3b5998;
	background-color: #ffffff;
	font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Sans-Serif;
}

/* Links */

a { text-decoration: none; font-weight: bold; border-bottom: 1px dotted #006699; }

a:link { color: #3b5998; border-bottom-color: #3b5998;}

a:visited { color: #3b5998; border-bottom-color: #3b5998; }

a:hover, a:active { color: #3b5998; border-bottom-style: solid; border-bottom-color: #3b5998; }

/* Headings */

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

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

h1 { font-size: 32px; }

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4, h5, h6 { font-size: 20px; }

/* Lists */

ul, ol, dl
{
	margin: 15px 25px; 
	line-height: 2.0em;
}

ol { margin-left: 30px; }

ul { list-style-type: square; }

/* Images */

.drop-shadow
{
	float: left;
	position: relative;
	background: url('images/drop_shadow_ie.gif') no-repeat bottom right !important;; margin-left:5px; margin-right:3px; margin-top:10px; margin-bottom:0
}

.drop-shadow img
{
	padding: 4px;
	display: block;
	position: relative;
	margin: -6px 6px 6px -6px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
}

.drop-shadow p
{
	right: 11px;
	bottom: 0px;
	color: #eeeeee;
	padding: 5px 10px;
	position: absolute; 
	background-color: #2e333b;
	border-top: 1px solid #111111;
}

/* Other Html Elements */

blockquote, pre 
{ 
	padding: 10px;
	color: #555555;
	margin: 20px 30px; 
	background-color: #f9f9f9; 
	border: 1px solid #006699;
}

code { font-family: Consolas, Monaco, Verdana, "Courier New"; font-size: .93em; }

abbr, acronym, cite { border-bottom: 1px dotted #006699; cursor: help; }

hr { visibility: hidden; height: 1px; clear: both; }

/* Structure */

body { }

#header { background-color: #3b5998; border-bottom: 1px solid #000000; }

#navigation 
{ 
	float: left; 
	clear: both; 
	width: 100%; 
	background-color: #eeeeee; 
	border-bottom: 1px solid #dddddd;
}

#content-wrapper
{
	clear: both;
	width: 1024px;
	margin: 0 auto;
	text-align: center;
}

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

#footer 
{ 
	float: left; 
	clear: both; 
	width: 400px; 
	color: #ffffff;
	background-color: #ffffff; 
}

/* Header */

#header h1 { font-size: 13px; margin: 0; padding: 20px 25px; }

#header a { border-bottom-width: 0; color: #ffffff; }

/* Navigation */

#navigation ul { margin: 0; padding: 0; list-style-type: none; float: left; }

#navigation li { float: left; }

#navigation a
{
	float: left;
	display: block;
	color: #3b5998; 
	padding: 5px 8px;
	border-bottom-width: 0; 
}
#navigation a:hover, #navigation a:active 
{ 
	color: #222222; 
	background: #73a340 url('images/menu_hover.') repeat-x top left; 
}


/* Video */

#video

{
  float: center;
  width: 450px;
  height:253px;
  margin: 10px;
  border: 7px solid #C3C3C3;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
 }

/* Content */

#content p
{
	float: left;
	margin: 10px 25px;
}

#content a.drop-shadow p { margin: 0; bottom: 10px; }

a.drop-shadow { border-bottom-width: 0; font-weight: normal; }

a.dropshadow:hover, a.dropshadow:active { background-color: #eeeeee; }

/* Footer */

#footer a { color: #3b5998; border-bottom-color: #ffffff; }

#footer a:hover, #footer a:active { color: #ffffff; border-bottom-color: #ffffff; }

#meta div
{ 
	padding: 0;
	width: 100%;
	float: left;
	margin: 10px 50px 0;
}

#meta h3 
{
	font-size: 12px;
	margin-left: 25px;
	color: #9ebb33;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#meta li
{
	list-style-image: url('images/pushpin.gif');
}

#meta li a
{
	display: block;
	padding: 3px 8px;
	border-bottom-color: #585855;
}

#meta li a:hover, #meta li a:active
{
	background-color: #474744;
	border-bottom-color: #585855;
}

#copyright 
{ 
	border-top: 1px solid #1c1c1c;
	background-color: #3b5998; 
	padding: 10px; 
	clear: both;
} 

#accordion  {
  margin: 20px 0 0;
  max-width: 400px;
}
  #accordion H2 {
    background: #6B7B95;
    color: white;
    cursor: pointer;
    font: 12px Helvetica, Arial, sans-serif;
    line-height: 16px;
    margin: 0 0 4px 0;
    padding: 3px 5px 1px;
  }
  #accordion .content {
    background-color: #F4F5F5;
  }
  #accordion .content p {
    margin: 0.5em 0;
    padding: 0 6px 8px 6px;
  }