@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body, html {
	background-color:#ffffff;
	font-family:Helvetica;
	font-size:11px;
	color:#4d4d4d;
	margin:0px;
	padding:0px;
	margin-top:15px;
	margin-bottom:15px;
}

p {
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	line-height:24px;
	text-align:justify;
	margin:0;
}

h1 {
	color:#f15a22;
	font-size:25px;
	font-weight:lighter;
	margin-left:10px;
	margin-top:10px;
}

h2 {
	margin-top:8px;
	margin-left:20px;
	font-size:18px;
}

h3 {
	font-size:15px;
	margin-left:20px;
	margin-top:8px;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

#wrapper {
	width:825px;
	margin:0 auto;
}

#textArea {
	float:right;
	background-color:#fafafa;
	border:1px solid #e6e6e6;
	width:640px;
	margin:0;
	padding:0;
}

#textArea a {
	color:#0071bc;
	text-decoration:none;
	border-bottom:1px dashed #0071bc;
	font-style:italic;
}

#textArea ul {
	list-style:outside;
	list-style:square;
	line-height:25px;
	margin-left:45px;
}

#searchBar {
	text-align:right;
	margin-bottom:10px;
}

.clearer {
	clear:both;
}

.floatImgRight {
	float:right;
	padding:5px;
	border:1px solid #e6e6e6;
	margin-top:8px;
	margin-bottom:8px;
	margin-right:20px;
	margin-left:20px;
}

.floatImgLeft {
	float:left;
	padding:5px;
	border:1px solid #e6e6e6;
	margin-top:8px;
	margin-bottom:8px;
	margin-right:20px;
	margin-left:20px;
}

.centerImg {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	border:1px solid #e6e6e6;
	margin-top:8px;
	margin-bottom:8px;
}

#footer {
	clear:both;
}

.quote {
	background:url(img/quoteRepeater.png);
	background-repeat:repeat-y;
	margin:auto;
	padding:auto;
	width:533px;
}

.tooltip {
	position:relative;
	background-color:#fbff86;
}

.tooltip span {
	display: none;
}

.tooltip:hover span {
	display: block;
	position: absolute;
	top: 1em;
	left: 2em;
	padding: .2em .6em;
	border: 1px solid #e6e6e6;
	background-color: #fbff86;
	color: #4d4d4d;
}

#nextButton {
	text-align:right;
	padding:15px;
}

table {
	margin-left:20px;
	margin-right:20px;
	border-collapse:collapse;
	border:1px solid #cecece;
	width:93%;
	margin-top:10px;
}

table th {
	background-color:#e8e8e8;
	text-align:center;
	border:1px solid #cecece;
	padding:3px;
}

table td {
	padding:2px;
	border:1px solid #cecece;
}

table tr:hover {
	background-color:#b9ddf5;
}

#JT_close_left, #JT_close_right{font-size: 1.1em;}
#JT_copy p, #JT_copy ul{font-size: 1.1em;}
p, label{font-size: 1.2em;}

.formInfo a, .formInfo a:active, formInfo a:visited{
	background-color:#FF0000;
	font-size: 1.3em;
	font-weight:bold;
	padding:1px 2px;
	margin-left:5px;
	color:#FFFFFF;
	text-decoration: none;
}

.formInfo a:hover{
	color:#660000;
	text-decoration: none;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}

.input {
	margin-bottom:10px;
	margin-left:20px;
}

#contactBox {
	margin-top:20px;
	margin-left:15px;
}

#contactTable {
	margin-left:20px;
	margin-right:20px;
	border:none;
	margin-top:10px;
}

#contactTable td {
	padding:2px;
	border:none;
}

#contactTable tr {
	border:none;
}

#contactTable tr:hover {
	background:none;
}

#submit {
	margin-top:10px;
}