/* CSS Document */
body, p, input, td, pre, ul {
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	margin-top:0px;
	margin-bottom: 0px;
}

/* Gray borders that exist on the left and right side of the body */

.leftpageborder {
background-image: url('images/LftBackground.gif');
background-repeat: repeat-y;
}

.rightpageborder {
background-image: url('images/RtBackground.gif');
background-repeat: repeat-y;
margin:0px;
background-color: #D9D9D9;
}

/* Site and Page backgrounds */

.sitebg {
	background-color: #D9D9D9;
	}
	
.pagebg {
	background-color:#FFFFFF;
	}

/* Header */


#header {
	background-color:#FFFFFF;
	color: #333333;
	font-size:10px;
	}

#header a:link, a:visited, a:active {
	text-decoration:none;
	color: #4A89C3;
	font-weight: normal;
	font-size:10px;
	}
	
#header a:hover {
	text-decoration:underline;
	}

	
	
a:link {
	text-decoration: none;
	color: #4A89C3;
	font-weight: normal;
	font-size: 12px;
}

a:visited {
	text-decoration: none;
	color: #4A89C3;
	font-weight: normal;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;	
	color: #4A89C3;
	font-weight: normal;
	font-size: 12px;	
}

a:active {
	text-decoration: underline;	
	color: #4A89C3;
	font-weight: normal;
	font-size: 12px;	
}	



/* Section Navigation - Left Column */

#sectionNavheader {
	background-color: #EBEBEB;
	height: 27px;
	width:216px;
	font-size:12px;
	font-weight:bold;
	}
	
#sectionNavline {
	background-color: #D93920;
	height: 3px;
	width:216px;
	}
	
#sectionNav ul {
	list-style: none;
	margin: 0;
	padding: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}


#sectionNav a:link, a:visited {
	text-decoration: none;
	color: #4A89C3;
	font-weight: bold;
	font-size: 12px;
}

#sectionNav a:visited {
	text-decoration: none;
	color: #4A89C3;
	font-weight: bold;
	font-size: 12px;
}

#sectionNav a:hover {
	color: #316392;
}

#sectionNav #currentpage a {
	color: #333333;
	font-size:12px;
	font-weight:bold;
}

/* Secondary Nav - The Leadership link is within the Secondary nav */

#secondaryNav a:link, a:visited {
	text-decoration: none;
	color: #4A89C3;
	font-weight: normal;
	font-size: 12px;
}

#secondaryNav a:visited {
	text-decoration: none;
	color: #4A89C3;
	font-weight: normal;
	font-size: 12px;
}

#secondaryNav a:hover {
	color: #316392;
	font-weight: normal;
}

#secondaryNav #currentpage a {
	color: #333333;
	font-size:12px;
	font-weight: normal;
}





/* Testimonials - Left Column */

#quote {
	background-color: #ededed;
	color: #666666;
	font-style:italic;
	font-size:12px;
	line-height:22px;
	}
	
#quotename {
	background-color:#ebebeb;
	color:#316392;
	font-size:10px;
	font-weight:normal;
	}

	
/* Center Column */

#centerheader {
	color: #316392;
	font-weight:bold;
	font-size:16px;	
	}

.largertext {
	font-size:14px;
	font-weight:bold;
	}
	
.smallertext {
	font-size:10px;
	}
	
.testimonial {
	font-style:italic;
}	

.testimonialname {
	color:#316392;
}	
	
.bluetextheader {
	color:#316392;
	font-weight:bold;
	font-size:12px;
	}

/* .contentlink should be used for all links within the center or main content area */

.contentlink a:link {
	text-decoration: none;
	color: #4A89C3;
	font-weight: normal;
	font-size: 12px;
}

.contentlink a:visited {
	text-decoration: none;
	color: #4A89C3;
	font-weight: normal;
	font-size: 12px;
}

.contentlink a:hover {
	text-decoration: underline;	
	color: #4A89C3;
	font-weight: normal;
	font-size: 12px;	
}

.contentlink a:active {
	text-decoration: underline;	
	color: #4A89C3;
	font-weight: normal;
	font-size: 12px;	
}

/* Blue boxes on Services pages */	

.boxleft {
	background-image: url('images/WhatWeDo_Square1.gif');
	background-repeat:no-repeat;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: none;
	}
	
.boxcenter {
	background-image: url('images/WhatWeDo_Square2.gif');
	background-repeat:no-repeat;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: none;
	}
	
.boxright {
	background-image: url('images/WhatWeDo_Square3.gif');
	background-repeat:no-repeat;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: none;
	}

	

/* Contact Us module */
	
.contactborder {
	border:1px solid #CCCCCC;
	}
	
.contactus	{
	font-size:12px;
	font-weight:bold;
	}
	
.phone {
	color:#D93920;
	font-weight:bold;
	font-size:18px;
	}

.email a:link {
	color:#4A89C3;
	font-weight:bold;
	font-size:10px;
	text-decoration: none;
	}
	
.email a:hover {
	color:#4A89C3;
	font-weight:bold;
	font-size:10px;
	text-decoration: underline;
	}
	
.email a:active {
	color:#4A89C3;
	font-weight:bold;
	font-size:10px;
	text-decoration: underline;
	}
	 	
.email a:visited {
	color:#4A89C3;
	font-weight:bold;
	font-size:10px;
	}


/* Footer */


#footer {
		font-size: 10px;
		}

.copyright {
	color:#CCCCCC;
	font-size:10px;
	}		
		
#footer a:link, a:visited, a:active {
	text-decoration:none;
	color: #4A89C3;
	font-weight: normal;
	font-size:10px;
	}
	
#footer a:hover {
	text-decoration:underline;
	}


.footerline {
	background:#D93920;
	height:1px;
	width:741px;
	}
	
.footerbg {
	background: #ebebeb;
	height:59px;
	}
	
#belowfooter {
	margin-bottom:0px;
	background-color:#FFFFFF;
	}	