/*
Styles & Structure: Josh Wilson
PTMS/ADT: 8/28/08
*/
/************* Imports ***********/
@import url('structure.css');
@import url('menu.css');
/************* Styles ************/
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#contact a{
	color: #ff6600;
	text-decoration: none;
}
#contact a:hover{
	text-decoration: underline;
}
#contact h1{
	text-align: right;
	font-weight: lighter;
}
dd{
	margin: 10px 0 0 28px;
}
dt{
	margin: 10px 0 0 28px;
	font-size: 18px;
}
#footer p{
	font-size: 10px;
	text-align: right;
	padding-top: 30px;
}
#footer2 p{
	font-size: 10px;
	padding-top: 30px;
	padding-left: 100px;
}
h1{
	font-size: 21px;
}
h2{
	margin: 10px 0 10px 0;
}
img {
	border: 0;
}
#greenbanner {
	background:url(../images/back_banner.jpg);
	width:560px;
	height:70px;
}
#greenbanner p{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding:2px 20px 10px 20px;
	color:#fff;
}
#genericList{
	list-style: none;
	margin: 20px 0 20px 28px !important;
}
#genericList li ul{
	margin-left: 20px;
	list-style: none;
}
#leftContent a{
	font-weight: bold;
	color: #3d7ac5;
	text-decoration: none;
}
#leftContent a:hover{
	text-decoration: underline;
}
#leftContent p{
	margin: 0 0 20px 28px;
	width: 500px;
}
#leftContent span{
	font-weight: bold;
}
#leftContent h2{
	margin-left: 28px;
}
#leftContent ul{
	margin-left: 48px;
}
#main_content a{
	font-weight: bold;
	color: #3d7ac5;
	text-decoration: none;
}
#main_content a:hover{
	text-decoration: underline;
}
#main_content p{
	width: 500px;
}
#patients strong{
	margin: 10px 0 5px 20px;
}

#physicians strong{
	margin: 10px 0 5px 20px;
}
#subNav a{
	color: #000;
	font-size: 12px;
}
#subNav ul{
	list-style: none;
	color: #FF0000;
	margin: 0 0 0 10px;
}
#subNav li{
	float: left;
	margin-left: 20px;
	_margin-left:10px;
}
strong{
	font-size: 12px;
	font-weight: bold;
}
/************* Classes ***********/
.blue{
	color: #3974bf;
}
.darkgrey {
	color: #413e32;
}
.leftContentbg1{
	background: url(../images/leftContent_bg1.jpg) top left no-repeat;
}
ul.locationsLeft{
	list-style: none;
	float: left;
	margin: 45px 0 0 28px;
}

ul.locationsRight{
	list-style: none;
	float: left;
	margin: 45px 70px 0 28px;
}
ul.rightNav{
	list-style: none;
	margin:10px 0 0 10px;
}
.orange{
	color: #ff6600;
}
.orange2{
	color: #ff6600;
	margin-left: 28px;
}
span.red{
	color: #ff0000;
}
.TopHeader{
	color: #ff6600;
	margin:200px 0 25px 28px;
}