/* CSS Document */
body {
	background-color: #C1C2D9;
	color: #384082;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {color: #384082;}
blockquote {
	font-style: italic;
	text-align:justify;
}
blockquote cite {
	font-style:normal;
	text-align:right;
	}
div, p {
	text-align:justify;
}
/*h2.fir*/

h1 {font-size: 135%;}
h2 {font-size: 17px;}
h3 {font-size: 13px;
	color: #4a6fa3;
	letter-spacing: .1cm;
	margin-top: 0px;
	}
h4 {font-size: 100%;}
h6 {font-size: 10px;}
hr {color: #346397;} /* #384082 */

hr
	{
	size: 1px;
 	color: #394380;
	}

/* CLASSES ***************/
.background {
	background-image:  url(/images/soulful-sky.gif);
	background-repeat: no-repeat;
	background-position: center top;
}



.background2 {
	background-image:  url(images/textarea_background.gif);
}

.button
	{
	font-family:  "Bradley Hand ITC", arial, san-serif;
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	color: #394380;
	padding-left: 30px;
	background-image: url(images/nav_bkg.jpg);
	line-height: 80%;
	padding-bottom: 10px;
	}
	
.button_link
	{
	font-family:  "Bradley Hand ITC", arial, san-serif;
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	color: #394380;
	}

.caption {
	margin-top: 0;
	margin-bottom: 6px;
	text-align: center;
	}
	
.copyright {
	font-size: 12px;
	text-align:center;
}
.cSidebarR {
	float:right;
	margin-left:24px;
	text-align:center;
	border-top: 1px solid #000099; 
	border-bottom: 1px solid #000099; 
	padding-bottom: 10px;
	}
	
.cSidebar_small {
	float:right;
	margin-left:24px;
	text-align:center;
	}
	
.firstTextItem {
	font-size:35px;
	font-weight:bolder;
	font-variant: small-caps;
	}
	
.float_left
	{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}
	
.headingPairBtm {
	margin-top: 0.1cm;
	}
.headingPairTop {
	margin-top: .4cm;
	margin-bottom: 0.1cm;
}

.nav_buttons
	{ 
	line-height: 75%;
	}

.quoteAccred {
	margin-top: 0.1em;
	text-align:right;
	font-size: 12px;
	}

.testimonial_left_col
	{
	font-family:  verdana, arial, san-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	color: #4a6fa3;
	padding-left: 35px;
	padding-right: 25px;
	background-image: url(images/nav_bkg.jpg);
	}
	
.testimonial_att
	{
	font-family:  arial, san-serif;
	font-size: 12px;
	font-style: normal;
	color: #394380;
	text-align: right;
	}
	
.underline
	{
	text-decoration: underline;
	}


/* ID's *******************/

#contentCell #ContentWrapper #cHeadingSpecial .headingPairTop:first-letter {
	color: #FF0000;
}

#contentCell {
	background-image: url(images/textarea.jpg);
	background-repeat: no-repeat;
	/* background-position: center top; # Do not use. Causes 3pixel bug in messIE */
}

#contentCell_home {
	background-image: url(images/textarea_short.jpg);
	background-repeat: no-repeat;
	/* background-position: center top; # Do not use. Causes 3pixel bug in messIE */
}
#contentWrapper {		/* normally a div */
	margin: auto 8% auto 7%;
}
#cHeadingSpecial {
	margin-left:12%;
	margin-right:8%;
}


#cHeadingSpecial2 {
	margin-left:4%;
	margin-right:4%;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000ff;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #9999FF;
	text-decoration: none;
	background-color: #FFFFFF;
}

a.button_link:link {
	font-family: "Bradley Hand ITC", arial, san-serif;
	font-size: 17px;
	font-weight: normal;
	color: #394380;
	text-decoration: none;
}

a.button_link:visited {
	font-family: "Bradley Hand ITC", arial, san-serif;
	font-size: 17px;
	font-weight: normal;
	color: #394380;
	text-decoration: none;	
}

a.button_link:hover {
	font-family: "Bradley Hand ITC", arial, san-serif;
	font-size: 17px;
	font-weight: normal;
	color: #9933FF; /* #fee0e0 */
	text-decoration: none;
	background-color: transparent;
}