@charset "UTF-8";
/* CSS Document */


/* Pretty Stuff 
================================== */

body {
   	background-color: #fff;
	margin: 0;
	font-family: "Lucida Grande", "Trebuchet MS", Geneva, Verdana, sans-serif;
	background-image: url(../img/bg.gif);
	background-position: center top;
  	padding: 0;
	font-size: 83%;
	line-height: 1.2;
	color:#595959;
}

#wrapper {
  padding: 5px 20px 20px 20px;
}

#contentIndex {
	width: 478px;
	float:left;	
	padding-right: 12px;

}

#content {
	width: 566px;
	float:left;	
	padding-right: 15px;

}


#rightColindex {
	width:280px;
	float:right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #656565;	
	padding-left: 18px;

}
#rightCol {
	width:192px;
	float:right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #656565;
	padding-left: 16px;	

}

#footer {
	width: 801px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #bababa;
	text-align: left;
	font-size: 82%;
	color:#999999;
}

.clear {
  clear: both;
}

img {
border:none;
}

.testimonial {
	background-color:#f8f8f8;
	width:485px;
	height:25px;
	color:#656565;
	padding-top:5px;

}

.highlightBox {

	border:solid; 
	border-color:#0099cb; 
	border-width:thin; 
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;

}

.indexContact {
	border:solid;
	border-color:#cd0067;
	border-width:thin;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;

}

.indexNews {
	border:solid; 
	border-color:#0099cb;
	border-width:thin;
	padding:10px;
	}


/* Centering Technique
================================== */

body { 
  text-align: center; 
  min-width: 853px;
}

#wrapper { 
  width: 801px; 
  margin: 0 auto; 
  text-align: left; 
}

#footer { 
  width: 801px; 
  margin: 0 auto; 
  text-align: left; 
}



/* Font
================================== */

.quoteText {
color: #0a5995;
font-size: 135%;
font-weight: bold;
}

.blueTextLarge {
color: #0099cb;
font-size: 200%;
font-weight: bold;
}

.pinkTextLarge {
color: #cd0067;
font-size: 200%;
font-weight: bold;
}

.blueTextMed {
color: #0099cb;
font-size: 135%;
font-weight: bold;
}

.whiteText {
color: #ffffff;
font-size: 105%;
font-weight: normal;
}

.footerBlueText {
	color: #0099cb;
	}	
	
.footerSmallText {
	font-size:90%;
	}		
	
.greyTextsm {
	color: #999999;
	font-size: 85%;
	}	

.blueText {
	color: #0099cb;
	}


h1 {
color:#0099cb;
font-size: 165%;

}

h2 {
	color: #0a5995;
	
}


h3 {
	color: #0099cb;
}

h4 {
	color:#FFFFFF;
	}

A.subNav {
	color:#cd0067;
	text-decoration:none;
	
	font-weight: normal;
	padding-right: 5px;
} 
A.subNav:Visited {  color:#cd0067; text-decoration:none; font-weight: normal; }
A.subNav:Active {  color:#cd0067;  text-decoration:none; font-weight: normal; } 
A.subNav:Hover {  color:#cd0067;  text-decoration:underline; font-weight: normal; } 

A.footerNav {
	font-size: 100%;
	color:#999999;
	text-decoration:none;
	
	font-weight: normal;
	padding-right: 5px;
} 
A.footerNav:Visited { font-size: 100%; color:#999999; text-decoration:none; font-weight: normal; padding-right: 5px;}
A.footerNav:Active { font-size: 100%; color:#999999;  text-decoration:none; font-weight: normal; padding-right: 5px;} 
A.footerNav:Hover { font-size: 100%; color:#999999;  text-decoration:underline; font-weight: normal; padding-right: 5px;}  

A.indexContactNav {
	font-size: 100%;
	color:#ffffff;
	text-decoration:none;
	
	font-weight: normal;
	padding-right: 5px;
} 
A.indexContactNav:Visited { font-size: 100%; color:#ffffff; text-decoration:none; font-weight: normal; padding-right: 5px;}
A.indexContactNav:Active { font-size: 100%; color:#ffffff;  text-decoration:none; font-weight: normal; padding-right: 5px;} 
A.indexContactNav:Hover { font-size: 100%; color:#ffffff;  text-decoration:underline; font-weight: normal; padding-right: 5px;}


A {
	color: #cd0067;
	text-decoration: underline;
} 

A:Visited {
	color: #cd0067;
	text-decoration: underline;	
}

A:Active {
	color: #cd0067;
	text-decoration: underline;
}
	
A:Hover {
	color: #656565;
		text-decoration: underline;

	}
	
A.test {
	color:#f57b04;
	text-decoration:none;
	font-size: 120%;
	font-weight: bold;
	
} 
A.test:Visited {  color:#f57b04; text-decoration:none; font-weight: bold;font-size: 120%; }
A.test:Active {  color:#f57b04;  text-decoration:none; font-weight: bold; font-size: 120%;} 
A.test:Hover {  color:#f57b04;  text-decoration:underline; font-weight: bold;font-size: 120%; } 	


/* List
================================== */

.subNavul {
	list-style-image: url(../img/pinkarrow.gif);
	list-style-position: outside;
	list-style-type: disc;
}

.subNavGreyul {
	list-style-image: url(../img/greyarrow.gif);
	list-style-position: outside;
	list-style-type: disc;
}

