@charset "utf-8";

/****************************************************
 GLOBAL
****************************************************/

* {
 margin: 0;
 padding: 0;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 text-align: center;
 background-color: #ccc;
}

ul.basicList {
 padding-left: 15px;
}

ul.basicList li {
 list-style: disc;
 margin: 0 0 5px 0;
 line-height: 18px;
}

ol.basicList {
 padding-left: 25px;
 margin: 0 0 20px 0;
}

ol.basicList li {
 margin: 0 0 5px 0;
 line-height: 14px;
 font-weight: bold;
}

td {
 padding: 0 0 5px 0;
}

/****************************************************
 DEFAULT LINKS
****************************************************/

a:link { 
 color: #006699;
}

a:visited { 
 color: #006699;
}

a:hover, a:active { 
 color: #006699;
}

/****************************************************
 IMAGES
****************************************************/

.photo-left {
 display: block;
 float: left;
 margin: 0 20px 10px 10px;
}

.photo-right {
 display: block;
 float: right;
 margin: 0 0 10px 20px;
}

.photo-center {
 display: block;
 margin: 0 auto;
}

/****************************************************
 LOGO
****************************************************/

h1 {
 text-indent: -9999px;
}

#logo {
 /* Clickable Background Images Via CSS */
 background: transparent url(/travel/_img/logo.gif) 0 0 no-repeat;
 position: relative;
 top: 0;
 left: 0;
 width: 195px;
 height: 80px;
}

/* Clickable Background Images Via CSS */
#logo a {
 position: absolute;
 top: 0;
 left: 0;	
 width: 195px;
 height: 80px
} 

/****************************************************
 WRAPPER
****************************************************/

#wrapper {
 position: relative;
 margin: 0 auto;
 width: 720px;
 text-align: left;
 background-color: #fff;
 border-top: 10px solid #006699;
}

#wrapper {
 background: #fff url(/travel/_img/tag2.gif) 0 95px no-repeat;
}

body#home #wrapper {
 background: #fff url(/travel/_img/tag.gif) 0 55px no-repeat;
}

#wrapper-inner {
 position: relative;
 width: 700px;
 margin: 0 auto;
}

/****************************************************
 CONTENT
****************************************************/

#content {
 position: relative;
 margin: 20px 10px 20px 230px;
}

body#home #content {
 position: relative;
 margin: 0 10px 20px 230px;
}

#content .inner {
 margin: 0;
}

#content .inner p {
 text-align: left;
 line-height: 20px;
 margin: 0 0 25px 0;
}

#content .inner h2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 28px;
 text-align: left;
 letter-spacing: -1px;
 line-height: 22px;
 margin: 0 0 15px 0;
 color: #006699;
}

#content .inner .introText {
 font-size: 16px;
 line-height: 22px;
 /* font-weight: bold; */
}

#content .inner ul {
 margin: 20px 0 20px 0;
 list-style: none;
}

/****************************************************
 FOOTER
****************************************************/

#infoBox {
 margin: 0;
 background-color: #006699;
 z-index: 1;
}

#phone {
 float: left;
 width: 200px;
 text-align: center;
 line-height: 22px;
 margin-top: 10px;
 padding: 10px;
 color: #fff;
}

#blurb {
 position: relative;
 margin: 0 0 0 230px;
 background: transparent url(/travel/_img/chc-logo.gif) 0 13px no-repeat;
 color: #fff;
 padding: 10px;
}

#blurb p {
 margin: 0 0 0 70px;
}

#footer {
 position: relative;
 text-align: center;
 line-height: 20px;
 padding: 10px 0 10px 0;
 margin: 0;
 clear: both;
}

#footer p {
 margin: 0 0 15px 0;
 font-size: 12px;
}

/****************************************************
 NAV
****************************************************/

#nav {
 position: absolute;
 top: 90px;
 left: 0;
 width: 180px;
 height: 286px;
 z-index: 1;
}

div#nav ul#navbar {
 position: relative;
 width: 180px;
 height: 286px;
 display: block;
}

div#nav ul#navbar li {
 list-style: none;
 position: absolute;
}
	
ul#navbar li, ul#navbar a {
 position: relative;
 height: 24px;
 display: block;
}
	
div#nav ul#navbar li a {
 text-indent: -9999px;
 text-decoration: none;
}

#home-nav 			{ top: 69px; width: 171px;}
#about-nav 			{ top: 93px; width: 171px;}
#services-nav 		{ top: 117px; width: 171px;}
#vaccines-nav 		{ top: 141px; width: 171px;}
#faq-nav 			{ top: 165px; width: 171px;}
#resources-nav 		{ top: 189px; width: 171px;}
#forms-nav 			{ top: 213px; width: 171px;}
#contact-nav 		{ top: 237px; width: 171px;}