/* 
================================
 Container Styles for Cape Coral
================================
 Portal Master Container
================================
*/
.portalcontainermaster {
	width: 100%;
	background-color: transparent;
}
.portalcontainerrow1 
{
}
.portalcontainer_head 
{
	color: #ffffff;
	font-family: Futura, arial;
	text-transform:uppercase;
	text-align:center;
	font-size: 16px;
}
.portalcontainercontent 
{
	padding: 5px 5px 5px 5px;
}
/* 
================================
 Light Blue Container
================================
*/
.lightbluetitlemaster {
	width: 225px;
	background-image: url(images/lightblue_bkg.jpg);
	background-repeat:no-repeat;
}
.lightbluetitlerow1 
{
	width: 225px;
	padding: 15px 5px 0px 20px;
}


/* 
================================
 Plain Container No Title
================================
*/
.plainmaster {
	width: 100%;
	background-color: transparent;
}
.plainrow1
{
	width: 100%;
	background-color: transparent;
}
A.plainmaster:link  {
    text-decoration: none;
    color:  #ffffff;
    font-weight:bold;
    font-size: 20px;
}

A.plainmaster:visited   {
    text-decoration:    none;
    color:  #ffffff;
}

A.plainmaster:active    {
    text-decoration:    none;
    color:  #003366;
}

A.plainmaster:hover {
    text-decoration:    underline;
    color:  #cccccc;
}




