@charset "UTF-8";
html { 
	padding:0px;
	margin:0px;
}

 /* Layout */
 
body {
	font-size: 12px;
	color:#564b47;  
	text-align:center;
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width:960px;
	margin: 0px auto;
	padding:0px;
	text-align:left;
}

#head {
	padding-top:5px;
	background-color:transparent;
	height:70px;
}


#contentarea {
	display:block;
	height:385px;
}

#content {
	width:700px;
	padding:0px;
	padding:0px;
	margin:0px;
	float:left;
	height: 385px;
}

#left {
	width:260px;
	height:385px;
	padding:0px;
	margin:0px;
	float:left;
}


#ad-jobs {
	clear:both;
	margin-top:10px;
	border:1px solid #b8b8b8;
	overflow:hidden;
}

#secondary {
	float:left;
	margin-top:10px;
	height:280px;
	width:960px;
}

#infoBoxPress {
	float:left;
	width:240px;
	height:280px;
	background-image:url(../images/press_articles.jpg);
	background-repeat:no-repeat;
}

#infoBoxTherapist {
	float:left;
	width:240px;
	height:280px;
	background-image:url(../images/find_therapist.jpg);
	background-repeat:no-repeat;
}
#infoBoxPolitical {
	float:left;
	width:240px;
	height:280px;
	background-image:url(../images/political_action.jpg);
	background-repeat:no-repeat;
}
#infoBoxContactus {
	float:left;
	width:240px;
	height:280px;
	background-image:url(../images/contact_us.jpg);
	background-repeat:no-repeat;
}

#infoBox_data {
	float:left;
	margin-top:25px;
	padding:10px;
	width:218px;
	height:235px;
	border-bottom:1px solid #b8b8b8;
	border-right:1px solid #ebebeb;
	border-left:1px solid #b8b8b8;
}

#footer {
	float:right;
	margin-top:10px;
	margin-bottom: 20px;
	height:30px;
	width:960px;
	text-align:right;
}

 /* End Layout */
 /* Style Being */ 
a:link{
	color:#e88e23;
	text-decoration:none;
}
 
a:visited{
	color:#e88e23;
	text-decoration:none;
}
a:hover{
	color:#e88e23;
	text-decoration:underline;
} 


.content p {
	margin:0 0 10px;
	padding:0px;
}



/* Form Styel */

.submit {
	background-color:#e88e23;
	border:0px;
	color:#fff;
}

input {
	border:1px #999999 solid;
}

/* Footer Style */
 
.footer {
	color:#c2c2c2;
	font-weight:bold;
	font-size:10px;
}
 
.footer a:link{
	color:#e88e23;
	text-decoration:none;
	font-size:10px;
	text-transform:capitalize;
}

.footer a:visited{
	color:#e88e23;
	text-decoration:none;
	font-size:10px;
	text-transform:capitalize;
}

.footer a:hover{
	color:#e88e23;
	text-decoration:underline;
	font-size:10px;
	text-transform:capitalize;
}

.states {
	background:url(/images/providers/states-main.jpg) no-repeat; 
	padding:60px 0 160px 20px;
}

.login {
	background:url(../images/providers/home-blank.jpg) no-repeat; 
	padding:125px 0px 95px 70px;
}

#provider-landing {
	/*width:280px; */
	height:165px; 
	color:#fff;
	font-weight:bold;
	position:relative;
}
#provider-landing a {
	color: #FFFFFF;
	font-weight:normal;
	text-decoration:underline;
}


.referral-link {
	bottom:5px; 
	right:5px; 
	position:absolute;
}


.search {
	background:#fff;
	text-align:left;
	margin-top:5px;
	height:25px;
	padding:0;
	float:left;
}

/* Styles for Main menu */

#containerMenu{
    width:260px;
}

#containerMenu a{
    color:#FFFFFF;
    text-decoration:none;
    font-weight:bold;
    font-family:Arial;
    text-transform:uppercase;
}

#containerMenu ul{
    margin:0;
    padding-left:0;
}

#containerMenu li{
    list-style-type:none;
}

.providers{
    background: url(/images/home/providersNoText.jpg) no-repeat;
    height:15px;
    padding-bottom:57px;
    /*padding-right:40px;*/
    padding-top:56px;
    text-align:right;
}

.providers a{
    padding-top:56px;
    padding-bottom:57px !important;
    padding-left:153px;
    padding-right:40px;
}

.providers a:hover {
    background: url(/images/home/providers_homeDown.jpg) no-repeat;
}

.payers{
    background: url(/images/home/payersNoText.jpg) no-repeat;
    height:15px;
    padding-bottom:57px;
    /*padding-right:40px;*/
    padding-top:56px;
    text-align:right;
}

.payers a{
    padding-top:56px;
    padding-bottom:57px !important;
    padding-left:174px;
    padding-right:40px;
}

.payers a:hover{
    background: url(/images/home/payersButton_Down.jpg) no-repeat;
}

.patients{
    background: url(/images/home/patientsNoText.jpg) no-repeat;
    height:15px;
    padding-bottom:57px;
    /*padding-right:40px;*/
    padding-top:60px;
    text-align:right;
}

.patients a{
    padding-top:60px;
    padding-bottom:54px !important;
    padding-left:164px;
    padding-right:40px;
}

.patients a:hover{
    background: url(/images/home/patientsButton_Down.jpg) no-repeat;
}

