@charset "UTF-8";

* {
	padding:0;
	margin:0;
	outline:none;
}

a {
	text-decoration:none;
	color:#666;
}

a:hover {
	text-decoration:underline;
	color:#000;
}

body {
	width:100%;
	background:url(images/skin/background-gradient.jpg) no-repeat #2b363b center top;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#666;
}

#container {
	width:840px;
	background:#FFF;
	margin:0 auto;
	height:auto;
}

#content {
	width: 600px;
	background:url(images/skin/left-column.jpg) repeat-y left top;
	text-align:justify;
	padding:0 0 0 240px;
}

#content img{
	float:left;
}

#header {
	width:840px;
	background:url(images/skin/logo-background.gif) no-repeat top left #1a2429;
}

#header img {
	float:left;
	margin: 155px 0 0 0;
}

/*FADING BOXES*/

.fading_nav {
	width: 120px;
	padding: 0;
}
  
.fading_nav a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#69848e;
	display: block;
  	width:114px;
	float:left;
	padding: 6px 3px;
	text-align:center;
	background: #e1f1f4;
	border-bottom: 1px solid #FFF; 
  }
  
.fading_nav a:hover {
	background:#cfdee1;
	text-decoration:none;
 }

.fading_box {
	width: 420px;
	position: relative;
	float:right;
	clear:none;
	height: 940px;
  }
  
.fading_text {
	  position: absolute;
	  font-size:11px;
  }
  
#flash {
	width:600px;
	height:240px;
	float:right;
	background:#FFF;
}

#footer {
	color: #618C91;
	font-size:9px;
	width:810px;
	padding:14px 30px 14px 0;
	background: #1a2429;
	text-align:right;
	clear:both;

}
#footer a {
	color: #618C91;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #72979e;
	font-weight:normal;
}

#navigation {
	background:#e0f1f6;
	width: 560px;
	float:right;
	text-align:left;
	padding: 10px 20px 0 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
		text-align:justify;

}

#navigation li {
	display:inline;
}

#navigation a {
	display:block;
	padding: 3px 6px 13px 6px;
	text-decoration:none;
	color:#69848e;
	float:left;
}

#navigation a:hover {
	/*background:url(images/skin/nav-grad.jpg) repeat-x bottom;*/
	color:#2b363b;
}

#text {
	width:420px;
	float:right;
	padding:50px 30px;
	clear:none;
}

#text ul {
	padding: 15px 0 15px 20px; 
}

#text li {
	padding:3px 0 3px 10px;
	font-style:italic;
}

#flash img {
margin:0;
}
