﻿/*
	--- by Bill Taylor / Cenla Web & Computer Services, LLC ©2009 		---
	--- for Ambrose Investigations ---
*/
HTML, BODY 
{	
	background-image: url(../images/page_Images/pageBack.png);	
	background-repeat: repeat-x;		
	background: Black;
	text-decoration: none;
	color: Black;
	font-family:  Arial, Verdana, Tahoma;
	font-size: smaller;
	font-weight: normal;
	border: 0px;
	margin: 0px 0px 0px 0px;
	Scrollbar-arrow-color: #73adff;
	Scrollbar-track-color: #1a4775;
	Scrollbar-base-color: #7296b7;
	scrollbar-3dlight-color: #d6e2eb;
	scrollbar-darkshadow-color: #235084;     
	scrollbar-face-color: #7296b7;
	scrollbar-highlight-color: #d6e2eb;
	scrollbar-shadow-color: #235084;
}	

HTML {
	background-image: url(../images/page_Images/pageBack.png);	
	background-repeat: repeat;		
}

#body {
	background-image: url(../images/page_Images/pageBack.png);	
	background-repeat: repeat;		
}

/* ------------------------------------ */
/* -------  Master Page layout -------- */
/* ------------------------------------ */

#main-container {
	width: 100%;
	vertical-align:top;
}

#main-table {
	width: 1010px;	
}

#main-layout-header {
 	background-repeat: no-repeat;
   background-image: url(../images/page_Images/header_back.png);	
	width: 1010px;
	height: 102px;
}

#main-menu-container {
 	background-repeat: no-repeat;
   background-image: url(../images/page_Images/menu_back.png);	
	width: 1010px;
	height: 29px;
}

#menuDiv {
	height: 29px;
	padding: 1px 0px 1px 190px;	
}

.main-layout-left-col {
   background-image: url(../images/page_Images/content_left.png);	
 	background-repeat: repeat-y;
	width: 19px;
}

#main-layout-content-left {

}

#main-layout-content-container 
{
   background-image: url(../images/page_Images/white_back.png);	
   background-repeat: repeat;
	background-color: White;
	width: 759px;
}

#main-layout-content-right {

}

.main-layout-right-col {
 	background-repeat: repeat-y;
   background-image: url(../images/page_Images/content_right.png);	
	width: 17px;
}

#main-layout-footer-left {
 	background-repeat: no-repeat;
   background-image: url(../images/page_Images/footer_left.png);
	width: 19px;
	height: 34px;
}

#main-layout-footer {
 	background-repeat: repeat-x;
   background-image: url(../images/page_Images/footer_back.png);
	width: 874px;
	height: 34px;
	padding-top: 3px;
	margin-bottom: -3px;
}

#main-layout-footerTbl {
 	background-repeat: repeat-x;
   background-image: url(../images/page_Images/footer_back.png);
}

#main-layout-footer-right {
 	background-repeat: no-repeat;
   background-image: url(../images/page_Images/footer_right.png);
	width: 17px;
	height: 34px;
}

#cwsLeft {
	width: 50px;	
 	background-repeat: repeat-x;
   background-image: url(../images/page_Images/footer_back.png);
}

#cwsRight {
	width: 50px;	
 	background-repeat: repeat-x;
   background-image: url(../images/page_Images/footer_back.png);
}

cwsHyperlink {
 	background-repeat: repeat-x;
   background-image: url(../images/page_Images/footer_back.png);
   cursor: pointer;
}

.lbFooter {
	text-align: center;
	font-family: arial, tahoma, verdana;
	font-size: 9px;
	color: #FFFFF0;
	padding-top: 7px;
}

.SubHeading {
	text-align: center;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14pt;
	font-weight: bold;	
}

.RefName {
	padding-top: 25px;
	text-align: left;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10pt;
	font-weight: bold;
}

.RefInfo {
	text-align: left;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10pt;
	font-weight: normal;
	padding-left: 25px;		
}


/* ------------------------------------ */
/* --- Content Layout Section --------- */
/* ------------------------------------ */
/*
#ContentPlaceHolder1 {
	margin-left: 16px;
	margin-right: 16px;
}

#content_container {
	padding-left: 16px;
	padding-right: 16px;	
}

#content_container2 {
	padding-left: 0px;
	padding-right: 0px;	
}

#content {

}

#content_table {
	width: 98%; 
	margin-top: 0px;
}

#content_table2 {
	width: 98%; 
	margin-top: 0px;
}

#content_table2 {
	width: 92%; 
	margin-top: 0px;
}

#contact_table {
	width: 100%; 
	background-color: transparent; 
	padding-top: 10px;	
	padding-left: 16px;
	padding-right: 16px;
}

.Grid {
	border-style: none;
	text-align: center;
}
*/
