/* CSS Document */

/*------------ GLOBAL TAGS -----------*/

body {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 11px;
	background-color: #666633;
	margin: 0px;
	padding: 0px;
}
#maintable {
	border: 1px solid #808000; 
	background-color: #FFFFFF;
}
p {
	line-height: 16px;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	text-align: justify;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font-weight: normal;
}
h1 {
	font-size: 18px;
	color: #cc3366;
}
h1 a:link, h1 a:active, h1 a:visited {
	font-size: 18px;
	color: #cc3366;
	text-decoration: none;
}
h1 a:hover {
	font-size: 18px;
	color: #cc3366;
	text-decoration: underline;
}
h2 {
	font-size: 18px;
	color: #666633;
}
h2 a:link, h2 a:active, h2 a:visited {
	font-size: 18px;
	color: #666633;
	text-decoration: none;
}
h2 a:hover {
	font-size: 18px;
	color: #666633;
	text-decoration: underline;
}
h3 {
	font-size: 12px;
	color: #cc3366;
	font-style: italic;
	border-bottom: 	1px solid #cc3366;
	margin-bottom: 	10px;
}
h3 a:link, h3 a:active, h3 a:visited {
	font-size: 12px;
	color: #cc3366;
	font-style: italic;
	text-decoration: none;
	border-bottom: 	1px solid #cc3366;
	margin-bottom: 	10px;
}
h3 a:hover {
	font-size: 12px;
	color: #cc3366;
	font-style: italic;
	text-decoration: underline;
	border-bottom: 	1px solid #cc3366;
	margin-bottom: 	10px;
}
h4 {
	font-size: 12px;
	color: #cc3366;
}
h4 a:link, h4 a:active, h4 a:visited {
	font-size: 12px;
	color: #cc3366;
	text-decoration: underline;
	font-style: italic;
}
h4 a:hover {
	font-size: 12px;
	color: #cc3366;
	text-decoration: none;
	font-style: italic;
}
h5 {
	font-size: 11px;
	color: #666633;
}
h5 a:link, h5 a:active, h5 a:visited {
	font-size: 11px;
	color: #666633;
	text-decoration: none;
}
h5 a:hover {
	font-size: 11px;
	color: #666633;
	text-decoration: underline;
}
h6 {
	font-size: 12px;
	color: #333300;
	font-style: italic;
}
h6 a:link, h6 a:active, h6 a:visited {
	font-size: 12px;
	color: #333300;
	text-decoration: none;
}
h6 a:hover {
	font-size: 12px;
	color: #333300;
	text-decoration: underline;
}
a, a:link, a:active, a:visited {
	font-size: 11px;
	color: #666633;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color: #333300;
	text-decoration: underline;
}
img.floatright {
	padding-left: 10px;
	float: right;
}
img.floatleft {
	padding-right: 10px;
	float: left;
}
ul {
	padding: 0;
	list-style-type: square;
	margin: 0;
}
ul li {
	margin: 0px;
}
ul li a:link, ul li a:active, ul li a:visited {
	color: #cc3366;
	text-decoration: underline;
}
ul li a:hover {
	color: #cc3366;
	text-decoration: none;
}
ul#alt {
	padding: 0;
	list-style-type: square;
	margin: 0px 0px 0px 20px;
}
ul#alt li {
	margin: 0px 0px 3px 0px;
}
ul#alt li a:link, ul#alt li a:active, ul#alt li a:visited {
	font-size: 11px;
	color: #666633;
	text-decoration: none;
}
ul#alt li a:hover {
    font-size: 11px;
	color: #333300;
	text-decoration: underline;
}
ul#nobullets {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
}
ul#nobullets li a:link, ul#nobullets li a:active, ul#nobullets li a:visited {
	color: #cc3366;
	text-decoration: underline;
}
ul#nobullets li, {
	padding: 0px 0px 5px 0px;
	color: #cc3366;
	text-decoration: underline;
}
ul#nobullets li a:hover {
	color: #cc3366;
	text-decoration: none;
}
ul li ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}
ul li ul li {
	padding-left: 11px;
	margin: 0;
}
ul li ul li a:link, ul li ul li a:active, ul li ul li a:visited {
	color: #333300;
	text-decoration: none;
}
ul li ul li a:hover {
	color: #333300;
	text-decoration: underline;
}

/*------------ HEAD -----------*/

/*Top Navigation*/

div.headbody {
	margin-left: 10px;
}
div.headbody #sectiontitle {
	text-align: right;
	width: 190px;
	margin-top: 65px;
	padding-left: 20px;
	float: left;
}
div.headbody #sectiontitle h1 {
	font-size: 20px;
	color: #808000;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 20px;
	text-align: right;
}
div.headbody #headimg {
	width: 112px;
}
div.headbody #topnav {
	margin: 0px;
	padding-top: 10px;
	width: 375px;
}
div.headbody #topnav a, div.headbody #topnav a:link, div.headbody #topnav a:active, div.headbody #topnav a:visited  {
	font-size: 10px;
	color: #666633;
	text-decoration: none;
}
div.headbody #topnav a:hover {
	font-size: 10px;
	color: #333300;
	text-decoration: underline;
}
div.headbody #ahflogo {
	margin: 0px;
	padding-top: 7px;
}
div.headbody #ahflogo img {
	border: 0px;
}
table#headtable {
	background-image: url(/assets/images/headbkg.gif); 
	background-position: left top; 
	background-repeat: no-repeat;
}

/*Main Navigation*/

.mainmenu a:link, .mainmenu a:active, .mainmenu a:visited, .mainmenuedge a:link, .mainmenuedge a:active, .mainmenuedge a:visited, .mainmenuover a:link, .mainmenuover a:active, .mainmenuover a:visited, .mainmenuedgeover a:link, .mainmenuedgeover a:active, .mainmenuedgeover a:visited {
	font-size: 9px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.mainmenu a:hover, .mainmenuedge a:hover, .mainmenuover a:hover, .mainmenuedgeover a:hover {
	font-size: 9px;
	text-transform: uppercase;
	color: #330;
	text-decoration: none;
	font-weight: bold;
}
.mainmenu, .mainmenuover, .mainmenuedge, .mainmenuedgeover {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333300;
	padding: 5px;
}
.mainmenu, .mainmenuover {
	border-right: 1px solid #333300;
}
.mainmenu, .mainmenuedge {
	background-image: url(/assets/images/mainmenubkg.gif);
}
.mainmenuover, .mainmenuedgeover {
	background-image: url(/assets/images/mainmenubkgover.gif);
}

/*---------- BODY -----------*/

/*Left Column - Left Navigation*/
div.clientcounter {
	width: 200px;
	padding: 10px 0px 0px 15px;
	margin: 0px;
	background-image: url(/assets/images/clientcounterbkg.gif);
	background-repeat: no-repeat;
	clear:left;
}
div.clientcounter H1 {
	letter-spacing: 15px;
	padding: 8px 0px 3px 0px;	
}
div.homeleft {
	width: 200px;
	padding: 0px 5px 5px 10px;
	margin: 5px 0px 0px 0px;
}
div.homeleftbkg {
	width: 190px;
	padding: 5px 10px 5px 15px;
	margin: 0px 0px 5px 0px;
	background:  url(/assets/images/homeleftbkg.gif) no-repeat;
}
#signupformbody {
	margin-top: 10px;
	width: 215px;
	text-align: right;
}
#signupformbody ul {
	padding: 0 px;
	list-style-type: none;
	margin: 0 px;
}
#signupformbody ul li#signup {
	padding: 0 px;
	list-style-type: none;
	margin: 0px;
	display: inline;
}
#signupform {
	margin: 0px;
	padding: 0px;
}
#signupform input#signupbox {
	width: 145px;
	height: 18px;
	float: left;
	margin: 0px;
}
#signupform input#signupbutton {
	width: 60px;
	border: 1px solid #808000;
	height: 23px;
	background-color: #FFFFFF;
	margin: 0px;
}
#signupformbody div {
	font-size: 10px;
	color: #cc3366;
	text-align: right;
	margin-top: 2px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
}



/*Middle Column - Main Body Content*/

div.body {
	margin-left: 10px;
}
#1234{
	text-align: left;
	width: 412px;
}
div.bodyheaderbar {
	background-image: url(/assets/images/bodyheaderbar.gif);
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	padding: 0px 0px 5px 0px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
}
div.bodycontentitem {
	text-align: left;
	width: 500px;
	margin-bottom: 10px;
}
div.bodycontentitem ul {
	margin: 0px;
	list-style-type: square;
	padding: 0px;	
}
div.bodycontentitem li {
	margin: 0px 5px 0px 20px;
	padding: 0px;
	line-height: 16px;
}

/*Right Column - Search and HIV and AIDS Quick Links*/

#searchformbody {
	margin-bottom: 10px;
	width: 215px;
}
#searchformbody ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#searchformbody ul li#search {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	display: inline;
}
#searchform {
	margin: 0px;
	padding: 0px;
}
#searchform input#searchbox {
	width: 120px;
	height: 18px;
	float: left;
	padding-right: 5px;
	margin-right: 5px;
}
#searchform input#searchbutton {
	width: 60px;
	border: 1px solid #808000;
	height: 23px;
	background-color: #FFFFFF;
	margin: 0px;
	float: left;
}
#searchformbody ul li#search div {
	width: 192px;
	height: 18px;
	font-size: 10px;
	font-color: #cc3366;
}
#rightcolumnheaderbar {
	background-image: url(/assets/images/rightcolumnheaderbar.gif);
	font-size: 12px;
	color: #cc3366;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
}
#rightcolumnlist {
	background-image: url(/assets/images/rightcolumnbodybar.gif);
	color: #666633;
	text-align: left;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 25px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	height: 275px;
}
#rightcolumnlist ul {
	padding: 0;
	margin: 0;
	list-style-image: url(/assets/images/rightcolumnbullet.gif);
}
#rightcolumnlist li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#rightcolumnlist li a:link, #rightcolumnlist li a:active, #rightcolumnlist li a:visited  {
	color: #666633;
	text-decoration: underline;
	font-style: italic;
}
#rightcolumnlist li a:hover {
	color: #333300;
	text-decoration: underline;
	font-style: italic;
}
#calendar {
	text-align: left;
}
#calendar img {
	border: 0px;
	float: left;
	padding-right: 5px;
}
div.footerad {
	background-image: url(/assets/images/bodyfooterdiv.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
}

/*MEDIA CENTER PAGE ADD-ONS*/

div.mcleft {
	background:  url(/assets/images/media-center/mcleftdivbkg.gif) no-repeat;
	width: 150px;
}
div.mcmiddle {
	background:  url(/assets/images/media-center/mcmiddivbkg.gif) no-repeat;
	width: 387px;
}
div.mchomepage {
	background:  url(/assets/images/media-center/mchomedivbkg.gif) no-repeat;
	width: 173px;
}
div.mcleft, div.mcmiddle, div.mchomepage {
	margin: 0px 0px 7px 0px;
	padding: 7px 8px 5px 10px;
	text-align: left;
}
div.bottomborder {
	width: 75%;
	height: 1px;
	border-bottom-color: #999966;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin-bottom: 6px;
}

/*MEDIA CENTER PAGE ADD-ONS END*/

/*HOMEPAGE ADD-ONS*/

div.homebtm {
	background:  url(/assets/images/homepage/homebtmbkg.jpg) no-repeat;
	width: 220px;
	padding: 10px 20px 10px 0px;
	float: left;
	text-align: left;
}

/*END HOMEPAGE ADD-ONS*/

/*---------- FOOTER -----------*/

div.footertext {
	font-size: 10px;
	color: #666633;
	text-align: left;
	padding-bottom: 5px;
}
