2@charset "UTF-8";
/* CSS Document */

/* 
#445978 blue
#D4DDE5 light blue
#CC3300 orange
*/

/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
h1,h2,h3,h4,h5,h6,p,ul,li, {
	color:#333;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height:1.5em;
	outline:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section, img{
	display:block;
}
/*HTML================================*/
html, body {
   margin:0;
   padding:0;
}
body{
	background-color:#51698D;
}


h1{
	color:#CC3300;
	font-size:5em;
	font-style: italic;
	line-height: 150%;
	font-weight: lighter;
	border-bottom: 1px solid #445978;
	text-align: center;
	padding-top: 0px;
	padding-bottom: .1em;
}
h2{
	font-size: 2.25em;
	line-height: 110%;
	color: #333;
	color:#CC3300;
	text-align: left;
	padding-top: .25em;
	margin-bottom:.25em;
    font-weight: normal;
}
h2.first {
		margin-top: 0em;
}
/*Page Intro*/
h3{
	font-size: 1.5em;
	line-height: 150%;
	color:#CC3300;
	color: #333;
	margin-top: 0em;
}
h4{
	font-size: 1.25em;
	line-height: 150%;
	color:#000000;
	margin-bottom: .25em;
	margin-top: 0em;
	}

h5{
	font-size: 1.75em;
	line-height: 150%;
	color: #333;
	text-align: left;
    font-weight: normal;
	letter-spacing:.025em;

}
p{
	font-size: 1.3125em;
	line-height: 140%;
	margin-bottom:.75em;
	margin-top:0em;
}

/*#mainContent p:first-of-type:first-letter {
    float: left;
    font-size: 55px;
	color: #CC3300;
    line-height: 1;
    font-weight: bold;
    margin-right: 9px;
}*/
a:link {
	color: #369;
    text-decoration: none;
}
a:visited {
	color: #369;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
    text-decoration: none;
}
a:active {
	color: #CC3300;
    text-decoration: none;
}
/*Nav================================*/
#wrapper{	
	background-color:#FDFAF9;
	width:100%;
}
#topNavBar{
	width:100%;
	padding-top:2em;
	background-color:#FDFAF9;
}
#topNav{
	width:100%;
	height:3.5em;
	margin:0 auto;
	background: #51698D; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#51698D, #435773, #384A63); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#51698D, #435773, #384A63); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#51698D, #435773, #384A63); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#51698D, #435773, #384A63); /* Standard syntax */
	border-top: 4px solid #2C4872;
	border-top: 5px solid #fff;
	border-top-style: double;
	border-bottom: 4px solid #2C4872;
	border-bottom: 5px solid #fff;
	border-bottom-style: double;
}
#mainNavigation{
	position:relative;
	width:1024px;
	margin:0 auto;
}
#logo{
	width:200px;
	height:80px;
	padding:1em;
	position:absolute;
	top:-1em;
	left:0em;
	background-color:#D4DDE5;
	border:2px solid #2C4872;
}
#nav {
	margin:-.5em;	
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul {
	float: right;
}
li {
	float: left;
}
#nav li a {
	font-size:1.2em;
	line-height: 4em;
	padding: 0 1em;
	color: white;
	float: left;
	text-decoration: none;
	display: block;
}
#nav li a:hover {
	font-size:1.2em;
	color: #D4DDE5;
	color: #CC3300;
}

 /*Dropdown Button ================================*/
.dropbtn {
    background-color: transparent;
    color: #ffffff;
    font-size: 1.1em;
    border: none;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	height:3.5em;

}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
	margin-top: .3125em;
	padding-top:.1em;
	border: none;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #2F3F55;
    min-width: 225px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	border: none;
}
/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	border: none;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: transparent;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	background-color: transparent;
	color: #CC3300;
} 

/*Home================================*/
#homeContentArea{
	width:1024px;
	width:100%;
	margin:0 auto;
	padding-bottom:0em;
	margin-top:2.2em;
}
#homeContentAreaBar{
	padding-top:0em;
	margin:0 auto;
	width:60%;
}
#homeTag{
	width:1024px;
	margin:0 auto;
}
#homeContentArea img{
	width:100%;
	min-width:1024px;
	margin:0 auto;
	margin-top:-10em;
	float:left;
}
#homeContentArea h1{
	color:white;
	margin:0 auto;
	font-size:3em;
	letter-spacing:.1em;
	text-shadow: 1px 1px #000;
}
#homeContentArea h2{
	font-size:2em;
	line-height: 1em;
	margin:0 auto;
	color:white;
	text-align: center;
	padding-top: 0;
	font-style: italic;
	letter-spacing:.1em;
	text-shadow: 1px 1px #000;
}
/*h1{
	color:#CC3300;
	font-size:4.5em;
	font-style: italic;
	line-height: 150%;
	font-weight: lighter;
	border-bottom: 1px solid #445978;
	text-align: center;
	padding-top: 0px;
	padding-right: auto;
	padding-bottom: .1em;
	padding-left: auto;
}
h2{
	font-size: 1.6em;
	line-height: 150%;
	font-weight: lighter;
	color: #333;
	text-align: left;
	padding-top: 1.25em;
	padding-bottom: .3125em;
}*/
/*Main Content================================*/
#contentArea{
	width:1024px;
	margin:0 auto;
	padding-bottom:3em;
}
#pageTitle{
	width:1024px;
	margin: 0 auto;
}
#mainContent{
	width:65%;
	float:left;
}
#aside{
	width:25%;
	float:right;
	background-color:#D4DCE5;
	border:1px solid #445978;
}
.asideContent{
	width:80%;
	padding: 1.5em 2em 1em 1.5em;
}
#aside h3{
	border-bottom: 1px dotted #445978;
}
#aside img{
	width:100%;
	height:100%;
	/*margin-bottom:1em;*/
}
#aside .vcard{
	width:80px;
	height:48px;
	margin-top:3em;
}
#twoColumnLeft{
	width:48%;
	float:left;
}
#twoColumnRight{
	width:48%;
	float:right;
}
iframe {
	width:100%;
	margin-top: 2em;
	frameborder: 0;
	height: 250px;
}
/*Footer================================*/
#footerBar{
   background: #384963; /* For browsers that do not support gradients */
   background: -webkit-linear-gradient(#384963, #51698D); /* For Safari 5.1 to 6.0 */
   background: -o-linear-gradient(#384963, #51698D); /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(#384963, #51698D); /* For Firefox 3.6 to 15 */
   background: linear-gradient(#384963, #51698D); /* Standard syntax */
   height:15em;
}
#footer{
		width:600px;
	margin:0 auto;
	padding-top:2em;
}
#footer #leftFooter{
	float:left;
}
#footer #rightFooter{
	float:right;
}
#footer p{
	color:#D4DDE5;
	font-size: 1.25em;
	line-height: 150%;
	margin-bottom:0px;
}
#footer a:link {
	color: #D4DDE5;
	text-decoration: underline;
}
#footer a:visited {
	color: #D4DDE5;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
    text-decoration: none;
}
#footer a:active {
	color: #D4DDE5;
    text-decoration: none;
}
/*Other================================*/
.clear {
	clear:both;
}