/* --- extranet form --- */

div#extrabox
{
	float:right;
	width:300px;
}

#today 
{
	padding-top:18px;
	padding-right:28px;
	line-height:28px;
	color:#4e7590;
	font-weight:bold;
	text-align:right;
	text-transform:uppercase;
}

#cvlink
{
	width:150px;
	background-color:#cccccc;
	line-height:12px;
	text-align:right;
}

#cvlink a b
{
	font-size:14px;
}

#cvlink a
{
	color:#4e7590;
	font-weight:bold;
	text-decoration:none;
	
}

#cvlink a:hover
{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	
}



/* -------------------------------------------------------------*/

#infopane {
	width:270px;
	float:right;
	margin:0;
	padding:0;
}

#infobox {
	padding:0 28px 0 32px;
}

.info 
{
	background-color:#e9eaea;
	margin-bottom:12px;
	padding-bottom:2px;
	background-image:url(../g/boxbottom.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
}

.info p 
{
	font-size:10px;
	padding-left:20px;
	padding-right:10px;
	padding-top:8px;
	margin-bottom:4px;
	margin-top:0px;
}

.info p a
{
	color:#5e88a2;
	font-weight:bold;
	text-decoration:none;
}

.info p a:hover
{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

.info img 
{
	padding-left:20px;
	padding-top:10px;
	border:none 0px transparent;	
}

.infohead-blue, .infohead-green 
{
	padding:1px 9px 5px 20px;
	line-height:15px;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	background-repeat:no-repeat;
}

.infohead-blue 
{
	background-image:url(../g/boxhead-blue.gif);
	background-color:#598199;
}

.infohead-green 
{
	background-image:url(../g/boxhead-green.gif);
	background-color:#49a454;
}

ul.info
{
}						

/* --- menu links --- */

#topmenubox 
{
	height:28px;
	background-image:url(../g/menusplit.gif);
	background-repeat:repeat-x;
}

#topmenu
{
	float:left;
	margin:0;
	padding:0px;
}

#topmenu ul
{
	float:left;
	color:#fff;
	margin:0;
	padding:0;
	height:28px;
}

#topmenu ul li, 
#toplink
{ 
	height:28px;
	display:inline;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
}

#topmenu ul li a,
#toplink a
{
	float:left;
	color:#fff;
	text-decoration: none;
	padding:8px 30px 7px 30px;
	border-right:solid 1px #79a1bc;
}

#topmenu ul li a:hover, 
#toplink a:hover
{
	background-color:#1f2f3a;
	color:#fff;
	text-decoration:underline;
}

#topmenu ul li b a
{
	background-color:#1f2f3a;
	color:#fff;
	text-decoration: none;
}


/* -------------------------------------------------------------*/

ul.menu {
	font-size:10px;
	margin:8px 0 8px 20px;
	padding:0 0 0 0px;
	line-height:12px;
	list-style-type:square;
	list-style-image:url(../g/bullet.gif);
	list-style-position:outside;
}

ul.menu li 
{
	padding:0px 0px 6px 0px;
	color:#444444;
}

ul.menu li a
{
	color:#444444;
	text-decoration:none;
}

ul.menu li i a, 
ul.menu li ul li i a 
{
	color:#4e7590;
	text-decoration:none;
	font-style:normal;
}

ul.menu li a:hover{
	color:#000000;
	text-decoration:underline;
}

ul.menu li ul {
	padding:4px 4px 2px 8px;
	margin:0;
	list-style-type:none;
}

ul.menu li ul li {
	padding:0px 0px 2px 0px;
	margin:0;
}






