﻿*
{
	margin: 0;
	padding: 0;
}
html
{
	font-size:62.5%;
}
body{	
	color:#666;
	font-family: "Lucida Grande", Lucida, Arial, sans-serif;
	font-size: 1.1em;
	background-color:#999;
}
h1
{
	font-size:1.6em;
	line-height:30px;
	color:#3399CC;
}
h2
{
	font-size:1.5em;
	line-height:30px;
	color:#FCBF60;
}
h3
{
	font-size:1.5em;
	line-height:30px;
	color:#009933;
}
/*Global Styles*/
#wrapper{
	width:1000px;
	margin:auto;
}
#header
{
	width:1000px;
	height:96px;
	background:url(images/header_fade.png) no-repeat;
}
#footer
{
	background:url(images/footer_white.png) no-repeat;
	height:15px;
	clear:left;
}
/*HEADER*/
.headerLeftDiv
{	
	height:80px;
	margin:7px 10px;
	float:left;
}
#support
{
	float:right;
	margin:10px 28px 0px 0px;
	color:#999;
	font-weight:bold;
	font-size:1.1em;
}
#support a
{
	color:#33CCFF;
	text-decoration:none;
}
#support a:hover
{
	text-decoration:underline;
}

/*NAVIGATION*/
#navbar
{	
	width:475px;
	float:right;
	margin-top:45px;
	height:10px;
	white-space:nowrap;
}
#navbar a
{
	font-size:1.2em;
	text-transform:uppercase;
	color:#999;
	font-weight:bold;
	text-decoration:none;
	padding:0px 18px;
}
#navbar a:hover
{
	color:#666;	
}
#navbar .navNoLink
{
	color:#33CCFF;
	cursor:default;
}
#navbar .navNoLink:hover
{
	color:#33CCFF;
	cursor:default;
}
.navBlue
{
	color:#33CCFF;
}
#navFooter
{	
	width:400px;
	height:20px;
	margin:5px 312px;
	white-space:nowrap;
}
#navFooter a
{
	font-size:1.1em;
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	padding:0px 15px 0px 15px;
}
#navFooter a:hover
{
	color:#CCC;	
}

/*CONTENT*/
.hr
{
	height:3px;
	background:url(images/hr.png) no-repeat;
}
#feature
{
	height:351px;
}
#featureHome
{
	height:344px;
	background:url(images/sketch1.png) no-repeat;	
	clear:left;
}
#featureHome2
{
	height:344px;
	background:url(images/pricing_flash2.jpg) no-repeat;
}
#contentWrapper
{	
	width:1000px;
	background-color:#FFF;
	display:table;
	clear:left;
}
#content
{
	padding-top:5px;
	background:url(images/mid_fade.png) repeat-x;
	min-height:180px;
}
#content p
{
	font-size:1.1em;
	line-height:16px;
}
.contentCenter
{
	padding:5px 15px;
}
.contentLeft
{
	width:468px;
	padding:10px 15px 10px 15px;
	float:left;
}
.contentRight
{
	width:468px;
	padding:10px 15px 10px 15px;
	float:right;
}

/*MISCELLANEOUS*/
.imgLeft{
	float:left;
}
.imgRight
{
	float:right;
}
.vaMiddle
{
	vertical-align:middle;
}
.copyright
{
	float:right;
	font-size:1em;
	margin-right:10px;
	color:#999;
}
.footerImg
{
	background-color:#fff;
	height:41px;
	padding-right:5px;
}
.buttons
{
	float:right;
	margin:200px 210px 0px 0px;
}
.dropdownBackground
{
	margin:15px 11px 0px 11px;
	float:left;
	background:url(images/sub1.png) no-repeat;
	width:231px;
	height:135px;
}
.subscription
{
	padding:15px 11px 0px 11px;
	border:none;
}
.boldText
{
	font-weight:bold;
}
.boldText a
{
	color:#33CCFF;
	text-decoration:none;	
}
.boldText a:hover
{
	text-decoration:underline;	
}
tr.noHover
{
	background-color: #FFFFFF;
}
tr.item
{
	background-color: #FFFFFF;
}
tr.alternatingitem
{
	background-color: #e8e8e8;
}
tr.item:hover, tr.alternatingitem:hover
{
	background-color: #FFFFCC;
}
tr.selecteditem
{
	background-color: #FFFFCC;
}
td.itemCenter
{
	text-align: center;
}
td.itemLeft
{
	background-color: #FFFFFF;
	font-size: 12px;
}
td.alternatingitemCenter
{
	background-color: #e8e8e8;
	font-size: 12px;
	text-align: center;
}
td.WithBorder
{
	border-right: black thin solid;
	border-top: black thin solid;
	background-image: none;
	border-left: black thin solid;
	border-bottom: black thin solid;
	background-color: #ffffcc;
	font-weight: bold;
}
.SubHeader
{
	background-color: #b7b7b7;
	font-family: Tahoma, Verdana, Sans-Serif;
}

/* Thumbprint Buttons */
.TPButton {width:150px; background-color:#DFE9F5; border: solid 1px #003399; cursor: pointer;}
.TPButtonHover {width:150px; background-color:#FFFFCC; color:firebrick; border: solid 1px #003399; cursor: pointer;}
/* DEFAULT CENTERED TABLE */
table.centered {width:98%; margin-left:auto; margin-right: auto;}

table.header {background-color: #FFFFFF; border: solid 1px #003399;}
tr.header {font-weight: bold; background-color: #003399; height: 24px; color:#FFFFFF; padding-left: 2px;}
tr.subheader {background-color: #4C83C8; font-weight: bold; color:#FFFFFF; height: 24px; padding-left: 2px;}
tr.itemheader {background-color: #DFDFDF; font-weight: bold; height: 24px; padding-left: 2px;}

ul
{
	padding: 5px 0px 0px 20px;
}