/* CSS Document */
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 auto;
	padding: 0;
	background: url(../images/bg.jpg) repeat-x #767676;
}

a, a:link, a:visited, a:active {
	color: #74b7d7;
	text-decoration: underline;
}
a:hover {
	background-color: #00b3d8;
	color: #fff;
	text-decoration: none;
}
hr {
	background: url(../images/HR.gif) no-repeat;
	height: 29px;
	width: 225px;
	text-align: center;
	border: 0;
}

#container {
	width: 950px;
	margin: 0 auto;
	padding: 0;
}



#header {
	width: 950px;
	height: 90px;
}

#toolbar {
	width: 950px;
	height: 32px;
	background: url(../images/toolbar_bg.jpg) repeat-x;
}

#headerIMG {
	width: 950px;
	height: 221px;
}

#bottomContainer {
	width: 651px;
	float: left;
}
#sidebar {
	width: 327px;
	height: 123px;
	float: left;
}
#sidebar01 {
	width: 327px;
	height: 42px;
}
#sidebar02 {
	width: 327px;
	height: 41px;
}
#sidebar03 {
	width: 327px;
	height: 40px;
}

#centerBox {
	width: 324px;
	height: 123px;
	float: right;
	background: url(../images/testimonialsBG.jpg) no-repeat;
}
#centerHeader {
	height: 27px;
	width: 324px;
	background:url(../images/testimonials_header.jpg) no-repeat;
}
#centerContent {
	height: 71px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #fff;
	margin:5px;
}
#centerBtm {
	height: 16px;
	margin: 0 0 0 5px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
}

#contentTopBarHolder {
	width: 100%;
	height: 32px;
}
#contentTopBar {
	width: 651px;
	height: 32px;
	background: url(../images/secondary_topBarbg.jpg) repeat-x;
	float: left;
}
#contentTopBar2 {
	width: 299px;
	height: 32px;
	background: url(../images/secondary_topBarRightbg.jpg) repeat-x;
	float: right;
}


#content {
	margin: 5px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	min-height: 285px;
}
#content p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0;
}
#content p span.contentHeaders {
	border-bottom: 1px solid #bbb;
	width: 100%;
	display: block;
}
.contentHeaders {
	font: 18px Arial, Helvetica, sans-serif;
	color: #00b3d8;
	font-weight: bold;
	border-bottom: 1px solid #bbb;
}

#contentBody {
	margin: 0;
	padding:0;
}
.content {
	background: url(../images/contentBG.jpg) bottom fixed repeat-x #FFFFFF;
}


#rightBox {
	width: 299px;
	float: right;
	background-color: #515151;
	height: 100%;
	bottom: 0;
	top: 0;
}
#rightBoxContent {
	width: 299px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
}
#callToday {
	width: 299px;
	height: 95px;
	background: url(../images/callToday.jpg) #515151 no-repeat center;
	margin-top: 10px;
}
#rightFooter {
	margin-top: 50px;
	width: 299px;
	height: 60px;
	background: url(../images/watermark.jpg) #515151 no-repeat center;
	bottom: 0;
}

#footer {
	height: 33px;
	width: 950px;
	background: url(../images/footerBG.jpg) repeat-x;
	float: left; 
}
#footerCopyright {
	width: 350px;
	margin: 10px 5px 5px 5px;
	color: #fff;
	float: left;
}
#footerMITM {
	width: 250px;
	margin: 10px 5px 5px 5px;
	color: #fff;
	float: right;
	text-align: right;
}
#footerMITM a:link, #footerMITM  a:visited, #footerMITM a:active {
	color: #fff;
}
#footerMITM a:hover {
	color: #333;
}


#missionStatement {
	margin: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	width: 631px;
	height: 114px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #333;
	background:url(../images/missionStatement_bg.jpg) no-repeat;
}
.missionHeader {
	font: 18px Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
}
#missionStatement p {
	margin: 0;
	padding: 4px;
}
tr.eventsRow:hover {
	background: #797979;
	color: #333;
}
tr.eventsRow.highlighted {
	background: #797979;
	color: #333;
}
.blue {
	background-color: #cdedf8;
	font: 14px Arial, Helvetica, sans-serif;
	color: #333;
}
.white {
	background: none;
	font: 14px Arial, Helvetica, sans-serif;
	color: #333;
}