/* CSS Document */

.right 
{
	float: right;
}


BODY
{ 	BACKGROUND-COLOR: #dcc58d;
	background-image: url(images/background.png);
	background-repeat: repeat;
	TEXT-ALIGN: center;
	margin-left: auto;
	margin-right: auto;
	width: 50em;
}

DIV.blank
{
	margin-top: -10px;
	width: 777px;
	padding: 0;
	TEXT-ALIGN: left;
}

DIV.header_menu
{
	width: 762px;
	height: 15px;
	text-align: right; 
	padding-right: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}


DIV.header
{
	text-align: right;
	width: 377px;
	height: 125px;
	padding-left: 400px;
	padding-top: 15px;
	background-image: url(images/mrcheader.gif);
	
}

DIV.top_menu
{
	HEIGHT: 18px;
	TEXT-DECORATION: none;
	text-align: left;
	padding-left: 25px;
	width: 752px;
	background-image: url(images/mrctopmenubackground.gif);
	height: 23px;
	padding-top: 7px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


DIV.bottom_bar
{
	HEIGHT: 20px;
	TEXT-DECORATION: none;
 	text-align: right; 
	padding-right: 15px;
	width: 762px;
	background-image: url(images/mrcbottommenu.gif);
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: 931a1d;
}

DIV.footer
{
	HEIGHT: 20px;
 	text-align: left; 
	padding-left: 25px;
	padding-top: 5px;
	width: 752px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #937c3d;
}


DIV.body
{
	FONT-SIZE: 10pt;
	COLOR: #000000;
	FONT-FAMILY: verdana, "sans seriff";
	FONT-SIZE: 10pt
	HEIGHT: 444px;
	width: 441px;
	BACKGROUND-COLOR: #CCCCCC;
	TEXT-DECORATION: none;
	background-image: url(images/background_1.gif);
	height: 409px;
	padding-left: 36px;
	padding-top: 35px;
	padding-right: 300px;
}

DIV.bodyback
{
	width: 777px;
	min-height:600px;
	background-image: url(images/bodybackground.gif);
	background-repeat: no-repeat;
}

	
DIV.left
{	
	float: left;
	text-align: left; 
	FONT-SIZE: 11pt;
	COLOR: #000000;
	FONT-FAMILY: "Times New Roman", Times, serif;
	width: 447px;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 10x;
}

DIV.right
{	
	float: left; 
	FONT-SIZE: 11pt;
	COLOR: #000000;
	FONT-FAMILY: "Times New Roman", Times, serif;
	width: 280px;
	padding-left: 10px;
	padding-top: 15px;
	padding-right: 10x;
}

DIV.contact
{	
	float: left;
	text-align: left; 
	FONT-SIZE: 11pt;
	COLOR: #000000;
	FONT-FAMILY: "Times New Roman", Times, serif;
	width: 700px;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 10x;
}

DIV.televisionnews
{	
	float: left;
	text-align: left; 
	FONT-SIZE: 11pt;
	COLOR: #000000;
	FONT-FAMILY: "Times New Roman", Times, serif;
	width: 367px;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 10x;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}



A:link  
{
	color: #ffffff; 
	text-decoration: none
}

A:visited  
{
	color: #ffffff; 
	text-decoration: none
}


A:active  
{
	color: #999999;
	text-decoration: none
}

A:hover   
{
	cursor: default;
	color: #999999;
	text-decoration: none
}

