body {
	color: #222;
	background: #fffaee;
	font-family: Georgia, "Times New Roman", serif;
	margin: 0 auto;
}

.subhead {
	padding: 0.5em;
	background-color: #f8941d;
	font-size: 125%;
	color: #fff;
}

.summary {
	font-size: 1.5em;
	font-weight: 400;
	line-height: 24px;
	color: #4d4d4d;
}

h1, .h2, .blue-text {
	color: #3365ab;
}

.subhead-box {
	width: 195px;
	color: #fff;
	font-size: 1.5em;
	background-color: #f8941d;
	margin-top: 2em;
	padding-left: 1em;
}

.subhead-box-list {
	margin: 1em;
	padding: 0;
	list-style-type: none;
}

.subhead-box-list li {
	background: url(/images/shpc_images/bullet_bw.gif) no-repeat 0 50%;
	padding-left: 24px;
}

#phone-number {
	font-size: 18px;
}

#tippy-top {
	height: 5px;
	background-color: #9e0b0f;
	border-bottom: 1px solid #000;
}

#masthead {
	background-color: #7a0202;
	border-bottom: 2px solid #3365ab;
}

#header {
	background-image: url(/images/shpc_images/shpc_header.jpg);
	background-repeat: no-repeat;
	height: 216px;
	position: relative;
}

#footer {
	background-color: #f8941d;
	text-align: center;
	color: #fff;
	padding-top: 1em;
	padding-bottom: 1.5em;
}

#footer p {
	font-family: Helvetica, Arial, sans-serif;
}

#upper-nav {
	list-style: none;
	width: 685px;
	background-image: url(/images/shpc_images/nav_bkgrnd.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 186px;
}

#upper-nav li {
	float: left;
}

#upper-nav a {
	display: block;
	padding: 0 9px;
	line-height: 2.5em;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

#upper-nav a:hover {
	color: #D9EDF6;
}

#lower-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Helvetica, Arial, sans-serif;
}

#lower-nav li {
	display: inline;
	margin-right: 0.5em;
}

#lower-nav a:link, #lower-nav a:visited {
	color: #fff;
	text-decoration: none;
}

#lower-nav a:hover {
	text-decoration: underline;
}

#shpc-content {
	margin-top: 1.5em;
	background-color: #fffaee;
}

/* Home Page alert box */

#shpc-alert {
	width: 590px;
	border: 1px solid #3365ab;
	background-color: #c4e2fa;
	padding: 5px 10px;
	margin-top: 1.5em;
}

#shpc-alert h2, #shpc-alert p {
	color: #3365ab;
	margin-bottom: 0;
        text-align: center;
}

#shpc-alert h2 {
	/* text-transform: uppercase; */
	font-size: 1.5em;
	margin-bottom: 0;
}

#shpc-alert p {
	font-style: italic;
        font-size: 1em;
}

#shpc-alert a:link, #shpc-alert a:visited {
	text-decoration: underline;
	color: #3365ab;
}

#shpc-alert a:hover {
	text-decoration: none;
}

/* Home Page sidebar boxes */

#just-for-men {
	width: 208px;
	border: 1px solid #3365ab;
	background-color: #c4e2fa;
	padding: 5px 10px;
	margin-top: 1.5em;
}

#just-for-men h2, #just-for-men p {
	color: #3365ab;
	margin-bottom: 0;
}

#just-for-men h2 {
	text-transform: uppercase;
	font-size: 1.5em;
	margin-bottom: 0;
}

#just-for-men p {
	font-style: italic;
}

#just-for-men a:link, #just-for-men a:visited {
	text-decoration: underline;
	color: #3365ab;
}

#just-for-men a:hover {
	text-decoration: none;
}

#newsletters {
	width: 208px;
	border: 1px solid #363665;
	background-color: #babafd;
	padding: 5px 10px;
	margin-top: 1.5em;
}

#newsletters h2, #newsletters p {
	color: #363665;
	margin-bottom: 0;
}

#newsletters h2 {
	text-transform: uppercase;
	font-size: 1.5em;
	margin-bottom: 0;
}

#newsletters h2 {
	text-transform: uppercase;
	font-size: 1.5em;
	margin-bottom: 0;
}

#newsletters p {
	font-style: italic;
}

#newsletters a:link, #newsletters a:visited {
	text-decoration: underline;
	color: #363665;
}

#newsletters a:hover {
	text-decoration: none;
}

#questions {
	list-style: none;
}

#one, #two, #three, #four {
	padding-left: 40px;
	background-repeat: no-repeat;
	height: 45px;
	margin-bottom: 1em;
}

#one {
	background-image: url(/images/shpc_images/one.png);
}

#two {
	background-image: url(/images/shpc_images/two.png);
}

#three {
	background-image: url(/images/shpc_images/three.png);
}

#four {
	background-image: url(/images/shpc_images/four.png);
}

/* FORM STYLES */
#contact-form {
	margin-left: 15px;
	margin-right: 15px;
}

#contact-form fieldset {
	padding: 1em;
	border: 1px solid #ccc;
	margin: 1em 0em;
}

label {
	display: block;
	font-weight: bold;
	color: #666;
}

legend {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2175bc;
}

input:focus, textarea:focus {
	background: #ffc;
}

input.radio, input.submit {
	width: auto;
}

input.radio {
	margin-right: 1em;
	float: left;
}

input[type="text"], input[type="password"], textarea {
	border: 1px solid #98bbff;
}

input {
	width: 250px;
}

#school_zip {
	width: 75px;
}

#phone_area, #phone_pre {
	width: 25px;
}

#phone_last4 {
	width: 30px;
}

#comments {
	width: 400px;
	height: 100px;
}

.more-button {
     margin-left: 400px;
}

#newsletter-download {
	list-style: none;
	margin-left: none;
}

#newsletter-download li {
	background: url(/images/shpc_images/load_download.png) no-repeat 0 0;
	padding-left: 40px;
	height: 44px;
	font-family: verdana;
	font-size: 14px;
}