﻿/* CSS Reset */
* {
	margin: 0;
	padding: 0;
}

ul {
  list-style-type: square;
  margin-top: 1em;
  margin-left: 1.2em;
}

ul ul {
  margin-top: 0;
}

body {
	font-size: 12px;
	font-family: Verdana, Arial, serif;
	line-height: 1.5em;
	background: #83a5fc url('../layout/pics/background.jpg') no-repeat center top;
	color: #333333;
}

p {
	padding-top: 1em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial;
	padding-top: 0.5em;
	color: #222222;
	line-height: 1.2em;
	border-bottom: 1px dotted #dddddd;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

img {
	border-style: none;
}

a {
  color: #111111;
}

hr 
{
	background-color: #c0c0c0;
	margin-top: 0.5em;
	height: 1px;
	border: none;
}

/***********************
*	Container
***********************/
#container {
	margin: 0 auto;
	width: 900px;
}

/***********************
*	Topbar
***********************/
#topbar {
	height: 35px;
	padding: 49px 50px 0 50px;
	background-image: url('../layout/pics/topbar.jpg');
	line-height: 35px;
}

#topbar div {
	float: left;
	margin-left: 1em;
}

#topbar a {
	color: #333333;
	text-decoration: none;
}

#topbar ul {
	list-style-type: none;
	float: right;
	margin: 0;
}

#topbar ul li {
	display: inline;
	margin-right: 1em;
}

/***********************
*	Header
***********************/
#header {
	height: 120px;
	background-image: url('../layout/pics/header.jpg');
}

/***********************
*	Wrapper
***********************/
#wrapper {
	background-image: url('../layout/pics/content-repeat.jpg');
}

/***********************
*	Menu
***********************/
#menu {
	width: 780px;
	height: 35px;
	list-style-type: none;
	background-image: url('../layout/pics/menu.jpg');
	margin: 0;
}

#menu li {
	float: left;
	width: 78px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-left: 10px;
}

#menu li:hover {
	background-image: url('../layout/pics/menu-selected.jpg');
}

#menu li.selected {
	background-image: url('../layout/pics/menu-selected.jpg');
}

#menu li a {
	color: #767676;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -0.02em;
}

#menu ul 
{
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	display: none;
	z-index: 500;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li
{
	clear: both;
	padding: 3px;
	margin: 0;
	width: 100px;
	height: auto;
	line-height: normal;
	text-align: left;
}

#menu ul li:hover
{
	background-color: #f0f0f0 !important;
	background-image: none !important;
}

#menu ul li a 
{	
	color: #777777;
	font-size: 0.9em;
	font-weight: bold;
}

#menu li:hover ul
{
	display: block;
}

/***********************
*	Content
***********************/
#content {
	min-height: 615px;
	padding: 10px 60px 10px 60px;
	background-image: url('../layout/pics/content-background.jpg');
	background-repeat: no-repeat;
}

#content table 
{
	margin-top: 0.5em;
	border: 1px solid #c0c0c0;
}

#content table th 
{
	background-color: #c0c0c0;
	color: #ffffff;
	padding: 3px;
	font-weight: bold;
	font-size: 1.1em;
}

#content table td 
{
	padding: 1px;
	background-color: #f5f5f5;
}

#content tbody 
{
	padding: 0;
}

.bigColumn 
{
	float: left;
	width: 520px;
}

.smallColumn 
{
	float: right;
	width: 260px;
}

.infoBoxText 
{
	margin-left: 20px;
	margin-top: 20px;
}

.infoBoxText h1 
{
	font-size: 1.0em;
	color: #222222;
	font-weight: bold;
}

.infoBoxText p 
{
	font-size: 0.9em;
	padding-top: 0.5em;
}

.infoBoxText label 
{
	font-style: italic;
	font-size: 0.9em;
}

.infoBox
{
	margin-left: 20px;
	margin-top: 15px;
	border: 2px solid #c0c0c0;
}

.infoBox h1 
{
	font-size: 1.1em;
	color: #ffffff;
	font-weight: bold;
	background-color: #c0c0c0;
	padding: 3px;
	border: none;
}

.infoBox p 
{
	font-size: 0.9em;
	padding: 0.5em;
}

.infoBox label 
{
	font-style: italic;
	font-size: 0.9em;
}

/***********************
*	Footer
***********************/
#footer {
	height: 35px;
	padding: 0 50px 35px 50px;
	line-height: 30px;
	background-image: url('../layout/pics/footer.jpg');
	color: #767676;
	text-align: center;
	font-size: 0.9em;
}

#footer a {
	color: #ffffff;
}

/***********************
*	Classes
***********************/
.cuteCursorHelper 
{
	display: none;
}

/***********************
*	Formatting
***********************/
.courier 
{
	font-family: Courier;
}


/***********************
*	Newsletter
***********************/
.newslettertitle 
{
  font-weight: bold;
  font-size: 1.15em;
  margin: 1em 0;
}

.alt 
{
  background-color: #f5f5f5;
}

.msgtitle 
{
  font-weight: bold;
}

.shortmessage 
{
  padding: 5px;
}

#selNL 
{
  margin: 1em 0;
}
