

.whitelink A{

text-decoration: none;

color: ccc;

}



BODY {

background-color: #612434;

}



h1 {

font-family:"Arial";

font-size:22;





}



img.matte{

border:10px solid black;



}



input.sub {

background-color: #612434;

font-family:"Arial";

font-size:16;

color: white;

}



p.contacttext  {

width: 40em;

font-family:"Arial";

font-size:20;

text-align: center;

margin-left: auto;

margin-right: auto;

}



p.assoctext  {

font-family:"Arial";

font-size:14;

text-align: left;

margin-left: auto;

margin-right: auto;

}



p.bodytext  {

width: 40em;

font-family:"Arial";

font-size:16;

text-align: left;

margin-left: auto;

margin-right: auto;

}



p.bodytextcentered  {

width: 40em;

font-family:"Arial";

font-size:16;

text-align: center;

margin-left: auto;

margin-right: auto;

}



ul.list {

width: 40em;

font-family:"Arial";

font-size:16;

text-align: left;

}



.footer pre {



color: #612434;;

font-family:"Arial";

font-size:14;

}



.roundcont {

width: 100%;

background-color: #ffffff;

color: #000;

text-align: left;

}

.roundcont p {

margin: 0 10px;

}

.roundtop { background: url(images/tr.gif) no-repeat top right; }

.roundbottom {

background: url(images/br.gif) no-repeat top right; }

img.corner {

width: 10px;

height: 10px;

border: none;

display: block !important;

}



.groundcontestimate {

width: 450px;

background-color: #4b4b4b;

color: #fff;

text-align: left;

}







td.est {

color: #fff;

font-family: Arial;

font-size: 13;

font-weight: bold;

}



.groundconttest p{

font-family: Arial;

font-size: 13;

font-weight: bold;

margin: 0 6px;

}



.groundconttest {

width: 550px;

background-color: #4b4b4b;

color: #fff;

text-align: left;

}



.groundcont {

width: 150px;

background-color: #4b4b4b;

color: #fff;

text-align: left;

}

.groundcont p{

font-family: Arial;

font-size: 13;

font-weight: bold;

margin: 0 6px;

}

.groundtop { background: url(images/gtr.gif) no-repeat top right; }

.groundbottom {

background: url(images/gbr.gif) no-repeat top right; }

img.gcorner {

width: 6px;

height: 6px;

border: none;

display: block !important;

}









#menu ul{

margin-left: 0;

padding-left: 0;

list-style-type: none;

font-family: Arial;

}



#menu a

{

display: block;

padding: 3px;

width: 150px;

background-color: #612434;

border-top: 1px solid #eee;

border-left: 1px solid #eee;

}



#menu a:link, #navlist a:visited

{

color: #EEE;

text-decoration: none;

}



#menu a:hover

{

background-color: #9a767f;

color: #fff;

}





a.btn

{



padding: 1px;

background-color: #612434;



}



a.btn:link, a.btn:visited

{

color: #EEE;

text-decoration: none;

}



a.btn:hover

{

background-color: #9a767f;

color: #fff;

}
/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
.nivoSlider {
    width:600px; /* Make sure your images are the same size */
    height:400px; /* Make sure your images are the same size */
	position:relative;
	background:#fff url(images/loading.gif) no-repeat 50% 50%;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.nivo-controlNav a {
	display:none;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
.nivo-caption a {
	display:inline !important;
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
