 @charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */



/*	-------------------------------------------------------------
	IMPORT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@import url("blue.css"); 


/*	-------------------------------------------------------------
	STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/



/*	-------------------------------------------------------------
	RESET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
	
body {
	line-height: 1; }
		
ul,
ol {
	list-style-type:none;
	margin:13px 0 13px 15px;
	padding:0; }

ul li,
ol li {
	line-height:1.7;
	margin:0 0 2px 0;
	padding:0; }
	
blockquote, q {
	quotes: none; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

:focus {
	outline: 0; }

ins {
	text-decoration: none; }
	
del {
	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0; }

/*	-------------------------------------------------------------
	BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html {
	font-size: 100%; }

body {
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	letter-spacing:-0.04em;
	color: #666;
	font-size:67%;
	line-height: 1.538em;
	background: #afb1b4 url("../../images/bg_body.jpg") no-repeat center top; } 

 

/*	-------------------------------------------------------------

	LINKS

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


a {

	margin: 0;

	outline: 0; }

 

a, a:visited, a:active {

	text-decoration: none; }

 

a:hover {

	color: #666;

	text-decoration: none; }

  

/*	-------------------------------------------------------------

	TYPOGRAPHY

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


p {

	line-height: 1.7;
	font-size:1em;

	margin: 0 0 12px 0; }

 

h1 {

	font-weight: normal;

	margin: 15px 0 10px; }

 


h2 {

	font-weight: normal;
	font-size: 2.5em;

	margin: 15px 0 10px;
}

h10 {

	font-weight: normal;
	font-size: 1.2em;

	margin: 15px 0 10px;
}

 

h3 {

	font-weight:bold;
	font-size: 2em;

	margin: 20px 0 0 0;}
	

h4 {

	font-weight:bold;
	font-size: 1.4em;
	color: #006;

	margin: 20px 0 0 0;}
	
	h5 {

	font-weight:bold;
	font-size:1.1em;
	color: #000;

	margin: 10px 0 0 0;}

		h6 {

	font-size:1.2em;
	color:#399;

	margin: -6px 0 6px 0;}
	
		h13 {

	font-size:1.3em;
	color:#399;

	margin: -6px 0 6px 0;}
	
		
	h7 {

	font-size: 1.1em;
	color: #006;
	font-style: italic;

	margin: 0px 0 0px 0;}



/*	-------------------------------------------------------------

	HACKS

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


.clear {

	clear: both;

	font-size: 0;

	height: 0;

	line-height: 0;

	position: relative; }

 

.clearandspace {

	clear: both;

	font-size: 0;

	height: 20px;

	line-height: 0;

	position: relative; }


.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }

.clearfix { display:inline-block; }
	
/* Hide from IE Mac \*/
	.clearfix { display:block; }
/* End hide from IE Mac */
 

/*	-------------------------------------------------------------

	GRID

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


.container {

	margin: 0 auto;

	padding:20px 0 0 0;

	width: 100%;
	background: transparent; }

 

.wrapper {

	margin: 0 auto;

	padding: 0;

	width: 998px; }

 

.header {
	position: relative;

	margin: 0;
	height:91px;

	width: 998px; }


.sub-header {

	margin: 0 0 10px 0;
	height:368px;

	width: 998px;
	background:transparent url("../../images/shadow.png") no-repeat bottom center; }

.content {

	padding:0 14px 40px 14px;
	width: 998px;
	background: url("../../images/bg_content2.png") no-repeat bottom left; }

.content-text {

	margin:0 auto;
	padding:0;

	width:900px; }

.footer-text {

	margin: 10px 0 10px 0;
	padding:0;

	width: 998px;
	font-size:0.9em;
	text-align:center;
	background:none; }

/*	-------------------------------------------------------------

	INTERFACE ELEMENTS

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


/* HEADER */
.header h1 {

	position:absolute;
	top:25px; /*logo */
	left:45px;
	margin: 0;
	padding:0;
	width: 1000px;
	height:54px;
	text-indent:-9999px;
	background:transparent url("../../images/logo.png") no-repeat 0 0; }

.header .nav {

	position:absolute;
	top:42px;
	right:40px;
	margin:0;
	padding:0; }

.header .nav li {

	float:left;
	width:auto;
	margin:0 15px;
	background:transparent; }

.header .nav li a {

	color:#fff !important;
	font-size:1.4em;
	text-transform:uppercase;
	background:transparent; }

.header .nav li a:hover, .header .nav li a.selected {
	background:transparent; }

/* FRONTPAGE */ 
#front-left, #front-right {
	float:left;
	width:20%;
	height: 2600px;
	padding:10px 25px 0 0;
	margin:0;
	background:transparent; }

#front-mid h2 a, #front-right h2 a {
	font-size:1.9em;
	font-weight:bold;
	margin:0;
	color:#099 !important; }

#front-left p, #front-mid p, {
	padding:0 20px 0 0;}

#front-mid {
	padding:10px 20px 0 175px;  }







