@charset "utf-8";
/* CSS Document */

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

#container {
	width: 80%;
	min-width: 780px;
	max-width: 1024px;
	width:expression(document.body.clientWidth < 800? "780px" : document.body.clientWidth > 1024? "1024px" : "auto");
	background-color: #FFF;
	margin: 0 auto;
}
#header {
}
#nav {
	width: 100%;
	background-image:url(../images/navigation/navBG.gif);
	z-index:1000;
}
#mainMap {
	width:100%;
	min-width: 780px;
	max-width: 1024px;
	background-image:url(../images/template/bodyBackground.jpg);
	background-repeat:no-repeat;
	display:block;
	height:600px;
		-moz-background-size:cover;
		-webkit-background-size:cover;
	background-size:contain;
	z-index:0;
}
#main {
	width:100%;
	min-width: 780px;
	max-width: 1024px;
	background-image:url(../images/template/homeBackground.jpg);
	background-repeat:no-repeat;
	display:block;
	height:600px;
		-moz-background-size:cover;
		-webkit-background-size:cover;
	background-size:contain;
	z-index:0;
}
#title {
	float:left;
	text-align:left;
	width:50%;
	margin-left:10px;
	padding:20px;
	z-index:1;
	clear:both;
}
#break {
	width:100%;
	background-image:url(../images/template/adLine.gif);
	height:2px;
	margin-top:20px;
}
#img {
	width: 100%;
	min-width: 780px;
	max-width: 1024px;
}
#directions {
	width:50%;
	float:left;
	text-align:left;
	margin-top:-10px;
	margin-left:40px;
}
#verticalMenu {
	width:25%;
	float:right;
	text-align:right;
	margin-right:20px;
	margin-top:40px;
	z-index:1;
}
#verticalMenuResidents {
	width:25%;
	float:right;
	text-align:right;
	margin-right:20px;
	z-index:1;
	clear:both;
}
#mapEntire {
	width: 100%;
	margin: 0 auto;
	z-index:0;
}
#state {
	width:20%;
	height:10px;
	font-size:1.5em;
	font-weight:bold;
	font-style:italic;
	color:#333;
	text-align:center;
	float:right;
	margin-top:-40px;
	margin-right:20%;
	visibility:hidden;
	clear:both;
}
#map {
	position: relative;
	width:640px;
	height:397px;
	margin-left:auto;
	margin-right:auto;
	z-index:0;
	clear:both;
}
#mainContent {
	width:60%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
#seniorPhoto {
	float:left;
	width:50%;
	text-align:left;
	margin-left:120px;
	margin-right:5px;
	z-index:1;
}
#galleria {
	float:left;
	width: 600px;
	height: 338px;
	background: #000;
	z-index:1;
}
#footer {
	float:left;
	width:100%;
	padding:5px;
	font:400 0.7em/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;
	text-align:center;
	font-weight:bold;
	color:#c41130;
}
#footer a:link {
	color:#c41130;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
	text-decoration:underline;
}
#footer a:visited {
	color:#c41130;
	text-decoration:none;
}
#contactAlumni {
	float:left;
	width:100%;
	padding:5px;
	font:400 0.8em/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#333;
}
#containerTable {
	font: 80%/1.45em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	font-weight:bold;
	clear:both;
}

#containerTable {
	width: 650px;
	margin: 30px auto;
	padding: 0;
}

#containerTableAlternate {
	width: 700px;
	margin:auto;
	padding: 0;
}



#containerTable #footer {
	margin: 50px auto 0 auto;
	padding: 0;
}

#containerTable .big {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.6em;
	color: #4E6CA3;
}

#containerTable .spacer {
	height: 20px;
	clear: both;
}

#containerTable .clear {
	clear: both;
}

#containerTable pre {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

#containerTable h1 {
	margin-top: 2em;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.6em;
	color: #4E6CA3;
	border-bottom: 1px solid #B0BED9;
	clear: both;
}

#containerTable h2 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.6em;
	color: #4E6CA3;
	clear: both;
}

#containerTable a {
	color: #0063DC;
	text-decoration: none;
}

#containerTable a:hover {
	text-decoration: underline;
}

#containerTable ul {
	color: #4E6CA3;
}

.css_right {
	float: right;
}

.css_left {
	float: left;
}
@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}

/*MEDIA QUERIES*/
@media only screen and (max-width : 800px),
only screen and (max-device-width : 800px){
	#main {
		width:100%;
		background-image:url(../images/template/bodyBackgroundSmall.jpg);
		background-repeat:no-repeat;
		display:block;
		height:457px;
			-moz-background-size:cover;
			-webkit-background-size:cover;
		background-size:cover;
}
#mapEntire {
	float:left;
}
#map {
	float:left;
}
#state {
	width:20%;
	height:5px;
	font-size:1.0em;
	font-weight:bold;
	font-style:italic;
	color:#000;
	text-align:center;
	float:right;
	margin-right:20%;
	visibility:hidden;
	clear:both;
}
#containerTable {
	width: 600px;
	float:left;
	margin-left:20px;
	padding: 0;
}
#galleria {
	float:left;
	margin-left:20px;
	width: 450px;
	height: 338px;
	background: #000;
	z-index:1;
}
}

