/*
  Title:        _layout.CSS
  Description:  div Positioning etc
*/


.normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.normalbold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.pagetitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 34px;
	font-weight: bold;
	color: #484891;
	text-decoration: none;
}
.bluebold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #484891;
	text-decoration: none;
}

/*
a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

*/
.redbold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #C72317;
	text-decoration: none;
}
.submenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.textfield
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.textfieldtitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.white
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.white a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.white a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.white a:hover
{
	color: #ff9999;
	text-decoration: none;
}
.white a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

/* ===========================================================================================  
Navigation menu  
=========================================================================================== */

DIV.MenuContainer
{
	width: 260px;
	padding-right: 0px;
	padding-left: 8px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	background-color: #ffffff;
}

DIV.MenuFloat
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	float: left;
	margin: 0px;
	width: 126px;
	height: 30px;
	text-align: left;
	font-size: 8px;
	color: White;
	font-family: Arial;
	text-decoration: none;
}

DIV.MenuFloat A
{
	background: url(../images/menu/menu_light_red.gif) no-repeat left top;
	background-color: #C72317;
	display: block;
	width: 126px;
	height: 30px;
	padding-left: 5px;
	padding-top: 8px;
	color: White;
	text-decoration: none;
}

DIV.MenuFloat A:hover
{
	background: url(../images/menu/menu_dark_red.gif) no-repeat left top;
	background-color: #9E1A11;
	color: White;
	text-decoration: none;
}

DIV.MenuFloatSub A
{
	background: url(../images/menu/menu_dark_grey.gif) no-repeat left top;
	background-color: #5B5B5B;
	display: block;
	width: 126px;
	height: 30px;
}

DIV.MenuFloatSub A:hover
{
	background: url(../images/menu/menu_light_grey.gif) no-repeat left top;
	background-color: #7C7C7C;
}
