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

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
display: block;
}

@font-face {
    font-family: 'EBGaramondRegular';
    src: url('webfontkit-20111204-232424/ebgaramond-webfont.eot');
    src: url('webfontkit-20111204-232424/ebgaramond-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfontkit-20111204-232424/ebgaramond-webfont.woff') format('woff'),
         url('webfontkit-20111204-232424/ebgaramond-webfont.ttf') format('truetype'),
         url('webfontkit-20111204-232424/ebgaramond-webfont.svg#EBGaramondRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AdobeGaramondProRegular';
    src: url('webfontkit-20111205-001959/agaramondpro-regular-webfont.eot');
    src: url('webfontkit-20111205-001959/agaramondpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfontkit-20111205-001959/agaramondpro-regular-webfont.woff') format('woff'),
         url('webfontkit-20111205-001959/agaramondpro-regular-webfont.ttf') format('truetype'),
         url('webfontkit-20111205-001959/agaramondpro-regular-webfont.svg#AdobeGaramondProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



body {
	margin: 0;
	padding: 0;
	font-size: 67.5%;
	background-color: #003;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

li {
	list-style-type: none;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
	background-color: #fff;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*STRUCTURE*/

header {
	height: 80px;
	padding: 20px 20px 20px;
}

nav {
	height: 30px;
	/*overflow: hidden;*/
}

#placeholder {
	height: 160px;
	margin: 50px 20px 100px;
	
}

#3colwrap {
	float: left;
	margin-top: 50px;
}

#sidebar {
	float: left;
	width: 190px;
	padding: 0 20px 0 25px;
	margin-bottom: 30px;
}

#content_wrap {
	float: left;
	width: 700px;
	margin-top: -10px;
	margin-bottom: 30px;
}

#content {
	float: left;
	margin: 0 0 0 60px;
}

#content p, #content h3, #content ul {
	width: 550px;
	float: left;
}

#content table {
	float: left;
	width: 550px;
	font-size: 1.1em;
	margin-left: 30px;
}

#images {
	float: right;
	width: 230px;
	margin-top: -170px;
}

/*#top {
	width: 286px;
}*/


footer {
	height: 50px;
	clear:both;
	padding: 2px 20px 0;
	margin-top: 50px;
}

/* STYLING */

p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.5em;
	color: #333;
}

header h1 {
	font-size: 1.4em;
	color: #333;
	float: left;
	margin-left: 700px;
	margin-top: -60px;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.bigger {
	font-family: 'AdobeGaramondProRegular', serif;
	font-size: 1.8em;
}

#content {
	border: 1px solid #1c75bc;
	border-top: none;
	margin-top: -15px;
	padding-top: 20px;
}

#content h1 {
	font-size: 2em;
	color: #333;
	
}

#content h3 {
	font-size: 1.4em;
	color: #1c75bc;
	margin-bottom: -5px;
}
#content a {color: #1c75bc;}

#content a:hover {
	border-bottom: 1px solid #1c75bc;
}

nav {
	background-color: #282560;
	background-image: url(images/nav_bg.jpg);
	background-image: linear-gradient(top, #1c75bc 2%, #282560 51%);
	background-image: -o-linear-gradient(top, #1c75bc 2%, #282560 51%);
	background-image: -moz-linear-gradient(top, #1c75bc 2%, #282560 51%);
	background-image: -webkit-linear-gradient(top, #1c75bc 2%, #282560 51%);
	background-image: -ms-linear-gradient(top, #1c75bc 2%, #282560 51%);

	background-image: -webkit-gradient(
	linear,left top,left bottom,color-stop(0.02, #1c75bc), color-stop(0.51, #282560));
	font-family: 'EBGaramondRegular', serif;
	font-size: 1.8em;
}

nav ul {
	align: center;
	margin: 0 20px;
}

nav ul li {
	display: inline;
	
}

nav ul li a {
	color: #fff;
	text-align: center;
	padding: 0 30px 5px;
	border-left: 1px solid #999;
	vertical-align: middle;
	margin-right: -3px;
	
}

.last {
	border-right: 1px solid #999;
}


nav ul li a:hover, .active {
	background-color: #1c75bc;
	background-image: url(images/nav_highlight.jpg);
	background-image: linear-gradient(bottom, #1c75bc 2%, #282560 51%);
	background-image: -o-linear-gradient(bottom, #1c75bc 2%, #282560 51%);
	background-image: -moz-linear-gradient(bottom, #1c75bc 2%, #282560 51%);
	background-image: -webkit-linear-gradient(bottom, #1c75bc 2%, #282560 51%);
	background-image: -ms-linear-gradient(bottom, #1c75bc 2%, #282560 51%);

	background-image: -webkit-gradient(
	linear,left top,left bottom,color-stop(0.02, #282560), color-stop(0.51, #1c75bc));
	
}

#sidebar a {
	color: #1c75bc;
}

#sidebar a:hover {
	color: #282560;
	border-bottom: 1px solid #282560;
}

#sidebar p {
	font-size: 1.05em;
	line-height: 1.4em;
	color: #333;
}

ol li{
	list-style-type: decimal;
	padding: 2px 0;
}

#sidebar h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 1.2em;
	color: #1c75bc;
}

.italic {
	font-style: italic;
	float: right;
	padding-right: 20px;
}

.smaller {font-size: .8em;}

#content p, #content h3 {
	padding: 0 0 0 30px;
}

#content li {
	list-style-type: disc;
	margin: 0 0 8px 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.5em;
	
}

#content table {
	padding: 10px;
}

#content table {
	text-align: center;
}

.left {text-align: left; padding-left: 50px;}

.strong {
	font-weight: bold;
}

.strongleft {text-align: left; padding-left: 50px; font-weight:bold;}

.blue {background-color: #e8f0f7;}

#images img {
	border: 5px solid #fff;
}



footer p {
	font-size: 1em;
	color: #fff;
}

.float_right {
	float: right;
}

footer a {
	color: #fff;
}

footer a:hover {
	border-bottom: 1px solid #fff;
}

footer {
	background-image: url(images/footer_bg.jpg);
	background-image: linear-gradient(bottom, #000000 2%, #282560 51%);
	background-image: -o-linear-gradient(bottom, #000000 2%, #282560 51%);
	background-image: -moz-linear-gradient(bottom, #000000 2%, #282560 51%);
	background-image: -webkit-linear-gradient(bottom, #000000 2%, #282560 51%);
	background-image: -ms-linear-gradient(bottom, #000000 2%, #282560 51%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left 10,
	color-stop(0.02, #000000),
	color-stop(0.51, #282560));
}
	
/*TABS*/

#navcontainer {
	margin: 50px 20px 0 60px;
	
}

#navcontainer li {
	font-family: 'EBGaramondRegular', serif;
	font-size: 2em;
}

#navlist
{
	padding: 4px 0;
	margin: 0;
	width: 640px;
	border-bottom: 1px solid #1c75bc;
	color: #000;
	margin-bottom: 15px;
}

#navlist li
{
list-style-type: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3.5px 0.5em;
margin-right: 3px;
border: 1px solid #1c75bc;
border-bottom: none;
background-color: #e8f0f7;
text-decoration: none;

}

#navlist li a:link, #navlist li a:hover, #navlist li a:visited { color: #000; opacity: .7; }

#navlist li a:hover {
	background-color: #73b0e5; opacity: 1;
}

#navlist li a#current
{
background-color: #fff;
border-bottom: 2px solid #fff;
opacity: 1.0;
}
