/* ----------------------------------------------------------------------------
Copyright (c) 2010, Wayne Oliver
Code licensed under the BSD License:
-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------
General
-----------------------------------------------------------------------------*/
body {
	margin: auto;
	background: white;
}
hr {
  	background-color: #ebebeb;
  	width: 100%;
  	height: 10px;
  	color: #ebebeb;
  	border: solid 1px #ebebeb;
}

td {
	text-align: center;
}

a  {
	color: #0f6bc0; 
}

dt {
	text-align:left;
	color: #0f6bc0;
}

dd {
	text-align:left;
}

li {
	text-align:left;
}

table {
	border-collapse: collapse;	
}

sub, sup {
	font-size: 60%;
}

p {
	text-align:justify;
}

/*---------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------
Structure
-----------------------------------------------------------------------------*/
.container {
	background: white;
	width: 1024px;
	height: auto;
	text-align: center;
	display: table-cell;
}

.header {
	width: 1024px;
	height: 146px;
   background: url(../images/header.jpg);
   background-repeat: repeat-x;
}

.left-box {
	float:left; 
	margin-left:10px; 
	margin-top:20px;
}
.left-header-text {
	float:left;
	text-align:left;
	font-family:tahoma;
	font-size: 24pt;
	color: #0f6bc0;
	margin-left:5px;
	margin-top:5px;
}
.right-header-text {
	float:right; 
	margin-right:10px; 
	margin-top:10px; 
	text-align:left; 
	font-family:tahoma; 
	font-size:17pt; 
	color:#636363;
}

.menu {
	width: 1024px;
	height: 44px;
   background: url(../images/menu.jpg);
   background-repeat: no-repeat;
}

.menu-text {
	font-family: verdana;
	font-size: 14px;
	color: #ffffff;
	padding: 12px 10px 10px 10px;
	float: left;
	font-stretch: condensed;
	cursor: pointer;
}

.content {
	width: 1024px;
	min-height: 300px;
	margin-left:auto;
	margin-right:auto;
}

.left-content {
	float:left;
	margin-top:0px; 
	margin-left: 110px;
	width: 720px;
	text-align:left;
	font-family:tahoma;
	color:#636363;
}
.right-content {
	float:right; 
	margin-top:10px; 
	padding-left: 5px;
	width: 160px;
	text-align:left; 
	font-family:tahoma; 
	color:#636363;
}

.footer {
	width: 890px;
	min-height:80px;
	margin-top:5px;
	padding-top: 5px;
	margin-left:auto;
	margin-right:auto;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-radius: 7px;
	font-family: Tahoma;
  	font-size: 8pt;
  	font-weight: normal;
  	color:#b1b1b1;
  	margin-top: 18px;
  	clear: both;
  	margin-bottom: 5px;
}

/* ----------------------------------------------------------------------------
forms
-----------------------------------------------------------------------------*/
form {
}
.rounded {
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 7px;
	-webkit-border-radius: 7px;
	background:#fff;
	padding:1em;
	border:1px solid #eee;
	width:27em;
	margin-left:auto;
	margin-right:auto;
}

fieldset {
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 7px;
	-webkit-border-radius: 7px;
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}

fieldset div {
	margin:0.3em 0;
	clear:both;
}

input#mail, select {
	padding:0.15em;
	width:200px;
	border:1px solid #ddd;
	background:#fafafa;
	font:0.95em arial, sans-serif;
}

textarea {
	padding:0.15em;
	width:200px;
	height: 100px;
	border:1px solid #ddd;
	background:#fafafa;
	font:0.95em arial, sans-serif;
}

label {
	font:0.95em arial, sans-serif;
	float:left;
	width: 160px;
	text-align:right;
	margin-right:10px;
}

input#mail :hover, input#mail :focus {
	border-color: #006cb0;
	background: #f6f6f6;
} 

/*---------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------
tables
-----------------------------------------------------------------------------*/
td {
	text-align: center;
	vertical-align: top;
}
/*---------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------
custom classes
-----------------------------------------------------------------------------*/
.heading {
	font-size: 140%;
	color: #0f6bc0;
	text-decoration:underline;
}
.subheading {
	font-size: 100%;
	color: #0f6bc0;
	text-decoration:underline;
}

.quick-link {
	margin-top: 0px;
	padding-left: 5px;
	border-bottom: 0px dotted #666;
}

.stats-h {
	border-bottom:1px solid  #0f6bc0;
	border-right:1px solid  #0f6bc0;
	border-left:1px solid  #0f6bc0;
	border-top:1px solid  #0f6bc0;
	font-size:90%;
}	

.stats {
	border-bottom:1px solid  #0f6bc0;
	border-right:1px solid  #0f6bc0;
	border-left:1px solid  #0f6bc0;
	padding-left: 5px;
	font-size:70%;
	text-align: left;
}

.data {
	padding-left: 5px;
	text-align: left;
}

a.flink:link, a.flink:hover, a.flink:active, a.flink:visited {
	font-family: Tahoma;
  	font-size: 8pt;
  	font-weight: normal;
  	text-decoration: none;
  	color:#b1b1b1;
}

a.nav:link {color: #ffffff; text-decoration: none; }
a.nav:visited {color: #ffffff; text-decoration: none; }
a.nav:hover {color: #ffff99; text-decoration: underline; }
a.nav:active {color: blue; }

.copyright {
	line-height:1.5;
}
/*---------------------------------------------------------------------------*/
