@charset "utf-8";
body {
	background-image: url(/images/bg.jpg);
	background-repeat: repeat;
}
/* CSS Document */

#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border: thick solid #FF0;
}
#header {
	clear: both;
	height: 150px;
}

#footer {
	clear: both;
	height: 100px;
	text-align: center;
	font-size: medium;
	font-weight: bold;
	color: #006;
	background-color: #FF0;
	background-image: url(/images/footer_logo.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: 0px 10px;
}
#homemain {
	background-image: url(/images/avs-1.jpg);
	background-repeat: no-repeat;
	height: 488px; /*498*/
}
#main {
	background-color: #FFF;
}
.contact_table {
	font-weight: bold;
	border: thin solid #000;
}
#center {
	padding: 10px;
}
#copyright , #copyright a{
	font-size: small;
	color: #000;
	width: 780px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.text_header {
	font-size: x-large;
	font-weight: bold;
	color: #006;
}
.text_body {
	font-size: .9em;
	font-weight: bold;
}
.text_body_xxlarge {
	font-size: xx-large;
	font-weight: bold;
	color: #006;
}
.text_header_yellow {
	font-size: x-large;
	font-weight: bold;
	color: #FF0;
}
#topnav {
	text-align: center;
	background-color: #006;
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0;
	border-bottom-color: #FF0;
}
#topnav ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	line-height: 20px;
	white-space: nowrap;
	
}
#topnav ul li {
	list-style-type: none;
	display: inline;
	
}
#topnav ul a {
	text-decoration: none;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#topnav ul a:hover {
	color: #000;
	background-color: #FF0;
}
#home_cooltag {
	color: #000;
	background-color: #FF0;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: thin solid #006;
	font-style: italic;
}
.ambulance_div {
	background-color: #006;
	height: 100px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FF0;
}
.ambulance_home {
	background-repeat: no-repeat;
	padding: 10px;
}
.ambulance_space {
	height: 275px;
	width: 512px;
	float: right;
	clear: right;
}
.ambulance_image {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 100px;
	float: left;
}
.ambulance_image1 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.ambulance_tagline   {
	font-weight: bold;
	color: #FFF;
	margin-top: 20px;
	margin-left: 10px;
	float: left;
}
.ambulance_tagline a {
	color: #FFF;
}
/* THUMBNAIL GALLERY */
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: black;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
	border: 1px solid #000000;
	text-align: center;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	letter-spacing: 5px;
	line-height: 1.1em;
	color: #FFFFFF;
	padding: 5px 0;
	text-align: right;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: #666666;
	font-size: large;
	font-weight: bold;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
/* END THUMBNAIL GALLERY */
.thumbnails {
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.features_ul {
	margin-top: 10px;
	margin-bottom: 10px;
}


.errorMsg {
	position:relative;
	background-color:yellow;
	width:475px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	border:1px solid red;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	color:red;
}
.successMsg {
	position:relative;
	background-color:#ccc;
	width:500px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	border:1px solid blue;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	color:black;
}