/*---------------------------------------
*******************************************
Items specific to the Portal design
*******************************************
---------------------------------------*/

#hotspot-left
{
	float: left;
	width: 48%;
	padding: 5px 0 10px 5px;
}

#hotspot-right
{
	float: right;
	width: 48%;
	padding: 5px 3px 10px 0;
}

/*------------------------------------------
***********************************
Drop Down Navigation
***********************************
------------------------------------------*/

#navbar
{
	background: #22538B url(../images/nav.gif) repeat-x;
	width: 720px;
	padding-left : 10px;
	border-top : 1px solid #0B2C60;
	border-bottom : 1px solid #1C2024;
}

.dropdown
{
	font-size : 62.5%;
	line-height: 1.7em;
	background-color : #FFF;
}

#colorbox
{
    color: #1C2024;
}
