/* 
================================
 Container Styles for SanJuan
================================
 Portal Master Container
================================
*/
.portalcontainermaster {
	width: 100%;
	background-color: transparent;
	padding: 2px 5px 2px 5px;
}
.portalcontainerrow1 
{
	background-color: #336699;

}
.portalcontainer_content {
	color:#000000;
	font-size:11px;
	font-family:Arial;
	font-weight: bold;
}
A.portalcontainer_content:link  {
    text-decoration: none;
    color:  #ffffff;

}

A.portalcontainer_content:visited   {
    text-decoration:    none;
    color:  #ffffff;
}

A.portalcontainer_content:active    {
    text-decoration:    none;
    color:  #ffffff;
}

A.portalcontainer_content:hover {
    text-decoration:    underline;
    color:  #ffffff;
}
.portalcontainer_head 
{
	color: #ffffff;
	font-family: MS Sans Serif;
	text-align:center;
	font-size: 16px;
	font-weight:bold;
}
/* 
================================
 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;
}
/* 
================================
 Team Subsection Left Container
================================
*/

.team_subsection_left_master {
	width: 311px;
	background-color: #ffffff;
}
.team_subsection_left_row1 
{
	background-color: #0818C0;
}
.team_subsection_left_head 
{
	color: #ffffff;
	font-family: Myriad Web Pro Condensed, Tahoma, Arial;
	text-transform:uppercase;
	text-align:center;
	font-size: 14px;
}
/* 
================================
 Team Subsection Right Container
================================
*/
.team_subsection_right_master {
	width: 306px;
	background-color: #B8C8D8;
}
.team_subsection_right_row1 
{
	background-image:  url(images/team_subright_head_bkg.jpg);
	height: 18px;
}
.team_subsection_right_head 
{
	color: #000000;
	font-family: Myriad Web Pro Condensed, Tahoma, Arial;
	text-transform:uppercase;
	text-align:center;
	font-size: 14px;
}
/* 
================================
 Links Container
================================
*/
.linkscontainermaster {
	width: 100%;
	background-color: transparent;
	padding: 2px 5px 2px 5px;
}
/* 
.linkscontainer_content.Normal
{
	font-family: Arial;
    font-size: 17px;
    color:  #ffffff;
    font-weight:bold;	
}
A.linkscontainer_content.Normal:link  {
    text-decoration: none;
    color:  #ffffff;
}

A.linkscontainer_content.Normal:visited   {
    text-decoration:    none;
    color:  #ffffff;
}

A.linkscontainer_content.Normal:active    {
    text-decoration:    none;
    color:  #ffffff;
}

A.linkscontainer_content.Normal:hover {
    text-decoration:    underline;
    color:  #ffffff;
}
*/



A.linkscontainer_content:hover {
    text-decoration:    underline;
    color:  #ffffff;
}

.linkscontainer_head 
{
	color: #2F4580;
	font-family: Myriad Web Pro Condensed, Tahoma, Arial;
	text-transform:uppercase;
	text-align:center;
	font-size: 16px;
}

