p {margin-top:10px;
font-family: "Arial", sans-serif; 
font-size: 18px;
font-weight: light;
line-height: 21px;
} 

body {font-family: "Arial", sans-serif; 
font-weight: light;
} 


h1 {font-family: "Arial", sans-serif; 
font-size: 24px;
font-weight: bold;
text-transform: uppercase;
line-height: 36px;
color: #00AFEF;
margin-top:20px;
background-color: none; 
}

h2 {font-family: "Arial", sans-serif; 
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
line-height: 28px;
padding-left: 0px;
color: #000000;
margin-top:20px;
border-bottom: none;
background-color: none 
}

h3 {font-family: "Arial", sans-serif; 
font-size: 18px;
font-weight: bold;
line-height: 24px;
color: #000000;
margin-top:20px;
background-color: none;
}

form {font-family: "Arial", sans-serif; 
} 

.instruction-text {font-family: "Arial", sans-serif; 
font-size: 18px;
line-height: 21px;} 

table,th,td,tr {font-family: "Arial", sans-serif; 
font-size: 18px;
line-height: 21px;
padding: 1%;}

body,ul,ol,li {font-family: "Arial", sans-serif; 
font-size: 18px;
font-weight: regular;
line-height: 21px;
} 

/*********
*Change the box and background on contact page
*********/

.contact-detail-box {
           border:1px solid #ffffff;
	border-radius:0px;
	clear:left;
	margin:10px 0px 10px 0px;
	padding:10px;
	background-color:#ffffff;
	box-sizing:border-box;
	max-width:780px;
}


.detail-box {
	width:70%;
	border:1px solid #ffffff;
	border-radius:0px;
	float:left;
	margin:5px 0px 5px 40px;
	padding:10px;
	background-color:#ffffff;
}

/******
*Contact Page formatting
 *******/

.contact-box-name {	
	font-size:16px;
}

.contact-box-title {	
	font-size:16px;
}
.contact-box-email a {
	text-decoration:underline;
}




/*********
*Change the box and background on event detail pages
*********/


.event-detail-box,
.bottom-event-detail-box {
	/*border:1px solid #666;*/
	float:left;
	margin:5px 0px 5px 0px;
	padding:5px 0px;
	border: 1px solid #E0DEDE;
	border-radius: 0px;
	background-color: #ffffff;
	background-image: linear-gradient(center top , #EDE9E9 0px, #F8F8F8 100%);
	width:100%;
	overflow:hidden;
}


/*********
*Change the box and background on directory detailed card pages
*********/

#directory_results .person {
		float:left;
		width:30%;
		padding:10px;
		box-sizing:border-box;
		border:1px solid #484b59;
		margin-right:5px;
		margin-bottom:10px;
		background-color:#ffffff;
	border-radius:0px;
		position:relative;
		min-width:300px;
	}

#tools_wrapper {
	position:absolute;
	right:0px;
	float:left;
	border-radius:0px;
	border:1px solid #484b59;
	background-color:#ffffff;
	z-index:10;
	margin-top:50px;
}

#person {
	margin:10px;
	border:1px solid #484b59;
	border-radius:0px;
	overflow:auto;
	padding:10px;
	float:left;
	width:95%;
}

.person {
	float:left;
	border:1px solid #484b59;
	width:260px;
	height:170px;
	margin:5px;
	background-color:#ffffff;
	border-radius:0px;
	padding:10px;
	position:relative;
}

#people .person {
	float:left;
	border:1px solid #484b59;
	width:260px;
	height:170px;
	margin:5px;
	background-color:#ffffff;
	border-radius:0px;
	padding:10px;
	position:relative;
}

/****Instruction text *****/

.instruction-text, .required-instruction-text {
	color: #000000;
	font-size: 16px;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 0px;
	margin-right: 15px;
	margin-top: 6px;
	margin-bottom: 5px;
	border-radius: 0px;
}

/*****
*Change display of buttons
*****/

.ce-button {
	text-decoration: none;
	color: #00aeef;
	font-size: 16px;
	font-weight: normal;
	padding: 5px 7px 5px 7px;
	text-align: center;
	border-color: #484859;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	background-image: none;
	background-position: left top;
	background-repeat: repeat-x;
	white-space: nowrap;
	cursor: pointer;
	font-family: "Arial", sans-serif; 
}




