

/* -- Links --------------------------------------------- */
a.iconLink{
	font-size: 140%;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	}
a.iconLink:hover{
	color: #0000ff;
	}
a.smallIconLink{
	font-size: 120%;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	}
a.smallIconLink:hover{
	color: #0000ff;
	}
a.listLink{
	color: #2A2A2A;
	text-decoration: none;
	}
a.listLink:hover{
	text-decoration: underline;
	}
/* ------------------------------------------------------ */

/* -- Divs ---------------------------------------------- */
.aboutDiv{
	position: absolute;
	padding: 10px;
	border: 3px solid #dddddd;
	background: #ffffff;
	top: 10px;
	left: 0px;
	margin-left: 180px;
	margin-right: 177px;
	width: 565px;
	display: none;
	}
/* ------------------------------------------------------ */

/* -- Forms --------------------------------------------- */
#contactUs input.checkbox{
	width: auto;
	border: none;
	}
/* ------------------------------------------------------ */

/* -- cfToolTip ----------------------------------------- */
.yui-tt {
    color: #444;
    font-size:110%;
    border: 1px solid #444;
    background-color: #ffffff;
    padding: 10px;
    width:350px;
  }
/* ------------------------------------------------------ */

/* -- Tables ---------------------------------- */
#workshopsTable{
	border-collapse: collapse;
	}
#workshopsTable th{
	background: none;
	font-size: 16px;
	padding: 5px;
	border: 1px solid #999999;
	}
#workshopsTable tr.top{
	background: none;
	}
#workshopsTable tr.odd{
	background: #ffffff;
	}
#workshopsTable tr{
	background: #ffffff;
	}
#workshopsTable td{
	font-size: 14px;
	padding: 5px;
	border: 1px solid #999999;
	text-align: left;
	}
#workshopsTable a{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}
/* -------------------------------------------- */

/* -- Menu ------------------------------------ */
#menu{
	position: relative;
	background: url(/images/legal-menuBG.jpg) repeat-y;
	width: 170px;
	float: left;
	padding-top: 15px;
	}
#menu ul{
	list-style-type: none;
	margin-left: -48px;
	}
#menu li{
	margin: 8px;
	}
#menu a{
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	color: #fdbb30;
	font-size: 16px;
	text-decoration: none;
	padding: 4px 0px 4px 5px;
	}
#menu a.current{
	background: #cccccc;
	color: #000000;
	}
#menu a:hover{
	background: #aaaaaa;
	color: #000000;
	}
#menu p.copyRight{
	padding: 20px 5px 20px 10px;
	color: #cccccc;
	font-size: 11px;
	border-right: none;
	}
#menu p.copyRight a{
	font-size: 11px;
	color: #cccccc;
	border: none;
	margin: 0px;
	padding: 0px;
	}
#menu p.copyRight a:hover{
	color: #5e87a3;
	background: none;
	}
.underMenu{
	width: 160px;
	padding: 5px;
	text-align: center;
	position: absolute;
	}
#baseMenu{
	width: 950px;
	margin-left: -181px;
	font-size: 11px;
	text-align: center;
	color: #666666;
	margin-bottom: -80px;
	padding-bottom: 20px;
	}
#baseMenu a{
	text-decoration: none;
	color: #666666;
	}
#baseMenu a:hover{
	color: #5c8aa4;
	text-decoration: underline;
	}
/* -------------------------------------------- */

/* -- Misc ------------------------------------ */
.testimonial{
	margin-right: -190px;
	margin-top: 0px;
	width: 150px;
	float: right;
	font-size: 90%;
	padding: 5px;
	background: #CDD9E2;
	text-align: left;
	}
.personalTestimonial{
	margin-right: -190px;
	margin-top: -60px;
	width: 150px;
	float: right;
	font-size: 90%;
	padding: 5px;
	background: #CDD9E2;
	text-align: left;
	}
.testimonialList{
	font-size: 120%;
	margin-left: -20px;
	}
/* -------------------------------------------- */

