body {
	background: #ecf1f1;
	background-image:url('/images/fb/blue-gradient.jpg');
	background-position: bottom right;
	background-repeat: repeat-y;
	background-attachment: fixed;
	color: #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: .75em;
}

body {
	/*min-height: 100%;
	height: auto;*/
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	display: table;
}

#vtour_wrapper {
	height: 100%;
	margin: 0;
	width: 100%;
	display: table;
}

#mapcontainer{
	height: 600px;
	margin: 0;
	width: 695px;
	/*
	min-height:100%;
	height:auto;
	height:100%; 
	position: absolute;
	left: 0;
	top: 0;*/
	display: table;
}

#maplist{
	background: #FFFFFF;
	color: #000000;
	min-height:100%;
	height:auto;
	height:100%; 
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 225px;
	padding-left: 10px;
}

/* CSS For Virtual Tour Nav*/
.glossymenu {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%; /*width of menu*/
}

.glossymenu ul, .glossymenu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.glossymenu a.menuitem, a.submenuheader {
	background: #FFFFFF;
	color: #2a2a2a; 
	display: block;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: strong;
	margin-left: 20px;
	padding-right: 0px;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	text-decoration: none;
	width: 192px;
}

a.submenuheader:hover, a.menuitem:hover, .submenu a:hover {
	background: #CECECE;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active {
	color: #2a2a2a;
}

.glossymenu .menuitem .statusicon { /*CSS for icon image that gets dynamically added to headers*/
	border: none;
	left: -15px;
	position: absolute;
	top: -2px;
}

.glossymenu .submenu .statusicon {
	border: none;
	left: 0px;
	position: absolute;
	top: 0px;
}

.glossymenu .submenu ul { /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu .submenu a {
	color: #59571c;
	display: block;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	margin-left: 25px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	width: 178px;
}

.vnavbutton {
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}

/* START Fancy Box Profile Styling */

h1 {
	padding: 5px;
	background-color: #98b3b3;
	border: 1px solid #748a8a;
	text-align: center;
}

h2 {
	font-style: bold;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

h3 {
	border-bottom: 1px dashed #000000;
	font-size: 14px;
}

.fb_content {
	width: 650px;
	margin: 10px;
}

.fb_profile_img {
	float: right;
	width: 175px;
	margin-bottom: 10px;
	border-left: 15px solid #ecf1f1;
}

.fb_body {
	width: 650px;
	height: auto;
}

/* END Fancy Box Profile Styling */


/* START Undergrad Admissions FB Styling */
.ugad-fb-content {
	width: 540px;
	height: 520px;
	padding: 40px 80px;
	background-color: #ffffff;
}

.ugad-fb-content h2 {
	font-size: 20px;
	color: #CA8921;
	font-style: italic;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-family: Palatino, Georgia, 'serif';
	text-align: left;
	border-bottom: 1px dotted #000000;
}

.ugad-fb-content p {
	padding-bottom: 15px;
	line-height: 160%;
	font-family: Helvetica, 'Helvetica Neue', 'sans serif';
}
/* END Undergrad Admissions FB Styling */














