@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.head1 {
	height: 305px;
	width: 324px;
	position: relative;
	left: 0px;
	float: left;
	top: 0px;
}
.twoColFixRtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
} 


.newscontentdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ED2525;
}

.twoColFixRtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 305px;
	width: 800px;
	background-color: #DDDDDD;
	background-image: url(../images/main_bg.jpg);
} 

.head2 {
	height: 305px;
	width: 172px;
	position: relative;
	clear: right;
	top: 0px;
	left: 0px;
	float: left;
}
.head3 {
	height: 305px;
	width: 304px;
	background-image: url(../images/head3.jpg);
	display: block;
	position: relative;
	top: 0px;
	float: left;
}
.peoplelinks {
	float: right;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	clear: right;
	padding-left: 5px;
}

.date {
	float: left;
	width: 175px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}



.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 303px;
	position: relative;
	clear: right;
}
.footerbot {
	height: 30px;
	width: 800px;
	float: left;
}
.footbotright {
	float: right;
	height: 30px;
	width: 303px;
}
.newscontent {
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	color: #000000;
	float: left;
	margin-left: 25px;
	clear: left;
	display: inline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ED2525;
	padding-bottom: 20px;
	margin-top: 10px;
}
.flash {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 245px;
	width: 230px;
	background-image: url(../images/flash_bg.jpg);
	background-position: -3px -3px;
	margin-top: 5px;
	background-repeat: no-repeat;
}



.footertop {
	height: 120px;
	width: 800px;
	float: left;
}

.twoColFixRtHdr #mainContent {
	width: 493px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0px;
	display: block;
} 
.content {
	width: 450px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	padding-left: 25px;
	text-align: justify;
	display: inline;
}
.contentform {
	width: 450px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	padding-left: 25px;
	text-align: justify;
	display: inline;
	background-color: #FFFFFF;
}

.twoColFixRtHdr #footer {
	background:#DDDDDD;
	height: 150px;
	width: 800px;
} 
.footbotleft {
	float: left;
	height: 30px;
	width: 497px;
	background-image: url(../images/footer_bot1.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
}
.foottext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	float: left;
	display: inline;
	margin-top: 10px;
	margin-left: 40px;
}


.foottopleft {
	background-image: url(../images/footer_top1.jpg);
	height: 120px;
	width: 497px;
	float: left;
}
.foottopright {
	height: 120px;
	width: 303px;
	float: right;
}
.newscontent h1 {
}

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.nav {
	float: left;
	height: 34px;
	width: 497px;
	background-image: url(../images/menu_bg.jpg);
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 34px;
	text-decoration: none;
}
.nav a:link {
}

.recent {
	height: 34px;
	width: 303px;
	background-image: url(../images/recent_news.jpg);
	display: block;
	float: right;
	position: relative;
	margin: 0px;
	padding: 0px;
	clear: right;
}
.heading {
	background-image: url(../images/page_header.jpg);
	height: 42px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #ED2525;
	padding-left: 30px;
	line-height: 40px;
	text-align: left;
	display: inline;
	float: left;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: 25px;
}
.nav a:hover {
}
.nav a:visited {
}
.nav a:active {
}
.foottext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
.foottext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ED2525;
}
.footbotleft a:link {
	height: 30px;
	width: 497px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
.peoplecontent {
	width: 210px;
	height: 70px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 260px;
	display: inline;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.peoplecontent a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ED2525;
	font-weight: bold;
	text-decoration: underline;
}
.peoplecontent a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ED2525;
	font-weight: bold;
	text-decoration: underline;
}.peoplecontent a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ED2525;
	font-weight: bold;
	text-decoration: underline;
}
.peoplecontent a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ED2525;
	font-weight: bold;
	text-decoration: underline;
}

.recentnews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #676767;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 25px;
	font-weight: bolder;
	font-style: normal;
	width: 220px;
	float: left;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ED2525;
	line-height: 24px;
	display: inline;
}
hr {
	background-image: url(../images/red_line.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
}
.footbotleft a:link {
	color: #FFFFFF;
}
.footbotleft a:visited {
	color: #FFFFFF;
}
.footbotleft a:active{
	color: #FFFFFF;
}
a {
	color: #ED2525;
}
a:link {
	color: #ED2525;
}
a:hover {
	color: #666666;
}
#peoplewrapper {
	background-image: url(../images/pop_back.png);
	float: none;
	width: 480px;
	margin: 0px;
	text-align: justify;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	height: auto;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 35px;
}
.peoplename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #FFFFFF;
	font-weight: bolder;
	font-variant: normal;
}
.email {
	height: 45px;
	float: none;
	margin-bottom: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 300px;
}
.emailtext {
	float: left;
	clear: right;
	width: 250px;
}
.emailtext a:link {
	float: left;
	clear: none;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: left;
}

.emailicon {
	float: left;
	height: 34px;
	width: 35px;
	margin-right: 5px;
}

li.email {
	height: 37px;
	background-position: 0px -10px;
	background-image: url(../images/email_icon.gif);
	text-align: left;
	float: none;
	background-repeat: no-repeat;
	line-height: 37px;
	text-indent: 50px;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
}

.peoplepic {
	height: 155px;
	width: 111px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline;
	margin-top: 5px;
	background-image: url(../people/images/red_pic_back.gif);
	background-position: -5px;
}
.picwcaptionwrap {
	width: 110px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	display: inline;
	margin-top: 5px;
}
.pic {
	height: 157px;
	width: 110px;
	float: left;
	background-image: url(../images/white_pic_back.gif);
	background-position: -5px -1px;
	background-repeat: no-repeat;
	margin-right: 10px;
	display: inline;
}
.caption {
	width: 110px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	margin-top: 5px;
	text-align: center;
}
.caption a:link {
	color: #ED2525;
	font-size: 9pt;
}
.picwcaptionwrapleft {
	width: 110px;
	float: right;
	margin-bottom: 5px;
	display: inline;
	margin-top: 5px;
	margin-left: 10px;
}
.peopleexec {
	width: 460px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	padding-left: 25px;
	text-align: justify;
	background-color: #CCCCCC;
}
.newscontentchs {
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	color: #000000;
	float: left;
	margin-left: 25px;
	clear: left;
	display: inline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ED2525;
	padding-bottom: 20px;
	margin-top: 25px;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #676767;
}
.content li  {
	list-style-type: none;
	list-style-image: url(../images/list_arrow_9.gif);
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
}
.contactstate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #606060;
}
.contactlocation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}
.picwcaptionwrappeop {
	width: 120px;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	display: inline;
	margin-top: 5px;
	clear: left;
}
.captionpeop {
	width: 100px;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-top: 5px;
}
.captionpeop a:link {
	color: #ED2525;
	font-size: 9pt;
}
.peoplelinks a:link {
	font-size: 9pt;
}
.peoplelinkshead  {
	list-style-type: none;
	background-image: url(../images/content_list_12.gif);
	background-position: 5px center;
	display: block;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}
.peoplelinks a:hover {
	font-size: 9pt;
	color: #999999;
}
.peoplelinks a:visited {
	font-size: 9pt;
	color: #666666;
}
.caption a:hover {
	color: #999999;
	font-size: 9pt;
}
.caption a:visited {
	color: #666666;
	font-size: 9pt;
}
.h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #ED2525;
}
#audiowrapper {
	background-image: url(../media/images/pop_audio.png);
	height: 217px;
	width: 424px;
	float: left;
	position: static;
}
.audioplayer {
	height: 160px;
	width: 400px;
	position: absolute;
	top: 43px;
	left: 13px;
}
#mediawrapper {
	background-image: url(../media/images/media_pop.png);
	height: 300px;
	width: 535px;
	float: left;
	position: static;
}
.mediaplayer {
	height: 240px;
	width: 525px;
	position: absolute;
	top: 54px;
	left: 4px;
}

.lightrow {
background-color: #e6e6e6;
}
.darkrow {
background-color: #f1f1f1;
}
.indexdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	font-weight: bold;
}


.pagepic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #606060;
	height: 159px;
	width: 160px;
	float: left;
	background-image: url(../images/page_pic_drop.gif);
	background-position: 0px 0px;
	margin-top: 5px;
}
.addrow {
	color: #FFFFFF;
	background-color: #333333;
}
