/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0px; padding: 0px; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0px; }
/* ---------------- */
/* -- HTML TAGS */
/* ---------------- */
html, body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	text-align:center;
	background-image:url('../images/headertile.jpg');
	background-repeat: repeat-x;
	font-family:verdana, sans-serif;
	font-size:12px;
	line-height:18px;
}
.underline {
	text-decoration:underline;
}
img {
	border:0px;
}

p {
	padding: 4px 0px 4px 0px;
	margin: 4px 0px 4px 0px;
}

h1 {
 	font-family:arial;
	font-weight:bold;
	font-size:24px;
	color:#b1c317;
}
h2 {
	font-weight:bold;
	font-size:14px;
	padding:4px 0px 4px 0px;
}
h3 {
	font-weight:bold;
	font-size:12px;
	padding:3px 0px 3px 0px;
}
h4 {
	clear:both;
	font-weight:600;
	font-size:10px;
	padding:3px 0px 3px 0px;
}
a:link {color:#ff9201; }
a:visited {color:#ff9201; }
a:hover {color:#b1c317; }
strong {
	font-size:1.15em;
	font-weight:bolder;
	/*color:#ff9201;*/
}
em { font-style: italic; }
ol li {margin-bottom: 20px;}
ol li ul li {margin-bottom: 5px;}
ol li ul li ul li { list-style-type: disc; }
ol li ul li ul li ul li { margin: 0px; list-style-type: square; }
/* ---------------- */
/* -- WRAPPER */
/* ---------------- */
#wrapper {
	width:820px;
	margin:auto;
	min-height:400px;
	position: relative;
}
/* ---------------- */
/* -- HEADER */
/* ---------------- */
#header {
	height:110px;
	background-image:url("/images/hBkg.jpg");
	background-repeat:no-repeat;
}
#TopLogo {
	padding:18px 0px 0px 0px;
}
ul#hMainUL {
	list-style:none;
	padding:0px;
	margin:0px;
	
}
ul#hMainUL li {
	text-align:left;
	margin:0px;
	padding:0px;
}
ul#hMainUL img {
	border:0px;
}
#hTabNav ul {
	margin:0px;
	padding:0px;
	list-style:none;
	text-decoration: none;
}
#hTabNav ul li {
	display:inline;
	margin:0px;
	padding:0px 2px 0px 2px;
	text-decoration: none;
}
#hTabNav a {
	text-decoration: none;
}
/* ---------------- */
/* -- CONTENT ----- */
/* ---------------- */
#content {
	text-align:left;
	margin:15px 0px 10px 0px;
	padding:10px;
	min-height:350px;
	border:1px solid #CFCFCF;
}
#content ul, #content ol {
	padding:0px 0px 0px 15px;
}
.initalCap {
	color:#A6B922;
	font-size:18px;
	font-weight:900;
	font-family: Arial, Helvetica, sans-serif;
}
#EasyAs {
	text-align: right;
}
#EasyAs .number {
	color:#A6B922;
	font-size:18px;
	font-weight:900;
	font-family: Arial, Helvetica, sans-serif;
}
#EasyAs .current {
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
}
.StepHeader {
	margin:12px 0px 20px 0px;
	padding:4px 0px 0px 20px;
	width:770px;
	height:20px;
	background:#666666;
	color:#CDCDCD;
}
.StepHeader_btn {
	margin: 0px;
	padding: 2px;
	width: 200px;
	height: auto;
	background: #666666;
	color: #CDCDCD;
	border: none;
	cursor: pointer;
}
/* -- STACKED RADIO BUTTONS -- */
.YN_RadioBtns {
	width:65px;
	text-align:right;
	padding:0px 5px 0px 0px;
}
.YN_RadioBtns ul, .YN_RadioBtns ul li {
	margin:0px;
	padding:0px;
	list-style:none;
	font-weight:normal;
}
.YN_RadioBtns ul li input {
	/*position:relative;
	top:2px;*/
}
/* -- HOME PAGE -- */
.giantGreenTitle {
 	font-family:arial;
	font-weight:bold;
	font-size:30px;
	color:#b1c317;
}

#bigGreenTitle {
 	font-family:arial;
	font-weight:bold;
	font-size:24px;
	color:#b1c317;
}

.greenTitle {
 	font-family:arial;
	font-weight:bold;
	font-size:14px;
	color:#b1c317;
}

.grayTitle {
 	font-family:arial;
	font-weight:bold;
	font-size:14px;
	color:#CCCCCC;
	background-color: #666666;
	padding: 2px;
	margin: 1px;
}

div.wellLeft {
float:left; padding-right:20px; width:190px; margin-top:30px; border: 1px solid #CCCCCC; padding: 4px;
}
div.wellRight {
float:left; width:210px; margin-top:30px; margin-left: 10px; border: 1px solid #CCCCCC;padding: 4px;
}

.morelink a:link {color:#ff9201; }
.morelink a:visited {color:#b1c317; }
.morelink a:hover {color:#ff9201; font-weight:bold; }

#index-01 {
	float:left;
	width:15px;
	height:513px;
}

#index-02 {
	float:left;
	background-image:url('../images/book_bg.png');
	background-repeat:no-repeat;
	width:330px;
	height:513px;
	margin-left: -15px;
	margin-top: -50px;
}

#index-03 {
	float:right;
	width:470px;
	height:513px;
}

a.nextButton:link, a.nextButton:active, a.nextButton:visited {
	margin:24px 12px 12px 12px;
	padding:4px 8px 4px 8px;
	background:#666666;
	font-weight: bold;
	text-decoration:none;
	clear: both;
}
a.nextButton:hover {
	color:#FFFFFF;
	background-color: #8D8D8D;
	
}
p.smLinks {
	font-size:10px;
	line-height:4px;
	position:relative;
	left:21px;
}
/* -- COST CALCULATOR -- */
#CostCalulator {
	/* begin JRS changes */
	/* float:right; */
	position: absolute;
	top: 0px;
	right: 0px;
	/* end JRS changes */
	
	color:#CDCDCD;
	margin-right:10px;
}
#CCGreyArea {
	float:left;
	width:225px;
	height:25px;
	background:#666666;
}
#CostTitle {
	position:relative;
	top:3px;
	left:5px;
	float:left;
}
#CostCalcAmnt {
	height:16px;
	background:#FFFFFF;
	float:right;
	width:75px;
	color:#666666; 
	font-family:arial; 
	text-align:right;
	position:relative;
	top:4px;
	right:5px;
	padding-right:5px;
}
#CCCaption {
	font-size:10px;
	float:left;
	clear:both;
	color:#666666;
}
/* ------------------------- */
/* -- PAGE DIVS ------------ */
/* ------------------------- */
.StepNumberGreen {
	color:#A6B922;
	font-size:14px;
	font-weight:700;
	font-family:arial;
}
.StepNumberOrange {
	color:#FF9002;
	font-size:14px;
	font-weight:700;
	font-family:arial;
}

#S1MoreOptions {
}
#S1MoreOptions img{
}


.formQ li {
	margin-left:20px;
	padding-bottom:20px;
	font-size:11px;
	font-weight:900;
}
ul#quantitySelection {
	position:relative;
	top:10px;
	left:-14px;
}
ul#quantitySelection li {
	margin:0px;
	padding:0px 2px 0px 2px;
}
inlineform {
	margin-top:5px;
	width:600px;
}
.inlineform li {
	display:inline;
	margin:auto;
	font-weight:300;
	padding:0px 7px 0px 7px;
}
.fText {
	font-weight:300;
}
.required {
	font-size: 90%;
	color: #CC0000;
}
.NeedsApproval {
	color:#FF0000;
	font-weight:600;
}
/* -- CUSTOMER LOGIN -- */
#login_block { position: relative; }
#existingCustomers {
	position: relative; top: 0px; left: 0px;
	display: block;	width: 370px; height: auto;
	margin: 0px; padding: 20px;
	float:right;
}
#newCustomers {
	display: block;	width: 370px; height: auto;
	margin: 0px; padding: 0px 20px 20px 0px;
	float:right;
	border: none;
	border-bottom: 2px solid #CDCDCD;
}
/* ------------------------ */
/* -- Upload Form --------- */
/* ------------------------ */
#UL_Form, #Login_Form, #Register_Form {
	display: block;
	width: 100%;
}
#UL_Form div.line,
#Login_Form div.line,
#Register_Form div.line {
	position: relative;
	display: block;
	clear: none;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	height: auto;
	float: none;
	margin-bottom: 2px;
	width: 395px;
}
#Login_Form div.line, #Register_Form div.line { width: 360px; }
#UL_Form input, #UL_Form select, #UL_Form textarea, #UL_Form span.phNum_input_text {
	position: relative;
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	margin-left: 180px;
}
#Login_Form input, #Login_Form select, #Login_Form textarea, #Login_Form span.phNum_input_text,
#Register_Form input, #Register_Form select, #Register_Form textarea, #Register_Form span.phNum_input_text {
	position: relative;
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	margin-left: 150px;
}
#UL_Form span.phNum_input_text,
#Login_Form span.phNum_input_text,
#Register_Form span.phNum_input_text {
	display: inline;
}
#UL_Form input.phNum_input,
#Login_Form input.phNum_input,
#Register_Form input.phNum_input {
	display: inline;
	margin: 0px;
	float: none;
}
#UL_Form .field_title,
#Login_Form .field_title,
#Register_Form .field_title {
	position: absolute; top: 3px; left: 0px;
	display: block;
	width:175px;
	text-align:right;
	padding:0px 5px 0px 0px;
	margin:0px;
}
#Login_Form .field_title, #Register_Form .field_title {	width: 145px; }
#UL_Form .right_field_title {
	float:left;
	width:105px;
	text-align:right;
	padding:0px 5px 0px 0px;
	margin:0px;
}
#UL_Form #fUpload {
	float:left;
	width:780px;
	padding:0px 0px 0px 15px;
}
#UL_Instructions {
	padding:30px 0px 0px 10px;
	float:left;
}
.red {
	color:#FF0000;
	/*text-decoration:underline;*/
}
#UL_Form .info,
#login_block .info {
	position: relative;
	display: block; width: 345px;
	clear: none;
	float: left;
	margin: 0px 0px 0px 10px; padding: 10px;
	border: 2px solid #CDCDCD;
	font-size: 80%;
	background-color: #F3F3F3;
}
#UL_Form .info .line,
#login_block .info .line {
	position: relative; top: 0px; left: 0px;
	display: block; width: auto; height: 20px;
	margin: 0px; padding: 0px;
	line-height: 20px;
}
#UL_Form .info .line .field_title,
#login_block .info .line .field_title {
	position: absolute; top: 0px; left: 0px;
	display: block; width: 150px; height: auto;
	font-weight: bold;
	font-style: italic;
}
#UL_Form .info .line .value,
#login_block .info .line .value {
	position: absolute; top: 0px; left: 155px;
	display: block;
}
#BillingInfo_Continued {
	padding-bottom:10px;
}
.captchapict { border: 1px solid #000000; }
/* ---------------- */
/* -- FOOTER */
/* ---------------- */
#footer {
	clear:both;
	color:#707070;
	font-size:9px;
	font-weight:400;
	padding-bottom:5px;
	display: block;
}
#fLinks {
	float:left;
	color:#ff9201;
}
#fLinks a:link, #fLinks a:active, #fLinks a:visited {
	color:#ff9201;
}
#fLinks a:hover {
	text-decoration:none;
	color:#ff9201;
}
#fCopyright {
	padding:5px 0px 0px 0px;
	float:left;
}
#fCopyright a:link, #fCopyright a:active, #fCopyright a:visited {
	color:#707070;
}
#fCopyright a:hover {
	text-decoration:none;
	color:#707070;
}
#fSiteByCC {
	float:right;
	position:relative;
	top:-10px;
}
/*-- cover it all --*/
#CoverAll
{
	position: absolute;
	z-index: 20000;
	background-color:#CCCCCC;
	width: 800px;
	height: inherit;
	min-height: 100%;
}
/*-- Project Table --*/
#PastProj_List #projects,
.project_list .projects
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

#PastProj_List #projects th,
#PastProj_List #projects td,
.project_list .projects th,
.project_list .projects td
{
	background: none;
	border: 1px solid #AAAAAA;
	border-bottom: 2px solid #999999;
	padding: 3px;
}

#PastProj_List #projects th,
.project_list .projects th
{
	background: none;
	text-align: center;
	font-weight: bold;
	border-top: none;
}

#PastProj_List #projects tr.row1 td,
.project_list .projects tr.row1 td
{
	background-color: #EEEEEE;
}

#PastProj_List #projects tr.row2 td,
.project_list .projects tr.row2 td
{
	background-color: #CCCCCC;
}

#PastProj_List #projects tr.row_over td,
.project_list .projects tr.row_over td
{
	background-color: #EEEE99;
}

#error {
	background: none;
	background-color: #FFCCCC;
	border: 2px solid #CC3333;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
}
#message {
	background: none;
	background-color: #CCFFCC;
	border: 2px solid #33CC33;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
}

/* MULTIPLE FILE UPLOAD QUEUE */
.upload-queue {
	list-style: none;
	display: block; width: 400px; height: auto;
}
.upload-queue li {
	background:	url('../images/picture_go.gif') no-repeat 0 5px;
	padding: 5px 0 5px 22px;
}
.upload-queue .queue-file { font-weight: bold; }
.upload-queue .queue-size {
	color: #aaa;
	margin-left: 1em;
	font-size: 0.9em;
}
.upload-queue .queue-loader {
	position: relative;
	margin: 3px 15px;
	font-size: 0.9em;
	background-color: #ddd;
	color: #fff;
	border: 1px inset #ddd;
}
.upload-queue .queue-subloader {
	text-align: center;
	position: absolute; top: 0; left: 0;
	background-color: #81B466;
	width: 0%; height: 100%;
}
.upload-queue .input-delete {
}
#newsLeft p {
	text-indent:3em;
	text-align:justify;
}

/* FRONT PAGE NEWS */
ul#News {
	list-style:none;
	padding:10px 0px 0px 0px; margin:0px;
}
ul#News li {
	padding:5px 0px 20px 0px;
	border-top:1px dashed #666666;
	height:60px; clear:left;
	margin:0px 0px 0px 0px;
}
ul#News li .teaser {
	float:left;
	margin:0px 0px 0px 10px;
	border:0px solid #FF0000;
	width:355px;
}
ul#News li h3 {
	margin: 0px;
	padding: 0px;
	border-bottom:0px solid #898989;
	margin-bottom:5px;
}
ul#News li .snippet {
	padding:0px;
	margin:0px;
	font-size:.9em;
	line-height:1.5em;
}
ul#News li .snippet .morelink{
	font-size:.85em;
}
.fpDate {
	float:left; background: #FFFFFF url('/images/ntile.jpg') no-repeat top left;
	width:41px;
	height:41px;
	border:0px solid #FF0000;
	text-align:center;
	margin-top:6px;
}
.fpDateNums {
	font-size:1.45em;
	font-family:Arial; 
	font-weight:900;
	margin:6px 0px 0px 0px;
	padding:0px; color:#93a708;
}
.fpDateYear {
	font-size:.55em;
	position:relative;
	top:-6px;
	font-weight:900;
}
