﻿/*============================================================================*/
/* Global Tags */
/*============================================================================*/

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #073D44;
	color: #e0e0e0;
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
}

a {
	color: #ECDF68;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 1px solid #fff;
}

strong {
	font-weight: normal;
}

h1, h2 {
	font-size: 150%;
	font-weight: bold;
	margin: 15px 0 10px 0;
	text-align: center;
}

h3, h4 {
	font-size: 120%;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

h5, h6 {
	font-size: 100%;
	font-weight: bold;
	/*font-style: italic;*/
	margin: 5px 0 2px 0;
}

form {

}

table, td, th {
	font-size: 100%;
	border-collapse: collapse; 
}

p {
	margin: 5px 0 5px 0;
}

ul {
	list-style: disc;
}

pre, code, var {
	color: #008000;
	font-size: 90%;
}

pre {
/*	word-wrap: break-word;*/
	margin: 10px;
}

acronym {
	font-style: italic; /* Bug in IE6 on line brakes */
	border: 0;
/*border-bottom: dotted 1px #999999;*/
	cursor: help;
}


/*============================================================================*/
/* Modifier classes */
/*============================================================================*/

.warning, .attention {
	color: #FF0000;
}

.info, .information {
	color: #00C000;
}

.bold {
	font-weight: bold;	
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.small {
	font-size: 70%;
}

.hidden {
	visibility: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.pcenter p {
	text-align: center;
	padding: 10px 0 10px 0;
}

.break {
	clear: both;
	height: 0;
}


/*============================================================================*/
/* Containers and boxes
/*============================================================================*/

#container {
	background-color: #296270;
	margin: 0 auto 0 auto;
	text-align: justify;
	width: 780px;
}

#frame {
	
}

#content {
	padding-top: 1px; /* makes same top offset for float and none */
}

.narrow {
	float: left;
	width: 560px;
}

.wide {
	float: none;
}

#sidebar {
	background-color: #518B99;
	float: right;
	width: 200px;
	text-align: justify;
	border-left: solid 20px #254F59;
}

.adsense {
	text-align: center;
}

.block {
	padding: 0 10px 0 10px;
	margin: 10px 0 10px 0;
}

.buttons {
	text-align: center;
	padding: 10px;
}

.link a {
	background: url(images/link.gif) right 5px no-repeat;
	padding-right: 9px
}

/*============================================================================*/
/* Header */
/*============================================================================*/


/* ===== Header ===== */

#header {
	color: #fff;
	background: #11C8D5 url(/images/header-bg.jpg) no-repeat;
	height: 250px;
	padding: 0;
}

/* languages */

#header .languages {
	position: relative;
	top: 10px;
	left: 15px;
	height: 30px;
}

.languages img {
	border: solid #000000 1px;
}

/* logo */

#header .logo {
	float: left;
	width: 400px;
	margin: 0;
	margin-top: 85px;
	text-align: right;
	padding: 0 0 0 20px;;
}

.logo a {
	color: #fff;
}

.logo a:hover {
	text-decoration: none;
}

#header .logo h1 {
	font-size: 28px;
	text-align: left;
	margin: 0;
	padding: 0;
}

#header .logo h2 {
	font-size: 11px;
	text-align: left;
	margin: 0;
	padding: 0;
}


/* quick-launch */

#header .quick {
	color: #fff;
	float: right;
	font-size: 13px;
	margin-top: 80px;
	margin-right: 20px;
	width: 200px;
}

#header .quick th {
	font-weight: normal;
}

#header .quick td {
	text-align: right;
}

#header .quick .button {
	margin-right: 15px;
	float: right;
}


/*============================================================================*/
/* Menu */
/*============================================================================*/

#menu {
	background: #21818E url(images/menu-bg.gif) repeat-x;
	border-top: solid 1px #DDFAFA;
	border-bottom: solid 1px #fff;
	height: 37px;
	padding: 0 10px 0 10px;
}

#menu ul {
	list-style: none;
}

#menu li {
	float: left;
	/* border-right: 1px solid #FFFFFF; */
}

#menu a {
	color: #fff;	
	font-weight: bold;
	height: 37px;
	line-height: 37px;
	padding: 10px;	
}

#menu a:hover {
	color: #FFC000;
	text-decoration: none;
}


/*============================================================================*/
/* Content */
/*============================================================================*/

#content .block h1, #content .block h2 {
	color: #fff;
	margin: 15px 0 10px 0;
	text-align: center;
}

#content. block h3, #content .block h4 {
	color: #fff;
	margin: 15px 0 5px 0;
}

#content .block h5, #content .block h6 {
	margin: 0 0 5px 0;
	padding: 0;
}

#content h5 a, #content h6 a {
	color: #e0e0e0;
}

#content .block .center, #content .block center {
	margin: 10px 0 10px 0;
}

#content .block ul {
	margin: 2px 0 10px 25px;
	padding: 0;
}

#content .block ul ul, #content .block ul ul ul, #content .block ul ul ul {
	margin: 2px 0 2px 25px;
}

#content .block ol {
	margin: 2px 0 5px 35px;
	padding: 0;
}

#content .block .multicols li {
	float: left; 
	list-style-type: none;
	text-align: left;
	padding-right:5px;
	width: 230px;
}

#content .block .link {
	text-align: right;
	padding: 5px 5px 5px 0;
}

#content .adsense {
	margin: 20px 0 5px 0;
}


/*----------------------------------------------------------------------------*/
/* Table block */

.table {
	background-color: #518B99;
	border: solid 1px #DDFAFA;
	margin: 10px auto 10px auto;
	padding: 0;
}

.table th {
	background-color: #21818E;
	border-bottom: 1px solid #DDFAFA;
	color: #fff;
	padding: 8px;
	text-align: center;
}

.table td {
	padding: 0 10px 10px 10px;
	text-align: center;
}

.table .first td {
	padding-top: 10px;
}


/*----------------------------------------------------------------------------*/
/* Form block */

.form {
	background-color: #518B99;
	border: solid 1px #DDFAFA;
	margin: 10px auto 10px auto;
	text-align: left;
}

.form .first {
	height: 10px;
	padding: 0 10px;
}

.form th {
	font-weight: normal;
	padding: 5px 0 0 10px;
	vertical-align: top;
	white-space: nowrap;
}

.form td {
	padding: 3px 10px 0 0;
}

.form .edit {
	width: 400px;
}

.form select {
	width: 405px;
}

.form .button {
	font-family: verdana, arial, sans-serif;
	display: inline; /* For IE8 */
}


/*============================================================================*/
/* Sidebar */
/*============================================================================*/

#sidebar .block {
	border-bottom: 1px dotted #DDFAFA;
	margin: 5px 0 0 0;
	padding: 0 10px;
}

#sidebar .button {
	font-size: 11px;
	padding: 5px 7px;
}

#sidebar .link {
	text-align: right;
	padding: 0 5px 5px 0;
}

#sidebar p {
	margin: 5px 0;
	padding: 0;
}

#sidebar ul	{
	margin: 10px 10px 5px 20px;
}

#sidebar ol	{
	margin: 10px 10px 5px 30px;
}

#sidebar h1, #sidebar h2 {
	color: #fff;
	margin: 5px 0 3px 0;
	font-size: 115%;
	text-align: left;
}

#sidebar h3, #sidebar h4 {
	color: #fff;
	margin: 5px 0 3px 0;
	font-size: 115%;
}

#sidebar h5, #sidebar h6 {
	color: #fff;
	margin: 4px 0 2px 0;
}

/*----------------------------------------------------------------------------*/
/* Quick launch */

#quick {
	/*background-color: #FFCC99;*/
	border-bottom: 1px dotted #DDFAFA;
	padding: 10px;
}

#quick table {
	width: 180px;
}

#quick th {
	color: fff;
	text-align: left;
	padding: 1px;
	width: 50%;
}

#quick td {
	color: #ECDF68;
	font-weight: bold;
/*	font-style: italic; */
	padding: 1px;
	white-space: nowrap;
}

#quick .buttons {
	padding: 8px 2px 0 40px;
}

/*
#quick .button {
	background-position: 2px;
	padding-left: 28px;
}
*/

/*----------------------------------------------------------------------------*/
/* Mail List */

#maillist table {
	margin: 10px auto 0 auto;
}

#maillist th {
	font-weight: normal;
	padding-right: 5px;
	text-align: left;
}

#maillist td {
	padding: 2px 0 2px 0;
}

#maillist td input {
	width: 120px;
}

#maillist .buttons {
	padding: 8px 0 10px 45px;
}


/*============================================================================*/
/* Footer */
/*============================================================================*/

#footer {
	background-color: #FFC000;
	color: #2D2200;
	padding: 0 0 10px 0;
	font-size: 80%;
	text-align: center;
}

#footer .bevel {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #A67F08;
	height: 1px;
	margin-bottom: 10px;
}

#footer a {
	color: #2D2200;
}

#footer p {
	margin: 0;
	padding: 1px;
}


/*----------------------------------------------------------------------------*/
/* Links */

#links {
	background: #BEDDED;
	color: #808080;
	font-size: 9px; 
	padding: 5px 0 0 0;
	text-align: center; 
}

#links a {
	color: #808080;
}


/*----------------------------------------------------------------------------*/
/* Notice */

#notice {
	background-color: #073D44;
	color: #076F7D;
	font-size: 9px;
	padding: 5px 0 5px 0;
	text-align: justify;
}

#notice a {
	color: #076F7D;
}


/*============================================================================*/
/* Button class */
/*============================================================================*/



.center .button {
	margin-left: auto;
	margin-right: auto;
}

.button {
	background-color: #FFC000;
	border: solid #000 1px;
	color: #2D2200;
	padding: 3px 6px 3px 6px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: block;
}

.button:hover {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}

/*
.arrow_right {

	padding-left: 30px;
	background-image: url(images/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}

.arrow_down {
	padding-left: 30px;
	background-image: url(images/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}

*/