@charset "utf-8";
/* CSS Document */


/* General Styles */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #006699;
}

a:visited {
	color: #006699;
}

a:hover {
	color: #FF6600;
}

a:active {
	color: #FF6600;
}

#mainBg {
	position:absolute;
	top: 50%;
	left: 50%;
	width:100%;
	height:700px;
	margin-top: -350px; /*set to a negative number 1/2 of your height*/
	margin-left: -50%; /*set to a negative number 1/2 of your width*/
	background-image:url(images/outsideUI_bg_s1.jpg);
	background-repeat:repeat-x;
}

#mainUI {
	position:absolute;
	top: 50%;
	left: 50%;
	width:100%;
	height:700px;
	margin-top: -350px; /*set to a negative number 1/2 of your height*/
	margin-left: -50%; /*set to a negative number 1/2 of your width*/
	background-image:url(images/mainUI_s1.jpg);
	background-position:center;
	background-repeat:no-repeat;
	min-width:650px;
	text-align:center;
}

#wrapper, #container {
  	height: 624px;
  	width: 989px;
}

#wrapper {
  	bottom: 50%;
  	right: 50%;
  	position: absolute;
}

#container {
  	left: 50%;
  	position: relative;
  	top: 50%;
	margin-left:5px;
	margin-top:2px;
}

#header {
	position:absolute;
	z-index:51;
}

#nav {
	position:absolute;
	left:100px;
	top:127px;
	width:200px;
	z-index:500;
}

#dot {
	position:absolute;
	width:100px;
	height:100px;
	z-index:450;
	right: 10px;
}

#phoneNum {
	position:absolute;
	left:1376px;
	top:941px;
	width:152px;
	height:27px;
	z-index:50;
}

#mlText {
	position:absolute;
	z-index:50;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight: lighter;
	color:#666666;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-image:url(images/whiteFade.png);
	background-repeat:repeat;
}

#dotInfo {
	position:absolute;
	z-index:401;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight: lighter;
	color:#666666;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-image:url(images/whiteFade.png);
	background-repeat:repeat;
	visibility:hidden;
	height: 578px;
}

.orangeCallout {color: #E66C1F}

.blueCallout {
	color: #2289B6;
	font-weight: bold;
}

.standardCallout {
	font-weight: bold;
}

/* -------------------------------------------------------- Home Page */

#tagText {
	position:absolute;
	left:31px;
	top:245px;
	width:349px;
	height:65px;
	z-index:50;
}

#richard {
	position:absolute;
	left:301px;
	top:202px;
	width:196px;
	height:65px;
	z-index:410;
}

#vaccine {
	position:absolute;
	left:769px;
	top:85px;
	width:204px;
	height:376px;
	z-index:449;
}

#flyboys {
	position:absolute;
	left:192px;
	top:186px;
	width:331px;
	height:439px;
	z-index:50;
}

#flyer {
	position:absolute;
	left:-4px;
	top:356px;
	width:512px;
	height:268px;
	z-index:50;
}

#newspaper {
	position:absolute;
	left:519px;
	top:354px;
	width:466px;
	height:272px;
	z-index:45;
}

#phone {
	position:absolute;
	left:48px;
	top:394px;
	width:102px;
	height:12px;
	z-index:45;
}
