* {margin: 0; padding: 0;	/* Set All Margins & Padding to 0 */}
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	color: #000000;
	background-color: white;}


/* Header ------------------------------------------------------------------- */
#header
  { color: #000000; background-color: white;
	width:1024px;
	padding-top:0px;
	margin-top: 0px;
	overflow:hidden;
}

/* Structure ------------------------------------------------------------------- */

#container {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #EBF8F5;} 
	
#feature{color: #000000; background-color: white;
        margin: 0px;
		float:left;
		/*position:relative;*/
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;}
#feature img { border: 0px;}


#pic{ clear: both; padding: 15px 15px 0px 15px; background: inherit; color: #999;}
/*#pic img{ border: 2px solid #87ACCC;}*/


/* Footer and Copywrite ------------------------------------------------------------------- */
#footer
{ clear: both; padding: 4px; font-size: 8px; 
  color: #999; background: url(../img/footer_bg.jpg) repeat-x;} 
  
#copywrite {margin: 0px 0px 0px 10px; padding: 0px;}


/* Lists
------------------------------------------------------------------- */
#page li { padding-left: 15px; list-style-type: none; margin: 0px 10px 4px 10px;}


/* +Misc moved to misc.css------------------------------------------------------------------- */




/*  Basic Styles For all CSS Browsers*/


/* General ------------------------------------------------------------------- */


body,p,td,div,caption
{
	font: normal 11px verdana,arial,helvitica,sans-serif;
	color: #5286B6;
}
caption
{
	font: bold normal 14px verdana, arial, helvitica, sans-serif;
	color: #5286B6;
	text-align: left;

}

/* +Headings------------------------------------------------------------------- */
p{margin:0px; font-size: 1em;}

h1
{
	padding:0 0 10px 0;
	font: 20px/20px arial, helvitica, sans-serif;
	border-bottom: 1px solid #ccc;
	color: #5286B6;
}
h2
{
	margin:10px 0px 0px 0px;
	color: #5286B6;
	font-weight: bold;
	font-size: 12px; 
}

h3
{
	margin:10px 0;
	color: #5286B6;
	font-size: 14px;
}
h4
{
	color: #333;
	margin: 20px 0px 0px 15px;
	font-size: 11px;}


/* Links ------------------------------------------------------------------- */
a{color: #5286B6; text-decoration: none;}
a:hover{color: #6a8ab9;}
a:visited {color: #234273;}
a:active{color: #234273;}

/* Misc moved to misc.css ------------------------------------------------------------------- */


/* Table ------------------------------------------------------------------- */

table {margin: 0px 0px 0px 10px;}
td, th, caption {vertical-align: top;}
td ul il{ padding: 1px; list-style-type: none; margin: 1px;}




/* Row ------------------------------------------------------------------- */

.row
{ clear: both; margin: 15px 0px 15px 5px; background: #F5F8F1; width: 973px;
  color: #999; /* border: 2px solid #87ACCC; */}

.row h1 {
	margin: 10px 0px 0px 10px;
	padding: 0px;
	font-weight: bolder;
	border:0;
}

.row h2 {
	margin: 10px 0px 0px 10px;
	padding: 0px;
	font-weight: bolder;
	border:0;
}
.row p {
    margin: 0px 10px 10px 10px;
	padding: 0px;}

.get_a_quote a  {
	font-size: 12px;
	color: #000000;
	background-image: url(../img/button.gif);
}

.table_row {
	background: #FFFFCC;
}

/* Ad area, Text area columns : for one time use in page ------------------------------------------------------------------- */

#col {  margin: 0px; background: white;
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
#ad, #text, #col1, #col2, #col3{
	    margin: 0px 15px 15px 15px;
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;}
		
	
		#address { #000000; background-color: white;
	    margin: 5px 15px 15px;
		float:left;
		/*position:relative;*/
		padding:0 0 1em;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */ overflow:hidden;}
