﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #989898;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000
}



h1, h2, h3 {
	font-weight: normal;
	color: black;
}

h1 { font-size: 220%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; color:#FFF }
h4 { font-size: 90%; color:#000; font-weight: bold }

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 167%;
	font-size: 100%;
}

a:link {
	color: #0033FF;
	font-size:100%;
}

a:hover {
	text-decoration: none;
	color: #609bd2;
}

a:visited {
	color: #000066;
}

a.footer:link {
	color: #fff;
	font-size:100%;
}

a.footer:hover {
	text-decoration: none;
	color: #609bd2;
}

a.footer:visited {
	color: #fff;
}

/* Header */

#header {
	width: 740px;
	height: 135px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 206px;
	height: 150px;
	border: 0px solid #000000;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 24px;
}

#logo h1 a {
	color: #000000;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 8px;
	font-weight: bold;
}

#logo h2 a {
	color: #3B3B3B;
}

#logo a {
	text-decoration: none;
}
#menu .active a {
 font-size:5px
}

/* Splash */

#splash {
	width: 740px;
	height: 180px;
	margin: 0 auto;
	background: url(images/img2.jpg) no-repeat right top;
}

#splash p {
	padding: 100px 550px 50px 20px;
	text-align: right;
	font-weight: bold;
	color: #000000;
}

/* Page */

#page {
	width: 740px;
	margin: 0 auto;
	background:#f2f8f4;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

/* Content */

#content {
	float: right;
	width: 492px;
	padding: 20px;
	background:#f2f8f4;
}

#content ol, #content ul {
	margin-left: 3em;
}

#paragraph {
	float:right;
	width:50px;
	padding:inherit;
	
}

/* Sidebar */

#sidebar {
	float: right;
	width: 195px;
	padding: 5px 5px 20px 7px;
	background: #e3e3e3;
	z-index:1
}

#sidebar h2 {
	padding-top: 6px;
	font-size: 100%;
	font-weight: bold;
}

#sidebar h3 {
	font-size: 77%;
}

#sidebar h3 span {
	padding: 3px 5px;
	background:#8e2a12;
}

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

#sidebar li {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	border-top: 1px dotted #000000;
}

/* Footer */

#footer {
	clear: both;
	width: 720px;
	height: 30px;
	margin: 0 auto;
	padding: 10px;
	background:#0072C6;
		
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
	float:left
}

#legal {
	float: left;
}

#links {
	float: right;
}
#newMenu{width:740px; height:30px; background-color:#0072C6;}
#newMenu ul{display:block; margin:0px; position:relative; height:100%; min-height:100%; padding-right:10px; padding-top:0px; padding-bottom:0px; padding-left:0px; }
#newMenu ul li{display:block; float:right; position:relative; min-height:100%; height:100%;  }
#newMenu ul li a{display:block; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; color:#fff; text-decoration:none; font-size:11px; width:100%; height:100%; margin-left:0px; margin-right:10px; line-height:30px; background-color:#0072C6; border-left:none; border-right:none;   }
#newMenu ul li a:hover{font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFAFA; text-decoration:none; font-size:11px; background-color:#639cd9; }


#newMenu ul ul{display:none; margin:0px; padding:0px; position:absolute; background-color:#B8C8D9; width:100px; left:10px; top:30px; }
#newMenu ul ul li{display:block; float:left; width:100%; border-left:none; border-right:none; background-color:#B8C8D9; }
#newMenu ul li:hover ul{display:block;}
#newMenu li li:hover a{background-color:transparent; }
#newMenu li li a{display:block; text-align:left; width:100%; float:left; border:none; background-color:#B8C8D9; padding-left:10px; margin:0px; font-family:Verdana; color:#333333}
#newMenu li li a:hover, #newMenu li li:hover{background-color:#639cd9; }
#page #content blockquote h2 {
	font-size: 12px;
}

