body {
background-color : #ffffff;
margin : 0;
padding : 0;
font-family:Arial, Helvetica, sans-serif;
font-size : 10px;
color : #353535;
font-style: normal;
	text-decoration: none;
/*
background-image: url(../images/motr_bg.jpg);	
background-repeat: no-repeat;*/
}

table, td, tr{
padding:0px;
margin:0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}


img {
border : 0;
padding:0px;
margin:0px;
}

/*strong {
color:#2A5280;

}*/

div.box {
     /*Any properties you'd want the box to have.*/
     /*Would probably be position, dimension type stuff.*/
     /*Though personally I would have a div outside this
       to control the dimensions.
     border: 1px solid #000000;*/
     position: relative;
     width: 900px;
		
}
div.box_contents {
     background-color:transparent;    
     position: relative;
	/* height: 100%;*/
     width: auto;
	 color:#FFFFFF;
     z-index: 101;
	 padding: 10px 20px;
	
}
div.box_contentsFooter {
     background-color:transparent;    
     position: relative;
	/* height: 100%;*/
     width: auto;
	 color:#FFFFFF;
     z-index: 101;
	 padding:10px 5px;
	
}

#videoBG {
/*padding: 20px 0px;*/

background-color: black;
     filter:alpha(opacity=80); /* IE's opacity*/
     opacity: 0.80;
     }
     

/*==================[ FRAMEWORK ]=================================*/
#container{
		
		/*height:auto;
		min-height:450px;
		background-color:#ffffff;
		padding:44px 35px 0px 35px;*/
		clear:both;	
		font-size: 11px; 
		line-height:1.45em;
		margin-bottom:6px;
		
		
	}

#border {
margin : 0 auto;
width : 900px;
z-index:1000;
}
#wrapper {
	margin : 0 auto;
	width : 900px;
}
#top {
	float : left;
	width : 800px;	
	padding: 0px 35px;
	/*background-color : #536895;
	clear:both;*/
	margin : 10px 0px;
	
}


#logo {
	width : 100%;
	height : 103px;
	margin-bottom : 2px;
	background-image: url(../imgs/stormStudios_logo.png);	
	background-repeat: no-repeat;
	background-position:center;
	position:relative;
}
/*#navBar {
	
	
	
	height : 100px;
	width : 870px;
	float : left;
	background-color : #ffbb1b;
	margin-bottom : 1px;
clear:both;

}*/

#tableMain
{
	margin:0px;
	padding:0px;
	float:none;
	clear:both;

}

#missionTxt {
	width:420px;
	float:right;
	clear:both;
	margin-bottom: 35px;
	

}


#top_div {
		clear:both;
		border-top:#fa9f01 solid 2px;
		padding:35px;

	}
/*
#bottom_div {
		clear:both;
		padding:0px;
		margin:20px 0px;
	}
*/

#btmHeader {
text-align:center;	
font-family:"TradeGothic BoldCondTwenty", "Helvetica Neue", Arial, Helvetica, sans-serif;
font-size : 20px;
font-weight:bold;
text-transform:uppercase;

	
	clear:both;
	/*
	margin-top:20px;
	height:30px;
	border-top:#ccc solid 1px;
	
	border-bottom:#ccc solid 1px;*/
	padding-bottom: 5px;
}
#btmHeader a{
color:#32CD32;
text-decoration:none;
}

#btmHeader a:hover{
color:#666666;
text-decoration:none;
}

#boxTop {
margin-top:20px;
border-top:#ccc solid 1px;
border-bottom:#ccc solid 1px;
}


/*==================[ FOOTER ]=================================*/

.divContent {
margin-left:5px;
padding-left:5px;
 border-left:#ffffff solid 1px;
}
#footer{
  color: #c1c1c1;
  font-size: 11px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-align:center;	
	text-transform:capitalize;
	margin-top:50px;
	/*padding:10px;	
	
	background: #363636;	
	border-top:#ffffff solid 1px;	
	position:relative;
	bottom:0px;*/
	clear:both;
	/*height:30px;*/
}

.activebg {z-index: -1000; visibility: visible;}
/*.bgimg {display: block; position: absolute; top: 0; left:0;}*/