@charset "utf-8";
/* CSS Document */


.helpful
{
	color:#7cacce;
	text-decoration:underline;
	font-size:.9em;
}

#leftBox
{
	display: inline-block;
	width:376px;
	text-align:left;
	padding:20px;
	zoom: 1;
	*display: inline;
}

#rightBox
{
	display: inline-block;
    clear: none;
	width: 366px;
	text-align: left;
	padding: 20px 20px 20px 20px;
	border-left: 2px dotted lightgrey;
	zoom: 1;
	*display: inline;

}


#leftBox h1, #rightBox h1
{
color:#7cacce;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}

#leftBox p, #rightBox p, #leftBox li, #rightBox li
{
font-size:14px;
}

#leftBox ul{
margin-left: 1em;
padding-left: 0;
}
#rightBox ul{
margin-left: 1em;
padding-left: 0;
}

#rightBox li{
margin-top: 5px;
margin-bottom: 5px;
}

div#buttonwrap{
width:100%;
text-align:center;
padding: 15px 0 0 0;
}

div#bottomtext{
font-size: 10px;
clear: both;
display: block;
padding: 15px 0 0 0;
}

#leftButton{
font-size:14px;
padding-top:10px;
font-weight:bold;
color:#ff5f00;
width:230px;
border:1px solid #bbbbbd;
float:left;
height:50px;
background:url(/i/boxBG.jpg);
text-align:center;
margin: 0 0 0 30px;
}

#centerButton{
font-size:14px;
padding:5px;

font-weight:bold;
color:#ff5f00;
width:230px;
border:1px solid #bbbbbd;
float:left;
min-height:50px;
background:url(/i/boxBG.jpg);
text-align:center;
margin: 0 40px 0 40px;
vertical-align: top;
}

#rightButton{
font-size:14px;
padding:5px;

font-weight:bold;
color:#ff5f00;
width:230px;
border:1px solid #bbbbbd;
float:left;
min-height:50px;
background:url(/i/boxBG.jpg);
text-align:center;
vertical-align: top;

}

div#smbuttn{
font-size:0.7em;
}

.dimPage{
filter:alpha(opacity=40);
opacity:0.4;
-moz-opacity:0.4;
background-color:#808080;
}

.lightBox{
filter:alpha(opacity=100);
opacity:1.0;
-moz-opacity:1.0;
border-style: solid;
border-width: 2px;
border-color: orange;
border-left-color:  darkorange;
border-top-color: darkorange;
padding: 10px;
background-color: white;
width: 400px;
height: 165px;
position: absolute;
z-index: 2;
}

#languageSelect2 {position: absolute; top: 8px; right:25px; font-size: 9pt;}
.span-lang {margin: 0px 0px 0px 4px; color: #777;}
a.pick-lang:link {text-decoration: none; color: #777;}
a.pick-lang:visited {text-decoration: none; color: #777;}
a.pick-lang:hover {text-decoration: underline; color: #777;}
a.pick-lang:active {text-decoration: none; color: #777;}
