*
{
padding:0px;
margin: 0px;
}

html {
	height:100%;
}

body
{
background: #000 url(images/mw-mainbg_02.jpg) repeat-x;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color:#000;
line-height: 18px;
height: 100%;
}

#outer
{
position: relative;
width: 964px;
margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
z-index:1;



}

#inner
{
position: relative;
padding: 15px 30px 0px 30px;
z-index: 2;
width:904px;
margin: 0 auto 0 auto;
background:url(images/mw-contentbg_08.gif) repeat-y;


}



#flash {
    z-index: 1;
	position: relative;
}

#flashhome {
    z-index: 1;
	position: relative;
	height:432px;
	
	
}

#imageoverlay {

background:url(images/mw-slideframe_06.png) no-repeat;
height:432px;
width:964px;
z-index:10;
position:absolute;
}

.window {
	height:404px;	width: 804px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	z-index:0;
	float:right;
}
.image_reel {
	position: absolute;
	top: 0; right: 0;
}
.image_reel img {float: right;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 0; right:15px;
	width: 957px; height:45px;
	z-index: 10000; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {

	text-decoration: none;
	color: #000;
}
.paging a.active {

	background: url(images/pagination_01.png) no-repeat;



}
.paging a:hover {font-weight: bold;}

img {
	border:0px;}


p
{
margin-bottom: 14px;

}




 /**************************************************************
    Header/Menu
 **************************************************************/

#menu
{
position: relative;
width:964px;
height: 116px;
padding: 0px;
margin: 0px;
border:0px;
z-index:5000;
text-align:center;
}


.headerhomemenu
{
position:absolute;
width:175px;
height:380px;
padding: 0px;
margin: 0px;
z-index:15;
float:left;
border:0px;
z-index:5000;
top:141px;
}


#menubottom
{

height: 21px;
width:964px;
position:relative;
}



.headerhomemenu ul li { display: inline; border:0px;}

.headerhomemenu li {
display: inline;
list-style-type: none;
border:0px;
}

.headerhomemenu li a{
text-decoration:none;
border:0px;
}

.headerhomemenu img{
text-decoration:none;
border:0px;
}

h3
{
position: relative;
font: 25px 'NewsCycleRegular', Arial, sans-serif;
letter-spacing: 0;
line-height: 25px;
color:#000;
padding: 0px 0px 10px 0px;
margin-bottom: 15px;
width:100%;
}

.hometitle
{
font: 25px 'NewsCycleRegular', Arial, sans-serif;
letter-spacing: 0;
line-height: 25px;
color:#000;
padding: 0px 0px 10px 0px;
margin-bottom: 15px;

}

.learnmore {
	right:0;
	bottom:15px;
	width:166px;
	float:right;
	position:absolute;}
 /**************************************************************
    End Header/Menu
 **************************************************************/



/**************************************************************
    Left Column Home 
 **************************************************************/

#secondarycontent
{
position: relative;
width: 320px;
height:100%;
margin-bottom:0px;
padding: 0px 0px 20px 0px;



}

#secondarycontent .content
{
padding: 0px;
margin-bottom: 0px;
}


#secondarycontent a
{
	color:#000;
}

#secondarycontent .content .date
{
position: relative;
top: 0px;
padding: 0px 15px 10px 0px;
color:#666666;
font-weight: bold;
}

/**************************************************************
    End Left Column Home 
 **************************************************************/
 
 /**************************************************************
    Right Column Home 
 **************************************************************/

#primarycontent
{
position: relative;
width: 550px;
float: right;
min-height: 100%;
padding-bottom:30px;
}


#primarycontent .content
{
padding: 0px;
margin-bottom: 20px;
}

#primarycontent .post
{
margin-bottom: 0px;
}

#primarycontent .post .header
{
position: relative;
}

#primarycontent .post .content
{
margin-bottom: 0px;
}

#feature-left
{position:relative; float:left; width:270px;}

#feature-right
{position:relative; float:right; width:259px;}

 /**************************************************************
    End Right Column Home 
 **************************************************************/

/**************************************************************
   2 Column Layout A
 **************************************************************/
#floatLeft_width80
{

	width: 100%;
	margin-left: auto;
margin-right: auto;
	z-index:5000;
	margin: 0 auto 0 auto;
}



.layout2 {
float:left;
width:904px;
  height:100%;
  position: relative;
margin: 15px auto 1.5em auto;
}

.layout2 .image {
  display: block;
  padding-bottom:50px;
  padding-right:25px;
  top: 0;
  width: 300px;
  float:left;
  min-height:100%;
  
}



.layout2 .title {
  display: block;
  padding: 0 0 5px 0;
  font-size: 15px;
  font-weight: bold;
  color: #000;

}

.layout2 .title a{
  display: block;
  padding: 0 0 5px 0;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  text-transform:none;
  text-decoration:none;
}

.layout2 .titleimage a {
border:none;
}

.layout2 .titleimage {
  display: block;
  padding: 0 0 5px 0;
}

.layout2 p {
  
  margin: 0 10px 0 350px;
  padding:  0 10px 1em 1.2em;

  
}

.layout2 .name {
	display: block;
	padding: 5px 0 0 0;
	font-size: 15px;
	font-weight:700;
	color:#517B97;

}
.layout2 .role {
	display: block;
	padding: 0 0 5px 0;
	font-size: 11px;
}

/**************************************************************
    End 2 Column Layout A
 **************************************************************/

/**************************************************************
   2 Column Layout B
 **************************************************************/

.layout2_60 {
  float: left;
  width: 98% !important;
  width: 98%;
  position: relative;
  margin-bottom: 1.5em;
  margin-top:10px;
  border-bottom:1px solid #EBEBEB;
}

.layout2_60 .image {
  display: block;
  padding-bottom:10px;
  top: 0;
  left: 15px;
  width: 380px;
  float:left;
}



.layout2_60 .title {
  display: block;
  padding: 10px 0 5px 0;
  font-size: 15px;
  font-weight: bold;
  color: #000;
}

.layout2_60 .titleimage a {
border:none;
}

.layout2_60 .titleimage {
  display: block;
  padding: 0 0 5px 0;
}

.layout2_60 p {
  margin: 0 0 0 380px;
  padding:  0 0 1em 1.2em;

}

.layout2_60 .subtitle {
  padding:  0 0 0 6px;
  font-size:11px;

}

/**************************************************************
    End 2 Column Layout B
 **************************************************************/

 .clear {clear:both;}
 /**************************************************************
   Footer
 **************************************************************/
 
#footer
{
height: 100px;
width:957px;
position: relative;
clear: both;
background: url(images/mw-footerbg_16.gif) no-repeat;
color:#6e6e6e;
font-size:12px;
}

#footer .social
{
	position:absolute;
	float:left;
	color:#6e6e6e;
	padding-top:25px;
	z-index:100000;
	left:50px;
}

#footer .social2
{
	position:absolute;
	float:left;
	width: 120px;
	color:#6e6e6e;
	padding-top:25px;
	left:150px;
	z-index:100000;
}


#footer a
{
color: #6e6e6e;
}


#footer .content
{
position: relative;
width:918px;
margin:0 auto 0 auto;
text-align:center;
padding-top:8px;



}

#footer .content a
{
color:#6e6e6e;
text-decoration:none;


}

#footer .image
{
position: absolute;
padding:25px 0px 0px 150px;
z-index:0;
}

#footer ul{list-style:none;overflow:hidden;}#footer li{padding:0 12px;margin:0 1px 0 -1px;display:inline;}
#footer ul a{color:#6e6e6e;}

/**************************************************************
   End Footer
 **************************************************************/
/**************************************************************
   News
 **************************************************************/

#primarycontentnews
{

	width:904px;
	margin-left: auto;
margin-right: auto;
position:relative;
	z-index:5000;
}

#primarycontentnews .title {
  display: block;
  padding: 0px 0 5px 0;
  color: #000;

}

#primarycontentnews .name {
	display: block;
	padding: 5px 0 0 0;
	font-size: 15px;
	font-weight:700;
	color:#517B97;

}

#primarycontentnews .content {
  display: block;
  padding: 0px 0 20px 0;

}

.columntitle{
	font-size:16px;
	padding:0px 0px 15px 15px;;

}

#primarycontentleft
{

	width: 450px;
 	position:relative;
	z-index:5000;
	float:left;
}

#primarycontentright
{

	width: 460px;
 	position:relative;
	z-index:5000;
	float:right;
}

.layoutnews {
  float: left;
  width: 97% !important;
  width: 97%;
  height:100%;
  position: relative;
  margin-top:15px;

}



.layoutnews .date {
  display: block;
  margin-left:15px;
  top: 0;
  left: 15px;
  width: 150px;
  float:left;
}

.layoutnews .titleimage a {
border:none;
}

.layoutnews .titleimage {
  display: block;
  padding: 10px 0 5px 0;
  border: none;
}

.layoutnews p {
  margin: 0 0 0 175px;
  padding:  0 0 1em 1.2em;

}

/*****************************Video****************************
 **************************************************************/
#ytvideo,
		#ytvideo2 {
		    float: left;
			margin-right:10px;
			font-family:Arial, Helvetica, sans-serif;
			width:530px;
		}
 	
		.yt_holder {
		    background: #FFF;
		    padding: 10px;
		    float: left;
			margin-bottom:15px;
			width:100%;
		}
  	
		.yt_holder ul {
		    float: left;
		    margin: 0;
		    padding: 0;
		    width: 320px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			font-weight:700;
		}
		 
		.yt_holder ul li {
		    list-style-type: none;
		    display:block;
		    background: #BEBEBE;
		    float: left;
		    width: 316px;
		    margin-bottom: 5px;
			padding:2px; 
			font-family:Arial, Helvetica, sans-serif;
		}
		 
		.yt_holder ul li img {
		    width: 80px;
		    float: left;
		    margin-right: 5px;
		    border: 1px solid #999;
		}
		 
		.yt_holder ul li a {
		    
		    text-decoration: none;
		    display: block;
			color:#FFF;
		    
		}
		 
		.yt_holder .currentvideo {
			background: #6F6F6F;
			color:FFF;
		}	
.scroll-pane
			{
				width: 345px;
				height: 350px;
				overflow: auto;
			}