﻿body 
{
	margin:0px;
	font-family:Arial;
}

body, p, span, li, ul, ol, td, input[type=text], textarea
{
	font-family: Lucida Sans, Arial, Verdana;
	font-size: 11px;
	word-spacing:1px;
}

p
{
	margin-top:8px;
	margin-bottom:8px;
}

p + p
{
	margin-top:0px;
}

td > p /*Child Selector*/
{
	margin-top:0px;
}

H1
{
	font-size:20px;
	color:#7D7D7D;
	font-weight:normal;
	letter-spacing:-1px;
	margin-top:0px;
	margin-bottom:10px;
}

H2
{
	font-size:20px;
	color:#AC0000;
	margin-top:10px;
	margin-bottom:5px;
	font-weight:normal;
	letter-spacing:-1px;
}

H2 + p
{
	margin-top:5px;
}

H3
{
	font-size:10px;
	color:#000066;
	text-transform:uppercase;
	word-spacing:-1px;
	margin-top:10px;
	margin-bottom:10px;
}

p + H3 /*Adjacent Selector*/
{
	margin-top:18px;
}

H3 + p
{
	margin-top:12px;
}

A:link
{
	color: #0000B7;
}
	
A:hover
{
	color: #AC0000;
}

A:visited
{
	color: #7D7D7D;
}

.ControlError
{
	color:Red;
}

/************* Homepage Specific Content Styles *************/

#divHomePage #LeftBox
{
	/*Total Height = 416px; Total Width = 198px;*/
	width: 198px; 
	height: 416px; 
	background-image: url(images/peoplebackground.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    position:relative;
    float:left;
    margin-right:35px;
}

#divHomePage #LeftBox .message
{
	position:absolute;
	top:151px;
	padding-right:15px;
    padding-left:9px;
}

#divHomePage #LeftBox .message img
{
	margin-top:21px;
	margin-left:8px;
}

#divHomePage #RightBox 
{
	width:301px;
	margin-top:10px;
	float:right;
}

#divHomePage #RightBox #divLearnMode
{
	background-image:url(images/LearnMore.jpg);
	background-repeat:no-repeat;
	background-position:0px 18px;
	width:284px;
	height:121px;/*Image Height = 93px*/
	cursor:pointer;
	margin-top:-5px;
}

#divHomePage .divDivider,.divDivider
{
	background-image:url(images/dotrepeater.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:1px;
}

/************* Form Styles *************/
.form
{
	background-color:#F4F4EF;
	padding-left:10px;
	padding-right:10px;
}

.form table tr.Heading
{
	background-color:#B7B6A4;
}

.form table tr.Heading td
{
	color:White;
}

.form table td.Divider
{
	background-color:#CFD2C1;
	height:1px;
	padding:0px;
}

.form table td.Comment,.form table td.Comment a
{
	font-size:9px;
}

.form input[type=text]
{
	width:200px;
}

.form textarea
{
	width:100%;
}

/************* Signup2 Promo Styles *************/
.Promo
{
	border:solid #CFD2C1 1px;
	padding:10px;
}

.Promo H1
{
	font-size:14px;
	font-weight:bold;
}

.Promo H2
{
	font-size:12px;
	text-align:center;
	font-weight:bold;
}

.Promo p
{
	margin-top:8px;
	margin-bottom:5px;
}

.Promo ul
{
	margin:0px;
	margin-left:25px;
	padding:0px;
}

.Promo ul li
{
	font-size:10px;
	margin:0px;
	padding:0px;
}
	
.Promo b
{
	color:#0000B7;
}

/************* Box Styles *************/

.Box .Top
{
	background-image:url(images/boxtop.jpg);
	background-repeat:no-repeat;
	width:534px;
	height:10px;
}

.Box .Back
{
	background-image:url(images/boxrepeat.jpg);
	background-repeat:repeat-y;
	width:534px;
	padding-left:15px;
	padding-right:15px;
}

.Box .Bottom
{
	background-image:url(images/boxbottom.jpg);
	background-repeat:no-repeat;
	width:534px;
	height:10px;
}

.Box dl
{
	margin:0px;
}

.Box dt
{
	font-weight:bold;
	font-size:11px;
	color:#AC0000;
}

.YellowBox
{
	width:523px;
	margin-left:auto;
	margin-right:auto;
}

.YellowBox .Top
{
	background-image:url(images/yellowboxtop.jpg);
	background-repeat:no-repeat;
	width:523px;
	height:10px;
}

.YellowBox .Back
{
	background-image:url(images/yellowboxrepeat.jpg);
	background-repeat:repeat-y;
	width:523px;
	padding-left:15px;
	padding-right:15px;
}

.YellowBox .Bottom
{
	background-image:url(images/yellowboxbottom.jpg);
	background-repeat:no-repeat;
	width:523px;
	height:10px;
}

/**************************************************/
/************* Template Layout Styles *************/
/**************************************************/

form
{
	width:780px;
	margin-left:auto;
	margin-right:auto;
}

#divHeader
{
	height:147px;
	width:780px;
	overflow:hidden;
}

#divMenu
{
	height:56px;
	width:607px;
	overflow:hidden;
}

#divLeftArea
{
	width:190px;
	overflow:hidden;
	float:left;
}

/************* Login Box *************/

#divLoginBox
{	
	width:138px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:26px;
	padding-right:26px;
	height:160px;
	overflow:hidden;
	background-image:url(images/LoginArea.jpg);
	background-repeat:no-repeat;
	color:#7D7D7D;
	font-size:9px;
	line-height:13px;
	position:relative;
}

#divLoginBox H1
{
	color:#AC0000;
	font-size:11px;
	text-transform:uppercase;
	margin-bottom:8px;
	padding-top:3px;
	margin-top:0px;
}

#divLoginBox input[type=text],#divLoginBox input[type=password]
{
	width:115px;
}

#divLoginBox input[type=image]
{
	padding-top:2px;
}

#divLoginBox .pnlLogin
{
}

#divLoginBox a {font-size:11px; text-transform:uppercase;}

/************* Testimonials *************/

#divTestimonials
{
	width:145px;
	background-image:url(images/testimonials.jpg);
	background-repeat:no-repeat;
	height:auto;
	min-height:136px;
	padding-left:23px;
	padding-right:22px;
	padding-top:51px;
	padding-bottom:0px;
	color:#282828;
	line-height:12px;
	letter-spacing:0px;
	word-spacing:-1px;
}

#divTestimonials br
{
	line-height:6px;
}

#divTestimonials i
{
	font-weight:bold;
	font-size:10px;
	color:#7D7D7D;
	font-family:Arial;
}

/************* ClientList *************/

#divClientList
{
	background-image:url(images/dotrepeater.jpg);
	background-repeat:repeat-x;
	color:#0000B7;
	padding-top:10px;
	margin-left:23px;
	margin-right:23px;
	line-height:12px;
}

#divClientList h1
{
	font-weight:bold;
	font-style:italic;
	color:#0000B7;
	font-size:12px;
	margin-bottom:3px;
	margin-top:0px;
}

#divClientList .imgMoreClients
{
	float:right;
	margin-top:5px;
	margin-right:5px;
}

/************* Newsletter Signup *************/

#divLeftArea .newsletterSignUp
{
	background-image:url(images/signupnewsletter.jpg);
	background-repeat:no-repeat;
	height:118px;/*image height is 103*/
	width:190px;
	position:relative;
	top:15px;
	text-align:left;
}

#divLeftArea .newsletterSignUp .controls
{
	padding-top:40px;
	margin-left:23px;
}

#divLeftArea .newsletterSignUp .controls input[type=text]
{
	width:115px;
}

#divLeftArea .newsletterSignUp .controls input[type=image]
{
	float:right;
	margin-top:5px;
	margin-right:28px;
}

/************* ContentArea and Footer *************/

.divContentArea,.divContentAreaWide
{
	float:right;
	width:534px;
	overflow:hidden;
	padding-left:20px;
	padding-right:36px;
	padding-top:33px;
	padding-bottom:25px;
	background-image:url(images/topgradient.jpg);
	background-repeat:repeat-x;
	
	vertical-align:top;
	text-align:left;
}

.divContentAreaWide
{
	width:708px;
	padding-left:36px;
	padding-right:36px;
}

#divFooter
{
	width:100%;
	height:30px;
	color:#999999;
	font-size:10px;
}

#divFooterCopy
{
	width:500px;
	float:right;
	text-align:left;
	margin-right:67px;
}

#divFooterLink
{
	float:left;
	width:150px;
	text-align:center;
	margin-top:10px;
	margin-left:15px;
	cursor:pointer;
}

/************* IE6 Compatibility *************/

/* IE6 must apply its own seperate rule. Chaining rules does not work in IE6.*/
#divLoginBox input.text
{
	width:115px;
}

#divLeftArea .newsletterSignUp .controls input.text
{
	width:115px;
}

#divLeftArea .newsletterSignUp .controls input.text
{
	width:115px;
}

#divLeftArea .newsletterSignUp .controls input.image
{
	float:right;
	margin-top:5px;
	margin-right:28px;
}

#divLoginBox input.image
{
	padding-top:2px;
}

.trPriceHead
{
    background-color:#000066;
    color:White;
    font-size: 16px;
    font-weight:bold;
}

.trPriceRowOdd
{
    background-color:#EEECE6;
    font-size: 16px;
}

.trPriceRowEven
{
    background-color:#FBFBF9;
    font-size: 16px;
}
