﻿@charset "utf-8";

*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*text-align:left;*/
}
html, body{
	margin:0;
	padding:0;
	width:100%;
	}


body {
	background-image: url(../images/background.gif); 
	background-repeat: repeat-y; 
	background-position: center;


}
h1, p{

margin: 0px 2px 2px 0px;
}
h1{
font-size:1.7em;
font-weight:600;
}
h1.promo
{
font-size:.9em;
font-weight:100;
padding: 5px 5px;
}

h1.services
{
font-weight:600;
padding: 1px 1px;
}

#container {
	width: 920px;
	margin: 0 auto;
	text-align: center;
} 


#headingBg{
			background-color:#a3e2f6;
		}
			#headingTxtBg {
					background-color:#67cff0;
					}
					

	.BiggerText{	
		font-size:1.2em;
	}
	
	.BigText, .services{	
		font-size:1em;
	}
	
	.BodyText{
		font-size:.8em;
		color:#666666;
	}
	
	.SmallText{
		font-size:.7em;
	}
	
		.GreyFonts, .roundcont, .SmallText, .services, .promo{
		color:#666666;
		}
					.WhiteText{
						color:#FFF;
						}
						.RedText{
						color:#FF0000;
						}
						
											
						.GreyBg{
						background-color:#f5f5f5;
						}
						
						a{
						text-decoration:none;
						color:#67cff0;
						}
						a:hover{
						text-decoration:underline;
						}
li.newbullet {
list-style-image:url(/images/bullet.gif);
}

/*---- Dark grey round corners ---*/
.CenterAlign{
text-align:center !important;

}
.roundcont {
	background-color: #CCC;
	text-align:left;
	width:195px;
	margin:0 auto;
	

}

.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: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/*            -----x-----              */


/*---- Light grey round corners ---*/

.roundcontt {
	background-color: #e5e5e5;
	text-align:left;
	width:195px;
	margin:0 auto;
	

}

.roundcontt p {
	margin: 0 10px;
	
	
}

.roundtopt { 
	background: url(/images/trt.gif) no-repeat top right; 
}

.roundbottomt {
	background: url(/images/brt.gif) no-repeat top right; 
}

img.cornert {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/* ------- End light grey corners */




.horizontal_dash_line 
{ 
border-bottom: 1px dashed #80c080;
margin-bottom:5px; 
width: 470px; 
} 

