*
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}
html, body
{
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
body
{
	background-color: #AACCEF;
	background-image: url(../images/main_bg_grad.png);
	background-repeat: repeat-x;
}
a
{
	color: #00F;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
hr
{
	margin-bottom: 10px;
}
img
{
	border: 0;
}
.clearBoth
{
	line-height: 0;
	height: 0;
	clear: both;
}
h1
{
	font-size: 12pt;
	margin-bottom: 10px;
}
h2
{
	font-size: 10pt;
	margin: 0;
}
html>body #pageMain
{
	height: auto;
	margin: 0 auto;
}
#pageMain
{
	position: relative;
	min-height: 100%;
	height: 100%;
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
}
.home
{
	background-image: url(../images/page_bg_480px_down.jpg);
	background-position: 0px 480px;
	background-repeat: no-repeat;
}

/**
 * Header
 */
#header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 201px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}

#logoGoHome
{
	position: absolute;
	top: 10px;
	left: 10px;
	height: 100px;
	width: 425px;
	cursor: pointer;
}

/**
 * Navigation
 */
#topNav
{
	position: absolute;
	top: 10px;
	right: 20px;
}
#topNav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#topNav li
{
	float: left;
	margin-left: 20px;
}
#topNav a
{
	color: #FFF;
	display: block;
	margin: 0;
	padding: 0;
}
#topNav a img
{
	margin: 0 3px -3px 0;
}
#positivePlace
{
	position: absolute;
	right: 20px;
	top: 63px;
	background-image: url(../images/positive_place.png);
	background-repeat: no-repeat;
	width: 299px;
	height: 28px;
}
#navigation
{
	z-index: 10000;
	height: 30px;
	position: absolute;
	top: 104px;
	right: 11px;
}
#navigation #navigationInfo
{
	height: 30px;
	z-index: 10000;
}
#navigationInfo div#mainMenu
{
	height: 30px;
	position: inherit !important;
	position: absolute;
	right: 0;
}
#navigationInfo div.tab_container
{
	float: left;
	margin-left: 2px;
	position: relative;
	display: block;
}
#navigationInfo div.tab
{
	height: 30px;
	float: left;
	display: block;	
}
#navigationInfo div.tab span
{
	float: left;
	height: 28px;
}
#navigationInfo div.tab span.left
{
	display: block;
	height: 30px;
	background-image: url(../images/tabs_full.png);
	background-position: top left;
}
#navigationInfo div.tab span.left a
{
	color: #FFF;
	display: block;
	margin-left: 10px;
	padding: 8px 0;
	text-decoration: none;
}
#navigationInfo div.tab span.right
{
	display: block;
	height: 30px;
	width: 10px;
	background-image: url(../images/tabs_full.png);
	background-position: top right;
}
#navigationInfo .subNavMenu
{
	z-index: 10000;
}
#navigationInfo .subNavMenu a
{
	color: #FFF;
	text-decoration: none;
	border-top: 1px solid #000;
	padding: 5px 10px;
}
#navigationInfo .subNavMenu a:hover
{
	text-decoration: none;
}
#navigationInfo .subNavMenu a.hover
{
	background-color: #000;
}


/**
 * Content
 */
#contentContainer
{
	padding-top: 134px;
	margin: 0 10px;
}
#contentContainer #carousel
{
	background-color: #FFF;
	margin-bottom: 10px;
}
#contentContainer #content
{
	width: 930px !important;
	width: 940px;
	margin: 0 auto;
	min-height: 433px;
	background-image: url(../images/main_content_bg_top.png);
	background-repeat: no-repeat;
	padding: 5px !important;
	padding: 5px 0;
	position: relative;
}
#content div.column
{
	float: left;
	margin: 10px !important;
	margin: 8px;
}
#content div.outterColumn
{
	width: 260px;
}
#content div.centerColumn
{
	width: 350px;
}
#content div.rightColumn
{
	width: 630px;
}
.columnContent
{
	display: block;
	width: 100%;
}
ul#pageSubMenu
{
	list-style: none;
	margin: 14px 0 0 0;
	padding: 0;
}
#pageSubMenu li a
{
	display: block;
	width: 250px;
	padding: 5px;
	background-image: url(../images/page_sub_nav_bg_up_down.jpg);
}
#pageSubMenu li a:hover
{
	color: #FFF;
	background-position: 0 -26px;
}
.currentSubNav a
{
	color: #FFF;
	background-position: 0 -26px;
	font-weight: bold;
}
.twitterLogo
{
	margin: 10px 0;
}

#contactUsTable
{
	width: 100%;
	border-collapse: collapse;
}
#contactUsTable td
{
	border: 1px solid #000;
	padding: 2px;
}

/**
 * Footer
 */

/**
 * Pages
 */
.displayNone
{
	display: none;
}
.floatLeft
{
	float: left;
}
.centerText
{
	text-align: center;
}
.error
{
	color: #F00;
}
