@charset "utf-8";
/* CSS Document */

body {
	background-color:#999;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	color:#333;
	margin:0;
}
.clear {
	clear:both;
}
#wrapper {
	width:850px;
	margin:0 auto;
}
#topHeader {
	height:150px;
}
#bottomHeader {
	height:239px;
}
#content {
	border:3px solid #666;
	background-color:#FFF;
	background-image:url(images/contentBack.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}
#contentSub {
	border:3px solid #666;
	background-color:#FFF;
	background-image:url(images/contentBack2.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}
#leftColumn {
	width:197px;
	float:left;
}
#middleColumn {
	width:430px;
	float:left;
	padding: 0 10px 10px 10px;
}
#middleColumnHome {
	width:430px;
	float:left;
}
#rightColumn {
	width:197px;
	float:left;
}
#submiddleColumn {
	width:627px;
	float:left;
	padding: 0 10px 10px 10px;
}
#title {
	color:#cccccc;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	background-repeat:repeat-x;
	line-height:31px;
	padding-left:10px;
}
#titleCenter {
	color:#cccccc;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	line-height:31px;
	text-align:center;
}
#footer {
	text-align:center;
	padding-top:10px;
}
#play4 {
	height:6px;
	width:6px;
	z-index:100;
	position:absolute;
	background-image:url(images/play4-2.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	top:317px;
	background-color:#000;
	
}
#play3 {
	height:6px;
	width:6px;
	z-index:100;
	position:absolute;
	background-image:url(images/play4-3.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	top:23px;
	background-color:#000;
	
}
#play2 {
	height:6px;
	width:6px;
	z-index:100;
	position:absolute;
	background-image:url(images/play4-4.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	left:424px;
	top:23px;
	background-color:#000;
	
}
#play1 {
	height:6px;
	width:6px;
	z-index:100;
	position:absolute;
	background-image:url(images/play4.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	left:424px;
	top:317px;
	background-color:#000;

	
}
#video {
	z-index:0;
}
#videoItem {
	width:300px;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
