﻿#Content .intro *
{
	font-size: 11px;
	line-height: normal;
}

#intro_left
{
	float: left;
	width: 630px;
	background-color: White;
}

div#page div#center
{
	margin-left: 0px;
	padding-bottom: 0px;
}


#intro_right
{
	float: right;
	width: 205px;
	height: 600px;
	background-color: #006892;
	border: 1px solid #000;
}
#intro_right ul
{
	margin: 10px;
	list-style: circle;
	line-height: 16px;
	text-decoration: none;
	color: #5BA0C3;
}
#intro_right ul li
{
	list-style: square;
	
}

#intro_right span span
{
	padding-left: 10px;
}

#intro_right a:link, #intro_right a:visited, #intro_right a:active 
{
	text-decoration: none;
	color: white;
}
#intro_right a:hover
{
	text-decoration: underline;
	color: #b1cedf;
}



.box
{
	/*background-color: #000;*/
	height:	180px;
	margin: 7px;
	float: left;
	overflow: hidden;
	
	cursor: pointer;
}


.clear
{
	clear: both;
}






span.headline
{
	display: block;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 13px;
	color: white;
}


.small_container
{
	float: left; 
	margin-right: 20px;
}
.small
{
	width: 180px; 
	height: 80px;
}
.small * div.cell
{
	background: Transparent url(../images/opacity/blue.png) repeat top left;	
	width: 180px; 
	height: 80px;
	vertical-align: middle;
}
.small div.cell a:link,
.small div.cell a:visited,
.small div.cell a:active
{
	font-weight: bold !important;
	font-size: 20px !important;
	color: #fff !important;
	text-transform: uppercase;
}
.small div.cell:hover
{
	background-image: url(../images/opacity/blue_2.png);
}