*{
	font-family: Times;
	margin:0;
	padding:0;
	border:0;
	line-height:1.5;
}
hr{
	border-top:1px solid #718293;
	width:720px;
	height:1px;
}
a {
	text-decoration:underline;
	font-weight:normal;
}
a img{
	text-decoration:none;
}
a.pdf{
}
a:hover{
}
span.flyout {
	position:absolute;
	display:none;
	background:url("../img/flyoutBack.png") no-repeat top left;
	width:438px;
}
span.flyout span{
	display:block;
	background:url("../img/flyoutBack_bottom.png") no-repeat bottom left;
	width:338px;
	padding:30px 50px 60px 50px;
	margin-bottom:-58px;
}
span.flyout b{
	display:block;
}

/***********************************************************************************/
h1, span.flyout b {
	font-size:30px;
	font-weight:normal;
	letter-spacing:1px;
	margin:25px 0 30px 0;
	
}
h2 {
}
h3 {
	font-size:18px;
	font-weight:bold;
	margin:25px 0 15px 0;
}
p{
	font-size:18px;
	margin-bottom:12px;
	
}
p.breadCrumbs{
	font-size:12px;
}
img{
	
}
table{
}
td, th{
}
/***************************** FORM ELEMENTS **********************************/
label{
	display:block;
	border-bottom:1px solid #EB6E07;
	text-align:right;
	height:18px;
	margin-bottom:4px;
}
input,select,textarea{
	background:white;
}
input:disabled ,select:disabled, textarea:disabled{
	color:#cccccc;
}
input.text{
	border-bottom:1px solid #EB6E07;
	border-right:1px solid #EB6E07;
	width:100%;
	height:18px;
	margin-bottom:4px;
}
select{
	width:100%;
	height:18px;
	margin-bottom:4px;
	border-bottom:1px solid #EB6E07;
	border-right:1px solid #EB6E07;
}
option{
	background:white;
	height:18px;
}



textarea{
	width:100%;
	height:18px;
	margin-bottom:4px;
	border-bottom:1px solid #EB6E07;
	border-right:1px solid #EB6E07;
	height:150px;
}


.gallery {
	width:190px;
	height:127px;
	float:left;	
	padding-right:15px;
	padding-bottom:15px;
}

