﻿body 
{
	background-repeat: repeat;
	background-image: url('../img/greyGradientBackground.png');
}
html, body {
	margin: 0;
	padding: 0;
}
h1
{
	font: small "trebuchet ms", verdana, arial, sans-serif;
	font-size: 20pt;
	margin-left: 10px;
	margin-bottom: 11px;
}
h2
{
	font: small "trebuchet ms", verdana, arial, sans-serif;
	font-size: 16pt;
	margin-left: 10px;
	color: #981212;
}
hr 
{
	color: #8b5e1b;
	background-color: #8b5e1b;
	height: 5px;
}
a 
{
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
}
.background {
	background-image: url('img/greyGradientBackground.png');
	background-repeat: repeat-x;
}
.subTitle
{
	font-size: 16pt;
	font-weight: normal;
	font: Tw Cen MT Condensed;
	margin: 10px 10px 10px 10px;
}
.masterLogo
{
	 margin-top: -40px;
}        	
.itemList
{
	font-size: 10pt;
	font-family: Sans-Serif;
}
.itemList a
{
	font: Tw Cen MT Condensed;
	color: black;
	text-decoration: none;
	margin: 0px 10px 20px 10px;
}
.navItem
{
	display:inline;
	width: 120px;
	height: 25px;
	background: #5b5b5b;
}
.selectedNav
{
	display:inline;
	width: 120px;
	height: 25px;
	background-color:White;
	color:Black;
}
.hidden 
{
	display:none;
}
.dataEntryForm 
{
	font: Arial;
	position: relative;
}
.dataEntryLabel
{
	font-weight:bold;
	width: 200px;
	display: inline;
}
.dataEntryField
{
	margin-left: 40px;
	display: inline;
}
.navSpacer
{
	display: inline;
}
#page-container {
	width: 760px;
	margin: auto;
	margin-top: 30px;
	background-color:White;
}
#header {
	background: blue;
	height: 150px;
}
#main-nav 
{
	background: #5b5b5b;
	font: Arial;
	display:inline;
	overflow:hidden;
	height:30px;
} 
#topMenu
{
	position:relative;
	top: 0px;
	left: 184px;
	width: 598px;
	overflow: hidden;
}
#main-nav-spacer
{
	width: 163px;
	height:30px;
	display:inline;
	background: #5b5b5b;
}
#sidebar-a
{
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	float: left;
	width: 180px;
	background-color: #f5f5f5;
	padding-bottom: 20px;
}
#sidebar-a iframe 
{
	margin-top: 20px;
}
#content {
	margin-left: 180px;
}
#content p 
{
	margin: 5px 10px 5px 10px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 10pt;
}

#footer {
	clear: both;
	background: orange;
	height: 66px;
}
#homeCat 
{
	float: right;
}
.topLeftText
{
	float: left;
	width: 325px;
	margin: 10px;
}
.catBubble
{
	height: 256px;
	width: 217px;
	float: right;
}
.catBubble img
{
	z-index: 1;
}
.catSays
{
	margin: 30px;
	position: relative;
	top: -265px;
	left: 0px;
	z-index: 2;
}
#homePageNewText
{
	width:550px;
}
#cloudTextTable
{
	float:left;
}
#priceBanner
{
    width: 100px;
    float: right;
    font-size: 16pt;
}
#cloudBackground
{
	width: 600px;
	height: 500px;
	background-image: url('../img/clouds.jpg');
    
}
#SideGetStarted
{
	margin: 20px;
	vertical-align: middle;
}
#SideSampleSite
{
	margin: 20px;
	vertical-align: middle;
}
.partnerLogos
{
	margin-top: 20px;
	float: right;
}

