* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 1016px;
	background-color: #fff;
}


#bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -4;
}

#bgTopRight {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(images/hiv.jpg) top right no-repeat;
	z-index: -2;
}

#bgBottomRight {
	position: fixed;
	width: 100%;
	height: 100%;
	/*background: url(images/kiss_bottom.png) bottom right repeat-y;*/
	z-index: -3;
}

#container {
	width: 97%;
	margin: 0px 0px 10px 30px;
	padding-top: 25px;
}

#bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -4;
}

#top {
	width: 100%;
}

#bottom {
	width: 100%;
	clear: both;
}

#menu {
	width: 18%;
	float: left;
}

#menu ul {
	color: #000;
	list-style: none;
	margin-top: 20px;
}

#menu li {
	margin-bottom: 20px;
	color: #666;
}

#menu h2 {
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #000;
	line-height: 1.2em;
}

#menu h3 {
	font-size: 1.1em;
	margin-bottom: 3px;
	color: #666;
}

#menu h4 {
	font-size: 0.85em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #666;
	line-height: 1.2em;
}

#menu p {
	font-size: 0.85em;
	margin-bottom: 5px;
	color: #666;
	line-height: 1.2em;
}
#menu a {
	font-weight: bold;
	margin-bottom: 5px;
	color: #666;
	text-decoration: none;
}
#menu a:hover {
	font-weight: bold;
	margin-bottom: 5px;
	color: #666;
	text-decoration: underline;
}

#main {
	width: 38%;
	margin-left: 18%;
	margin-right: 38%;	
}

#mainAccordion {	
	padding: 15px 15px 15px 0px;
}

#mainAccordion h1 {
	margin-bottom: 32px;
	background: #fff;
	height: 54px;
	text-indent: -2000px
}

#mainAccordion h1 + h2 {	
	font-size: 1.4em;
	line-height: 1.5em;
}

#mainAccordion h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 2px;
}

#mainAccordion .accordionButton {
	width: 95%;
	float: left;
	cursor: pointer;
	color: #a6a6a6;	
	border-bottom: #d9d9d9 solid 2px;
	background: url(images/menu_arrow_inactive.png) center right no-repeat;	
}

#mainAccordion .accordionButtonActive {
	color: #000;
	background-image: url(images/menu_arrow_active.png)
}

#mainAccordion .accordionButtonHover {
	color: #ed145b;
	background-image: url(images/menu_arrow_over.png)
}

#mainAccordion .accordionContent {
	width: 95%;
	float: left;
	display: none;
	font-size: 1.1em;
	line-height: 1.4em;
}
#mainAccordion .accordionContent a {
	color: #000;
	text-decoration: underline;
}
#mainAccordion .accordionContent a:hover {
	color: #000;
	text-decoration: underline;
	background: #FFD8E4;
}

#mainAccordion .accordionContent p {
	margin-top: 15px;
	margin-bottom: 15px;
}

#footer {
	clear: both;
	width: 38%;
	vertical-align: middle;
	padding-top: 20px;
	padding-left: 18%;
	padding-right: 38%;
}

#footer div {
	width: 95%;
	clear: both;
	vertical-align: middle;
	text-transform: uppercase;
	border: 1px solid #EFA3C5;
	padding: 18px;
	margin-top: 9px;
	margin-left: -18px;
	margin-bottom: 9px;
}

#footer img {
	float: right;
	margin-left: 20px;
}

#footer p {
	color: #666;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 15px;
	font-size: 0.85em;
	letter-spacing: 0.08em;
}

#footer p a {
	color: #666;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
	background: #FFCBE8;
	color: #000;
}

.clearfix {
	font-size:100%;
	display:block;
	border-style:solid;
	text-align:left;
	line-height:1.6em;
	list-style-type:disc;
	list-style:none outside none;
	font: 0.6875em/1.2 Verdana,Arial,Helvetica,sans-serif;
}

.clearfix span       {
	width: 300px;
}

.column div.phoneHours span {
	display:block;
	float:left;
	width:5.5em;
}

