﻿body, ul, ol, h1, h2, h3, h4, h5, h6, form, li, p 
{
	margin: 0;
	padding: 0;	
}

body, textarea
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	letter-spacing: 0.2px;
	font-size: 13px;
	line-height: 23px;
	position: relative;
}

.page-home
{
	background: #fff url('background.png') repeat-x top left;
}

.page-other
{
	background: #fff url('background2.png') repeat-x top left;
}

#wrapper
{
	width: 100%;	
	display: table;
	position: relative;
}

#top
{
	margin: 0 auto;
	position: relative;
	width: 960px;		
}

.top-home
{
	height: 110px;
}

.top-other
{
	height: 150px;
}

#logo
{
	position: relative;
	top: 20px;
	height: 90px;
	text-indent: -9999px;
	background: transparent url('logo.png') no-repeat scroll left top;
}

#nav
{
	position: absolute;
	right: 0px;
	top: 40px;
	list-style-position: outside;
}

#nav li
{
	list-style-type: none;
	display: block;
	float: left;
	line-height: 18px;
	padding: 6px 10px;
	width: 100px;
	border-left: 1px solid #484848;
}

#nav li a
{
	text-decoration: none;	
}

#nav li a strong
{
	display: block;
	font-size: 16px;	
	font-weight: normal;
}

#nav li a span
{
	font-size: 10px;
}

.menu-item a
{
	color: #a0a0a0;
}

.menu-item a:hover
{
	color: #fff;
}

.menu-item-current a
{
	color: #fff;
}

ul, ol 
{
	margin-bottom:10px;
}

#topimage
{
	background: url('topshadow.png') no-repeat;
	margin: 0 auto;
	overflow: hidden;
	top: -5px;
	position: relative;
	width: 987px; 
	height: 440px;
}

#topimage img
{
	position: relative; 
	top: 7px; 
	left: 15px;
}

#tickerback
{
	filter: alpha(opacity=50);
	opacity: 0.5;
	background-color: #000;
	width: 0px;
	position: relative;
	top: -29px;
	left: 15px;
	height: 30px;
}

#tickertext
{
	width: 961px;
	text-align: center;
	position: relative;
	top: -55px;
	left: 15px;
	height: 30px;
	color: #fff;
	display: none;
}

#main
{
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 940px;	
}

#content
{
	
}

#content ul
{
	margin: 10px 0px 0px 20px;
	list-style: none;
}

#content li
{
	margin-bottom: 15px;
}

#content li strong
{
	display: block;
}

#content h1
{
	font-size: 18px;
	font-weight: normal;
	color: #606060;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid #c0c0c0;
	text-transform: uppercase;
	letter-spacing: 1.6px;	
	/*font-variant: small-caps; */
	font-family: Trebuchet MS;
}

.section
{
	margin-bottom: 30px;
}

.column
{
	display: block;
	width: 260px;	
	float: left;
	line-height: 24px;
}

.column p
{
	margin-bottom: 10px;
}

.column-not-last
{
	margin-right: 80px;
}

#footer
{
	color: #a0a0a0;
	font-size: 10px;
	position: relative;
	text-align: center;
	top: 50px;
	margin: 0 auto;
}

form
{
	margin-top: 10px;
	margin-left: 30px;
}

label
{
	display: block;
	font-size: 14px; 
	margin-bottom: 2px;
	font-weight: bold;
	color: #202020;
	clear: left;
}

input[type=text], input[type=email]
{
	width: 300px;
	height: 25px;
	float: left;
}

.inputfield
{
	background-color: transparent;
	color: #303030;
	margin-bottom: 10px;
	font: inherit;
	border: 1px solid #c0c0c0;
	padding-top: 4px;
	padding-left: 2px;
	font-size: 16px;
	vertical-align: middle;
	float: left;
}

input[type=button]
{
    clear: left;
    display: block;
}

textarea
{
	width: 500px;
}

.validation-error
{
    float: left;
    font-weight: normal;
    font-size: 12px;
    color: Red;
    margin-left: 10px;
    margin-top: 2px;
}

.hidden
{
    display: none;
}
