@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #808080;
	margin: 25px 0 0 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;
}

#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/containBG.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/*holds the curved top, logo, header navigation*/
#header { 
	width: 960px;
}

/*top with curve*/
#headerCurve {
	height:30px;
	width: 960px;
}

#slider1 { 
			overflow: hidden; 
			height: 153px;
			width: 200px;
} 

#slider2 { 
			overflow: hidden;
			height: 175px;
			width: 200px;
} 

#slider1_pagination{ 
	position: relative;
	top: -170px; 
	left: 156px; 
	} 

#slider2_pagination{ 
	position: relative; 
	top: -209px; 
	left: 156px; 
}
 #slider1_pagination a {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

#slider2_pagination a {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

#slider1_pagination a._current-slide {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
	color: black;
    text-decoration: none;
}

#slider2_pagination a._current-slide {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
	color: black;
    text-decoration: none;
}

#slider1 li.mbSlider_Slide {
	    width: 225px;
	    height: 153px;
		text-align: center;
	}
	
#slider2 li.mbSlider_Slide {
	    width: 225px;
	    height: 193px;
		text-align: center;
	}

.leftimage{
	max-width: 200px;
	max-height: 137px;
	border:0;
	padding: 3px;
	display:block; /*images must be set to block in order use auto margins*/
	margin:0 auto; /*centers images in most browsers*/
	text-align:center; /*centers images in older browsers*/

}

.logoimage{
	max-width: 200px;
	max-height: 100px;
	border:0;
	padding: 3px;
	display:block; /*images must be set to block in order use auto margins*/
	margin:0 auto; /*centers images in most browsers*/
	text-align:center; /*centers images in older browsers*/

}
	
.style1 {font-size: 12px}
.style2 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style3 {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; }

#PressList {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#PressList a:link {
	color:black;
	text-decoration:underline;
}

#PressList a:visited{
	color:#231f20;
	text-decoration:underline;
}

#PressList a:hover {
	text-decoration:underline;
	color:#EC1C24
}
/*contain floated headerLeft and right*/
#headerWrap{
	padding:0;
	margin:0;
	}

/*left header contains the logo*/
#headerLeft{
	width:465px;
	padding: 0;
	float:left;
	margin: 0px 0px 0 22px;
	height:103px;	
} 

/*right header contains the navigation*/	
#headerRight{
	width:450px;
	float:right;
	padding: 0;
}

/* contains the header nav*/
#headerNavWrap { 
	margin:0;
	padding: 0 0px 0 0px/*positions header nav to the right*/
} 

/*header nav begins*/
#headerNav, #footerNav{
	margin:0;
	padding:0 0 0 0px;
	color:#231f20;
	font-size:9px;
}

#headerNav img{
border:none;
margin:0px 2px 0px 0;
}

#footerNav li, headerNav li{
	display: inline;
	list-style-type:none;
}

#footerNav a:link {
	color:#231f20;
	text-decoration: none;
}

#footerNav a:visited{
	color:#231f20;
	text-decoration:none;	
}

#footerNav a:hover {
text-decoration:underline;
}

#footerNav img{
	border:none;
	margin:0px 2px -6px 0;
}

.border {
	padding: 0 10px 0 5px;
	border-right: 1px solid #231f20;
	}
	
.third {
	padding: 0 10px 0 0px;
	border-right: 1px solid #231f20;
	}
	
.first {
	padding: 0 10px 0 10px;
	border-right: 1px solid #231f20;
	border-left: 1px solid #231f20;
}

.last {
/*border:none;*/
border-right: 1px solid #231f20;
padding: 0 10px 0 8px;
}
/*footer nav ends*/


/*contains main content/bottom*/
#mainContent { 
	margin: 0 32px 0 23px;
	width:905px;
	}

/*main navigation with drop down roll over*/
#mainNav {
	/*background:#660033;*/
	height:18px;
	margin: 0;
}

/*wraps around all bottom content with borders right and left*/
#mainWrap{
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	padding: 0;
	margin:0;
	width:903px;
	min-height:350px;
	border-top:1px solid #808080;
	}

#PressmainWrap{
	background-image:url(../images/pressbkg.gif);
	background-repeat:repeat-y;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	padding: 0;
	margin:0;
	width:903px;
	min-height:350px;	
	border-top:1px solid #808080;
	}

#PressmainWrap li{
	list-style-type: none;
}
/*headline bottom below gradient*/
h1{
	font:100% Arial, Helvetica, sans-serif;
	color:#231f20;
	padding: 10px 0 0 25px;
	margin:0;
	font-size:20px;
}

/*sidebar text*/
h2{
	color:#ED1c24;
	font-size:12px;
	font-weight:bold;
	padding:5px 0px 15px 0;
	margin:0;
	/*border:1px solid #FF6699;*/
}

/*bottom in the media*/
h3{
	color:#231f20;
	padding: 10px 0 10px 0;
	margin:0;
	font-size:13px;
	font-weight:bold;
	}

/*main content*/
p{
	font-size:12px;
}


/*header image top*/
#headerImage{
	height:119px;
	margin:0;
	padding:0;
}

/*bottom gradient below flash*/
#bottomGradient{
	background-image:url(../images/gradientInterior1.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	height: 14px;
	}

/*contains the left and right floated linked images*/
#bottomWrap{
	width:905px;
	/*background:#FF0033;*/}

/*holds main content area floated left*/
#bottomLeft{
	width:606px;
	padding:0 0 30px 82px;
	margin:0;
	float:left;
	/*border:1px solid #3300FF;*/
}

/*holds PRESS landing page main content area floated left*/
#PressbottomLeft{
	width:675px;
	padding:0 0 0px 82px;
	margin:0;
	float:left;
	/*border:1px solid #3300FF;*/
}

#PressIndexBottomLeft{
	overflow: auto;
	max-height:500px;
	width:675px;
	padding:0 0 0px 82px;
	margin:0;
	float:left;
}

/*holds PRESS RELEASE page Left content area (Images, Videos, etc) */
#PressFarLeft{
	width:225px;
	margin-left: -745px;
	float: left;
	padding: 5px 0px 0 0px;
}

/* Holds PRESS RELEASE page center content area (date, text, etc) */
#PCenter {
	width: 532px;
	margin-left: 225px;
	float: left;
	padding: 5px 0px 5px 0px;
}

/*
#PressCenter {
	max-width: 520px;
	max-height:600px;
	overflow: auto;
}
*/
#PressCenter2 {
	max-width: 520px;
	max-height:500px;
	overflow: auto;
}

* html #PCenter {
	display:inline;
}

.PressHeadline{
	font-size:18px;
	font-weight: bold;
	margin:0 5px 0 5px;
}

.PressSubHead{
	font-size:14px;
	font-weight:bold;
	margin:0 5px 0 5px;
}

.PressDate{
	font-size:12px;
	color:#ED1C24;
	font-weight:bold;
	margin:0 5px 0 5px;
}

.PressBody{
	font-size:12px;
	color:black;
	margin:12px 5px 0 5px;
	text-align: left;
}

.PressBodyBK{
	background-image:url(../images/SocMediaPanel.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	font-size:13px;
	color:black;
	margin:10px 12px 0 0px;
	/*	text-align:center;
*/	height: 60px;
}

.PressAV{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ED1C24;
	font-weight:bold;
	margin:0 10px 0 10px;
}

.PressAVFoot{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ED1C24;
	font-weight:bold;
	margin:0 10px 0 10px;
	border-top:solid black 1px;
}
/*PRESS RELEASE right sidebar*/
#PressRight{
	margin: 0px 2px 0 0px;
	width: 142px;
	float:left;
	padding: 5px 0px 0px 0px;
	vertical-align:top;
	/*width:200px;
	margin: 0px 0 0 702px;
	padding: 40px 0 0 0;*/
	/*border:1px solid #009900;*/
}

.bullet{
	margin-left:7px;
	height: 8px;
	width: 8px;
}

.PressRTitle{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ED1C24;
	font-weight:bold;
	margin:0 0px 0 7px;
}


.PressRPitch{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	margin:0 0px 7px 25px;
}


.PressRLink{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration: underline;
	margin:0 0px 0 25px;
}

.PressRMore{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ED1C24;
	text-decoration: underline;
	margin:0 0px 12px 26px;
}

.PressShare{
	background-image:url(/images/ShareVia.gif);
	background-position:right;
	background-repeat:no-repeat;
	margin:0 -3px 20px 20px;
	padding:0 0 6px 61px;
	line-height:30px;
	text-align:right;
}

.PressShareImage{
	margin-top:10px;
}

/*right sidebar*/
#bottomRight{
	margin: 0px 0 0 692px;
	padding: 40px 20px 80px 20px;
	/*width:200px;
	margin: 0px 0 0 702px;
	padding: 40px 0 0 0;*/
	/*border:1px solid #009900;*/
}



/*PRESS right sidebar*/
#PressbottomRight{
	margin: 0px 2px 0 0px;
	width: 119px;
	float:left;
	padding: 5px 2px 0px 3px;
	vertical-align:top;
	/*width:200px;
	margin: 0px 0 0 702px;
	padding: 40px 0 0 0;*/
	/*border:1px solid #009900;*/
}

#PressbottomRight p {
	padding: 0 0px 0 2px;
	vertical-align:top;
	text-align: left;
}	
	
/*red link*/
#bottomRight a:link{
	color:#ED1c24;
	font-size:11px;
	font-weight:normal;
	padding:0;
	margin:0;
}

#bottomRight a:visited{
	color:#ED1c24;
	font-size:11px;
	font-weight:normal;
	padding:0;
	margin:0;
	}
	
#bottomRight a:hover{
	color:#ED1c24;
	font-size:11px;
	font-weight:normal;
	padding:0;
	margin:0;
	text-decoration:none;}
/*red link ends*/

/*sidebar navigation starts*/
#bottomRightNav ul {
	display:block;
	list-style:none;
	padding: 0;
	margin:0;}

#bottomRightNav a:link{
	color:#231F20;
	font-size:11px;
	font-weight:bold;
	padding: 0;
	margin:0;
	text-decoration:none;
	}

#bottomRight a:visited{
	color:#231F20;
	font-size:11px;
	font-weight:bold;
	padding:0;
	margin:0;
	text-decoration:none;
	}
	
#bottomRightNav a:hover{
	color:#ED1c24;
	font-size:11px;
	font-weight:bold;
	padding:0;
	margin:0;
	text-decoration:underline;}
	
/*sidebar navigation ends*/
	
/*puts a padding on the images with wide border*/
#bottomRight img {
	padding: 0 0px 0 0;
	margin:5px 0;
	border:5px solid #808080;
	}

/*table position*/
table{
	margin: 10px 0 0 25px;
	}

/*padding on images in table*/	
table img{
	/*padding: 15px 2px ;*/
	/*width:105px;*/
	height:85px;
width:140px;
	border: 1px solid #fff;
	padding:0;
	margin: 0 0 0 1px;
	}
	
table td a:link img {
/*height:65px;
width:105px;*/
height:85px;
width:140px;
margin: 0 0 0 1px;
	padding: 0px;
	}

/*rollover link red*/	
table td a:hover img {
height:85px;
width:140px;
/*width:105px;*/
margin: 0 0 0 1px;
	padding: 0px;
	border:1px solid #CC0000;
}

	
	

/*border right and bottom*/
td{
	border-right:1px solid #808080;
	border-bottom:0px solid #808080;
	border-collapse:collapse;
}

/*border right and bottom none for bottom corner right*/
td.last{
border-right:none;
border-bottom:none;
border-collapse:collapse;
}

/*right column no border*/
td.lastRt{
border-right:none;
border-collapse:collapse;
}

/*bottom no border bottom*/
td.lastLft{
border-bottom:none;
border-collapse:collapse;
}

/*contains curved bottom*/ 
#menufooter { 
	padding:0px;
	height:55px;
	margin:0;
	background: #ffffff;
} 

.border {
	padding: 0 10px 0 5px;
	border-right: 1px solid #231f20;
	}
.third {
	padding: 0 10px 0 0px;
	border-right: 1px solid #231f20;
	}
	
.first {
	padding: 0 10px 0 10px;
	border-right: 1px solid #231f20;
	border-left: 1px solid #231f20;
}
	
	
.last {
/*border:none;*/
border-right: 1px solid #231f20;
padding: 0 10px 0 8px;
}
/*footer nav ends*/

#footer { 
	padding:0px;
	height:55px;
	margin:0;
	background: #808080;
} 

.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;
}





/*main navigation*/
#menuwrapper {
	font:100% Arial Rounded MT, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	height:20px;
	width:905px;
}

/*clears floats*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#p7menubar {
	/*width: 36em;*/
}
/*drop down contain*/
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: 100% Arial Rounded MT, Arial, Helvetica, sans-serif;
}

/*drop down contain*/
#Pressmenubar {
	padding-left: 707px;
	margin: 0;
	list-style: none;
	font-family: 100% Arial Rounded MT, Arial, Helvetica, sans-serif;
}

#PressPassmenubar {
/*	padding-left: 707px;
*/	text-align:right;
	float:right;
	margin: 0;
	list-style: none;
	font-family: 100% Arial Rounded MT, Arial, Helvetica, sans-serif;
}

/*controls link*/
#p7menubar a, #Pressmenubar a, #PressPassmenubar a {
	display: block;
	text-decoration: none;
	/*padding: 5px 10px 5px 10px;*/
	font-size: .85em;
	color: #CCCCCC;

}
/*controls dropdowns large tab*/
#p7menubar a.trigger{
	font-weight:bold;
	font-size:13px;
	text-align:center;
	/*padding: 5px 0px 5px 0px;*/
	/*tab grey*/
/*	width: 97px;
	height:16px;*/
	/*padding:2px 5px 0 5px;*/
	padding:3px 0 0 0;
/*	padding:0;*/
	background: url(../images/tabLarge4.jpg) 0 0 no-repeat;
	text-decoration: none;
	color:#231f20;
		width: 115px;
	height:18px;
	/*border:1px solid #CC00FF;*/
	
}


/*controls dropdowns medium tab*/
#p7menubar a.triggerMedium {
	font-weight:bold;
	font-size:13px;
	text-align:center;
	/*padding: 5px 0px 5px 0px;*/
	/*tab grey*/
	/*width: 73px;
	height:16px;*/
	/*padding:2px 5px 0 5px;*/
	padding:3px 0 0 0;
	/*padding:0;*/
	background: url(../images/tabMedium.jpg) 0 0 no-repeat;
	text-decoration: none;
	color:#231f20;
	width:87px;
	height:18px;
/*	border:1px solid #3300FF;*/
}

/*controls dropdowns small tab*/
#p7menubar a.triggerSmall {
	font-weight:bold;
	font-size:13px;
	text-align:center;/*
	padding: 5px 0px 5px 0px;*/
	/*tab grey*/
	/*width: 61px;*/
	height:18px;
	width:73px;
	/*padding:0;*/
	/*padding:2px 10px 0 5px;*/
	padding:3px 0 0 0;
	background: url(../images/tabSmall.jpg) 0 0 no-repeat;
	text-decoration: none;
	color:#231f20;
	/*border: 1px solid #FF0000;*/
}

/*controls selected dropdowns*/
#p7menubar a.triggerSelectSmall {
	font-weight:bold;
	font-size:13px;
	text-align:center;
	/*paddin: 5px 0 5px 0;*/
	/*tab grey*/
	width: 73px;
	height:18px;
	padding:3px 0 0 0;
	margin:0;
	background: url(../images/tabSmall2.jpg) 0 0 no-repeat;
	text-decoration: none;
	color:#fff;
}

/*controls dropdowns medium tab*/
#p7menubar a.triggerSelectMedium {
	font-weight:bold;
	font-size:13px;
	text-align:center;
	/*tab grey*/
	width: 87px;
	height:18px;
	padding:3px 0 0 0;
	background: url(../images/tabMedium2.jpg) 0 0 no-repeat;
	text-decoration: none;
	color:#fff;	
}

/*controls dropdowns large tab*/
#p7menubar a.triggerSelectLarge{
	font-weight:bold;
	font-size:13px;
	text-align:center;
	/*tab grey*/
	width: 115px;
	height:18px;
/*	padding:0;*/
	padding:3px 0 0 0;
	background: url(../images/tabLarge2.jpg) 0 0 no-repeat;
	text-decoration: none;
	color:#fff;
}

/*controls dropdowns XL tab*/
#p7menubar a.triggerXL{
	font-weight:bold;
	font-size:13px;
	text-align:center;
	/*padding: 5px 0px 5px 0px;*/
	/*tab grey*/
/*	width: 97px;
	height:16px;*/
	/*padding:2px 5px 0 5px;*/
	padding:3px 0 0 0;
/*	padding:0;*/
	background: url(../images/tabXLarge.jpg) 0 0 no-repeat;
	text-decoration: none;
	color:#231f20;
	width: 125px;
	height:18px;
	/*border:1px solid #CC00FF;*/
}

/*controls XL dropdowns large tab*/
#p7menubar a.triggerSelectXL{
	font-weight:bold;
	font-size:13px;
	text-align:center;
	/*tab grey*/
	width: 125px;
	height:18px;
	padding:3px 0 0 0;
	background: url(../images/tabXLarge2.jpg) 0 0 no-repeat;
	text-decoration: none;
	color:#fff;	
}

#p7menubar li {
	float: left;
	width: 9em;
}

#p7menubar li {
	position: relative;}

/* hide from IE mac \*/
#p7menubar li {
	position: static;
	width: auto;
}
/* end hiding from IE5 mac */

#p7menubar li ul, #p7menubar ul li  {
/*	width: 12em;*/
	width:200px;
}
/*drop down spacing vertically*/
#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 5px 12px 5px 16px;
}

/*padding top dropdown*/
#p7menubar ul li a.first  {
	color: #565656;
	border-right: 0;
	padding: 8px 12px 5px 16px;	
}

/*dropdown background*/
#p7menubar li ul {
	font-size:13px;
	color:#FFFFFF;
	position: absolute;
	display: none;
	background: url(../images/dropBG2.jpg) repeat-x;/*gradient BG drop down*/
}

/*curved corners on bottom our capabilities*/
#p7menubar li ul .last{
	height:5px;
	padding:0;
	margin:0 0 0 0;
	}
	
/*rollover main nav*/
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	/*tab red rollover*/
	background-position: 0 -22px;
    color:#fff;
}

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}

/*dropdown font style*/
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color:#FFFFFF;
	background-color: transparent;
}

/*hover drop down*/
#p7menubar ul a:hover {
	background-color: #231f20!important;
	color: #FFFFFF !important;
}

/*selected drop down*/
#p7menubar ul a.selected {
	background-color: #231f20!important;
	color: #FFFFFF !important;
}

/*selected top*/
#p7menubar ul a.selectedFirst {
	background-color: #231f20!important;
	color: #FFFFFF !important;
	/*padding: 8px 12px 3px 16px;*/
	padding: 8px 12px 5px 16px;	
}

/*mainNav ends*/

