/* Links, Body, Borders */

a {
	color: #D07B02;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #9E9E9E;
	text-decoration: underline;
}
body {
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
	background-image: url(../images/web_graphics/background.jpg);
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: "trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #CCCCCC;
	font-style: normal;
}
.edge_body_l {
	background-image: url(../images/web_ui/body_l.gif);
}
.edge_body_r {
	background-image: url(../images/web_ui/body_r.gif);
}
.edge_masthead_l {
	background-image: url(../images/web_ui/masthead_l.gif);
}
.edge_masthead_r {
	background-image: url(../images/web_ui/masthead_r.gif);
}
.edge_nav_l {
	background-image: url(../images/web_ui/nav_l.gif);
}
.edge_nav_r {
	background-image: url(../images/web_ui/nav_r.gif);
}
.edge_top_l {
	background-image: url(../images/web_ui/top_l.gif);
}
.edge_top_m {
	background-image: url(../images/web_ui/top_m.gif);
}
.edge_top_r {
	background-image: url(../images/web_ui/top_r.gif);
}
.flashplayer {
	position: relative;
	border: 0;
	background: url('../images/web_graphics/flashborder.gif') no-repeat;
	height: 261px;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	float: left;
}
img.eventimage {
	position: relative;
	border: 0;
	background: url('../images/web_graphics/eventborder2.gif') no-repeat;
	width: 150px;
	height: 112px;
	padding-top: 9px;
	padding-bottom: 10px;
	padding-left: 13px;
	padding-right: 18px;
}
img.newsimage {
	position: relative;
	border: 0;
	background: url('../images/web_graphics/newsborder2.gif') no-repeat;
	width: 196px;
	height: 140px;
	padding-top: 14px;
	padding-bottom: 20px;
	padding-left: 16px;
	padding-right: 15px;
	margin-left: 16px;
}
img.slideshowimage {
	position: relative;
	border: 0;
	background: url('../images/web_graphics/slideborder.gif') no-repeat;
	width: 500px;
	height: 371px;
	padding-top: 13px;
	padding-bottom: 20px;
	padding-left: 22px;
	padding-right: 20px;
}

img.thumbimage {
	position: relative;
	border: 0;
	background: url('../images/web_graphics/thumbborder.gif') no-repeat;
	width: 100px;
	height: 75px;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
	padding-right: 5px;
}
img.videoimage {
	position: relative;
	border: 0;
	width: 100px;
	height: 56px;
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	background-image: url('../images/web_graphics/videoborder.gif');
}
.videoplayer {
	position: relative;
	border: 0;
	background: url('../images/web_graphics/videoplayborder.gif') no-repeat;
	width: 400px;
	height: 225px;
	padding-top: 18px;
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 13px;
}
.videoplayer4x3 {
	position: relative;
	border: 0;
	background: url('../images/web_graphics/videoplayborder4x3.gif') no-repeat;
	width: 320px;
	height: 252px;
	padding-top: 17px;
	padding-bottom: 12px;
	padding-left: 13px;
	padding-right: 14px;
}
.videoplayer4x2 {
	position: relative;
	border: 0;
	background: url('../images/web_graphics/videoplayborder4x2.gif') no-repeat;
	width: 320px;
	height: 225px;
	padding-top: 17px;
	padding-bottom: 12px;
	padding-left: 13px;
	padding-right: 14px;
}

/* General Layout */

.about {
	padding: 5px;
	margin: 5px;
	margin-bottom: 20px;
	width: 225px;
	font-family:"trebuchet MS", Verdana, Tahoma, Arial;
	color:#FFFFFF;
}
.about_top_left {
	float:left;
	width: 200px;
	height: 225px;
}
.about_top_right {
	float:right;
	clear:right;
	padding-left: 10px;
	padding-right: 15px;
	width: 475px;
	height: 225px;
}
.about_bot_left {
	float:left;
	width: 450px;
	height: 525px;
	padding-top: 20px;
	padding-left: 10px;
}
.about_bot_right {
	float:right;
	padding-top: 20px;
	padding-left: 10px;
	width: 225px;
	height: 275px;
}
.back {
	padding-right: 10px;
}
.contact_l {
	width: 320px;
	padding: 5px;
	float: left;
	margin-left: 20px;
}
.contact_r {
	width: 300px;
	padding: 5px;
	float: left;
	clear: right;
	padding-left: 25px;
	margin-right: 10px;
}
.contact_address {
	width:275px;
	background-color:#222222;
	padding: 5px;
}
.contact_textfield {
	width: 225px;
}
.copy {
	color: #747474;
}
.date {
	color: #ffffff;
	font-weight: bolder;
	font-style: italic;		
}
div.row {
  clear: both;
  padding-top: 10px;
}
div.row span.label {
  float: left;
  width: 60px;
  text-align: left;
}
code {font: 10px geneva, lucida, sans-serif;
}
.event {
	width: 500px;
	margin-top: 10px;
	margin-left: 10px;
	float:left;
}
.eventcontent {
	color: #cccccc;
	font-size: 11px;
	width: 500px;
}
.eventdate {
	color: #cccccc;
	font-size: 11px;
	width: 500px;
	font-style: italic;
}
.eventimage2 {
	margin-top: 10px;
	margin-left: 10px;
	width: 170px;
	float: left;
}
.eventtitle {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	width: 500px;
}
.eventunit {
	width:100%;
	float:left; 
	clear:both;
}
.footer_m {
	background-image: url(../images/web_ui/footer_m.gif);
}
.footer_l {
	background-image: url(../images/web_ui/footer_l.gif);
}
.footer_r {
	background-image: url(../images/web_ui/footer_r.gif);
}
.frm_fields {
	font-family: Verdana;
	font-size: 8pt;
	color:#FFFFFF;
	background-color:#000000;
	border: solid 1px #FFFFFF;
}
.formColLabel {
	width:125px;
	height:20px;
	float:left;
	text-align: left;
	font-weight: bold;
	padding: 6px 0px;
}
.formColField {
	width:200px;
	height:20px;
	float:left;
	clear:right;
	text-align: left;
	padding: 6px 0px;
}
.homeevent {
	background-color: #510000;
	padding: 4px;
	width: 225px;
	margin-bottom: 10px;
	font-family:"trebuchet MS", Verdana, Tahoma, Arial;
	color:#FFFFFF;
}
.homeevent2 {
	background-color: #510000;
	padding: 5px;
	margin: 5px;
	width: 225px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-family:"trebuchet MS", Verdana, Tahoma, Arial;
	color:#FFFFFF;
}
.homenews {
	background-color: #000000;
	padding: 5px;
	margin: 5px;
	width: 225px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-family:"trebuchet MS", Verdana, Tahoma, Arial;
	color:#FFFFFF;
}
.hr {
	padding-top: 10px; 
	padding-bottom: 20px; 
	clear: both;
	vertical-align:middle;
}
.leftside {
	background-image: url(../images/web_ui/leftside.gif);
}
.maincontent {
	background-color: #000000;	
}
.masthead {
	background-image: url(../images/web_graphics/masthead.jpg);
}
.name_email_phone {
	width: 300px; 
	background-color: #000; 
	padding: 5px; 
	margin-top: 25px; 
	float: right;
}
.news {
	margin-top: 10px;
	float:left;
}
.newscontent {
	color: #cccccc;
	font-size: 11px;
}
.newsdate {
	color: #cccccc;
	font-size: 11px;
	width: 350px;
	font-style: italic;
}
.newsimage2 {
	margin-top: 10px;
	width: 200px;
	float: left;
}
.newshead {
	font-family: "trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	position: relative;
}
.newsheading {
	margin-bottom: 15px;
	margin-top: 10px;
}
.newstitle {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	width: 350px;
}
.newsunit {
	padding-left: 10px;
	float: left; 
	width: 100%;
}
.newsevents {
	background-image: url(../images/web_graphics/newsevents.gif);
	vertical-align: top;
	background-repeat: no-repeat;
	padding-top: 32px;
	margin-left: 13px;
}
.next {
	padding-left: 10px;
}
.pageheader {
	vertical-align: top;
	background-repeat: no-repeat;
	padding-top: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
}
.photothumb {
	width: 150px;
	height: 150px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
.renovateheader {
	background-image: url(../images/web_graphics/renovateheader.gif);
	vertical-align: top;
	background-repeat: no-repeat;
	padding-top: 35px;
}
.rightside {
	background-image: url(../images/web_ui/rightside.gif);
}
.service_title {
	background-color: #222222;
	text-align: left;
	font-weight: bolder;
	padding-left: 5px;
	padding: 3px;
}
.seriesmessage_title {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px
}
.sitemap_left {
	float:left;
	margin-left:5px;
	width: 220px;
}
.sitemap_middle {
	float:left;
	margin-left:5px;
	width: 220px;
}
.sitemap_right {
	float:left;
	margin-left:5px;
	width: 220px;
}
.slideshow {
	width: 505px;
	float: left;
	clear: both;
}
.slideshow_r {
	margin-top: 10px;
	width: 160px;
	float: right;
	clear: right;
}
.subscribe {
	background-color:#222222;
	padding: 10px;
	margin-bottom: 20px;
}
.textfield {
	width: 200px;
}
.textfield_contact {
	width: 275px;
}
.title {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

.videothumbs_l {
	width: 125px;
	margin-bottom:15px; 
	float:left;
}
.videothumbs_r {
	width: 125px;
	margin-bottom:15px; 
	float:left;
	clear:right;
}
.videos_thumbs_div {
	width: 260px;
	padding-left: 10px;
	float: left;
}
.video_window_div {
	padding-top: 25px;
	padding-left: 10px;
	valign: middle;
	float: left;
	text-align:center;
	width:425px;
}

.webcast {
	width:749px;
	height:377px;
	margin: 0px 5px;
}
.webcastLeftCol {
	float:left;
	width:365px;
	height:343px;
	text-align:center;
}
.webcastRightCol { float:left; width:359px; }
.webcastNotes {
	width:96%;
	height:225px;
	overflow:auto;
	padding:4pt;
}
.webcastBottom { clear:both; width:100%; height:10px; background-color:#660000; }
.webcastplayer {
	position: relative;
	border: 0;
	background: url('../images/web_ui/webcast_vidbg.jpg') no-repeat;
	width: 320px;
	height: 265px;
	padding-top: 18px;
	padding-bottom: 12px;
	padding-left: 16px;
	padding-right: 13px;
}
.ministry_left {
	float:left;
	margin-left:5px;
	width: 230px;
}
.ministry_middle {
	float:left;
	margin-left:5px;
	width: 230px;
}
.ministry_right {
	float:left;
	margin-left:5px;
	width: 230px;
}
