@charset "UTF-8";
/* CSS Document */

* {
	font-family:  helvetica, arial, sans-serif;
	font-size: 12px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #e8f5f9;
	background-image: url("../images/gradient.png");
	background-repeat:  repeat-x;
	background-position:  left top
}

div#wrapperMain {
	margin: 0px;
	padding: 0px;
	text-align: center
}

#wrapper
{
	padding:0;
	margin:0;
	width:1130px;
	min-height:726px;
	padding-top: 10px;
	margin-left:auto;
	margin-right:auto;	
}


#main_content
{
	position:relative;
	width:1048px;
	margin-left:auto;
	margin-right:auto;
}
#flashcontent
{
	position:relative;
	left:24px;
}

#noflashbg
{
	width: 1000px;
	height: 660px;
	background:url(../images/noflashbg.jpg) no-repeat;
}
#noflashcontent
{
	position:absolute;
	left: 350px;
	top: 225px;
	width:500px;
	height: 200px;
	font-size: 16px;
	color: #000000;
	background-color: #ffffff;
	padding:20px;
}
#noflashcontent A, #noflashcontent A:link, #noflashcontent A:visited {
	color: #835685;
	text-decoration:none;
}
#noflashcontent A:hover {
	text-decoration:none;
	color: #3c0011;
}


/*email preview specific page tags */
#background_image
{
	width:1048px;
	height:728px;
	position:relative;
}

#studentlife #background_image
{
	background:url(../images/student_life_back.jpg) no-repeat;
}

#studentlife #yb_image_holder
{
	width: 741px;
	height: 646px;
	position:absolute;
	top:85px;
	left: 300px;
	text-align:center;
}

#studentlife #yb_image_holder #image_wrapper
{
	margin:0;
	border:0;
	padding:0;
}


#studentlife #yb_image_holder #image_wrapper img
{
	background-color:#FFFFFF;
	padding:14px;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
}

#studentphoto #background_image
{
	background:url(../images/yearbook_image_back.jpg) no-repeat;
}

#studentphoto #yb_image_holder
{
	width: 227px;
	height:320px;
	position:absolute;
	top:163px;
	left:437px;
}

#studentphoto #yb_image_holder  H1
{
	margin:0;
	padding:0;
	margin-top:30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #909090;
	text-align:center;
}
#mostlikelyto #yb_image_holder  H1
{
	display:none;
}

#mostlikelyto #background_image
{
	background:url(../images/mostlikelyto_back.jpg) no-repeat;
}

#mostlikelyto #yb_image_holder
{
	width: 321px;
	height:416px;
	position:absolute;
	top:126px;
	left:368px;
}

#mostlikelyto #yb_image_holder #image_wrapper
{
	margin:0;
	border:0;
	padding:0;
}


#mostlikelyto #yb_image_holder #image_wrapper img
{
	background-color:#FFFFFF;
	padding:14px;
}

#make_yours_btn a
{
	background: transparent url(../images/makeYours_btnOff.png) 0px 0px no-repeat;
	position:absolute;
	height:32px;
	width:198px;
	top:424px;
	left:50px;
}

#make_yours_btn a:hover
{
	background: transparent url(../images/makeYours_btnOn.png) 0px 0px no-repeat;
}

#mall_logo
{
	position:absolute;
	top:625px;
	left:825px;
}

.hide
{
	display:none;
}

form {
	display: inline
}

#footerNav {
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding-top: 5px;
	font-size: 10px;
	color: #72727d;
	font-family: Helvetica, Arial, sans-serif;
}

#footerNav a {
        vertical-align: top;
	padding-left: 5px;
	padding-right: 10px;
	font-size: 10px;
	color: #72727d;
}

#footerNav a:hover {
	color: #5f9bb4;
	text-decoration: underline;
}

#footerNav img {
	vertical-align: top;
}

/* superfluous span so webkit browsers align our footer vertically */
#footerNav span {
	vertical-align: top;
	font-size: 10px;
}
