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

/* Eric Meyers master reset */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/* vertical-align: baseline; */
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end master reset */


/* this adds PNG support for both ie5 and ie6, includes transparency support 
documentation: http://www.twinhelix.com/css/iepngfix/ 
thank you Angus Turnbull */
img { behavior: url(http://www.millersville.edu/wewill/assets/styles/iepngfix.htc); }
.photopng { behavior: url(http://www.millersville.edu/wewill/assets/styles/iepngfix.htc) }

/* end PNG support */



/* basic clases */

html .clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
	font-size: 0px;
	line-height: 0px;
}
* hr {
	border: 0;
	color: #CCCCCC;
	height: 1px;
	width: 100%;
	background-color: #CCCCCC;
	margin: 5px 0px;
	padding: 0px;
}
* .hr_bold {
	border: 0;
	color: #F0F0F0;
	height: 7px;
	width: 100%;
	background-color: #F0F0F0;
	margin: 5px 0px;
	padding: 0px;
}
/* end basic classes */


/* globals */
body {
	background: #87AFED url(http://www.millersville.edu/wewill/images/global/master_bkgnd.jpg) repeat-x left 90px;
}
#top_bar_wrapper {
	background: url(http://www.millersville.edu/wewill/images/global/top_bar_bkgnd.jpg) repeat-x;
	height: 90px;
	min-width: 1000px;
}
#footer {
	background: url(http://www.millersville.edu/wewill/images/global/footer_bkgnd.jpg) no-repeat center top;
	height: 100px;
	font: 10px/12px Arial, Helvetica, sans-serif;
	color: #777777;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 10px;
}
#center_frame_tbl {
	margin: 0px;
	padding: 0px;
	width: 453px;
}
html body #footer #footer_content {
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	display: block;
}
#footer #footer_content a {
	color: #777777;
	text-decoration: underline;
}
#copyright {
	float: right;
}
/* end globals */


/* top navigation */
#nav_tbl td {
	text-align: center;
	font: 11px/11px Arial, Helvetica, sans-serif;
	color: #FFF;
	height: 75px;
}
#nav_cell01  {
	border-right: 1px solid #666;
}
#page_logo {
	height: 90px;
	width: 417px;
	margin: 0px;
	padding: 0px;
	float: left;
	border-style: none;
}
#icon_nav  {
	height: 90px;
	text-align: right;
	float: right;
	width: 500px;
}
#nav_tbl td a:link {
	color: #FFF;
	text-decoration: none;
}
#nav_tbl td a:visited {
	color: #FFF;
	text-decoration: none;
}
#nav_tbl td a:hover {
	color: #FFF;
	text-decoration: underline;
}
/* end top nav */


/* detail page */
#main_wrapper {
	background: url(http://www.millersville.edu/wewill/images/global/we_will_clouds_bkgnd.jpg) no-repeat;
	margin: 0px;
	padding: 0px 0px 50px;
	min-height: 400px;
	min-width: 1000px;
}
#inner_lh_col {
	width: 370px;
	margin: 0px;
	padding: 230px 0px 0px 30px;
	float: left;
}
#profile_name {
	font: normal 16px/18px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding-left: 20px;
}
#profile_name h1 {
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
}
#inner_rh_col {
	width: 540px;
	float: right;
	margin: 0px;
	padding: 0px;
}
#inner_rh_col a {
	font: normal 15px/22px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#center_frame_tbl{
	vertical-align: top;
	width: 453px;
}
#inner_rh_col #profile_descr {
	font: normal 16px/24px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	width: 408px;
	padding-left: 40px;
	margin-bottom: 70px;
}
/* end detail page */

/* listings page */
#main_listings_table {
	margin-right: auto;
	margin-left: auto;
	width: 952px;
}
/* #main_listings_table td {
	padding-bottom: 15px;
	padding-right: 15px;
	height: 123px;
	width: 303px;
} */
#main_listings_table .listings_box_red {
	background: url(http://www.millersville.edu/wewill/images/listing_boxes/listingbox_red.gif) no-repeat left top;
	height: 138px;
	width: 318px;
	text-align: left;
	vertical-align: top;
}
#main_listings_table .listings_box_purple {
	background-image: url(http://www.millersville.edu/wewill/images/listing_boxes/listingbox_purple.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 138px;
	width: 318px;
	text-align: left;
	vertical-align: top;
}
#main_listings_table .listings_box_orange {
	background-image: url(http://www.millersville.edu/wewill/images/listing_boxes/listingbox_orange.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 138px;
	width: 318px;
		text-align: left;
	vertical-align: top;
}
#main_listings_table .listings_box_gold {
	background-image: url(http://www.millersville.edu/wewill/images/listing_boxes/listingbox_gold.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 138px;
	width: 318px;
		text-align: left;
	vertical-align: top;
}
#main_listings_table .listings_box_green {
	background-image: url(http://www.millersville.edu/wewill/images/listing_boxes/listingbox_green.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 138px;
	width: 318px;
		text-align: left;
	vertical-align: top;
}
#main_listings_table .listings_box_black {
	background-image: url(http://www.millersville.edu/wewill/images/listing_boxes/listingbox_black.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 138px;
	width: 318px;
		text-align: left;
	vertical-align: top;
}
#main_listings #main_listings_table td .listing_data .listings_photo {
	width: 122px;
	padding-top: 11px;
	padding-left: 11px;
	height: 112px;
	padding-right: 0px;
	padding-bottom: 0px;
	vertical-align: top;
	
}
#main_listings #main_listings_table td .listing_data .listing_teaser {
	width: 153px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #FFF;
	vertical-align: top;
	font: 12px/14px Georgia, "Times New Roman", Times, serif;
}
.listing_teaser_text {
	height: 90px;
	text-align: left;
	vertical-align: top;
}
#main_listings #main_listings_table td .listing_data .listing_teaser .listing_teaser_text h1 {
	font: 15px/17px Georgia, "Times New Roman", Times, serif;
}
#main_wrapper_listing_page {
	background: url(http://www.millersville.edu/wewill/images/global/we_will_clouds_bkgnd_lrg.jpg) no-repeat;
	margin: 0px;
	padding: 0px 0px 50px;
	min-width: 1000px;
}
#main_wrapper_listing_page #intro {
	font: normal 15px/22px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	width: 600px;
	height: 170px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 400px;
}
#main_wrapper_listing_page #intro a {
	font: normal 15px/22px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
* .morebtn {
	text-align: right;
	}
/* end listings page */


/* Form Page Styles */

#form_main_wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 16px;
}
#form_main_wrapper #intro {
	font: 15px/21px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	height: 110px;
	padding-left: 100px;
}
#form_main_wrapper #main_copy p {
	margin-bottom: 8px;
}
#form_main_wrapper #main_copy {
	font: 11px/14px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	border-top: 1px solid #9DB9F0;
}
#submit {
	border: 1px solid #CEDBEE;
	background: #6B8DC3;
	font: 12px Verdana, Geneva, sans-serif;
	color: #FFF;
}
#submit:focus {
	border: 1px solid #CEDBEE;
	background: #333;
	font: 12px Verdana, Geneva, sans-serif;
	color: #FFF;
}
#submit:hover {
	border: 1px solid #CEDBEE;
	background: #273347;
	font: 12px Verdana, Geneva, sans-serif;
	color: #FFF;
}
input {
	background: #D5DEEF;
	border: 1px solid #FFF;
}
input:focus {
	background: #FFF;
	border: 1px solid #D5DEEF;
}
textarea {
	background: #D5DEEF;
	border: 1px solid #FFF;
}
textarea:focus {
	background: #FFF;
	border: 1px solid #D5DEEF;
}

/* end form styles */

/* Thank you page */
#ty_main_wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 16px;
}
#ty_main_wrapper #thank_you_intro {
	font: 18px/26px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
	padding-top: 120px;
}
/* end TY */


/* home page */
#main_wrapper_home {
	background: url(http://www.millersville.edu/wewill/images/global/plain_clouds_bkgnd.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	min-height: 400px;
	min-width: 1000px;
	height: 600px;
	text-align: center;
}

