/*******************/
/* General schemes */
/*******************/

body
{
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url("images/bg_loop.png");
	background-position: center top;
	background-repeat: repeat;
	font-family: Verdana;
	font-size: 11px;
	color: #747272;
}

div
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	padding:0;
}

/* main content header */
h1
{
	font-size: 30px;
	font-family: Georgia, Arial;
	font-weight: bold;
	color: #828576;
	padding: 0px 30px 0px 30px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

/* used in bucket headers */
h2
{
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 16px;
	color: #132060;
}

/* used in subcontent headers */
h3
{
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Georgia;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 6px;
}

/* used in buckets and subcontent. */
h4
{
	margin: 12px 0px 4px 0px;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

/* nav subheader */
h5
{
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

a
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #0b2086;
	text-decoration: none;
}

a:hover
{
	color: #040e3c;
}

.asmall
{
	text-indent: 14;
}

.asmall a
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #0b2086;
	text-decoration: none;
	text-indent: 14;
}

.asmall a:hover
{
	color: #040e3c;
}


/* wraps the entire page so that the content centers */
.wrapper
{
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 0px 0px 0px 0px;
	width: 992px;
}

/* wraps top of page w/ darkening concrete tex */
#topwrap
{
	margin: 0 auto;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 105px;
	background-image: url("images/bg_loop_top.png");
	background-position: center top;
	background-repeat: repeat-x;
}

/******************/
/* Header schemes */
/******************/

/* wraps the entire header */
#headwrap
{
	position: absolute;
	top: 52px;
	left: 0px;
	width: 992px;
	height: 105px;
	background-image: url("images/bg_head.png");
	background-position: center bottom;
	background-repeat: repeat-x;
}

/* center of header: ABC logo */
#headlogo
{
	position: absolute;
	top: -36px;
	left: 364px;
	width: 264px;
	height: 141px;
}

/* left of header, background items */
#headleft
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 105px;
}

/* right of header, background items */
#headright
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 25px;
	height: 105px;
}

/* gray nav box for left side navigation */
#navleft
{
	background-color: Transparent;
	position: absolute;
	top: 60px;
	left: 30px;
	width: 340px;
	text-align: right;
	text-decoration: none;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	z-index: 3;
}

#navleft a
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

#navleft a:hover
{
	text-decoration: underline;
}

/* gray nav box for right side navigation */
#navright
{
	background-color: Transparent;
	position: absolute;
	top: 60px;
	right: 30px;
	width: 340px;
	text-align: left;
	text-decoration: none;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	z-index: 3;
}

#navright a
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

#navright a:hover
{
	text-decoration: underline;
}

/***********/
/* Shaders */
/***********/

/* body left shader */
#bodyleft
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 31px;
	height: 1540px;
	background-image: url("images/bodyleft.png");
	background-position: left top;
	background-repeat: repeat-y;
}

/* body right shader */
#bodyright
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 31px;
	height: 1540px;
	background-image: url("images/bodyright.png");
	background-position: left top;
	background-repeat: repeat-y;
}

/* IE fix for left side */
#bodyfixleft
{
	position: absolute;
	top: 0px;
	left: 25px;
	width: 6px;
	height: 1px;
	border-top: 1px solid #cccccc;
}

/* IE fix for right side */
#bodyfixright
{
	position: absolute;
	top: 0px;
	right: 25px;
	width: 6px;
	height: 1px;
	border-top: 1px solid #cccccc;
}

/* IE fix for bottom left */
#footfixleft
{
	position: absolute;
	top: 1655px;
	left: 25px;
	width: 6px;
	height: 1px;
	border-top: 1px solid #cccccc;
	margin-top: -1px;
}

/* IE fix for bottom right */
#footfixright
{
	position: absolute;
	top: 1655px;
	right: 25px;
	width: 6px;
	height: 1px;
	border-top: 1px solid #cccccc;
	margin-top: -1px;
}

/*******************/
/* Content schemes */
/*******************/

/* wraps the content */
#bodywrap
{
	position: absolute;
	top: 157px;
	left: 0px;
	width: 992px;
	height: 1485px;
	background-color: Black;
}

/* logo that spills over onto the body area */
#bodylogo
{
	position: absolute;
	top: 0px;
	left: 364px;
}

/* contains the main content header & text */
#bodywhite
{
	position: absolute;
	top: 0px;
	left: 25px;
	width: 942px;
	height: 1485px;
	background-color: White;
	background-image: url("images/bodytop.png");
	background-position: top left;
	background-repeat: repeat-x;
}

#bodyshader
{
	position: absolute;
	top: 32px;
	left: 33px;
	width: 876px;
	height: 72px;
	background-color: #e5e7e0;
}

#contentwrap
{
	position: relative;
	top: 134px;
	margin: 0 auto;
	width: 876px;
}

/* contains the text */
#contenthead
{
	position: absolute;
	top: 3px;
	left: 3px;
	width: 870px;
	height: 66px;
	background-color: White;
	vertical-align: middle;
}

#sitemaptxt
{
	padding-left: 190px;
	padding-right: 190px;
	background-color: Transparent;
	text-align: left;
}

#sitemaptxt a
{
}

#contenttxt
{
	padding-left: 190px;
	padding-right: 190px;
	background-color: Transparent;
	text-align: left;
}

#contenttxt a
{
	font-family: Verdana;
	font-size: 11px;
}

/* bullet point info */
#contenttxt ul
{
	list-style-type: bullet;
	position: relative;
	font-size: 11px;
	font-family: Verdana;
	width: 415px;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 24px;
	background-color: Transparent;
}

/* list item */
#contenttxt li
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*width: 100%; /* Fix disappearing bullets in IE */
}

/* promo pic (may be changed)
   Currently contains an alpha channel
   abs. pos. may vary */
#contentimg
{
	position: absolute;
	top: -21px;
	left: 429px;
	width: 444px;
	height: 361px;
	border: none;
}

#content_contactimg
{
	float: right;
	width: 234px;
	height: 223px;
	border: none;
}

#content_companyimg
{
	float: right;
	width: 234px;
	height: 223px;
	margin-left: 14px;
	border: none;
}

#estimatebutton
{
	width: 374px;
	height: 45px;
	border: none;
}
#content_associmg
{
	width: 502px;
	height: 345px;
	border: none;
}

#content_testimg
{
	text-align: center;
	width: 476px;
	height: 172px;
	border: none;
}

#content_svcimg
{
	text-align: center;
	width: 490px;
	height: 153px;
	border: none;
}

.articleimg
{
	float: right;
	width: 236px;
	height: 225px;
	border: none;	
	padding: 0px 30px 10px 12px;
}

.tidbit
{
	/* just for javascript */
}

.testimonial
{
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}

.estimateform
{
	border: none;
	padding: 0px 0px 0px 0px;
	border-spacing: 0px;
}

.sitemap_tier1
{
	font-size: 14px;
}

.sitemap_tier1 a 
{
	padding-left: 15px;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}

.sitemap_tier1 a:hover
{
	color: #555555;
}

.sitemap_tier2
{
	padding-left: 30px;
	font-size: 14px;
}

.sitemap_tier2 a
{
	font-weight: bold;
	font-size: 13px;
	color: #0b2086;
}

.sitemap_tier2 a:hover
{
	color: #040e3c;
}

/********************/
/* Side nav schemes */
/********************/

#bodynavleft
{
	float: left;
	border: 1px solid #cdcec8;
	width: 160px;
	background-color: #eef0e4;
	text-align: left;
	padding: 12px 0px 12px 0px;
}

#bodynavleft a
{
	font-size: 12px;
}

#bodynavleft p
{
	padding-left: 10px;
}

#bodynavleftbox
{
	width: 136px;
	padding-left: 12px;
}

#bodynavright
{
	float: right;
	border: 1px solid #cdcec8;
	width: 160px;
	background-color: #eef0e4;
	text-align: left;
	padding: 12px 0px 12px 0px;
}

#bodynavright a
{
	font-size: 12px;
}

#bodynavright p
{
	padding-left: 8px;
}

#bodynavrightbox
{
	width: 136px;
	padding-left: 12px;
}

.sidenavimg
{
	width: 17px;
	height: 17px;
	vertical-align: middle;
}

.sidenavhead
{
	width: 136px;
	height: 29px;
	background-color: #64665a;
	text-align: center;
}

.sidenavheadbig
{
	width: 136px;
	height: 44px;
	background-color: #64665a;
	text-align: center;
}

/* Get estimate button */
#sidebtn
{
	width: 121px;
	height:64px;
	border: none;
}

/********************/
/* Body Note Scheme */
/********************/

#bodynote
{
	background-color: #e6ebef;
	width: 876px;
	height: 63px;
	position: absolute;
	left: 58px;
	top: 1312px;
}

#bodynote a
{
	color: #333333;
	font-family: Verdana;
	font-size: 11px;
}

#bodynote a:hover
{
	color: #0b2086;
}

#bodynoteimg
{
	border: 0px;
	width: 876px;
	height: 103px;
}

/***************/
/* End schemes */
/***************/

#endwrap
{
	
	position: absolute;
	top: 1585px;
	left: 31px;
	width: 930px;
	height: 70px;
	background-color: White;
	background-image: url("images/footbottom.png");
	background-position: bottom left;
	background-repeat: repeat-x;
	
}

/* Left */
#endbucket1
{
	position: absolute;
	top: 0px;
	left: 25px;
	width: 297px;
	height: 46px;
	font-family: Georgia, Arial;
	font-size: 15px;
	color: #64665a;
	padding-top: 9px;
}

/* Center */
#endbucket2
{
	position: absolute;
	top: 0px;
	left: 327px;
	width: 283px;
	height: 42px;
	font-family: Georgia, Arial;
	font-size: 22px;
	color: #64665a;
	padding-top: 13px;
}

/* For phone number in bucket #2 */
#endnumber
{
	font-family: Georgia, Arial;
	font-size: 22px;
	color: #1a2e8c;
}

/* Right */
#endbucket3
{
	position: absolute;
	top: 0px;
	left: 615px;
	width: 299px;
	height: 40px;
	font-family: Georgia, Arial;
	font-size: 16px;
	color: #64665a;
	padding-top: 15px;
}

.endcard
{
	width: 30px;
	height: 20px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*****************/
/* End Dividers */
/*****************/

#enddivleft
{
	position: absolute;
	top: 0px;
	left: 327px;
	width: 2px;
	height: 55px;
	background-color: #d9d9d5;
}


#enddivright
{
	position: absolute;
	top: 0px;
	left: 608px;
	width: 2px;
	height: 55px;
	background-color: #d9d9d5;
}

/******************/
/* Footer Schemes */
/******************/

#footwrap
{
	position: absolute;
	top: 1655px;
	left: 0px;
	width: 992px;
	height: 105px;
	background-image: url("images/bg_foot.png");
	background-position: center top;
	background-repeat: repeat-x;
}

/* left of footer, background items */
#footleft
{	
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 105px;
}

/* right of footer, background items */
#footright
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 25px;
	height: 105px;
}


/* gray nav box on footer */
#footnav
{
	background-color: Transparent;
	position: absolute;
	top: 18px;
	left: 31px;
	width: 930px;
	text-align: center;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	z-index: 3;
}

#footnav a
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

#footnav a:hover
{
	text-decoration: underline;
}

#copyright
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #b4b6ae;
}

#copyright a
{
	font-size: 9px;
	color: #b4b6ae;
}

.problem
{
	color: #ff0000;
	font-weight: bold;
}

.linkitem
{
	border: none;
	width: 8px;
	height: 8px;
}

.pos
{
	border-top: 1px solid #d9d9d6;
	padding-top: 5px;
}

.pos p
{
	margin-left: 121px;
	margin-top: 0px;
}

.clear
{
	clear: both;
}

.left
{
	float: left;
	margin-right: 15px;
}
