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

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td, hr
{
margin: 0; padding: 0; border: 0; outline: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: center;
}

h1, h2, h3, h4, h5, h6
{
font-size: 100%;
margin: 0 15px;
}

ul, ol
{
list-style: none;
}

.floatLeft
{
float: left;
}

.floatRight
{
float: right;
}

.clear{
	clear: both;
}

div.hr hr {
  display: none;
}
*:focus {
outline: 0;
}
*:focus { 
outline: none; }
*::-moz-focus-inner 
{ 
border: none;}

/* ----------------------------------------------
	fonts
------------------------------------------------ */

-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { 
font-weight: normal; 
color: #777; 
margin-top: 10px;
}
h2 
{
color: #777;font-family:  Arial,Helvetica,sans-serif
}

h1 { 
font-size: 28px; line-height: 1; margin-bottom: 0.5em; }

h2 { 
font-size: 21px; 
margin-bottom: 0.75em; }

h3 { 
font-size: 18px; 
line-height: 1; margin-bottom: 1em; }

h4 { 
font-size: 15px; 
line-height: 1; 
font-weight: bold;
margin-bottom: 1.25em; }

h5 { 
font-size: 1em; 
font-weight: bold; 
margin-bottom: 1.5em; }

h6 { font-size: 1em; 
font-weight: bold; 
}
ul, ol
{
list-style: none;
}

a,  a:link {
  color: #336699;
  text-decoration: none;
}

a:visited {
  color: #225180;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  color: #225180;
}

a:active {
	color: #6487c1;
}

a.more {
	font:bold 12px arial;
	border:1px solid #cbcaca;
	padding: 3px 15px;
	clear:both;
	background: url(../images/read_more_bg.png) repeat-x;
	margin: 10px 0 0;
}
	a.more:hover {
		border:1px solid #2c2c2c;
		text-decoration:none;
	}

.subtitle_green{
	color: #426659;
	font-weight:bold;
	display:block;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bold
{
	text-decoration: none;
	font-weight: bold;
	display:block;
	margin-top: 10px;
	}
.copy
{
	display: inline;
	font-size: 10px;
	color: 999999;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-top: 3px;
	text-align: left;
}
.copy a
{
	margin-top: 5px;
	margin-right: 5px;
	text-align: right;
}
.copy a:hover img{
background-color:#9fcdbe;
border-bottom:1px solid #4f9246;
border-right:1px solid #4f9246;
padding:2px;
text-decoration:none;
margin-right:2px;
margin-bottom:10px;
}

.title{
	font-family: georgia, serif;
	font-size: 28px;
	font-weight: bolder;
	color: #adadad;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 30px;
}
.subtitle{
	font-family: georgia, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #adadad;
	display: block;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
}
.navigate {
	color: #adadada;
	TEXT-ALIGN: right;
	float: right;
	height: 200px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 15px;
}
.top {
	float: right; width: 725px; height: 109px
}
