body {
	background: #1d334b url(/graphics/bg.gif) repeat-x;
	font: 13px arial, helvetica, sans-serif;
	height: 100%;
	margin: 0px;
}

#wrapper {
	margin: 0px auto;
	width: 1056px
}

#header {
	background: url(/graphics/header-bg.jpg) no-repeat;
	height: 273px;
	width: 1056px;
	margin: 0px auto;
}

#header-promo, #header-login {
	color: #ffffff;
	font: 12pt verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}

#header-promo {
	float: left;
	padding-left: 100px;
	padding-top: 13px;
	width: 467px;
}

#header-login {
	float: left;
	padding-top: 13px;
	padding-left: 90px;
	width: 300px;
}

#header-special {
	clear: both;
	padding-top: 68px;
	padding-left: 455px;
	overflow: hidden;
	width: 508px;
}

#container {
	background: #ffffff url(/graphics/container-bg.gif) repeat-x;
	margin: 0px auto;
	min-height: 400px;
	overflow: hidden;
	width: 890px;
}

#menu {
	background: #ffffff url(/graphics/menu-bg.gif) no-repeat;
	float: left;
	margin-left: 4px;
	width: 213px;
}

#body-container {
	float: left;
	padding: 0px 15px 15px 15px;
	width: 640px;
}

#footer {
	background: url(/graphics/footer-bg.gif) no-repeat;
	clear: both;
	color: #a1b5bc;
	height: 100px;
	margin: 0px auto;
	padding-top: 50px;
	text-align: center;
	width: 890px;
}

#safescribe {
	padding-left: 15px;
	text-align: center;
}

/*Menu List Style*/
#menu ul {
	margin: 0px;
	padding: 0px;
	font: 14px arial, helvetica, sans-serif;
	font-weight: bold;
}

#menu ul li {
	list-style-type: none;
	padding-left: 15px;
}

#menu ul li a:link, #menu ul li a:visited {
	color: #def1f7;
	text-decoration: none;
}

#menu ul li a:hover, #menu ul li a:active {
	color: #ffffff;
	text-decoration: none;
}
/*End Menu List Style*/

/*Images*/
img.award-of-excellence {
	height: 132px;
	float: left;
	margin-top: 20px;
	width: 213px;
}

img.facebook {
	border: 0px;
	height: 70px;
	padding-left: 35px;
	padding-top: 10px;
	width: 147px;
}

img.image {
	margin: 10px;
}

img.border{
	border: 2px solid #bb2b38;
}

/*Text/General Formatting*/
span.promo-number {
	color: #8fa9bf;
}

span.special-label {
	color: #ffffff;
	font-size: 14pt;
	font-weight: bold;
}

span.special-offer {
	color: #d3e6ec;
	font-size: 12pt;
	font-weight: bold;
}

h1 {
	color: #bc2a37;
	margin-top: 0px;
}

.body-label {
	color: #395069;
	font-weight: bold;
}

span.position-label {
	color: #bc2a37;
	font-weight: bold;
}

h2, h3, h4 {
	color: #bb2b38;
}

.right {
	float: right;
}

.left {
	float: left;
}

/*Link Formatting*/
a:link, a:visited {
	color: #bd2b38;
	text-decoration: underline;
}

a:hover, a:active {
	color: #39597a;
	text-decoration: underline;
}

#header-login  a:link, #header-login  a:visited {
	color: #ffffff;
	text-decoration: none;
}

#header-login a:hover, #header-login  a:active {
	color: #a7c4e2;
	text-decoration: none;
}