body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #48567b url('//s3.amazonaws.com/sc-img/pagebg.jpg') repeat-x top center;
	min-width: 980px;
}

a {
	text-decoration: none;
}

.pagewrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	margin-top: 20px;
	overflow: visible;
}

/* TOP BAR */
.topbar {
	width: 100%;
	height: 61px;
	background: url('images/content/topbarbg.png') repeat-x top center;
}

.topbar_logo {
	width: 168px;
	height: 61px;
	background: url('images/content/logo.png') no-repeat top center;
	margin-left: 12px;
	float: left;
}

.topbar_logo a {
	display: block;
	width: 168px;
	height: 61px;
}

.topbar_tagline {
	font-family: "arial";
	font-size: 14px;
	color: #fff;
	padding: 23px 0 0 12px;
	float: left;
}

.topbar_tagline .pink {
	color: #ff5988;
}

.topbar_right {
	width: 166px;
	height: 60px;
	float: right;
	padding: 5px 0 0 0;
}

.topbar_phone {
	font-family: georgia;
	font-size: 18px;
	color: #d6d6d6;
	line-height: 18px;
}

.topbar_livechat {
	background: url('images/content/livechatbtn.png') no-repeat;
	width: 154px;
	height: 27px;
	margin: 4px 0 0 0;
}

.topbar_livechat a {
	display: block;
	width: 154px;
	height: 27px;
}

/* HEADER */
.header {
	width: 900px;
	height: 66px;
	background: url('images/content/header.png') no-repeat;
}

/* PAGE CONTENT */
.pagecontent {
	width: 900px;
	position: relative;
	background: url('images/content/pagebg.png') repeat-y;
	float: left;  
    z-index: 20;
}

h1.page_header {
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: helvetica;
	font-size: 27.7px;
	letter-spacing: -0.04em;
	font-weight: bold;
	color: #2d3855;
	padding: 30px 0 20px 0;
}

h1.page_header .emphasis {
	font-size: 32.04px;
}

/* SERVICE BOXES */

.servicebox {
	width: 988px;
	height: 401px;
	margin: 0px -44px 50px -44px;
	background: url('images/content/fold.png') no-repeat top center;
	padding: 0;
	position: relative;
	float: left;
}

.blueservicebox {
	width: 50%;
	height: 368px;
	margin: 0;
	padding: 0;
	float: left;
	background: url('images/content/bluegridbg.png') repeat-y;
	position: relative;
	overflow: hidden;
}

.pinkservicebox {
	width: 50%;
	height: 368px;
	margin: 0;
	padding: 0;
	float: left;
	background: url('images/content/pinkgridbg.png') repeat-y;
	position: relative;
	overflow: hidden;
}

.servicebox_under {
	width: 988px;
	height: 33px;
	float: left;
	margin: 0;
	padding: 0;
}

.servicebox .left_corner {
	width: 44px;
	height: 30px;
	background: url('images/content/serviceboxcorner_left.png') no-repeat;
	float: left;
	padding: 0;
}

.servicebox .right_corner {
	width: 44px;
	height: 30px;
	background: url('images/content/serviceboxcorner_right.png') no-repeat;
	float: left;
	margin: -1px 0 0 0;
	padding: 0;
}

.servicebox .bluetab {
	width: 230px;
	height: 33px;
	background: url('images/content/bluetab.png') no-repeat;
	float: left;
	margin: 0 133px 0 88px;
	padding: 0;
}

a.learnmoretab {
	display: block;
	width: 202px;
	height: 33px;
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-right: 28px;
	background: url('images/content/learnmorearrow.png') no-repeat 176px 0;
}

a.learnmoretab:hover {
	color: #f0ff00;
}

.servicebox .pinktab {
	width: 230px;
	height: 33px;
	background: url('images/content/pinktab.png') no-repeat;
	float: left;
	margin: 0 86px 0 133px;
	padding: 0;
}

.leftbevel {
	background: url('images/content/leftbevel.png') no-repeat -80px 32px;
	width: 494px;
	height: 357px;
	margin: 0;
	padding: 0;
	position: relative;
}

.rightbevel {
	background: url('images/content/rightbevel.png') no-repeat 25px 32px;
	width: 494px;
	height: 357px;
	margin: 0;
	padding: 0;
	position: relative;
}

.serviceboxtop {
	background: url('images/content/serviceboxarrow.png') no-repeat top center;
	margin-top: 11px;
	padding: 36px 75px 0 90px;
}

.pinkservicebox .serviceboxtop {
	padding: 36px 50px 0 120px;
}

.serviceboxtop h1 {
	font-family: helvetica;
	font-size: 30px;
	font-weight: bold;
	color: #8ef0ff;
	margin: 0;
	letter-spacing: -0.04em;
}

.servicedescription {
	font-family: arial;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	padding: 0;
	margin: 5px 0 0 0;
}

.dividerline {
	width: 376px;
	height: 3px;
	background: url('images/content/serviceboxdividerline.png') no-repeat top center;
	margin: 12px 0 0 -35px;
}

.pinkservicebox .dividerline {
	margin: 12px 0 0 -40px;
}

ul.servicelist {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 65px;
	width: 375px;
}

.pinkservicebox ul.servicelist {
	margin-left: 95px;
}

ul.servicelist li {
	display: block;
	background: url('images/content/checkmark.png') no-repeat 0 7px;
	padding-left: 25px;
	font-family: arial;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

.servicebox_bottom {
	position: relative;
	left: 90px;
	top: 35px;
	font-size: 20px;
	line-height: 24px;
	font-family: arial;
	font-weight: bold;
	color: #8ef0ff;
	float: left;
}

.servicebox_bottom .yellow {
	color: #f0ff00;
}

.pinkservicebox .servicebox_bottom {
	top: 10px;
	left: 120px;
}

/* 5 REASONS AREA */
.reasons {
	width: 450px;
	float: left;
}

.reasons h1 {
	font-family: helvetica;
	font-size: 26px;
	font-weight: bold;
	color: #2d3855;
	letter-spacing: -0.04em;
	margin: 0 0 0 75px;
	padding: 0 85px 15px 0;
	border-bottom: 1px solid #bdbdbd;
}

.reasons h1 .georgia {
	font-family: georgia;
	font-size: 34px;
}

ul.reasons_list {
	list-style: none;
	margin: 20px 0 0 45px;
	padding: 0;
}

ul.reasons_list li {
	display: block;
	padding-left: 30px;
	font-family: arial;
	font-size: 14px;
	color: #5f5f5f;
	line-height: 30px;
	background: url('images/content/star.png') no-repeat 0 7px;
}

.computerandtickets {
	width: 393px;
	height: 221px;
	background: url('images/content/computerandtickets.png') no-repeat top center;
	float: left;
	margin: 20px 40px 0 17px;
}

/* CATEGORY BANNER */
.categorybanner {
	position: relative;
	width: 988px;
	height: 65px;
	margin: 0 -44px 0 -44px;
	float: left;
	overflow: visible;
	z-index: 5;
}

.banner_corners {
	float: left;
	width: 988px;
	height: 10px;
	margin: 0;
	padding: 0;
}

.category_leftcorner {
	width: 44px;
	height: 10px;
	background: url('images/content/categoryleftcorner.png') no-repeat;
	float: left;
	margin: 0;
	padding: 0;
}

.category_rightcorner {
	width: 44px;
	height: 10px;
	background: url('images/content/categoryrightcorner.png') no-repeat;
	float: right;
	margin: 0;
	padding: 0;
}

.categories {
	width: 100%;
	height: 55px;
	background: #646464;
	float: left;
}

ul.categorylist {
	list-style: none;
	padding: 12px 0 0 0;
	margin: 0;
	text-align: center;
	width: 988px;
}

ul.categorylist li {
	display: inline;
	font-family: arial;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	padding: 0;
	margin: 0 12px 0 12px;
}

/* FOOTER */
.footer {
	width: 900px;
	height: 85px;
	float: left;
}

ul.footerlist {
	text-align: center;
	padding: 15px 0 0 10px;
	margin: 0;
	list-style: none;
}

ul.footerlist li {
	display: block;
	float: left;
	height: 52px;
	margin: 0 21px 0 21px;
}

ul.footerlist li.cbsradio {
	width: 54px;
	background: url('images/content/cbsradio.png') no-repeat;
}

ul.footerlist li.clearchannel {
	width: 46px;
	background: url('images/content/clearchannel.png') no-repeat;
}

ul.footerlist li.seal {
	width: 49px;
	background: url('images/content/seal.png') no-repeat;
}

ul.footerlist li.lucas {
	width: 49px;
	background: url('images/content/lucas.png') no-repeat;
}

ul.footerlist li.hardrock {
	width: 65px;
	background: url('images/content/hardrock.png') no-repeat;
}

ul.footerlist li.stinger {
	width: 49px;
	background: url('images/content/stinger.png') no-repeat;
}

ul.footerlist li.lernerville {
	width: 57px;
	background: url('images/content/lernerville.png') no-repeat;
}

ul.footerlist li.johnshopkins {
	width: 78px;
	background: url('images/content/johnshopkins.png') no-repeat;
}

ul.footerlist li.afp {
	width: 55px;
	background: url('images/content/afp.png') no-repeat;
}
#lpfixed {
position: fixed;
z-index: 9999;
width: 80px;
height: 200px;
top: 490px;
left: 0;
}

