@charset "UTF-8";

/* content */

#contentWrapper {
	width: 1000px;
	align:center;
	margin-right: auto;
	margin-left: auto;
}
	#content {
	float:right;
	width:680px;
	clear: right;
	margin-left: 20px;
		}

/* Specify blanket rules for all elements */
	body {
	margin: 10px;
	font: 12px Verdana, Arial, Sans-serif;
	color:#000;
	line-height:130%;
	align:center;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../../images/red_bg_graphic.png);
	}
.h2HeaderDiv {
	clear: both;
	width: 100%;
	height: 26px;
}

.bodyBanner {
	background-image: url(../../images/red_bg_graphicDWHIVA.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #000;
	margin: 10px;
	background-color: #FFF;
}
.department {
	height: 130px;
	width: 100%;
}
	hr {
	align:center;
	}
	
	table {
		border-collapse:collapse;
	}
	
	img {
		border:0;
	}
	
	.highlight {
	font-style:italic;
	background-color:#f2f0f3;
	border:1px solid #676e80;
	padding: 15px;
	}
	h1 {
	font-size: 28px;
	color: #000;
	font-weight: bold;
	line-height:80%;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
		}
	h2 {
	font-size: 12px;
	color: #FFF;
	font-weight:bold;
	line-height:150%;
	padding:3px;
	background-color:#991F21;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	}
	
	h3 {
		clear:left;
		padding:3px;
		font-size: 14px;
		font-weight: bold;
	}

h4 {
		color:#007598;
		font-size: 22px;
		font-weight: bold;
		}
	h5 {
	font-size: 14px;
	color: #F30;
}
	.first_letter {
		font-size:24px;
		font-weight:bold;
		color: #000;
	}
.articleDiv .headline {
	font-size: 14px;
	font-weight: bold;
}
.first_letter_black {
		font-size:24px;
		font-weight:bold;
		color: #000;
	}



/* links and mousovers */	
	a {
		font-size: 12px;
		color: #0066CC;
		font-weight: bold;
	}
	
	a:link {
		text-decoration: none;
	
	}
	a:visited {
		text-decoration: none;
		color: #0099FF;
	}
	a:hover {
		text-decoration: none;
		color: #e5a833;
	}
	a:active {
		text-decoration: none;
		color: #0066CC;
	}
	
/* links and mousovers for main menu */	

	#menu a {
		font-size: 12px;
		color: #FFF;
		font-weight: bold;
	}
	#menu a:link {
		text-decoration: none;
	}
	#menu a:visited {
		text-decoration: none;
		color: #CCC;
	}
	#menu a:hover {
		text-decoration: none;
		color: #aabd26;
	}
	#menu a:active {
		text-decoration: none;
		color: #aabd26;
	}
	
/* lists */

	ul {
	margin:5px;
	list-style-image:url(../../images/bullet.jpg);
	line-height:130%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	}

	li {
		padding:5px 0 5px 0;
	}
	
.ul_casual {
	list-style-image: url(../../images/bullet_2.png);
	width: 560px;
}

.highlightList .ul_casual {
	line-height: 15px;
	padding-left: 5px;
}
/* alignment */

	#alignment {
		padding:0 20px 0 0;
	}
	
	#alignment_sidebar {
		width:150px;
		background-color:#FFF;
		padding:10px 10px 10px 10px;
	}
	
/* masthead */
	
	#masthead {
		height:152px;
		margin:0 0 2px 0;
		padding:5px;
	}
	
/* navigation menu */	#nav {
	padding:5px;
	border-top:1px solid #a6a6a6;
	margin: 0 auto 10px auto;
	width:1140px;
	}
	
	#nav li {
		display:inline;
		margin:2px 5px 2px 5px;
		padding: 2px 10px 2px 10px;
	}
	
	#nav a {
		font-size: 11px;
		color: #898989;
		font-weight: bold;
	}
	#nav a:link {
		text-decoration: none;
	}
	#nav a:visited {
		text-decoration: none;
		color: #898989;
	}
	#nav a:hover {
		text-decoration: none;
		color: #223289;
	}
	#nav a:active {
		text-decoration: none;
		color: #898989;
	}
	
/* sidebar */

	#sidebar {
	float:left;
	width:280px;
	margin-bottom:10px;
	padding-top: 22px;
	}
	
/* sidebar navigation */

	.sidebar_top {
	width:280px;
	margin-bottom:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	}
	.sidebar_bottom {
	width:280px;
	margin-bottom:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	}

.hiddenh1 {
	display: none;
	visibility: hidden;
}
#social {
	float: left;
	padding-bottom: 8px;
	padding-top: 2px;
	background-color: #FFF;
	margin-bottom: 3px;
	position: relative;
	margin-left: 565px;
}
/* footer */

	#footer {
	clear:both;
	padding:10px;
	margin-right: auto;
	margin-left: auto;
	}


/* image positioning and sidebars */
	.float_left {
		float:left;
		margin:0 10px 10px 0;
	}
	
	.float_right {
		float:right;
		margin:0 0px 10px 10px;
	}
	
	.spacer {
		clear:left;
	}
	
	.spacer_right {
		clear:right;
	}
	
	.sidebar {
	background-color:#e6e6d5;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 20px;
	border: 1px dotted #999;
	}
.insert_left {
	float:left;
	width:200px;
	font-weight:bold;
	padding:15px;
	color:#12354b;
	margin-top: 0;
	margin-right: 18px;
	margin-bottom: 10px;
	}
	
.findSpecialist {
	background-color: #FFC;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}
.articleDiv .submissions {
	color: #FFF;
	background-color: #991F21;
	width: 200px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	margin-top: 10px;
}
.bio {
	font-family: arial;
	font-size: 12px;
	font-style: italic;
	font-weight: lighter;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 15px;
}

	
	.selection {
	float:right;
	width:200px;
	padding:0 5px 5px 30px;
	margin:0 0 10px 25 px;
	background-color: #FFF;
	}
	
	.insert_left {
	float:left;
	width:200px;
	font-weight:bold;
	padding:15px;
	color:#12354b;
	margin-top: 0;
	margin-right: 18px;
	margin-bottom: 10px;
	clear: left;
	}

	.style_110 {
		color:#ca2727;
		font-size:14px;
		font-weight:bold;
	}
	
	.style_120 {
		color:#ca2727;
		font-size:10px;
		font-weight:bold;
	}
	
	.style_130 {
		color:#898b8e;
	}
	
	.headline {
		font-size:22px;
		font-weight:bold;
	}

		
	
/* searchbox */

	.searchbox {
		width:220px;
		margin:15px;
	}
	
	.searchbox legend {
	padding:3px;
	background-color:#CCC;
	}

/* article div formatting */

.articleDiv {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	width: 680px;
}

.articleDiv p {
	width: 600px;
}
#ul_IAS {
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
	list-style-image: url(-);
	list-style-type: none;
	padding-top: 20px;
}
.ul_IAS {
	float: right;
	background-color: #9EB7E0;
	width: 280px;
	height: 465px;
	padding-right: 10px;
	padding-left: 10px;
	list-style-image: url(-);
	list-style-type: none;
}

#ul_IAS li a {
	color: #991F21;
	font-size: 14px;
	list-style-image: url(%20);
}


.top   {
	text-align: right;
	padding-left: 70px;
}

.submissions a {
	color: #999;
}

.comment a{
	font-size: 12px;
	font-weight: bold;
	color: #999;
	font-style: italic;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.LRcomment a{
	font-size: 12px;
	font-weight: bold;
	color: #999;
	margin-right: 10px;
	font-style: italic;
}

.photoCredit {
	color: #666;
	font-size: 10px;
	padding-left: 30px;
}
/* disqus formatting */

#disqus_thread ul{
	list-style-image: none;
	list-style-type: none;
}
#disqus_thread {
	clear: both;
}
.alpha li {
	list-style-type: none;
	width: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	color: #000;
	vertical-align: middle;
	display: inline;
	letter-spacing: 15px;
	text-align: center;
	text-indent: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-size: 18px;
	text-transform: uppercase;
}
.alpha {
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
}
.alpha a {
	font-size: 18px;
	color: #991F21;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
}
.resource {
	background-color: #FFC;
	width: 500px;
	padding: 15px;
}
.resource p {
	width: 470px;
}
.writeThing {
	background-color: #F2EFDB;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 135px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.inBoxListing {
	float: left;
	width: 240px;
	padding-top: 25px;
	background-color: #EAF1FD;
	margin-right: 15px;
	color: #06C;
	border: 1px solid #06C;
	margin-bottom: 50px;
	height: 280px;
}

/* begin day w hiv ia formatting */

.blocks .timeDate {
	color: #ad2c28;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
sup {
	font-size: 7px;
}
.blocks p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}
.blocks .articleFloatRight {
	float: right;
}
.blocks .articleFloatLeft {
	float: left;
}
.blocks {
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	display: block;
}
.blocks img {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 8px;
}
#outer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.conferenceBox {
	font-family: arial;
	font-size: 14px;
	line-height: 25px;
	font-weight: lighter;
	color: #FFF;
	background-color: #333;
	width: 640px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 25px;
}
.sexualitySidebar {
	font-family: arial;
	font-size: 14px;
	color: #000;
	background-color: #E6E6D5;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
.shoppingList {
	font-family: arial;
	font-size: 16px;
	font-weight: lighter;
	padding: 20px;
	width: 575px;
	margin-left: 20px;
	border: 1px dotted #999;
	color: #666;
}
.shoppingList h1 {
	color: #999;
}
.articleDiv li {
	width: 600px;
}
ul.imagelist {
list-style:none; 
margin:0; 
padding:0; 
width:680px;	
}

ul.imagelist li {
	display:inline; 
	margin:0; 
	padding:0;
}
