/* @group RESET */
body, div, dl, dt, dd, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td, button { 
	margin: 0; 
	padding: 0; 
}
h1, h2, h3, h4, h5, h6 { 
	margin: 0; 
	padding: 0; 
	font-size: 100%; 
	font-weight: normal; 
}
address, caption, cite, code, dfn, em, strong, var { 
	font-style: normal; 
	font-weight: normal; 
}
ol, ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}
caption, th { 
	text-align: left; 
	font-weight: normal; 
	font-style: normal; 
}
acronym, abbr, fieldset, img { 
	border: 0; 
}
:focus { 
	outline: 0; 
}
/* @end */
/* @group BASICS */
strong { 
	font-weight: bold; 
}
input {	
	border-color: #000;	
	border-width: thin;	
	border-style: solid;	
}
/* @end */

body { 
	background-color: #E0DED9; 
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif; 
	color: #000; 
	font-size: 93%;
}
.white_bar { 
	height: 510px; 
	background-color: #fff; 
	margin-top: 121px; 
	position: absolute; 
	width: 100%; 
	z-index: 0; 
}
.outer_wrap { 
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%; 
}
.wrap { 
	width: 973px;
	height: 659px;
	margin: 0 auto;
	background: url(../images/back/back_main.gif) no-repeat;
}
.back_pic { 
	width: 973px;
	height: 659px;
	margin: 0 auto; 
}
.left { 
	margin-left: 5px;
	margin-top: 10px;
	float: left;
	width: 385px; 
}
.right { 
	margin-right: 20px;
	margin-top: 10px;
	float: left;
	width: 500px; 
}
.clear { 
	clear: both; 
}
.grey_left_back { 
	height:339px; 
	background-color:#E0DED9; 
}
.grey_left_back_content {
	width: 150px;
	margin-left: 60px;	
	color: #766A63;
	text-align: right;
	font-size: 77%;
	line-height: 140%;
	padding: 8px 0 0 0;
}
.grey_left_back p { 
	padding: 30px 0 0 0;
}
.grey_left_back p strong { 
	font-size: 123.1%;
	line-height: 100%; 
}
.pdf_download a:link, .pdf_download a:visited {
	color: #C94D00;
	text-decoration: underline;
	font-weight: bold;
	font-size: 123.1%;
}
.lgrey_left_back { 
	background-color:#EFEFEF; 
	height:172px; 
}
.lgrey_left_back p { 
	color: #766A63;
	font-size: 77%;
	line-height: 140%;
	text-align:left;
	margin-left: 20px;
}
.lgrey_left_back p strong { 
	font-weight: normal;
	font-size: 123.1%;
	line-height: 300%;
}
.left_textBlock { 
	float:left; 
	width:238px; 
}

.home_right_back {
	background: url(../images/pages/home/home_right_back.png) no-repeat;
	width:579px;
	height:510px;
	overflow: hidden;
}
.about_right_back {
	background: url(../images/pages/about/about_right_back.png) no-repeat;
	width: 580px;
	height: 510px;
}
.contact_right_back {
	background: url(../images/pages/contactus/contact_right_back.png) no-repeat;
	width: 580px;
	height: 510px;
}
.joinourpractice_right_back {
	background: url(../images/pages/joinourpractice/joinourpractice_right_back.png) no-repeat;
	width: 580px;
	height: 510px;
}
.ourphysicians_right_back {
	background: url(../images/pages/ourphysicians/ourphysicians_right_back.png) no-repeat;
	width:580px;
	height: 580px;
}
.about_content {
	font-size: 85%;
	color: #000;
	width: 300px;
	text-align: left;
	margin-left: 75px;
	padding: 35px 0 0 0;
}
.about_content p strong {
	color:#766A63;
	font-weight: bold;
	font-size: 131%;
}
.about_content ul {
	margin-top: 20px;
	margin-left: 50px;
}
.about_content ul li {	
	list-style-position: outside;	
	list-style-type: disc;	
	margin-bottom: 10px;
}
.flash_content {
	margin-left: 65px;
	padding: 25px 0 0 0;
}
.flash_content p {
	color: #766A63;
	font-weight: bold;
	font-size: 131%;
}
.contact_content {
	width: 515px;
	margin-left: 50px;
	padding: 30px 0 0 0;
}
.contact_content_left {
	width: 235px;
	text-align: left;
	float: left;
}
.contact_content_right {
	width: 250px;
	text-align: left;
	float: left;
	margin-left: 5px;
}
.contact_form_spacer {
	height: 10px;
}
.contact_content p {
	color: #000;
	font-size: 85%;
}
.contact_content p strong {
	color:#766A63;
	font-weight: bold;
	font-size: 131%;
}
.contact_form_label {
	color: #000;
	font-size: 85%;
	width: 100px;
	float: left;
}
.contact_form_input {
	float: left;
}
#contact_form_sendbtn {
	width: 80px;
	height: 18px;
	background-color: #C94D00;
	color: #ffffff;
	font-size: 85%;
	padding: 2px; 0 0 0px;
	text-indent: 6px;
	cursor: pointer;
}
#contact_form_sendbtn:hover {
	background-color: #B54304;
	cursor: pointer;
}
#msg {
	font-size: 93%;
	color: #C94D00;
	margin-top: -10px;
	margin-bottom: 10px;
	text-align: center;
}
.contact_thanks {
	font-size: 108%;
	font-weight: bold;
	color: #C94D00;
}
.contact_thanks_txt {
	font-size: 85%;
	font-weight: normal;
	color: #000;
}
#map {
	width: 215px;
	height: 225px;
	border-color: #C94D00;	
	border-width: thin;	
	border-style: solid;
	
}
.ourphy_content {
	width: 500px;
	margin-left: 68px;
	padding: 25px 0 0 0;
}
*+html .ourphy_content {
	width: 500px;
	margin-left: 65px;
	padding: 20px 0 0 0;
}
.ourphy_doc_content {
	width: 500px;
	margin-left: 40px;
	padding: 25px 0 0 0;
}
.ourphy_row {
	width: 125px;
	float:left;
	cursor: pointer;
}
.ourphy_row p {
	font-size: 77%;
	padding: 5px 0 0 0;
}
.ourphy_docs p {
	color: #C94D00;
}
.ourphy_docs:hover p {
	color: #666;
}
.ourphy_docs img {
	border-color: #C94D00;	
	border-width: thin;	
	border-style: solid;
}
.ourphy_docs img:hover {
	border-color: #FFFFFF;	
	border-width: thin;	
	border-style: solid;
}
*+html .ourphy_docs {
	margin-top: -1px;
}
.ourphy_spacer {
	height: 15px;
}
*+html .ourphy_spacer {
	height: 10px;
}
.doc_img img {
	border-color: #C94D00;	
	border-width: thin;	
	border-style: solid;
}
.doc_links {
	cursor: pointer;
	font-size: 85%;
	color: #C94D00;
}
.doc_links:hover {
	color: #766A63;
}
.doc_link_list {
	margin-left: 15px;
}
.doc_links_sel {
	font-size: 85%;
	color: #766A63;
}
.doc_back {
	cursor: pointer;
	font-size: 85%;
	color: #C94D00;
	
}
.docs_left {
	width: 200px;
	float:left;
}
.docs_right {
	width: 300px;
	float: left;
}
.doc_fullname {
	font-size: 123.1%;
	color: #766A63;
}
.doc_description {
	font-size: 85%;
	color: #000000;
}
.doc_right_spacer_copy {
	height: 14px;
}
.home_btn_bar {
	margin-top: 425px;
	margin-left: 45px;
	width: 500px;
}
.home_link {
	height: 50px;
	float: left;
	cursor: pointer;
}
#myvanishingveins {
	width: 130px;
}
#portlandmedicalimaging {
	width: 150px;
	margin-left: 35px;
}
#providence {
	width: 150px;
	margin-left: 35px;
}
/* @group menu
 */
.menu { 
	float:left; 
	width: 147px; 
	height: 533px; 
}
.logo { 
	cursor: pointer; 	
}
.nav_about { 
	background: url(../images/menu.jpg) no-repeat 0 0;
	height: 84px;
	width: 147px;
	overflow: hidden;
	cursor: pointer; 
}
.nav_about:hover { 
	background: url(../images/menu.jpg) no-repeat -147px 0;
	height: 84px;
	width: 147px;
	overflow: hidden;
	cursor: pointer; 
}
.nav_about_sel { 
	background: url(../images/menu.jpg) no-repeat -147px 0;
	height: 84px;
	width: 147px;
	overflow: hidden;
	cursor: pointer; 
}
.nav_ourphysicians { 
	background: url(../images/menu.jpg) no-repeat 0 -84px;
	height: 85px;
	width: 147px;
	overflow: hidden;
	cursor: pointer;
}
.nav_ourphysicians:hover { 
	background: url(../images/menu.jpg) no-repeat -147px -84px;
	height: 85px;
	width: 147px;
	overflow: hidden;
	cursor: pointer;
}
.nav_ourphysicians_sel { 
	background: url(../images/menu.jpg) no-repeat -147px -84px;
	height: 85px;
	width: 147px;
	overflow: hidden;
	cursor: pointer;
}
.nav_joinourpractice { 
	background: url(../images/menu.jpg) no-repeat 0 -170px;
	height: 85px;
	width: 147px;
	overflow: hidden;
	cursor: pointer;
}
.nav_joinourpractice:hover { 
	background: url(../images/menu.jpg) no-repeat -147px -170px;
	height: 85px;
	width: 147px;
	overflow: hidden;
	cursor: pointer;
}
.nav_joinourpractice_sel { 
	background: url(../images/menu.jpg) no-repeat -147px -170px;
	height: 85px;
	width: 147px;
	overflow: hidden;
	cursor: pointer;
}
.nav_contactus { 
	background: url(../images/menu.jpg) no-repeat 0 -256px;
	height: 88px;
	width: 147px;
	overflow: hidden;
	cursor: pointer; 
}
.nav_contactus:hover { 
	background: url(../images/menu.jpg) no-repeat -147px -256px;
	height: 88px;
	width: 147px;
	overflow: hidden;
	cursor: pointer; 
}
.nav_contactus_sel { 
	background: url(../images/menu.jpg) no-repeat -147px -256px;
	height: 88px;
	width: 147px;
	overflow: hidden;
	cursor: pointer; 
}
.nav_bottom { 
	background: url(../images/menu.jpg) no-repeat 0 -341px;
	height: 209px;
	width: 147px;
	overflow: hidden;
}
/* @end */
/* Fixes */
.home_left_top_spacer {
	height: 111px;
}
