/*************************************************************************/	
/*************************** BODY CONTENT/STRUCTURE **********************/
/*************************************************************************/
html {
	background-color:#A3724A;
}
body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	line-height:160%;
	font-weight: normal;
	font-variant: normal;
}
#outer_container {
	background-image:url('/images/html-bg.jpg');
	background-repeat:repeat-x;
	padding-bottom:40px;
}
#container {	
	width:940px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;

	color:#000000;
}
#menu_container {	
	height:84px;
	background-image:url('/images/logo.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}
#header {
	height:299px;
	width:940px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:top left;
}
#header {
	height:299px;
	width:940px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:top left;
}

#header A.image_link, #header A.logo_link  { 
	position:absolute;
	display:block;
	margin:0;
	width:600px;
	height:300px;
}
#header A.logo_link {
	width:300px;
	height:150px;
	margin:0 0 0 600px;
}

#header DIV#header_contact_info { 
	position:absolute;
	margin:134px 0 0 595px;
	width:300px;
	height:150px;
	overflow:hidden;
	font-size:13px;
	line-height:140%;

}
#header DIV#header_contact_info SPAN { 
	display:inline-block;
	vertical-align:top;
	width:20px;
	text-align:right;
	color:#EB9C00;
	margin-bottom:8px;
	margin-right:5px;
	font-weight:bold;
}
#header DIV#header_contact_info A { 
	display:inline-block;
	vertical-align:top;
	color:#000;
	text-decoration:none;
	margin-bottom:8px;
	text-decoration:underline;

}
#header DIV#header_contact_info A:hover { 
	color:#EB9C00;
}




#pageBody {
	margin:22px 0 0 0;
	overflow:hidden;
	font-size:14px;
	line-height:150%;
}

#container.sec_1.page_1 H1 {	
	margin-bottom:0;
	padding-bottom:0;
}
#container.sec_1.page_1 H2 {	
	font-size:24px;
	margin-top:0;
	padding-top:0;
	color:#9B704D;
	text-transform:none;
}


/* Right Box Include with Gallery and Meet the Doctor*/
div#gallery_doctor { 
	float:right;
	width:342px;
	margin:5px  0 20px 25px;
	overflow:hidden;
	background-color:#EBEBEB; 
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;	
}
div#gallery_doctor a.visit_gallery {
	display:block;
	position:absolute;
	margin:172px 0 0 120px;
	width:100px;
	text-align:center;
}
div#gallery_doctor A.meet_doctor_link { 
	display:block;
	position:absolute;
	margin:20px 0 0 0;	
}
div#gallery_doctor DIV.meet_doctor_text {
	position:absolute;
	margin:60px 0 0 122px;	
	width:200px;
	line-height:140%;
}
div#gallery_doctor a.doctor_read_more {
	display:block;
	position:absolute;
	margin:190px 0 0 232px;
	width:100px;
	text-align:center;
}



DIV#social-networking-links {
	float:right; 
	text-align:right;
}
DIV#social-networking-links A {
	text-decoration:none;
}
DIV#social-networking-links A.facebook IMG {
	width:70; 
	height:21px; 
	margin-right:15px; 
	border:none; 
}
DIV#social-networking-links A.linkedin IMG {
	width:80; 
	height:22px; 
	border:none; 
}




/* FOOTER */
#footer {
	margin-top:13px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	line-height:150%;
}


#footer A, #footer A:visited {
	color:#FFF;
	margin-right:1px;
	margin-left:2px;
	text-decoration:underline;

}
#footer A:hover {
	color:#BBB;
}

#footer span.copyright {
	display:block;
	padding-bottom:10px;
	font-size:11px;
	color:#CCC;
	
}
/************************************************************************/	
/************************** BASIC HTML ELEMENTS *************************/
/************************************************************************/	

/* ---------- don't edit collapse defaults*/
div, span, a, a img, img {
	margin:0px;
	padding:0px;
	border:0px;
	outline:0px;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
object {
	outline:0 none;
}
button {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	line-height:100%;
	font-family:inherit;
	text-align:left
}
button::-moz-focus-inner {
padding:0;
border: none;
}/* overrides extra padding in Firefox */
/* ----- headlines -----------------------*/
h1, h1 a, a h1, h2, h2 a, a h2 {
	font-size:30px;
	color:#9B704D;
	line-height:normal;
	letter-spacing:0;
	margin:0 0  15px 0;
	font-weight:normal;
	text-transform:uppercase;
}
h2, h2 a, a h2 {
	margin-top:25px;
}
h3, h3 a, a h3 {
	font-size:18px;
	color:#000;
	line-height:normal;
	letter-spacing:0;
}
h4, h4 a, a h4 {
	font-size:16px;
	color:#9B704D;
	line-height:normal;
	letter-spacing:0;
}
h5, h5 a, a h5 {
	font-size:14px;
	color:#666666;
}
h6, h6 a, a h6 {
	font-size:12px;
	color:#000000;
}
/* note: declare link attributes for headlines - since  */
/* tools arbitrarily put links inside or outside h tags */

/* ----- default text links in content -------*/
a {
	color:#3366BB;
	text-decoration:underline;
}
a:hover {
	color:#002BB8;
	text-decoration:none;
}
/* ----- default horizontal rule -------*/
hr {
	margin:5px 0px 20px 0;
	padding:0px;
	border-bottom:2px solid #999;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:0;
	display:block;
}
/* ---------------------------------------------------------------- */
/* ----------------------- COMMON STYLES -------------------------- */
/* ---------------------------------------------------------------- */
.rounded {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.no_display {
	display:none
}
.hidden {
	display:none
}
.block {
	display:block;
	vertical-align:middle
}
.block_top {
	display:block;
	vertical-align:top
}
.inline {
	display:inline-block;
	vertical-align:middle
}
.inline_top {
	display:inline-block;
	vertical-align:top
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear_both {
	clear:both;
}
.note-padding {
	padding:5px;
}
/*** Spinner ***/
.spinner {
	margin:0px 3px 0px 3px;
	padding:0px;
	border:0px;
}
DIV.left.std_2_col {
	width:50%;
}
DIV.left.std_3_col {
	width:31%;
	padding:0 2% 0 0;
}
.button {
	background:#222 url('/images/overlay-button.png') repeat-x 0 0;
	font-size:12px;
	padding:5px 15px 6px;
	color:#fff !important;
	display:inline-block;
	font-weight:bold;
	line-height:normal;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom:1px solid rgba(0, 0, 0, 0.25);
	position:relative;
	cursor:pointer;
	overflow:visible;
	width:auto
}
.button.nice {
	background-image:url('/images/36px-blended.png');
}
.button:hover {
	background-color:#111;
	color:#fff
}
.button:active {
	top:1px
}
.small.button {
	font-size:11px
}
.large.button {
	font-size:14px;
	padding:8px 19px 9px;
}
.green.button {
	background-color:#91bd09
}
.green.button:hover {
	background-color:#749a02
}
.blue.button {
	background-color:#2daebf
}
.blue.button:hover {
	background-color:#007d9a
}
.darkblue.button {
	background-color:#006BD7
}
.darkblue.button:hover {
	background-color:#004E9B
}
.red.button {
	background-color:#e33100
}
.red.button:hover {
	background-color:#872300
}
.magenta.button {
	background-color:#a9014b
}
.magenta.button:hover {
	background-color:#630030
}
.orange.button {
	background-color:#ff5c00
}
.orange.button:hover {
	background-color:#d45500
}
.orangellow.button {
	background-color:#ffb515
}
.orangellow.button:hover {
	background-color:#fc9200
}
.white.button {
	background-color:#fff;
	color:#666 !important;
	font-weight:normal;
	text-shadow:0 1px 1px rgba(255, 255, 255, 1)
}
.white.button:hover {
	background-color:#eee
}
.blood.button {
	background-color:#C90000
}
.blood.button:hover {
	background-color:#910000
}
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default {
	border:1px solid #d3d3d3;
	background:#e6e6e6 url(/images/ui_smoothness/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight:normal;
	color:#555;
	outline:none
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color:#555;
	text-decoration:none;
	outline:none
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
	border:1px solid #999;
	background:#dadada url(/images/ui_smoothness/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight:normal;
	color:#212121;
	outline:none
}
.ui-state-hover a, .ui-state-hover a:hover {
	color:#212121;
	text-decoration:none;
	outline:none
}
.ui-state-active, .ui-widget-content .ui-state-active {
	border:1px solid #aaa;
	background:#fff url(/images/ui_smoothness/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight:normal;
	color:#212121;
	outline:none
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color:#212121;
	outline:none;
	text-decoration:none
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
	border:1px solid #fcefa1;
	background:#fbf9ee url(/images/ui_smoothness/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color:#363636
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a {
	color:#363636
}
.ui-state-error, .ui-widget-content .ui-state-error {
	border:1px solid #cd0a0a;
	background:#fef1ec url(/images/ui_smoothness/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color:#cd0a0a
}
.ui-state-error a, .ui-widget-content .ui-state-error a {
	color:#cd0a0a
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text {
	color:#cd0a0a
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled {
	opacity:.35;
	filter:Alpha(Opacity=35);
	background-image:none
}
/* Corner radius
----------------------------------*/
.ui-corner-tl {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
}
.ui-corner-tr {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}
.ui-corner-bl {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.ui-corner-br {
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.ui-corner-top {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}
.ui-corner-bottom {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.ui-corner-right {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.ui-corner-left {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.ui-corner-all {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.ui-icon {
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 0.3em;
	margin-top: 0.1em;
	background-image: url(/images/ui_smoothness/ui-icons_222222_256x240.png);
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon, #error_container .ui-icon {
	background-image: url(/images/ui_smoothness/ui-icons_cd0a0a_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(/images/ui_smoothness/ui-icons_2e83ff_256x240.png);
}
.ui-icon-info {
	background-position: -16px -144px;
}
.ui-icon-alert {
	background-position: 0 -144px;
}
.ui-icon-pencil {
	background-position: -64px -112px;
}
.ui-icon-plus {
	background-position: -16px -128px;
}
.ui-icon-play {
	background-position: 0 -160px;
}
.ui-icon-volume-off {
	background-position: -128px -160px;
}
.ui-icon-volume-on {
	background-position: -144px -160px;
}
.ui-icon-video {
	background-position: -224px -128px;
}
/*************************************************************************/	
/****************************** FORMS ************************************/
form {
	padding:0px;
	margin:0px;
}
/* Form Color */

/*Border*/
.front_form.single_column INPUT, .front_form.single_column SELECT, .front_form.single_column TEXTAREA, .front_form.double_column INPUT, .front_form.double_column SELECT, .front_form.double_column TEXTAREA {
	border-color:#AAA;
}
.front_form.single_column .form_row .input_shadow {
	background-color:#EFEFEF;
}
/*Background*/

/*Error*/
.front_form DIV#error_container {
	color:#CD0A0A;
}
.front_form INPUT.error, .front_form TEXTAREA.error, .front_form TEXTAREA.limit-error {
	border-color:#CD0A0A;
}
/* /End Form Color */

.form_block {
	border:1px solid #d3d3d3
}
.form_block INPUT, .form_block SELECT, .form_block TEXTAREA {
	border:1px solid #d3d3d3;
	padding:3px
}
.ui_btn {
	padding:3px 7px;
	cursor:pointer;
	margin:0px
}
h1.ui-style {
	margin:0px;
	padding:3px 0px 4px 7px;
	font-size:12px
}
.error_container {
	margin-bottom:8px;
	padding:3px
}
.error_container UL {
	margin-top:0px;
	margin-bottom:0px
}
/** Form Styles **/
DIV.front_form.single_column {
	width:480px;
}
DIV.front_form.double_column {
	width:480px;
}
.front_form.single_column .form_row {
	margin-bottom:10px;
}
.front_form.double_column .form_row {
	margin-bottom:5px;
}
.front_form.single_column .form_row, .front_form.double_column .form_row {
	width:480px;
}
.controls_row.front_form {
	width:472px;
	text-align:right;
}
.front_form.single_column .form_row.input_row {
	width:480px;
}
.front_form.double_column .form_row.input_row {
	width:240px;
	float:left;
}
.front_form.double_column .form_row.multi_row {
	width:160px;
	float:left;
}
.front_form.double_column .form_row.multi_row.select_row {
	width:157.5px;
	float:left;
}
.front_form.single_column LABEL {
	display:inline-block;
	vertical-align:absmiddle;
	width:73px;
	height:22px;
	margin-right:7px;
	text-align:right;
}
.front_form.double_column LABEL {
	display:block;
	width:230px;
	text-align:left;
}
.front_form LABEL.error {
	width:400px;
	text-align:left !important;
}
.front_form.single_column .text_row LABEL {
	vertical-align:top;
	padding-top:2px;
}
.front_form.double_column .radio_row LABEL {
	display:block;
	width:450px;
	text-align:left;
}
.front_form.double_column .multi_row LABEL {
	display:block;
	width:150px;
	text-align:left;
}
.front_form.single_column .input_shadow {
	display:inline-block;
	width:386px;
	padding:4px;
}
.front_form.single_column INPUT, .front_form.single_column SELECT, .front_form.single_column TEXTAREA {
	margin:0px;
	padding:2px;
	border-width:1px;
	border-style:solid;
}
.front_form.double_column INPUT, .front_form.double_column SELECT, .front_form.double_column TEXTAREA {
	margin:0px;
	padding:2px;
	border-width:1px;
	border-style:solid;
}
.front_form.single_column INPUT {
	width:380px;
}
.front_form.double_column INPUT {
	width:225px;
}
.front_form.double_column .form_row.email_row INPUT {
	width:465px;
}
.front_form.double_column .form_row.radio_row INPUT {
	width:20px;
}
.front_form.double_column .form_row.multi_row INPUT {
	width:150px;
}
.front_form.double_column .form_row.multi_row SELECT {
	width:147px;
}
.front_form.single_column SELECT {
	width:386px;
}
.front_form.double_column SELECT {
	width:471px;
}
.front_form.single_column TEXTAREA {
	width:380px;
	height:107px;
}
.front_form.double_column TEXTAREA {
	width:466px;
	height:163px;
}
.front_form INPUT.error, .front_form TEXTAREA.error, .front_form TEXTAREA.limit-error {
	border-width:1px;
	border-style:solid;
}
#contact_right_col {
	width:308px;
	padding:0px 0px 0px 91px;
}
#contact_right_col H4 {
	margin-bottom:0;
	padding-bottom:0;
}
DIV#map_canvas, DIV#map_canvas2 {
	width:360px;
	height:260px;
	border:1px solid #AAA;
	margin-top:0;
}
A#map_directions {
	color:#000;
	display:block;
	width:360px;
	text-align:right;
	margin:2px;
}
DIV.northern_address {

	margin:100px 0 0 5px;
	text-align:left;
}
/*#contact_info {background-color:#EFEFEF;margin:11px 0px 0px 0px;}*/
.contact_address_left {
	float:left;
	width:180px;
	margin:11px 0px 0px 0px;
}
.contact_address_right {
	float:left;
	width:128px;
	margin:11px 0px 0px 0px;
}
/*************************************************************************/	
/************************ FORM ERRORS ************************************/
/*************************************************************************/	



/**************************** /END FORMS *********************************/
/*************************************************************************/


/*************************************************************************/	
/*************************** SPECIFIC PAGES ******************************/
/*************************************************************************/

/* --- Home ----*/
#pageBody div#home_bottom_left {
	width:560px;

	overflow:hidden;
}

#pageBody div#home_bottom_left A.home_learn_more, A:hover.home_learn_more {
	display:block;
	width:110px;
	height:26px;
	background-image:url(/images/learn-more.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	text-decoration:none;
	color:#FFF;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:200%;
	margin-top:10px;
}
#pageBody div#home_bottom_left A:hover.home_learn_more { 
	opacity:.80;
	filter:alpha(opacity=80);
}

/* --- Contact Us ----*/
DIV#contact_content {
	float:left;
	width:395px;
}
DIV#contact_form_right { 
	float:right;
	width:480px;
	margin-top:15px;
}
DIV#contact_form_right LABEL {
	color:#555;
	font-weight:bold;
}


/* --- Curriculum Vitae ----*/
DIV#curriculum DIV#jumplinks {
	margin:20px 0 20px 0;
}
DIV#curriculum DIV#jumplinks h4 {
	margin:0;
}
DIV#curriculum DIV#jumplinks DIV.left {
	width:470px;
	float:left;
}
DIV#curriculum DIV#jumplinks DIV.right { 
	width:470px;
	float:right;
}
DIV#curriculum DIV#jumplinks DIV UL {


}
DIV#curriculum DIV#jumplinks DIV UL LI {

	margin:0;
	padding:0;
}
DIV#curriculum DIV#jumplinks DIV UL, DIV#curriculum DIV#jumplinks DIV UL LI A {
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
}
DIV#curriculum TABLE {
	border:solid 1px #999;
	background:#FFF;
	width:920px;
	margin-bottom:30px;
	font-size:12px;
	line-height:130%;
	letter-spacing:0;
}
DIV#curriculum TABLE TD {
	vertical-align:top;
	padding:4px;
}
DIV#curriculum TABLE TD.first {
	width:90px;
}
DIV#curriculum TABLE TD.odd {
	background-color: #F8F6DF;
}
DIV#curriculum TABLE TD.header {
	background-color: #C16A1C;
	font-weight:bold;
	color:#FFF;	
	padding:4px;
	text-transform:uppercase;
	font-size:14px;
} 
DIV#curriculum TABLE TD.subheader {
	background-color: #CACACA;
	font-weight:bold;
	color:#222;
	text-transform:uppercase;
}


/* --- Meet The Staff ----*/
H1.staff {
	margin-bottom:0;
}

DIV.staff_item {
	border-top:solid 1px #CCC;
	padding-top:25px;
}
DIV.staff_item IMG {
	float:right;
	border:solid 1px #CCC;
	margin:3px 0 25px 30px;
}
DIV.staff_item h3 {
	margin:0 0 5px 0;
	padding:0;
}
DIV.staff_item h4 {
	margin:0;
	padding:0;
}



/* --- Testimontials ----*/
DIV#testimonials_list { 
	border-top:solid 1px #CCC;
	margin-top:30px;
	padding:15px 0 15px 0 ;	
}
DIV.testimonials_item {
	padding-top:25px;
}
DIV.testimonials_item H3 {
	margin:0 0 5px 0;
	padding:0;
	font-style:italic;
	font-size:14px;
}
DIV.testimonials_item h4 {
	margin:0;
	padding:0;
}
DIV.testimonials_detail IMG {
	float:right;
	border:solid 1px #AAA;
	width:260px;
	margin:3px 0 20px 20px;
}
DIV.testimonials_detail H3 {
	font-style:italic;

}
A.back_link {
	float:right;
}



/* --- Surveys ----*/
DIV#survey_list { 
	border-top:solid 1px #CCC;
	margin-top:30px;
	padding:15px 0 15px 0 ;	
}
DIV.survey_item {
	padding-top:25px;
}
DIV.survey_item H3 {
	margin:0 0 5px 0;
	padding:0;

	font-size:14px;
}
DIV.survey_item h4 {
	margin:0;
	padding:0;
}
DIV.survey_detail IMG {
	float:right;
	border:solid 1px #AAA;
	width:260px;
	margin:3px 0 20px 20px;
}
DIV.survey_detail H3 {

}
A.back_link {
	float:right;
}











/* --- Other ----*/
.add_link {
	position:absolute;
	top:10px;
}
.add_link, .edit_link {
	font-size:11px;
	text-decoration:none;
	padding-right:2px;
	line-height:1.5 !important;
	color:#006BD7;
}
.add_link .ui-icon, .edit_link .ui-icon, .playing_link .ui-icon {
	float:none;
	display:inline-block;
	line-height:1.5 !important;
}
.back_to_list {
	position:absolute;
	right:0px;
	top:0px;
}
/* Default list */
.asset_row {
	margin-top:15px;
}
.asset_row .thumb {
	float:left;
	width:116px;
	margin:0 10px 0 0;
	text-align:center;
}
.asset_row .info {
	float:left;
	width:754px;
}
.asset_row .info h4 {
	margin:0 0 0 0;
	line-height:1;
}
.asset_row .info h4 a {
	line-height:1;
	color:#006BD7;
}
.asset_row .info h4 a:hover {
	line-height:1;
	color:#004E9B;
}
.asset_row .info em {
	color:#666;
}
.asset_row .footnote {
	text-align:right;
}
/* Default Detail */
.asset_detail {
	margin-bottom:15px;
	position:relative;
}
.asset_detail .thumb {
	float:right;
	width:302px;
	margin:0 0 15px 15px;
	text-align:center;
	color:#666;
}
.asset_detail .thumb em {
	text-align:left;
	display:inline-block;
}
.asset_detail .info {
	float:left;
	width:880px;
}
.asset_detail .info h1 {
	margin:0 0 0 0;
	color:#006BD7;
}
.asset_detail .info h1 a {
}
.asset_detail .info h5 {
	margin:0 0 0 0;
}
.asset_detail .info em {
	color:#666;
}
/** Specific Instance Configs **/
.asset_row.bio_row .thumb {
	width:70px;
}
.asset_detail.bio_detail .thumb {
	float:left;
}
.asset_row.testimonial_row {
	margin-top:35px;
}
.asset_row.testimonial_row .info {
	width:880px;
	position:relative;
}
.asset_row.testimonial_row .edit_link {
	margin:0 0 0 30px;
}
.asset_row.testimonial_row .info .content {
	position:relative;
	z-index:10;
}
.asset_row.testimonial_row .info .footnote {
	position:relative;
	z-index:10;
}
#layout_master {
	-webkit-column-count : 2;
	-webkit-column-gap : 20px;
	-moz-column-count : 2;
	-moz-column-gap : 20px;
}

#home_slideshow {
	height:350px;
	border:1px solid #CCC;
	margin:0 0 15px 0;
}
.t-quote {
	background:#FFF url('/images/quotes-t.png') no-repeat top left;
	display:inline-block;
	width:39px;
	height:33px;
	position:absolute;
	margin-top:-15px;
	margin-left:-15px;
	z-index:0;
}
.b-quote {
	background:#FFF url('/images/quotes-b.png') no-repeat top left;
	display:inline-block;
	width:39px;
	height:33px;
	position:absolute;
	right:0px;
	margin-top:-15px;
}
.quoted-txt {
	position:absolute;
	z-index:10;
}
/*************************************************************************/	
/*************************** LOGIN PAGE **********************************/

#login_page {
	width:420px;
	height:320px;
	margin:70px auto;
	color:#000
}
#login_page A {
	color:#000;
	text-decoration:none
}
#login_page A#forgot {
	text-decoration:underline;
	cursor:pointer
}
#login_page .form_block {
	background-color:#FFF;
	padding:30px 10px 10px 10px
}
#login_page LABEL {
	display:inline-block;
	width:60px;
	margin-right:13px;
	text-align:right
}
#login_page LABEL.error {
	width:300px;
	text-align:left
}
#login_page INPUT.required {
	width:317px;
	margin-bottom:12px
}
#login_page #login {
	margin-left:248px
}
#login_page #login_logos {
	margin-top:50px;
	padding:0px 10px 0px 10px;
	font-size:11px
}
#login_page #login_logos #logo_txt {
	width:200px;
	float:left;
	margin-top:15px;
	margin-right:20px
}
#login_page #login_logos #logo_imgs {
	width:155px;
	float:left;
	margin-top:7px;
	text-align:right;
}
#login_page #login_logos #logo_imgs A {
	display:inline-block;
	width:38px;
	margin:0px 5px;
	text-align:center
}
#login_page IMG {
	height:37px;
	width:37px
}
/*************************************************************************/	
/***************************** MODAL BOX *********************************/
/*************************************************************************/

#tdc_mbox {
	background-color:#FFF;
	border:2px outset #666;
}
#tdc_mbox table, #tdc_mbox td, #tdc_mbox th {
	table-layout:auto;
	border:solid 0 #fff;
}
#tdc_mbm {
	font-family:sans-serif;
	font-weight:bold;
	float:right;
}
#tdc_ol {
}
#tdc_mbtitle {
	border-bottom-style:solid;
	border-bottom-color:#000;
	border-bottom-width:thin;
	border-top-style:solid;
	border-top-color:#000;
	border-top-width:thin;
	border-left-style:solid;
	border-left-color:#000;
	border-left-width:thin;
	border-right-style:solid;
	border-right-color:#000;
	border-right-width:thin;
	background-color:#339;
	text-align:center;
	color:#FFF;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:150%;
	font-weight:bold;
	font-variant:normal;
}
#tdc_mbtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:150%;
	font-weight:normal;
	font-variant:normal;
	padding:2px;
}
#tdc_mbbtns {
	text-align:center;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:150%;
	font-weight:bold;
	font-variant:normal;
}

