﻿H1
{
	font-size: 12pt;
	font-weight: bold;	
	font-family: Arial, Verdana;
	color: #336699;
}

H2
{
	font-size: 10pt;
	font-weight: bold;	
	font-family: Arial, Verdana;
	color: #595959;	
	margin-bottom: 10px;
}

input[type="text"]
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;	
}

a
{
	color: #5983b5;
	text-decoration: none;
}
a:hover
{
	color: #5983b5;
	text-decoration: underline;
}

textarea
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;	
}


.DefaultBody
{
	background-image: url(images/pagebg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #eef3f8;
}

.WebsiteContainer
{
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;	
	font-family: Tahoma, Calibri, Arial, Verdana;
	color: #444444;
}

.HeaderContainer
{
	height: 100px;	
	width: 1007px;
	position:relative;
}

.HeaderContainer .Left
{
	width: 16px;
	height: 100px;
	float: left;
	background-image: url(images/headerLeft.gif);
}

.HeaderContainer .Right
{
	width: 16px;
	height: 100px;
	float: left;
	background-image: url(images/headerRight.gif);
}
.HeaderContainer .Content
{
	height: 100px;	
	width: 975px;
	position:relative;
	background-image: url(images/headerbg.gif);
	float: left;
}


/* menu tabs */
.HeaderContainer .Content ul {
	z-index: 999999;
	position: absolute;
	margin:0;
	padding: 0;
	list-style:none;
	right: 15px; 
	bottom: 6px!important; bottom: 6px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
.HeaderContainer .Content li {
   display:inline;
   margin:0;
   padding:0;
}
.HeaderContainer .Content li a {
   float:left;
   background: url(images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
.HeaderContainer .Content li a span {
   float:left;
   display:block;
   background: url(images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.HeaderContainer .Content li a span {float:none;}
/* End IE5-Mac hack */
.HeaderContainer .Content li a:hover span {
	color:#FFF;
}
.HeaderContainer .Content li a:hover {
   background-position:0% -42px;
}
.HeaderContainer .Content li a:hover span {
   background-position:100% -42px;
}
.HeaderContainer .Content #current a {
   background-position:0% -42px;
	color: #FFF;
}
.HeaderContainer .Content #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */


.ContentContainer
{
	width: 1007px;
	background-image: url(images/bodyBG.gif);
	background-repeat: repeat-y;
}

.ContentContainer .Content
{
	width: 975px;
	margin-left: 16px;
	font-size: 10pt;
	background-image: url(images/contentBG.gif);		
	background-position: top;
	background-repeat: no-repeat;
}

.ContentContainer .Content .BodyBox
{
	width: 572px;
	background-image: url(images/bodycontentblock.gif);
	background-repeat: no-repeat;
}


.GetStartedBubble
{
	width: 287px;
	padding: 8px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	margin-top:15px;
	border: solid 1px #b7c6d5;	
	background-color: #fdfdfd;
}

.GetStartedBubble .FormLabel
{
	width: 75px;
	padding: 4px;
}

.GetStartedBubble .FormField
{
	padding: 4px;
}

.GetStartedBubble Input[type="text"]
{
	width: 130px;
}

.EmailSingupBubble
{
	width: 303px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	margin-top: 0px;
	border: solid 1px #b7c6d5;	
	background-color: #fdfdfd;
}

.EmailSingupBubble .FormLabel
{
	width: 50px;
	padding: 4px;
}

.EmailSingupBubble .FormField
{
	padding: 4px;
}

.EmailSingupBubble Input[type="text"]
{
	width: 175px;
}


.FooterContainer
{
	width: 975px;
	height: 87px;
	padding-left: 16px;
	padding-right: 16px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	background-color: #eef3f8;
	background-image: url(images/footerBG.jpg);
}

.FooterContainer a
{
	color: #FFFFFF;	
	text-decoration: none;
}
.FooterContainer a:hover
{
	color: #FFFFFF;	
	text-decoration: underline;
}

.FooterContainer .Left
{
	width: 350px;	
	font-size: 10pt;
	padding: 10px;
	line-height: 14pt;
}

.FooterContainer .Right
{
	width: 595px;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	line-height: 20pt;
}


.IntakeForm
{
    border: solid 0px;
}

.IntakeForm .HeaderRow TD
{
    font-weight: bold;
    border-bottom: solid 1px black;
    padding-top: 15px;
}

.IntakeForm TD
{
    padding: 4px;
}

.IntakeForm .InputRow TD
{
    padding-bottom: 5px;      
}

.IntakeForm .LabelRow TD
{
    font-weight: bold;  
    color: #666666;
    padding-bottom: 0px;
}

.IntakeForm input[type="text"]
{
    width: 200px;
    color:#666666;
}

.IntakeForm select
{
    color: #666666;
}


strong
{
	font-weight: bold;	
}

.Quote
{
    padding: 10px;
    margin: 0px 20px 20px 20px;
    font-family: Arial, Verdana;
    font-size: 10pt;
    font-weight: bold;

    background-color: #efefef;
    border:solid 1px #5983b5;
    padding:15px;
    text-align:center;
}

.Partner
{
    padding: 15px 0px 15px 0px;
    margin: 0px 15px 0px 20px;
    border-bottom: solid 1px #ababab;
}

.NewsLink
{
    font-weight: bold;   
}