@charset "utf-8";
/* CSS Document */

/* Contact */
#contact .bold {
	font-weight: bold;
}
#onlineContact {
	text-align: left;
}
#onlineContact th {
	padding-right: 10px;
	padding-left: 0px;
	text-align: left;
}
#onlineContact td {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#onlineContact label {
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
}
#onlineContact .input {
	margin-bottom: 5px;
}
#onlineContact .inputButton {
	margin-bottom: 5px;
	margin-top: 15px;	
}
#onlineContact .textarea {
	margin-bottom: 5px;
}
#onlineContact .required {
	margin-bottom: 5px;
	margin-top: 5px;	
}
#onlineContact input {
	width: 325px;
}
#onlineContact input.btn {
	width: 60px;
}
#onlineContact textarea {
	width: 325px;
	height: 100px;
}

#onlineContact .inputLastName {
	display:none;
}


/* Testimonials */
.testimonialsDisplayMain {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-bottom: 15px;
	padding-top: 15px;
}
.testimonialsDisplayMain .contactName {
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
.testimonialsDisplayMain .contactCompany {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.testimonialsDisplayMain .URL {
	margin: 0px;
	padding: 0px;
}

.testimonialsDisplayRandom .contactName {
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
.testimonialsDisplayRandom .contactCompany {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.testimonialsDisplayRandom .URL {
	margin: 0px;
	padding: 0px;
}

/* faqs */
.faqsDisplayMain {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 15px;
	margin-bottom: 15px;
}
.faqsDisplayMain .question {
	font-weight: bold;
	color: #690310;
	margin-bottom: 3px;
}


/* News */
.newsDisplayMain {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 15px;
	margin-bottom: 15px;
}
.newsDisplayMain .date {
	font-weight: bold;
	color: #333333;
	margin-bottom: 1px;
}
.newsDisplayMain .title {
	font-weight: bold;
	margin-bottom: 3px;
	color: #394273;
}

/* News Sidebar */
#newsSidebar {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#newsSidebar .newsDate {
	font-weight: bold;
	color: #FFFFFF;	
}
#newsSidebar .newsLink {
	font-weight: normal;
	color: #394273;
	margin: 0px;
	padding: 0px;
}
#newsSidebar .newsLink a:link {
	color: #394273;
	text-decoration: none;
}
#newsSidebar .newsLink a:active {
	color: #394273;
	text-decoration: underline;	
}
#newsSidebar .newsLink a:visited {
	color: #394273;
	text-decoration: none;
}
#newsSidebar .newsLink a:hover {
	color: #394273;
	text-decoration: underline;	
}
#newsSidebar .newsDescription {
	color: #FFFFFF;
}
#newsSidebar .newsDescription a:link {
	color: #394273;	
	text-decoration: none;
}
#newsSidebar .newsDescription a:active {
	color: #394273;
	text-decoration: underline;	
}
#newsSidebar .newsDescription a:visited {
	color: #394273;
	text-decoration: none;
}
#newsSidebar .newsDescription a:hover {
	color: #394273;
	text-decoration: underline;	
}

/* Map */
#map {
	width: 325px;
	background-color: #CCCCCC;
	height: 280px;
	margin-top: 10px;
	margin-bottom: 0px;
	overflow: hidden;
	border: 1px solid #999999;
}

#mapLink {
	width: 260px;
	margin-top: 10px;
	margin-bottom: 5px;
	clear:right;
	text-align: left;
}


/* Profiles */
.profilesDisplayMain {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	margin-bottom: 15px;
}

.profilesDisplayMain .name {
	font-weight: bold;
	color: #333333;
	margin-bottom: 1px;
}
.profilesDisplayMain .department {
	font-weight: bold;
	color: #333333;
	margin-bottom: 1px;
}
.profilesDisplayMain .title {
	font-weight: normal;
	color: #333333;
	margin-bottom: 1px;
	font-style: italic;
}
.profilesDisplayMain .titleQualifications {
	font-weight: normal;
	color: #333333;
	margin-bottom: 1px;
}
.profilesDisplayMain .url {
	font-weight: bold;
	margin-bottom: 3px;
}
.profilesDisplayMain .imageProf {
	padding-right: 0px;
}
.profilesDisplayMain .descriptionTD {
	padding-top: 10px;
	text-align: left;
	vertical-align: top;
}
.profilesDisplayMain .noSpace {
	margin: 0px;
	padding: 0px;
}