* {
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: #1f3566;
	background-image: url(../images/grindalsbackground2.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: top center;
	font-family: "Trebuchet MS", Verdana, serif;
	}


#wrapper {
	background-color: #fff;
	color: #000;
	border: solid 1px #def;
	width: 60em;
	margin: 0 auto;
	position: relative;
	}
#wrapper a{
	outline: none;
	}
#quote input { 
	background-color: #ffffff;
	padding: 0.25em;
	
}

#quote td {   
	border: 1px solid #D7E5F2; 
	padding-left: 0.5em;
	 font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
 }

	
#header {
	color: #000;
	text-align: center;
	}
#header h1 {
	color: #afd;
	font-size: 2em;
	text-align: center;
	
	}
#header img {
	display: block;
	width: 100%;
	}
	
#tabs {
	float: left;
	width: 100%;
	background: #dae0d2 url("../images/bg.gif") repeat-x bottom;
	line-height: normal;
	}
	
#tabs ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
	font-weight: bold;
	}
	
#tabs li {
	float: left;
	background: url("../images/norm_left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
	}
	
#tabs a{
	display: block;
	background: url("../images/norm_right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #3142ff;
	text-decoration: none;
	font-size: .9em;
	}

#tabs a:hover {
	color: #44ac55;
	text-decoration: underline;
	}
#tabs a:visited, a:active {
  outline: none;	
}

#tabs #current {
	background-image: url("../images/norm_left_on.gif");
	
	}

#tabs #current a {
	background-image: url("../images/norm_right_on.gif");
	padding-bottom: 5px;
	color: #9493ca;
	}

#contact {
	color: #000;
	width: 59;
	padding: 0.5em;
	}
#content {
	color: #000;
	float: left;
	width: 44em;
	padding: 1em;
	text-align: left;
	}
#images {
	text-align: center;
	background-color: #aabbcc;
	padding: 1em;
	background-image: url(../images/pictures_bg.jpg);
	}

		
a.rollover {
	display: block;
	width: 149px;
	height: 149px;
	text-decoration: none;
	background: url("../images/rollover_btn.png")
	}
	
a.rollover:hover {
	background-position: -148px 0;
	}
	
.displace {
	position: absolute;
	left: -5000;
	}
	
.date{
	float: right;
	color: #fff;
	font-size: 0.85em;
	padding: 0.15em;
	margin-right: 18em;
		}
		

#content h1 {
	font-size: 1.5;
	color: #3142ff;
	padding: 0.25em;
	font: 1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;

	}

#content h2{
	padding: 0.5em;
	font-size: 1.25em;
	border-top: 1px solid #ddd;
	color: #231299;
	}
#content h3{
	padding: 0.5em;
	font-size: 1.05em;
	color: #2312bb;
	}
#main ul {
	margin: 1em;
	list-style-image: url(../images/arrowBullet.gif);
	}
#main ol {
	list-style-type: disc;
	margin: 1em;
	
	}
#main p {
	color: #000;
	margin: 0.5em;
	text-align: justify;
	}

#content, #main img {
	border: none;
	}
#main  a:link, a:visited {
	text-decoration: none;
	color: #3142ff;
	font-size: 0.9em;
	}
#main a:hover, a:active{
	font-size: 0.9em;
	color: #44ac55;
	text-decoration: underline;
	}
.repair {
	
	background-color: #ededed;
	padding: 0.5em;
	}

#rightcol {
	background-color: #fff;
	float: right;
	width: 12em;
	color: #000;
	padding: 0.5em;
	text-align: center;
	border: 1px solid #ddd;
	
	}
#rightcol img {
	width: 100%;
	border: none;
	}
#rightcol h2 {
	color: #332957;
	font-size: 1.25em;
	margin-bottom: 1em;
	text-align: left;
	}
#rightcol  a {
	text-decoration: none;
	color: #3142ff;
	font-size: 0.9em;
	}
#rightcol a:active, a:visited {
	text-decoration: none;
	color: #834;
	font-size: 0.8em;
	}
#rightcol a:hover {
	font-size: 0.9em;
	color: #44ac55;
	text-decoration: underline;
	}
#footer {
	background-color: #fff;
	clear: both;
	border-top: solid 2px #def;
	text-align: center;
	}
#footer a {
	text-decoration: none;
	color: #3142ff;
	font-size: 0.9em;
	}
#footer a:active, a:visited {
	text-decoration: none;
	color: #834;
	font-size: 0.8em;
	}
#footer a:hover {
	font-size: 0.9em;
	color: #44ac55;
	text-decoration: underline;
	}
	

