/* ----------------------------------------
	MOVE THIS TO THE HTML.css FILE --- REPLACE WITH OLD VALUES
---------------------------------------- */ 


select, input, textarea {
	font-size: 91%;
	padding: 2px;
	color: #4A4A4A;
	border: 1px solid #80AC94;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
option {padding: 2px 2px 2px 10px;}  /* Dont work in IE */ 
input:focus, textarea:focus, select:focus {
	border: 1px solid #D14E4E;
	background: #F8E4E4;
} /* Dont work in IE */
input[type="image"] {border: none; padding: 0; margin: 0;} /* Dont work in IE */


/* ----------------------------------------
	Purdy Little Boxes --- awww arent they cute
---------------------------------------- */

.cont {
	float: left;
	display: block;
	width: 100%;
	background: url(../images/box_right.gif) no-repeat right top;
	text-align: left;
	margin: 0 0 10px 0;
	font-size: 100%;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.cont .title {
	display: block;
	padding: 40px 60px 25px;
	background: url(../images/box_left.gif) no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 220%;
	font-weight: bold;
	color: #7B405C;
	margin: 0;
	letter-spacing: 0.1em;
	text-align: center;
}
.cont .title i {
	font-size: 60%;
	font-style: normal;
	color: #4F625E;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	padding-top: 10px;
	letter-spacing: 0em;
}
.cont .title a {
	display: block;
	text-align: right;
	font-size: 80%;
	
}
.cont .title a {
	background: none;
}

.cont .text {
	display: block;
	margin: 0;
	padding: 0 0 0 40px; 
	background: url(../images/box_left.gif) no-repeat left bottom;
}

.cont .text .contPad {padding: 0 40px 0 0; margin: 0;}
.cont p {
	margin: 0;
	padding: 10px 0;
	text-align : justify;
}
.cont .bot {
	display: block;
	margin: 0;
	padding: 45px 0 0 0;
	background: url(../images/box_right.gif) no-repeat right bottom;
}

.titlest {
	font-size: 150%;
	font-style: normal;
	color: #4F625E;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	padding-top: 10px;
	letter-spacing: 0em;
}

/* ----------------------------------------
	popups are crazy
---------------------------------------- */

.popUp {
	text-align: right;
	display: block;
	position: relative;
}
.popUp a {
	position: relative;
	text-decoration: none;
	z-index: 100;
}

.popUp a:hover {
	background: none;
	z-index: 150;
}

.popUp a span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #E9F1F3;
	padding: 15px;
	left: -1000px;
	border: 6px solid #93C0CA;
	visibility: hidden;
	text-decoration: none;
	width: 450px;
}

.popUp a:hover span {
	visibility: visible;
	top: 20px;
	left: -200px;
}
.popUp a:hover span h4 {
	margin: 10px 0;
	padding: 0;
	font-size: 120%;
	color: #61331F;
}
