/* CSS Document */

/* Layout Styles */
body {
	background-color: #303030;
	padding: 0px;
	margin: 0px auto;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header {
	width: 950px;
	clear: left;
	float: left;
}

#footerButtons {
	background-color: #FFFFFF;
	border-top: 1px solid #333333;
	width: 940px;
	padding: 5px;
}

#footer {
	background-color: #999999;
	color: #646464;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	height: 60px;
    width: 910px;
	padding: 20px;
	clear: both;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #DE4135;
}

#solutionsLogo {
	float: right;
}

#homeContainer {
	float: left;
	width: 950px;
	background-color: #FFFFFF;
	background-image: url(/images/homeContainerBG.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

#insideCrumbTrail {
	text-align: right;
	padding: 8px 15px;
	border-bottom: 1px solid #333333;
	background-color: #FFFFFF;
	width: 920px;
}

#insideCrumbTrail a:link, #insideCrumbTrail a:visited {
	color: #235978;
	text-decoration: none;
}

#insideCrumbTrail a:hover, #insideCrumbTrail a:active {
	color: #DE4135;
	text-decoration: underline;
}

#insideContainer {
	float: left;
	width: 950px;
	background-color: #FFFFFF;
	background-image: url(/images/interiorBG_15.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#insideContent {
	width: 720px;
	text-align: justify;
	float: left;
	padding: 15px;
}

#locationContent {
	width: 750px;
	text-align: justify;
	float: left;
}

.pageTitle {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(/images/grayvert.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
}

#insideContent a:link, #insideContent a:visited {
	color: #255A7A;
	text-decoration: none;
}

#insideContent a:hover, #insideContent a:active {
	color: #DE4035;
	text-decoration: underline;
}

#insideRight {
	background-image: url(/images/rightbuttons_03.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #255A7A;
	width: 200px;
	height: 100%;
	float: right;
	padding: 10px 0px 100px 0px;
	text-align: center;
}
#insideRight img {
	margin: 4px 0px;
}

#homeContent {
	width: 460px;
	padding: 20px;
	float: left;
	vertical-align: top;
}

#homeNews {
	width: 240px;
	padding: 5px;
	background-color: #FFFFFF;
	float: left;
	vertical-align: top;
}

#newsEventsBox {
	border: 1px solid #CCCCCC;
	width: 237px;
}

.newsDate {
	float: left;
	margin: 10px;
	width: 50px;
	height: 50px;
	padding: 2px;
	background-color: #000000;
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}

.newsStory {
	text-align: justify;
	margin: 10px 10px 10px 0px;
}
.newsStory a:link, .newstory a:visited {
	color: #DE4135;
}

#testimonialsContainer {
	background-image: url(/images/testimonial_78.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #F0F0F0;
	height: 130px;
	padding: 5px 10px 27px 10px;
}

#testimonials {
	line-height: 20px;
	height: 90px;
}

#testimonials p {
	width: 100%;
}

.testimonialQuote {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	padding: 5px;
	text-align: justify;
}

.testimonialName {
	text-align: right;
}

#affiliations {
	width: 189px;
	padding: 5px;
	background-color: #FFFFFF;
	float: left;
	vertical-align: top;
	height: 100%;
}

#homeContactContainer {
	padding: 5px 0px;
}

#homeContact {
	height: 100px;
}

#homeContact td {
	text-align: right;
}

#affiliationsBox {
	width: 188px;
	text-align: center;
}

#affiliationsBox td {
	padding: 8px 0px;
	border-bottom: 1px dashed #CCCCCC;
}
#affiliationsBox td.bottom {
	padding: 8px 0px;
	border-bottom: none;
}

.FAQanswer {
	display: none;
}

/* Content Formatting */
.content {
	color: #000000;
	text-align: justify;
}
.cmsLink {
	color: #235978;
	text-decoration: none;
}
.cmsLink:hover {
	color: color: #DE4135;
	text-decoration: underline;
}