/* Unchanged */
/* CSS */

h1 {
	font-style: italic;
}

#contact h2 {
	text-transform: uppercase;	
}

.copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 14px;
	color: #FFFFFF;
}

#index div.copy {
	position: absolute;
	width: 350px;
	height: 140px;
	top: 405;
	left: 355;
}

#index #wrapper {	
	width: 725px;
	height: 600px;
	background: url('../images/index_bg.jpg') top left no-repeat;
	position: relative;
	float: left;
}
#index #contact_info {
	color:#6ba8d8; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 14px;
	position: relative;
	top: 453;
	left: 48;
}

#index .menu {
	position: absolute;
	top: 78px;
	left: 50px;
}
.contactdiv {
	border: solid 1px #e1e1e1;
	width: 400px;
	padding: 20px;
	margin: 10px;
	background-color: #fff;
}
.contactdiv h2 a {
	border: dashed 1px #ccc;
	text-decoration: none;
	color: #004080;
	font-size: 24px;
	padding: 10px;
	font-style: italic;
	background-color: #e1e1e1;
	text-transform: capitalize;
}
.contactdiv h2 a:hover {
	background-color: #777;
	color: white;
}
.contactdiv h2 a span {
	font-style: normal;
}
.contactdiv p {
	font-style: italic;
	font-size: 14px;
	width: 300px;
}