@charset "UTF-8";
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
a:focus { 
    outline: none; 
}

body {
	background-image: url(../images/bg_grey.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #545454;
	margin: 0px;
	padding: 0px;
}
.boldbody {
	font-weight: bold;
}
.backtotop {
	font-size: 10px;
}
.asterisk {
	font-size: 15px;
	color: #10A0C6;
}
.smalltext1 {
	font-size: 11px;
	line-height: 13px;
}
.floatright {
	float: right;
	margin-left: 10px;
}
.clearfloats {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:link, a:visited {
	color: #10A1C5;
}
a:hover, a:active {
	color: #999999;
}
#MainWrapper {
	float: left;
	width: 825px;
}
#SpaceWrapper {
	float: left;
	width: 32px;
	background-image: url(../images/_images/bg_sidespace.jpg);
	background-repeat: no-repeat;
	height: 231px;
}
#Wrapper {
	float: left;
	width: 793px;
}
#topnavWrap {
	height: 38px;
	display: block;
	width: 793px;
	background-image: url(../images/_images/bg_topnav.jpg);
	background-repeat: no-repeat;
	float: left;
	position: relative;
}
#topnavWrap ul {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	margin-top: 7px;
	float: right;
}
#topnavWrap li {
	display: inline;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#topnavWrap a, #topnavWrap a:visited {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
	padding-left: 8px;
	padding-right: 8px;
}
#topnavWrap a:hover, #topnavWrap a:active {
	color: #000;
}
#socialmedia {
	position: absolute;
	width: 75px;
	top: 3px;
	height: 35px;
	float: left;
	right: 160px;
}
#socialmedia a, #socialmedia a:visited {
	padding-top: 7px;
	padding-bottom: 4px;
	float: left;
	padding-left: 8px;
	padding-right: 0px;
}
#socialmedia a:hover, #socialmedia a:active {
	color: #000;
}
#headerWrap {
	background-color: #000000;
	float: left;
	width: 793px;
	clear: both;
	position: relative;
	background-image: url(../images/bg_curve_topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#headerWrap #headerTitle {
	position: absolute;
	top: 70px;
	left: 225px;
}
#headerWrap  h1 {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#globalnavWrap {
	background-color: #585858;
	float: left;
	width: 793px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(../images/_images/bg_globanav_off.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	z-index: 10;
}
#globalnav1 {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#globalnav1 li {
	display: inline;
}
#globalnav1 li a:link, #globalnav1 li a:visited {
	display: block;
	float: left;
	width: 135px;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(../images/bg_globalnav1_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 3px;
	height: 26px;
	padding-top: 9px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #484848;
	padding-bottom: 1px;
}
#globalnav1 li a:hover, #globalnav1 li a:active {
	background-image: url(../images/bg_globalnav1_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* BEGIN SUBMENU 1 */
#menu1 {
	position:absolute;
	top:36px;
	left:141px;
	z-index:99999999;
	font-size:11px;
	visibility:hidden;
	background-color: #565656;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #D6D8D7;
}
#menu1 ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu1 a {
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	width: 126px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/arrow_white.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding-left: 12px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D6D8D7;
	border-right-color: #D6D8D7;
	border-left-color: #D6D8D7;
}

#menu1 a:hover {
	text-decoration:none;
	background-color: #10A0C6;
	background-image: url(../images/arrow_white.gif);
}
/* END SUBMENU 1 */

/* BEGIN SUBMENU 2 */
#menu2 {
	position:absolute;
	top:36px;
	left:282px;
	z-index:99999999;
	font-size:11px;
	visibility:hidden;
	background-color: #565656;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #D6D8D7;
}
#menu2 ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu2 a {
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	width: 126px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/arrow_white.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding-left: 12px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D6D8D7;
	border-right-color: #D6D8D7;
	border-left-color: #D6D8D7;
}

#menu2 a:hover {
	text-decoration:none;
	background-color: #89AD4C;
	background-image: url(../images/arrow_white.gif);
}
/* END SUBMENU 2 */

/* BEGIN SUBMENU 3 */
#menu3 {
	position:absolute;
	top:36px;
	left:423px;
	z-index:99999999;
	font-size:11px;
	visibility:hidden;
	background-color: #565656;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #D6D8D7;
}
#menu3 ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu3 a {
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	width: 126px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/arrow_white.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding-left: 12px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D6D8D7;
	border-right-color: #D6D8D7;
	border-left-color: #D6D8D7;
}

#menu3 a:hover {
	text-decoration:none;
	background-color: #BA121A;
	background-image: url(../images/arrow_white.gif);
}
/* END SUBMENU 2 */

#contentWrap {
	background-color: #FFFFFF;
	width: 791px;
	background-image: url(../images/bg_main_repeat.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	float: left;
	padding-top: 38px;
	padding-bottom: 68px;
}
#contentWrap h1 {
	margin-top: 0px;
	font-size: 23px;
	font-weight: normal;
	line-height: 25px;
	color: #333333;
}
#contentWrap h2 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}
#contentWrap h2.first {
	margin-top: 0px;
	padding-top: 0px;
}
#content h2.pressreleases {
	margin-top: 0px;
	padding-top: 0px;
	text-transform: none;
	font-size: 14px;
	font-weight: normal;
}
#contentWrap #sidebar {
	width: 212px;
	float: left;
	padding-left: 55px;
	height: 350px;
}
#contentWrap   #content {
	margin-left: 295px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E5E5E5;
	z-index: 1;
}
#content.px300        {
	width: 300px;
}
#content.px431        {
	width: 431px;
}
.newsitem {
	width: 400px;
	background-image: url(../images/bg_main_repeat.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 3px;
	position: relative;
	padding-top: 26px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DCDCDC;
	border-right-color: #DCDCDC;
	border-bottom-color: #999999;
	border-left-color: #DCDCDC;
}
.newsitem div.date {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #DCDCDC;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #333333;
	padding-left: 8px;
	background-image: url(../images/bg_grey.jpg);
	background-position: left -150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.newsitem p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.newsitem .headline {
	font-size: 14px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #333333;
}
.headline .subheadline {
	font-weight: bold;
	font-size: 11px;
}
.vidwndw {
	width: 400px;
	background-image: url(../images/bg_main_repeat.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 3px;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DCDCDC;
	border-right-color: #DCDCDC;
	border-bottom-color: #999999;
	border-left-color: #DCDCDC;
}
.vidwndw div.date {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #DCDCDC;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #333333;
	padding-left: 8px;
	background-image: url(../images/bg_grey.jpg);
	background-position: left -150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.vidwndw p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
div.vidinfo {
	margin-top: 10px;
	font-size: 12px;
}
div.px375 {
	width: 375px;
}
#content ul   {
	margin-top: 15px;
	margin-bottom: 15px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#content li   {
	background-image: url(../images/arrow_cyan.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	list-style-type: none;
	padding-left: 6px;
}
#contentBttm img {
	float: left;
	width: 793px;
}
#footerWrap {
	background-color: #FFFFFF;
	float: left;
	width: 100%;
	clear: both;
	margin-top: 12px;
}
#footerSpace {
	height: 50px;
	float: left;
}
#footerWrap #copyright {
	font-size: 11px;
	width: 200px;
	float: left;
}
#footerWrap #footernav {
	font-size: 11px;
	color: #999999;
	float: left;
	padding-left: 20px;
}
#breadcrumbs {
	margin-bottom: 10px;
	font-size: 11px;
}
