/* CSS Document */
body {
	padding:0px;
	margin:0px; 
	background:url(images/mainbg.jpg) 0 0 repeat-x #fff; 
	color:#707070; 
	font:14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div, p, ul, h2, h3, img {
	padding:0px; 
	margin:0px;
}

a:link, a:visited {
	color: #0000FF; 
}

ul {
	list-style-type:none;
}

#bodytopmainPan #bodytopPan ul {
	list-style-type: disc;
}

#logo {
	z-index: 1;
	position: absolute;
}


/*****************************************/
/* TOP PANEL */
#topPan {
	width:747px;
	height:60px;
	position:relative;
	padding:0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 200px;
}

#topPan .logo{
	width:251px; height:100px; position:absolute; top:0px; left:0px;
}

#topPan .ashilogo{
	width:93px; height:91px; position:absolute; top:0px; right:0px;
}

#topPan ul {
	width:622px; height:40px; position:absolute; top:23px; right:0px;
}
#topPan ul li {
	float:right;
	width:120px;
	height:32px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
	margin-left: 2px;
}
#topPan ul li a {
	display:block;
        background:url(images/house_tab.png) 0 0 no-repeat;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
/*	border-top-width: 1px;       */
/*	border-right-width: 1px;    */
/*	border-left-width: 1px; */
/*	border-top-style: solid; */
/*	border-right-style: solid; */
/*	border-left-style: solid; */
/*	border-top-color: #000000; */
/*	border-right-color: #000000; */
/*	border-left-color: #000000; */
	line-height: 32px;
/*	background-color: #CCCCCC; */
	margin-top: 5px;
}

#topPan ul li a:hover {
	color:#CC0000;
        background:url(images/house_tab.png) 0 0 no-repeat;
	text-decoration:none;
	line-height:32px;
	text-align: center;
	display: block;
/*	border-top-width: 5px; */
/*	border-top-style: solid; */
/*	border-top-color: #CC0000; */
	margin-top:5px;
}

#topPan ul li.home {
	display:block;
        background:url(images/house_tab_selected.png) 0 0 no-repeat;
	font-size:12px;
	font-weight:bold;
	line-height:32px;
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
/*	background-color: #FFFFFF; */
/*	border-top-width: 5px; */
/*	border-top-style: solid; */
/*	border-top-color: #000000; */
/*	border-right-width: 1px; */
/*	border-right-style: solid; */
/*	border-right-color: #000000; */
/*	border-left-width: 1px; */
/*	border-left-style: solid; */
/*	border-left-color: #000000; */
	margin-top: 5px;
}




/*----SIDE PANEL----*/
#leftpan {
	width:175px;
	float:left;
}

#leftpan ul {
	width:150px;
	height:250px;
	margin-top: 20px;
	position: absolute;
/*	top: 130px;*/
	top: 250px;
	left: 10px;
}
#leftpan .schedule {
	margin-top: 40px;
	text-align: center;
	position: absolute;
	width: 170px;
	left: 10px;
	top: 100px;
/*	top: 430px;*/
}
#leftpan .creditcard {
	margin-top: 40px;
	text-align: center;
	position: absolute;
	width: 170px;
	left: 10px;
	top: 480px;
}
#leftpan .adobe {
	margin-top: 40px;
	text-align: center;
	position: absolute;
	width: 170px;
	left: 10px;
	top: 600px;
}
#leftpan ul li {
	width:150px;
	height:20px;
	margin-bottom: 15px;
}
#leftpan ul li a {
	width:160px;
	height:20px;
	display:block;
	color:#1B0000;
	text-decoration:none;
	text-transform:uppercase;
	background-color: #fff;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#leftpan ul li a:hover {
	width:155px;
	height:20px;
	display:block;
	color:#CC0000;
	background-color: #fff;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #CC0000;
}

#leftpan ul li.home {
	width:150px; 
	height:26px; 
	display:block; 
	background:url(images/arrow.gif) 0 50% no-repeat #FBFBFB; 
	color:#CC0000; 
	font:11px/26px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	padding:0 0 0 18px; 
	text-decoration:none; 
	text-transform:uppercase;
}



/*----BODY PANEL----*/
#bodytopmainPan {
	width:100%;
	background:#CCCCCC;
	color:#8D8D8D;
	float:left;
	clear:both;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#bodytopPan {
	width:747px;
	background:#FFFFFF;
	color:#707070;
	padding:0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

#bodytopPan h2 {
	background:#FFFFFF;
	color:#0066CC;
	font-size:24px;
	height:70px;
	line-height:70px;
	padding-left: 20px;
}

#bodytopPan p {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 11px;
	padding-left: 20px;
}

#bodytopPan p span {
	font-weight:bold;
}

#bodytopPan .contactus{
	font-weight:bold;
	font-size:15px;
	color: #0066CC;
	text-align: center;
	display: block;
}

#bodytopPan .ul{
	padding-left: 40px;
}

#bodytopPan a:hover {
	color:#111; 
	text-decoration:none;
}

span.dark {
	font-weight: bold;
	font-size: 12pt;
/*	color: #FF9900;*/
	color: #3399FF;
}

.borderz {
	border: groove;
	padding: 2px 10px 2px 10px;
	margin: 0px 5px 0px 5px;
}

img.left {
	float: left;
	margin: 3px 10px 0px 3px;
}

img.right {
	float: right;
	margin: 3px 3px 0px 10px;
}

/*----FOOTER PANEL----*/
#footermainPan {
	width:100%;
	height:60px;
	clear:both;
	background-color: #333333;
}

#footerPan {
	width:747px;
	position:absolute;
	z-index: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 200px;
}

#footerPan p.copyright {
	color:#fff;
	font:11px/15px "Trebuchet MS",Arial, Helvetica, sans-serif;
	position:absolute;
	top:5px;
	left:10px;
}

#footerPan ul {
	width:165px; 
	position:absolute; 
	top:5px; 
	right:10px;
}

#footerPan li {
	font-weight:normal;
	display: inline;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #FFFFFF;
}

#footerPan ul li a {
	color:#FFFFFF; 
	text-decoration:none;
}

#footerPan ul li a:hover {
	text-decoration:underline;
	color: #CC0000;
}
#leftpan .logo {
	position: absolute;
	left: 0px;
	top: 60px;
}
#bodytopPan .contactusbig {
	font-weight:bold;
	font-size:18px;
	color: #0066CC;
	text-align: center;
	display: block;
}
#bodytopmainPan #bodytopPan .inspectors {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.padimgonright {
	margin-right: 10px;
}

/* testimonial */
#testTopPan {
	width:500px;
	height:60px;
	position:relative;
	padding:0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
}

#testTopPan ul {
	width:600px; height:40px; position:absolute; top:23px; right:0px;
}

#testTopPan ul li {
	float:right;
	width:120px;
	height:32px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
	margin-left: 2px;
}
#testTopPan ul li a {
	display:block;
        background:url(images/house_tab.png) 0 0 no-repeat;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	line-height: 32px;
	margin-top: 5px;
}

.groupSeparation {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
}

.sectionHeader {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 11px;
	background-color: #eaeaea;
}

.label {
	font-weight: bold;
	font-size: 10px;
}

.unitCell {
	font-size: 10px;
}

.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

