body {
	background: #C9C9C9 url(images/bodyBG.jpg) repeat-x;
	margin: 0px;
	font: 12px tahoma, verdana, sans-serif;
/*	line-height: 1.4em;*/
}

#header {
	position: relative;
	margin: 0px auto;
	width: 982px;
	height: 180px;
	background: #fff url(images/header.jpg) no-repeat;
}

#content {
	width: 962px;
	background: #fff url(images/contentBG.jpg) repeat-y;
	height: 400px;
	overflow: show;
	margin: 0px auto;
}

#content p {
	line-height: 1.4em;
}

#footer {
	position: relative;
	margin: 0px auto;
	width: 982px;
	height: 39px;
	background: #fff url(images/footerBG.jpg) no-repeat;
}

#footer div {
	padding: 7px 20px 0px 20px;
	text-align: center;
	font-size: .9em;
}

#footer a {
	color: #40536F;
}

body>#content {
	min-height: 400px;
	height: auto;
}

#logoLink {
	display: block;
	position: absolute;
	top: 40px;
	left: 11px;
}

#headerNav {
	position: absolute;
	top: 12px;
	left: 11px;
}

#headerNav a {
	display: block;
	float: left;
	margin: 0px 0px 0px 11px;
	padding: 5px 10px 5px 10px;
	background: url(images/hLinkBullit.gif) no-repeat 0px center;
	font-weight: bold;
	color: #40536F;
	text-decoration: none;
	line-height: 1em;
}

#headerNav a:hover {
	color: #cc6600;
}

#login {
	position: absolute;
	bottom: -1px;
	left: 11px;
	padding: 2px 22px;
}

#login form {
	margin: 0px;
	padding: 0px;
}


.block {
	display: block;
}




.mPad {
	padding: 10px 10px 0px 10px;
}

small {
	font-size: .9em;
}


.pageTitle {
	margin: 0px 0px 20px 0px;
	color: #333;
	font-size: 20px;
}

.subHead {
	margin: 0px 0px 20px 0px;
	color: #333;
	font-size:14px;
}

.techForm {
	padding: 0px 20px;
	background: #eee;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

.techForm form {
	margin: 0px;
}


/*============= index page styles ============*/

#redSignup {
	width: 311px;
	background: #F7EDEC;
}

#greySignup {
	width: 311px;
	background: #F1F1F1;
}

#redSignup h1, #greySignup h1 {
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#redSignup form, #greySignup form {
	margin: 0px 10px;
}

.inputBlock {
	padding: 3px;
	background: #ddd;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.textInput {
	height: 15px;
	font-size: 10px;
	width: 180px;
	background: url(images/inputBG.gif) no-repeat;
	border-top: 1px solid #666;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #666;
}

.indPrice {
	font-size: 4em;
	color: #FFDB00;
	font-weight: bold;
}

.cents {
	font-size: .6em;
}

.cpad {
	padding: 0px 10px;
}

.catHead {
	font-weight: normal;
	font-size: 2em;
	line-height: 1.1em;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333;
}

.catHead2 {
	font-weight: normal;
	font-size: 1.7em;
	line-height: 1.1em;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333;
}

.bullitList {
	margin: 10px;
	padding: 10px;
	line-height: 1.2em;
	color: #666;
	list-item-type: 
}

.blockCenter {
	display: block;
	margin: 0px auto;
}




.planItemDescription {
	color: #333333;
	font-weight: bold;
	padding: 2px 0px;
}
.plansTH {
	padding-top: 3px;
}

.planTableSep {
	height: 1px;
	background: #333;
 }
 
 .planAlt0 {
	background: #eee;
 }
 
 .planAlt1 {
	background: #ccc;	
 }

 .planAlt0, .planAlt1 {
  	color: #000; 
 	font-weight: bold;
	padding-left: 5px;
 }
 
 .bullit {
 	padding-left: 16px;
	background: url(images/bullit.gif) no-repeat 5px 7px;
 }
 
 .dataTD {
 	border: 1px solid silver;
	padding: 10px;
 }