@charset "utf-8";
/*--------RESET ALL STYLES
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}---------*/
/*=================================*/




/*--------------FONT
html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}---------------*/

/*=================================*/




/*-----------FONT SIZES

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}
ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
h1 {
	font-size: 30px;
	line-height:36px;
	background: url(../images/logo-aidsspace.jpg) no-repeat;
	width:250px;
	height: 108px;
	display: block;
	text-indent: -999px;
	line-height: 0;
	overflow: hidden;
	cursor: pointer;
}

h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: normal;
}
h3 {
	font-size: 18px;
	line-height:21px;
	color:#333;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight:bold;
}
h5 {
	font-size: 12px;
	font-weight:bold;
}
h6 {
	font-size: 12px;
}------------*/
/*=================================*/




/*-------------LINKS--------------*/

/*a           { color:#97b902; text-decoration: none; }
.footer a   { color: #333; }
h2 a        { color: #fff;}
a:hover     { color:#97b902; }*/
.header p a, .header a.button { font-weight: bold; }
a.button    { color:#000; }

/*=================================*/




/*--------MAIN STYLES
p {
	margin: 0 0 18px 0;
}
ul, ol {
	margin: 0 0 18px 0;
}
ul {
	list-style: none;
}
ol {
	list-style-type: decimal;
}
blockquote {
	margin: 0 0 18px 18px;
	font-style: italic;
}
strong {
	font-weight:700;
}
hr {
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
	margin: 18px 0 18px 0;
	border-bottom:1px dotted #c2c2c2;
	border-top:0;
}
em {
	font-weight:700;
}---------*/
/*=================================*/




/*--------------GENERAL------------*/
.hidden{
	display: none;
}
.clearfix {
	display:inline-block;
}
.clearfix:after, ul:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
.row{
	clear: both;
}

/*=================================*/



/*------------WRAPPER
.wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}------------*/
/*=================================*/




/*-------------HEADER
.header {
	height: 108px;
}
.logo{
	width:250px;
	float:left;
}
.login-wrap{
	float:right;
	width: 515px;
}

.header p{	
	text-align: right;
	clear: both;
}
.header .login-content{
	background: #eeecec;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	padding: 5px 15px 10px 15px;
	font-weight: bold;
	margin: 0 0 10px 0;
	float:right;

}
.header form label{ margin: 0 10px 0 0; }
.header form input{ margin: 0 5px 0 0; }

.login-content ul{
	list-style: none;
	margin: 0;
	float:right;
}
.login-content ul li{
	float:left;
	margin: 0 5px;
	height: 21px;
	line-height: 21px;
}--------------*/


/*=================================*/


/*---------------NAV
.navigation {
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 39px;
	overflow: hidden;
}

.navigation ul {
	float: left;	
}

.navigation ul li {
	float: left;	
}

.navigation ul li a {
	float: left;
	line-height: 30px;
	height: 39px;
	padding: 0 13px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

.navigation ul li a:hover, .navigation ul li.selected a {
	background-image: url(../images/nav-hover-bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-decoration: none;
}

.navigation form {
	float: right;
	width: 245px;
	padding-top: 5px;
	padding-right: 13px;
}

.navigation form input{
	padding: 3px 10px 0 10px;
	width: 195px;
	height: 17px;
	line-height: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	float: left;
	border: none;
}

.navigation form input.submit {
	background: none;
	border: none;
	text-indent: -9999px;
	background-image: url(../images/search-submit-bg.gif);
	width: 23px;
	height: 20px;
	padding: 0;
	float: right;
	cursor: pointer;
}---------------*/

/*=================================*/




/*-------------FOOTER
.footer {
	clear: both;
	margin: 10px 0 0 0;
}
.footer ul{ margin: 0; }
	.footer ul li{
		float:left;
		margin: 0 18px 0 0;
	}
	
.footer .secondary-nav{
	background: #ccc;
	padding: 4px 10px;
	margin: 0 0 2px 0;
	width:940px;
}
	.footer .secondary-nav ul{  float:left; }
	.footer .secondary-nav div{ float:right; }
	.footer .secondary-nav ul a{ font-weight: bold;}
	
.footer .legal{
	border-top:8px solid #97b902;
	padding: 8px 0;
}--------------*/


/*=================================*/




/*-------------CONTENT
.content {
	width:100%;
}-------------*/

.featured{
	background: #4a4849;
	border-bottom: 15px solid #97b902;
	color: #fff;
	font-size: 16px;
	width: 100%;
}
	.featured .feature-media{ float:left; }
	.featured .feature-content{ float:left; padding: 35px 30px; width:480px; /*960 - 30 -130- 320*/ }
	.featured .feature-descriptor{
		color:#717171;
		font-size: 14px;
		font-weight: bold;
		margin: 0 0 25px 0;
		display: block;
	}
	
	.featured .meta { color:#999; font-size: 12px;}


.callout{
	clear: both;
	background: #eeeced;
	padding: 15px 23px;
	margin: 18px 0;
}
	.callout img { float:left; margin: 0 15px 0 0; }
	.callout p   { font-size: 14.5px; margin: 5px 0; }

	.callout ul  { margin: 0; }

	.callout ul li, 
	.featured .meta ul li{ float:left; margin: 0 10px 0 0; padding: 0 14px 0 0; }
	
	.callout ul li        { background: url(../images/list-style-callout.gif) no-repeat right center; }
	.featured .meta ul li {  background: url(../images/list-style-feature.gif) no-repeat right center; }
	
	.callout ul li.last, 
	.featured .meta ul li.last { background: none; margin: 0; padding: 0;}

.home-box{
	width:300px;
	float:left;
	margin-bottom: 25px;
}
.home-box-center{
	margin-right:30px;
	margin-left:30px;
}
	.home-box h3 { margin: 15px 0 10px 0; }
	.home-box p  { margin: 0 0 10px 0; }
	.home-box a  {
		font-size: 14px;
		line-height: 21px;
	}

/*=================================*/




/*--------------FORMS
fieldset {
	border:none;
}
input, textarea, .header a.button {
	padding:3px 7px;
	float:none;
	border: none;
}
textarea {
	overflow:auto;
}
.row {
	clear: both;
	padding-top: 5px;
}-------------*/
/*=================================*/




/*-------------BUTTONS
.button{
	margin:0;
	border:none;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	background: #97b902;
}------------*/

/*=================================*/




/*-------------TABLES

table {
	margin-bottom: 16px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}
th, td {
	height: 13px;
	padding:2px 4px;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}
th {
	font-weight:bold;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}------------*/
/*=================================*/

#directory_clock {float:left;}
#directory_top_right {float:left; background-color: #4A4849;width: 640px; height: 139px;}
#directory_font {font-size: 34px; font-family: arial; font-color: white; margin-left: 26px; margin-top: 28px;}
#directory_sub_font {color: #D2D0D1; font-size: 17px; font-family: arial; margin-left: 27px; margin-top: 18px;}
#directory_main_top {background-color: #EEECED; margin-top: 26px; width: 960px; height: 285px;}
#main_top_left {float:left; background:url(images/directory/main_top.jpg) no-repeat; width: 350px; height: 52px; margin-left: 10px; margin-top: 10px;}
#main_top_right {float:left; margin-top: 10px;}
.search_font {font-size: 28px; font-family: arial; color: #323232; font-weight: bold; margin-left:11px; margin-top: 17px;}
.search_font:hover {cursor:pointer;}
#main_main {background-color: #ffffff; width: 940px; height: 213px; margin-left: 10px;}
#main_top {background-color: #F2F2F2; width: 550px; height: 26px; margin-left: 12px;}
.main_font {font-size: 13px; font-family: arial; color: #343434; font-weight: bold; padding-top: 3px; margin-left: 10px;}
.main_text {float:left; margin-left: 12px; margin-top: 15px;}
.main_font1 {font-size: 13px; font-family: arial; color: #343434; font-weight: bold; padding-top: 22px; margin-left: 12px; float:left;}
.main_combobox {float:left; margin-left: 16px; margin-top: 22px;}
#search_position {margin-left: 12px; margin-top: 18px; margin-bottom: 25px;}
#search_position:hover input{cursor:pointer;}
.product {float:left; margin-top: 23px; margin-left: 15px;}
.photo {float:left; margin-right: 15px; margin-bottom: 10px;}
.browse .photo { float:none; margin:0; }
.desc {float:left;}
.name {font-size: 15px; font-family: arial; color: #B8CC4F; font-weight: bold; margin-top: 10px; margin-bottom: 10px;}
.arrow {background:url(images/directory/arrow.jpg) no-repeat; width: 354px; height: 62px;}
.arrow_text {font-size: 13px; font-family:arial; color: white; padding-left: 9px; padding-top: 14px;}
.main_font2{font-size: 13px; font-family: arial; color: #343434; font-weight: bold; float:left;}
.main_text_font2{font-size: 13px; font-family: arial; color: #616161;  float:left;}
.main_text_font2 {float:left;}
.line_style {margin-top: 20px; margin-bottom: 20px;}

#provider_review .first p {
	width:325px;
	float:left;
}
#provider_review .last {
	margin-top:-15px;
}
ul.review-radio {
	list-style-type:none;
	padding:0;
	margin:0;
	height:1%; /* IE fix */
}
ul.review-radio li {
	width:60px;
	float:left;
	text-align:center;
}
ul.review-radio li.long{
	width: 80px;
}
ul.review-radio li input {
/*	display:block; */
	margin:0 auto 5px;
}
#provider_review textarea {
	width:930px;
	height:40px;
}


.jobpost_info_comments {
	padding:20px 0 0;
	border-top:1px solid #ccc;
	margin:30px 0 0;
}