@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/PulseBackgroundTile.jpg);
	background-repeat: repeat; 
}

p, h1, h2, h3, h4, h5, li, ul, form {
	padding: 0;
	margin: 0;
}

img {
	border: none;
} 

strong {color:#666666; font-family:Arial, Helvetica, sans-serif; font-size:12px;}

.details {}
.details span {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #3F8D94;
	font-weight:bold;
}

.details strong {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 27px;
	color:#455560;
	font-weight:normal;
}

#container {
	position: relative;
	width: 980px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/content_back_shadow.png);
	background-repeat: repeat-y;
	background-position: center;
}

#header {
	position: relative;
	width: 879px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;	
}

#logo {
	position: relative;
	float: left;
	width: 240px;
	height: 180px;
}

#address {
	position: relative;
	float: left;
	width: 639px;
	height: auto;
	text-align: right;	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #455560;
	padding-top: 86px;
}

#address a:link {
	color: #455560;
	text-decoration: none;
}

#address a:visited {
	text-decoration: none;
	color: #455560;
}

#address a:hover {
	text-decoration: none;
	color: #3F8D94;
}

#address a:active {
	text-decoration: none;
	color: #455560;
}

.phone {
	color: #3F8D94;
}

#nav {
	position: relative;
	float: left;
	width: 639px;
	height: auto;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 25px
}

#nav p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #455560;
	text-transform: uppercase;
}

#nav a:link {
	color: #455560;
	text-decoration: none;
}

#nav a:visited {
	text-decoration: none;
	color: #455560;
}

#nav a:hover {
	text-decoration: none;
	color: #3F8D94;
}

#nav a:active {
	text-decoration: none;
	color: #455560;
}

#flash {
	position: relative;
	width: 880px;
	height: 399px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	position: relative;
	width: 880px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}	

#content h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #3F8D94;
}

#content h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3F8D94;
}

#content p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #455560;
	line-height: 19px;
}

#content a:link {
	color: #3F8D94;
	text-decoration: none;
}

#content a:visited {
	text-decoration: none;
	color: #3F8D94;
}

#content a:hover {
	text-decoration: underline;
	color: #455560;
}

#content a:active {
	text-decoration: none;
	color: #3F8D94;
}

#content ul {
	margin-left: 420px;
}

#content li {
	list-style: disc;
	list-style-position: outside;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #455560;
	line-height: 19px;
}	

#footer {
	position: relative;
	width: 880px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}		

#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #455560;
}
	
.image_pad_bottom {
	padding-bottom: 50px;
}