﻿/* This is the global style sheet to define all the global styles */

/* reset trick */
* {
	margin: 0;
	padding: 0;
}

html{
	height:100%;
	margin-bottom:1px;
}
body {
	font-size: 62.5%;
	font-family: "Trebuchet MS", helvetica, arial, clean, sans-serif;	
}

#home {
	background: #7897a7 url(images/bg_home.gif) left top repeat-x;
}

#inside {
	background: #7897a7 url(images/bg_inside.gif) left top repeat-x;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 768px;
}

div#mainContent
{
	background: url(images/bg_insidecontent.png) repeat-y;
}

div#contentBottom
{
	background: url(images/bg_bottom.png) no-repeat;
	height: 28px;
	clear: both;
}

div.primaryContent
{
	width: 506px;
	float: left;
	padding: 40px 40px 20px 40px;
}

div.secondaryContent
{
	width: 182px;
	float: left;
}

div#contentContainer
{
	background:url(images/bg_popup_flash.gif) no-repeat;
	width: 768px;
	height: 547px;
	padding: 30px;
}

a#skip {
	color: #fff;
	position: absolute;
	top: -9999em;
}

a img {
	border: none;
}

a, a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

label {
	cursor: pointer;
}

ul
{
	list-style-type: none;
}

h4 
{
	color: #ff8200;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

h5 
{
	color: #ff8200;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 10px 0;
}

p
{
	font-size: 1.2em;
	padding-bottom: 15px;
	color:#4d6572;
}

p span.emphasized
{
	font-size: 1.8em;
}

p span.links
{
	font-size: 1.3em;

}

div.generalContent p a
{
	color: #ff8200;
}
div.generalContent a:hover
{
	text-decoration: underline;
}


