@charset "utf-8";
/* CSS Document */
@import url('/help-center/css/help-center.css');

html, form {
	margin: 0;
	padding:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-image: url(/images/bkgd-band.gif);
	background-repeat: repeat-x;
	background-position: left 88px;
	background-color: #EEE;
}
.advertise {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	padding-top: 8px;
	padding-right: 5px;
	padding-left: 8px;
	background-color: #FFF;
}
.advertise-title {
	font-size: 24px;
	color: #264371;
	background-color: #FFF;
}
h1, h2, h3, h4, h5 {
	font-size:100%;
	margin:0px;
	display: inline;
	padding-top: 0px;
	padding-right: 0.1em;
	padding-bottom: 0px;
	padding-left: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
ul li {
	padding-top: 1px;
	padding-bottom: 1px;
}
#wrapper {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#wrapperShadowLeft {
	background-image: url(/images/bkgd-shadow-left.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 9px;
}
#wrapperShadowRight {
	background-image: url(/images/bkgd-shadow-right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 9px;
}
/*#wrapperShadowLeftBand, #wrapperShadowRightBand {
	background-repeat: no-repeat;
	position: absolute;
	top: 88px;
	height: 79px;
	width: 9px;
}
#wrapperShadowLeftBand {
	background-image: url(/images/bkgd-band-left.gif);
	left: 0px;
}
#wrapperShadowRightBand {
	background-image: url(/images/bkgd-band-right.gif);
	right: 0px;
}*/
.header_container {
	width:100%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-color: #FFF;
}
.header {
	height:88px;
	width:100%;
	position: relative;
	background-image: none;
}
.header_logo {
	height:80px;
	width:450px;
	background-image: url(/images/logo-collegesurfing.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
}
.header_container .poweredby {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	background-image: url(/images/bkgd-blue.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	height: 17px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.header_container .header .header_phone {
	color: #A60013;
	font-weight: bold;
	position: absolute;
	font-size: 15px;
	bottom: 20px;
	left: 530px;
}
.header_container .header .header_phone a {
	color: #A60013;
}
#wrapper .welcome {
	background-image: url(/images/aboutus-welcome.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #F9FDFF;
	padding-bottom: 15px;
}
.welcome #body .pullquote {
	width: 260px;
	padding-top: 140px;
}
.welcome #body {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.welcome #body .connectbox {
	background-color: #E7EDF6;
	margin: auto;
	padding: 20px;
	clear: both;
	width: 440px;
}
.welcome #body .connectbox .title {
	font-size: 18px;
	color: #274372;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}
.welcome #body .connectbox .body, .welcome #body .connectbox .body .title {
	font-size: 12px;
}
.welcome #body .connectbox .logo a {
	display: inline-block;
	padding: 20px;
}
.welcome #body .connectbox .logo a:hover {
	background-color: #D3DEEF;
}
.welcome #body .connectbox .logo {
	text-align: center;
	margin: auto;
	clear: both;
	width: 80%;
}
.divider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #274372;
	height: 20px;
}

