@charset "UTF-8";
h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 36px;
	color: #FFF;
	text-shadow: 5px 5px 5px #000000;
}
h2 {
	font-size: 24px;
	color: #666;
	font-family: Garamond, Georgia,Times New Roman;
}
h3 {
	font-size: 16px;
	color: #CCCC66;
}

h4 {
	font-size: 18px;
	color: #444;
	vertical-align: top;
}
h5 {
	font-size: 32px;
	color: #666;
	vertical-align: top;
}
h6 {
	font-size: 16px;
	color: #FFF;
	vertical-align: top;
}
a {
	font-size: 13px;
	color: #333;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #009999;
	text-decoration: none;
}
a:hover {
	color: #9999CC;
	text-decoration: underline;
}
a:active {
	color: #333;
	text-decoration: none;
}


body {
	background-color: #FFFFFF;
	background-image: url(../images/UPOcala-bg.png);
	background-repeat: no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	background-size: 100%;
}
table, th, td
{
	border: 1px #999;
}

#social {
	position:absolute;
	right:151px;
	top:0px;
	width:180px;
	height:30px;
	z-index:6;
}

nav {
	position:absolute;
	left:25%;
	top:48px;
	width:90%;
	height:50px;
	z-index:3;
	border-radius: 12px;
	background-color: rgba(255,255,255,.4);
}

#logo {
	position:absolute;
	left:2%;
	top:86px;
	width:295px;
	height:110px;
	z-index:8;
}
header {
	position:absolute;
	left:38px;
	top:230px;
	width:633px;
	height:62px;
	z-index:7;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-weight: bolder;
	text-shadow: 3px 3px 8px rgba(0,0,0,.8);
}
section {
	position:relative;
	left:2%;
	top:270px;
	width:60%;
	height:auto;
	z-index:6;
	
}
#mainInfo {
	float: left;
	width:100%;
	height:auto;
	background-color: #FFFFFF;
	padding: 6px;
	border-radius: 20px;
	box-shadow: 10px 10px 5px #555555;
	margin-bottom:15px;
}
#subInfo1 {
	clear: left;
	width:46%;
	height:auto;
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 5px;
	box-shadow: 10px 10px 5px #555555;
    float: left;
	margin-bottom:15px;
}
#subInfo2 {
	width:48%;
	height:auto;
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 5px;
	box-shadow: 10px 10px 5px #555555;
	float: right;
}
#subInfo3 {
	clear: left;
	width:46%;
	height:auto;
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 5px;
	box-shadow: 10px 10px 5px #555555;
    float: left;
}
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 1em;
	line-height: 1.5em;
}
#footer {
	clear: left;
	margin-top:10px;
	width:100%;
	height:auto;
	background-color: rgba(153,153,153,.5);
	border-radius: 15px;
	padding: 5px;
	box-shadow: 10px 10px 5px #555555;
	float: left;
}
#map_frame {
	float: left;
	width:100%;
	height:auto;
	background-color: #FFFFFF;
	padding: 6px;
	border-radius: 20px;
	box-shadow: 10px 10px 5px #555555;
	margin-bottom:15px;
}
#map_canvas {
        width: 500px;
        height: 400px;
		
      }
#mainInfo form {
	font:Georgia, "Times New Roman", Times, serif;
	color: #193742;
}
#mainInfo form p {
	margin: 0 0 20px 20px;
}
#mainInfo form p.subhead {
	margin: 0 0 0 20px;
	clear: both;
}
#mainInfo form label.subhead {
	display: block;
	float: none;
	margin: 0;
	width: auto;
}
	
#mainInfo form label {
	width: 150px;
	float: left;
	clear: left;
	margin-right: .75em;
}

#mainInfo fieldset {
	padding: 10px 20px 0 0; 
	margin: 0 0 2em;
	background-color: rgba(153,153,153,.5);
	border: none;
	position: relative; 
}

#mainInfo fieldset legend {
	padding: 0;
	margin: 0;
	color: #006768;
}
/*#mainInfo fieldset legend strong {
	position: absolute;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 1.2em;
} */
	
#mainInfo form#frmEvaluation input.text {
	width: 200px;
}
#mainInfo form#frmEvaluation textarea {
	width: 400px;
	height: 150px;
}
/* Sets styles for links that are not in navigation */
#mainInfo a {
	font-size: 16px;
	color: #FF0000;
}
#mainInfo a:visited {
	color: #009999;
	text-decoration: none;
}
#maininfo a:hover {
	color: #9999CC;
	text-decoration: underline;
}

#subInfo1 a {
	font-size: 16px;
	color: #FF0000;
}
#subInfo1 a:visited {
	color: #009999;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
}
#subinfo1 a:hover {
	color: #9999CC;
	text-decoration: underline;
}

#subInfo2 a {
	font-size: 16px;
	color: #FF0000;
}
#subInfo2 a:visited {
	color: #009999;
	text-decoration: none;
}
#subinfo2 a:hover {
	color: #9999CC;
	text-decoration: underline;
}

#footer a {
	font-size: 15px;
	color: #333;
}

#footer a:visited {
	color: #009999;
	text-decoration: none;
}
#footer a:hover {
	color: #9999CC;
	text-decoration: underline;
}

	
/* SpryMenuBarTCLF.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarTCLF
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	float: left;
	font-family: Garamond, Georgia, Times New Roman, Times, serif;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarTCLF li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 7em;
	float: left;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarTCLF ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarTCLF ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarTCLF ul li
{
	width: 8.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarTCLF ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarTCLF ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarTCLF ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarTCLF a
{
	display: block;
	cursor: pointer;
	color: #333;
	text-decoration: none;
	text-align: center;
	height: 40px;
	padding-top: 12px;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarTCLF a:hover, ul.MenuBarTCLF a:focus
{
	color: #FFF;
	background-image: url(../images/nav_bg_hover.png);
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarTCLF a.MenuBarItemHover, ul.MenuBarTCLF a.MenuBarItemSubmenuHover, ul.MenuBarTCLF a.MenuBarSubmenuVisible
{
	background-color: #999;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarTCLF a.MenuBarItemSubmenu
{
	background-image: url(../SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarTCLF ul a.MenuBarItemSubmenu
{
	background-image: url(../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarTCLF a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarTCLF ul a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarTCLF iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarTCLF li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
