﻿body 
{
    /* background-image:url("images/GCMod.jpg"); */
     background-repeat:no-repeat;
     /* not well supported yet; stretches images proportionally, i.e. lots of top of pic  background-size: 100%; */
     background-position:center top;
    /* background-color: #303030; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	color: Black; /* lt gray #444444; */
	text-align: left;
	vertical-align: text-top;
	clear: both;
}

#container {
	background-color: transparent; /* #fff; */
	margin: 0 auto;     /* center website (with width) */
	width: 750px;
	/* border-top: 1px;
	border-right: 2px solid #b7b7b7;
	border-bottom: 1px;
	border-left: 2px solid #b7b7b7; */
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #333333;
	clear: both;
	float: left;
	line-height:normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	color: #333333;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight: bold;
	color: #333333;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333333;
	line-height:normal;
	margin-bottom:5px;
	margin-top:10px;
	text-align:left;
}

TD {
  text-align: center;
}

.listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight: normal;
	font-style: normal;
	color: #444444;
	text-align: left;
	vertical-align: text-top;
}

.smallnote
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:xx-small;
	font-weight: normal;
	font-style: normal;
	color: #444444;
	text-align: left;
	vertical-align: text-top;
}

.footer {
	margin: 10px 10px 10px 2px;
	font-family: tahoma;
	font-size: x-small;
	color: #CCCCCC; /* #999999; */
	width: 95%;
	padding-top:10px;
}
marquee {
	font-family: tahoma;
	font-size: small;
	font-weight: normal;
	color: #003366;
}
.BreadCrumbLinks {
	font-family: Tahoma;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	color: #0000FF;
	background-color: #C0C0C0;
	clear: both;
	width: 100%;
}
#banner {
	font-family: tahoma;
	font-size: medium;
	clear: both;
    margin-bottom: 2px;
    margin-top: 2px
}
#sitemenu {
	left: 9px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 2px;
	float: right;
}
.TitleCenter
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
	font-weight: bold;
}
.ImageCenter
{
	margin-top: 15px; 
	margin-bottom: 5px;  
	height:150px;
}
.MarginedText
{
	margin-left:10px;
	margin-right:10px;
	font-weight:normal;
	font-size:small;
    color: Black;
}
.ServiceBox
{
	float:left;
	width:245px; 
	text-align:center; 
	border-color:InactiveBorder;
	border-style:solid;
	border-width:thin;
	height:450px;
	padding-top: 15px;
	margin-bottom:30px;
	
	/* For IE 8 and lower */
	/*
00 is 0% transparent
19 is 10%
33 is 20%
4C is 30%
66 is 40%
7F is 50%
99 is 60%
B2 is 70%
CC is 80%
E6 is 90%
FF is 100
*/
	background:transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#40C8C8C8,endColorstr=#40C8C8C8);
	zoom:1;
	
	/* IE 9+, many other browsers, but not all */
	background: rgba(255,255,255,.25);   
		
	/* for IE */
    /*filter:alpha(opacity=60);*/
    /* CSS3 standard */
    /*opacity:0.6;*/

}

.TransparentBox
{
   
    font-size: 12px;
    line-height: 15px;
    color: #333333;
    
    background:transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#40C8C8C8,endColorstr=#40C8C8C8);
	zoom:1;
	
	/* IE 9+, many other browsers, but not all */
	background: rgba(255,255,255,.25);
}

.MarginedText p
{
    color:Black;
/*        opacity:0.6;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2C8C8C8,endColorstr=#B2C8C8C8)} */
}

.style2 {
	font-size: xx-small;
}

.style3
{
	font-style:italic;
}

.style4 {
	font-size: medium;
}

.style5
{
	font-weight:bold;
	font-size:large;
}

.style7 {
	text-align: center;
	font-size: 10px;
}

.style8 {
	color: #808080;
	text-decoration: line-through;
}
