@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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}

/*STRUCTURE*/

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

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


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

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

#content_wrap {
	float: left;
	width: 750px;
	margin-bottom: 30px;
}

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

#images {
	float: left;
	width: 250px;
	margin: 40px 50px 50px 50px;
}

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

#bottom {
	margin-top: 150px;
	width: 210px;
	padding: 5px;
}

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;
}

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

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

#content a {color: #1c75bc;}

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

h3 {font-size: 1.6em; color: #333;}

nav {
	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 li {
	display: inline;
}

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

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


nav li a:hover, .active {
	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 {
	border-right: 1px solid #999;
}

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

#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;
}

#content p {
	padding: 0 10px 0 30px;
}

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

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

#bottom img {
	padding-left: 35px;
}

#top {
	border: 1px solid #999;
}

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));
}