body {
	font-family: Arial, Helvetica, san serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background:url(images/backgrd-tile.jpg) top center #FFFFFF;
	position: relative;
	margin: 0 auto;
	} 

/* ======================================================== MAIN BODY CONTAINING ELEMENT ========================================================*/


#wrap {
	width: 821px;
	height: auto;
	margin: 0 auto;
	position: relative;
	background-color:#FFFFFF;
	}
	
#splash-image {
	width: 821px;
	height: auto;
	margin: 0 auto;
}

#header {
	background: url(images/ad-davis-header.jpg) no-repeat left top;
	width:821px;
	height:144px;
	}

#body-container {
	width:800px;
	height:auto; /*------------------- SET TO AUTO--  500px-------------------*/
	background: url(images/inner-gradient.jpg) repeat-x #FFFFFF top center;
	margin: 0 auto;
	}

.clearer{
	clear:both;
	margin:0px;
	}

#navigation {
	float:left;
	position: relative;
	width: 179px;
	height:auto;/*------------------- SET TO AUTO 300px-------------------*/
	margin:0;
	}
	
#navigation img {padding-bottom:5px;}
	
#video-base {
	float:left;
	position: relative;
	width: 177px;
	height:205px;
	background:url(images/video-backgrd-tile.jpg) repeat-x #FFFFFF;
	text-align:center;
	color: #666666;
	font-size:10px;
	}

#right {
	float:right;
	position: relative;
	width: 585px;
	height:auto; /*------------------- SET TO AUTO 300px-------------------*/
	}
	
#content-main {
	width: 365px;
	height: auto;
	float: left;
	padding: 25px 25px 15px 10px;
	}
	
#call-action{
	width: 362px;
	height:243px;
	background:url(images/call-to-action.jpg) no-repeat #ffffff;
	}
	
#call-btn {width:50px; height:22px; padding:188px 0 0 160px;}

#free-consult {
	width: 362px;
	height: auto;
	background:url(images/free-consult-bckgrd.jpg) no-repeat #ffffff;
	padding: 75px 0 0 35px;
	}

#content-side {
width: 170px;
height: auto;
float: right;
padding: 25px 7px 15px 0px;
font-size:11px;
color: #666666;
text-align:center;
	}

#innerfooter {
width: 651px;
height: auto;
margin-left: 160px;
padding-top: 17px;
	}

#footer {
	/*font-size: 11px;*/
	width: 821px;
	height:83px;
	clear:both;
	background:url(images/ad-davis-footer.jpg) no-repeat #FFFFFF;
	margin-top: 25px;
	color: #000000;
	text-align:center;
	}


/*======================================================== NAVIGATION CONTROLS ======================================================== */

/* === Basic links ===*/
a:link {
	text-decoration: underline;
	color: #1c4573;
}

a:hover {  
	color: red; 
	text-decoration: none;
}

a:active {  
	color: yellow; 
	text-decoration: underline;
}

a:visited {
	color: #153355;
	text-decoration: none;
}

#navigation ul {
	margin: 0; padding: 0;
	list-style-type:none;
	}


/*=== Navigation link style ===*/
#navigation li {
	line-height:27px; /*--MAY NOT NEED???-----------*/
	border-bottom: 1px solid #a1a1a1;
	margin:0;
	}

#navigation a {display:block;}

#navigation ul li a:link, #navigation ul li a:visited {
	text-decoration: none;
	color: #000000;
	padding-left:17px;
	}

/*SAFARI FIX?*/
#navigation ul li a:hover {
	background:url(images/nav-over-effect.jpg) repeat-y top left #FFF;
	text-decoration:none;
	color: #000000;
	}

#navigation ul li a:active  {
	background:url(images/nav-over-effect.jpg) repeat-y;
	text-decoration:none;
	color: #000000;
	}
	

#video-base a:link,  #video-base a:visited {
	color: #23436f;
	text-decoration: none;
}

#video-base a:hover,  #video-base a:active {
	color: red;
	text-decoration: none;
}
	

/*=== Footer ===*/
#footer a:link {
	color: #164978;
	text-decoration: none;
}

#footer a:hover {  
 	color: red; 
	text-decoration: underline;
}

#footer a:active {  
	color: #999999; 
	text-decoration: underline;
}

#footer a:visited {
	color: #164978;
	text-decoration: none;
}


/*======================================================== TEXT STYLES ======================================================== */

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #1c4573;
}

h2, h3, h4, h5 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}


.basic-bold {
	font-weight: bold;
}

.basic-italic {
	font-style:italic;
}

.quotes {
	font-style:italic;
	color: #2F4D8D;
}

.gray-outline {
border: solid 1px #666666;
}

/*======================================================== LINK STYLES ======================================================== */



/*======================================================== FORM STYLES ======================================================== */

#typein { }

#typein input
        {
        color: #000000;
        background-color: #CCCCCC;
        padding: 2px;
        border: solid 1px #666666;
		}
		
#typein textarea
        {
        color: #000000;
        background-color: #CCCCCC;
        padding: 2px;
        border: solid 1px #666666;
		}
		
#typein select
        {
        color: #000000a;
        background-color: #CCCCCC;
        padding: 2px;
        border: solid 1px #666666;
		}	


/* -----OLD STUFF -- 

#typein { }

#typein input
        {
        color: #000033;
        background-color: #A4C0E6;
        padding: 2px;
        border: solid 1px #666666;
		} */
		

