/* CSS Document */
body{
margin:0px auto;
background:url(images/bg.jpg) repeat-x top #7CA8FF;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:12px;
}
a {
color:#B3002A;
text-decoration:none;
}
a:hover {
color:#B3002A;
text-decoration:underline;
}

.headings{
color:#8C8C8C;
font-size:17px;
text-align:left;
font-weight:bold;
}
b{
font-weight:bolder;
}
.menu {
background:url(images/nav_bg.gif) no-repeat;
background-position:center center;
background-repeat:no-repeat;
font-size:11px;
font-weight:bolder;
margin-top:5px;
padding-bottom:18px;
padding-top:20px;
width:501px;
}
.menu a {
font-size:11px;
font-weight:bolder;
color:#666666;
text-decoration:none;
}
.menu a:hover {
font-size:11px;
font-weight:bolder;
color:#FF3333;
text-decoration:none;
}
.menu_select{
font-size:11px;
font-weight:bolder;
color:#FF3333;
text-decoration:none;
}
.privacy{
font-size:12px;
color:#FFFFFF;
text-decoration:none;
margin-right:2px;

padding:1px;
}
.privacy:hover{
font-size:12px;

color:#FF0000;
text-decoration:none;
margin-right:2px;
padding:1px;
background-color:#FFFFFF
}
textarea{
width:190px;
font-size:11px;
border:1px solid #DDDDDD;
color:#8C8C8C;
}
.fields{
width:190px;
font-size:11px;
border:1px solid #DDDDDD;
color:#8C8C8C;
height:16px;
}
.subhead{
color:#000000;
}


/*
Menu top
 */
#menu {
	float:right;
	margin-top:5px;
	padding-top:20px;
	padding-bottom:18px;
	width:501px;
	background-image:url(images/nav_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bolder;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.hmenuALIB {								/* top-level menu */
	position: relative; 				/* to let submenus be absolute positioned */
	height: 1.4em;
	z-index: 20;

	display: block;
	margin: 0px;
	padding: 0px;
	margin-left:18px;
	border: 0px;
	list-style: none;
}

.hmenuALIB ul {								/* 1-level menu */
	position: absolute;					/* ie: out of flow, so do not strech height of top-level menu */
	top: 1.4em;
	left: -1px;							/* due to box model */
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: none;
}

.hmenuALIB ul ul {							/* n-level menu */
	left: 150px;
	top: -1px;							/* */
}

.hmenuALIB li {								/* top-level menu lineup */
	position: relative;					/* to position submenus */
	float: left;
	border-left: 1px solid #6a6a6a;
}

.hmenuALIB ul li {							/* 1 or n-level menu lineup */
	clear: left;						/* we do not want float left here */
									/* but we want excesive space eater effect */
										/* of float: left, co just move next block */
										/* to next line with clear */
	border: 1px solid #6a6a6a;
	border-top: 0px solid black;
	background-color: white;
}


.hmenuALIB li a {							/* all-level menu anchors */
	display: block;						/* to fill full square */
	/*float:left;*/							/* to lineup well */
	border: 0px solid #ccc;
	padding: 0px 6px 0px 6px;
	text-decoration: none;
	color: #6a6a6a;
	vertical-align: bottom;
	line-height: 1.4em;
}

.hmenuALIB li a:hover {
	background-image: inherit;
	background-position: inherit;
	background-repeat: inherit;
	color: #ed1c24;
}

.hmenuALIB ul li a {						/* 1 or n-level menu anchors */
	display: block;						/* all same width */
	width: 150px;
	line-height: normal;
}

.firstItem {
	border:0;
}
