body {
	margin: 0;
	padding: 0;
	background: none;
}

.clear {
	clear: both;
}

#page_content {
	width: 960px;
	margin: 0 auto;
	font-family: Arial, Helvetica;
	text-align: left;
}

#north {
	width: 100%;
}

#state_logo {
	float: left;
	width: 597px;
	height: 276px;
	background: url('/_img/stateportal/ma/logo-large.jpg') no-repeat;
}

#iwantto {
	float: left;
}

#iwantto_title {
	width: 133px;
	height: 31px;
	background: url('/_img/stateportal/home/iwantto.gif') no-repeat;
	margin-top: 30px;
	margin-bottom: 5px;
	margin-left: 15px;
}

.iwantto_button {
	width: 337px; /* (image.width=362) - whitespace */
	height: 35px; /* (image.height=48) - whitespace */
	background: url('/_img/stateportal/home/iwantto-button.jpg') no-repeat;
	font-size: 18px;
	margin-top: 1px;
	margin-left: 1px;
	padding-top: 13px;
	padding-left: 25px;
}
.iwantto_button_rollover {
	background: url('/_img/stateportal/home/iwantto-button_ro.jpg') no-repeat;
}

.iwantto_button a {
	color: #FFFFED; /* white approx per spec */
}
.iwantto_button a:hover {
	color: #FFFFED; /* white approx per spec */
}

#quova {
	padding-top: 20px;
	padding-left: 15px;
}

#quova span {
	font-size: 12px;
	font-weight: bold;
	color: #AAAAAA; /* approx per spec */
}

#quova a {
	font-size: 18px;
	text-decoration: underline;
	color: #799ED3; /* approx per spec */
}
#quova a:hover {
	color: #C03731; /* red approx per spec */
}

#south {
	width: 100%;
	height: 350px;
	margin-top: 15px;
}

#south .panel {
	height: 280px;
	padding: 0 0px;
}

#widget {
	float: left;
	width: 430px; /* approx per spec */
	margin-left: 20px;
	_margin-left: 0;
}

#widget_label {
	font-size: 16px;
	font-weight: bold;
	color: #C03731; /* red approx per spec */
}

#widget_content {
	margin-top: -10px;
	margin-left: -10px;
}

#justforstudents {
	float: left;
	position: relative;
	top: 50px;
}

#justforstudents_label {
	position: absolute;
	left: 25px;
	top: -20px;
	width: 324px;
	height: 49px;
	background: url('/_img/stateportal/home/just-for-students.gif') no-repeat;
	z-index: 2;
}

#blogfeed {
	float: left;
	width: 240px;
	height: 100%;
	margin-left: 10px;
}

a#blogfeed_atoz {
	float: left;
	font-size: 11px;
	color: #406ACC; /* blue approx per spec */
	text-decoration: underline;
	padding-left: 10px;
	margin-bottom: 10px;
}
a#blogfeed_atoz:hover {
	color: #C03731; /* red to match labels */
}

#csrnav {
	float: left;
	width: 240px;
	height: 100%;
	margin-left: 10px;
}

#csrnav_linkgroup {
	border-bottom: 1px dashed #33ADEE;
	margin-left: 15px;
	margin-right: 10px;
}

a.csrnav_link {
	display: block;
	font-size: 14px;
	color: #406ACC; /* blue approx per spec */
	text-decoration: underline;
	margin-bottom: 20px;
}
a.csrnav_link:hover {
	color: #C03731; /* red to match labels */
}

#didyouknow_label {
	width: 130px;
	height: 28px;
	background: url('/_img/stateportal/home/did-you-know.gif') no-repeat;
	margin-top: 20px;
	margin-left: 15px;
}

#didyouknow_content {
	font-size: 12px;
	color: #656565; /* gray approx per spec */
	margin-top: 5px;
	margin-left: 15px;
}

#stateportal_footer {
	width: 100%;
	margin: 18px auto;
}


/* ---------- Override styles in cv2_0.css ---------- */

#searchBanner {
	/* as per spec, use a custom label (see #widget_label) */
	display: none;
}

#advancedSearchLink {
	display: none;
}

#footer_content {
	margin: 0;
	margin-left: 200px;
}

