@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* Reset CSS */
/* This should reset browsers to a standard view */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, h7, h8, h9, p, p1, p2, p3, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* Remember to define focus styles! */
:focus 
{
	outline: 0;
}
body 
{
	line-height: 1;
	margin: 0 auto;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-color: #f5f5f5;
	background-image: url(background.png);
}
ol, ul 
{
	list-style: none;
}
/* Tables still need 'cellspacing="0"' in the markup */
table 
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td 
{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after 
{
	content: "";
}
blockquote, q 
{
	quotes: "" "";
}

/* Paragraph/Header Styles */

p 
{
	margin-left: 10px;
	margin-right: 10px;
	text-align: left; 
	color: #333333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

p2 
{
	text-align: center; 
	display: block;
	color: #333333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

/* Bolded Header */
h1
{
	margin-left: 10px;
	color: #333333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	min-width: 700px;
}

/* Bolded Header 2*/
h2
{
	margin-left: 10px;
	margin-right: auto;
	color: #333333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	min-width: 700px;
}

/* Contact Header */
h3 
{
	margin-left: auto;
	margin-right: auto;
	text-align: center; 
	color: #333333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

/* Link Color */
a:link {color: #333333;} 
a:visited {color: #333333;} 
a:hover {color: green;} 
a:active {color: #333333;} 
a {text-decoration: none;}

/* ISA Image */
div.isa
{
	display: block;
	text-align: center;
	width: 335px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0px;
}

/* ASCA Image */
div.ASCA
{
	display: block;
	text-align: center;
	width: 335px;
	margin-top: -35px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0px;
}

/* Home Advisor Image (old unused) */
div.advisor
{
	display: block;
	width: 160px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

/* Wrap Box */
div.wrapbox
{
	position: absolute;
	min-height: 1000px;
	width: 1000px;
	margin-top: 10px;
	background-color: #eeeeee;
	-moz-box-shadow: 0 0 15px black;
	-webkit-box-shadow: 0 0 15px black;
	box-shadow: 0 0 15px black;
	-moz-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #555555;
}

/* Banner Box */
div.bannerbox
{
	height: 85px;
	width: 1000px;
	border-bottom-style: solid;
	border-width: 3px;
	border-color: #eeeeee;
}

/* Page Banner */
div.bannerbox1
{
	height: 85px;
	width: 400px;
	float: left;
	border-color: #eeeeee;
}

div.bannerbox2
{
	float: left;
	height: 85px;
	width: 600px;
	background-color: #669933;
}

/* Text Box */
div.textbox
{
	height: auto;
	width: 605px;
	background-color: white;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Contact Box */
div.contactbox
{
	height: 475px;
	width: 365px;
	background-color: white;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

/* Contact Box */
div.contactbox2
{
	height: 110px;
	width: 335px;
	background-color: #f5f5f5;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	-moz-box-shadow: 0 0 15px gray;
	-webkit-box-shadow: 0 0 15px gray;
	box-shadow: 0 0 10px gray;
	-moz-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	-webkit-border-top-left-radius: 15px;
}

/* Image Box */
div.imgbox
{
	float: right;
	height: auto;
	width: 365px;
	min-height: 1600px;
	background-color: eeeeee;
	margin-top: 50px;
}

/* Copyright */
div.copy
{
	float: left;
	width: 1000px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center; 
	font: 10px arial, sans-serif; 
	color: #333333;
}

/* Cities */
div.cities
{
	float: left;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center; 
	font: 10px arial, sans-serif; 
	color: #333333;
}

/* Horizontal Line*/
div.hr 
{
    height: 10px;
	width: auto;
    background-color: #eeeeee;
}






