/***********************************************/
/* corpstail.css                               */
/* For the EMTV Corporate Site				   */
/***********************************************/
/*
	   __    __   ____   ____   ____   __     __  __  _  __  (TM)
      /  |  / /  /  _/  /  _/ /  _ / /   |   / / / / | |/ /
     / /| |/ /   / /    / /  / /    / /| |  / / / /  |  /
    / / | / /  _/ /   _/ /  / /_   / __  | / /_/ /  /   |
   /_/  |_ / /____/ /____/  \___/ /_/  |_| \___ /  /_/|_|
   Designed & Developed by sja for EMTV 2007   
  
*/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-image:url(../_imgs/bckgrnd_strp01.gif);	
}
/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

li{
	margin:10px;
	font-size:12px;
	list-style:url(../_imgs/orangearrow.gif) outside none;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h4{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:100%;
color:#336699;
}

h5{
 font-family: Arial,sans-serif;
 font-size: 100%; 
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/***********************************************/
/*  Main Container Divs                        */
/***********************************************/

#container{
	min-height:600px;
	height:auto;
	margin:0 auto;
	position:relative;
	width:800px;
	text-align:center;
	background-color:#FFFFFF;	
}
* html #container{
height:100%;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px; /*padding:TRBL*/
	margin-bottom:-5px;
	width: 100%;
}
/*hack for browsers other than IE*/
html>body #masthead{
	margin-bottom:-2px;
}

#content{
	float:left;
  	width:76%;
	padding:0px 5px 5px 10px; 
	text-align:left;	
	border-left:1px dotted #cccccc;
}

#content h3{
	font-family: Verdana, Arial,sans-serif;
	font-size: 140%; 
	color: #334d55;
	margin-top: 20px;
	padding: 0px;
	text-align:center;
}

#content p{
	font-family: Verdana, Arial,sans-serif;
	font-size:75%;
}

#content table{
	margin-top:-10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;	
	border:1px solid #CCCCCC;
	padding:5px;
}

#content img{
	float:left;
}

#newsBar{
	width:500px;
	height:inherit;
}
.newsList{
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	font-size:75%;
}

.newsList h1{
	text-align:center;
	padding-top:5px;
	color:#336699;
	text-decoration:underline;
}

.dataBox{
	width:auto;
	height:220px;
	padding:10px;
	border:1px solid #cccccc;
	margin-bottom:10px;
}
/*Fix for IE with regard to the border dimensions
html>body .dataBox {height: 250px;}*/


.dataBox h1{
	text-align:left;
	color:#336699;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.dataBox img{
	float:left;
	padding-right:10px;
}

/*.dataBox p{
margin-left:10px;
font-size:12px;
}*/

#topLinks a{
	font-family: Verdana,Arial,sans-serif;
	font-size: small;
	color:  #FF3300;
	margin-bottom: -30px;
	padding: 10px;
	font-weight: normal;
}

/***********************************************/
/* Components                                  */
/***********************************************/
#searchBar{
	position:absolute; 
	width:250px; 
	z-index:1; 
	left: 550px; 
	top: 3px;
	color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:3px 0px 0px 0px;
	}

/************* #siteInfo/Footer styles ***************/

#siteInfo{
	clear: both;
	border-top:1px solid #cccccc;
	font-size: 60%;
	color: #cccccc;
	padding: 10px 10px 5px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

/************* #globalNav styles **************/

#globalNav{
	padding: 5px 0px 0px 10px;
	color: #cccccc;
	position:absolute;
	z-index:1;
	top:3px;
	text-align:left;
	font-size:10px;
	left: 400px;
}

#globalNav a {
	color:#cccccc;
	text-decoration:none;
}

#globalNav a:hover {
	color:#000;
	background-color:#CCCCCC;
}

/************* #corpLinks styles **************/

#corpLinks{
	padding: 0px 0px 0px 0px;
	color: #000;
	position:absolute;
	z-index:1;
	top:82px;
	left:161px;
	font-size:10px;
}

#lhsNav{
	width:20%;
	height:auto;
	margin-top:0px;
	padding:2px 0px 5px 10px;
	float:left;
	text-align:left;
	
}

#lhsNav a{
	font-size:75%;
	display:block;
	line-height:25px;
	border:1px solid #CCCCCC;
	padding:0px 3px 0px 5px;
	margin:2px;
	
}

#lhsNav a:hover{
	background-color:#CCCCCC;
	text-decoration:none;
	border:1px solid #006699;	
}
