/* @override http://nmsac/css/site.css */

/*
   site.css
   nmsac
   
   Created by Wes Baker on 2008-08-30.
   Copyright 2008 Trench Interactive. All rights reserved.
*/
/* =========== */
/* = Generic = */
/* =========== */
body
{
	margin: 0 0 10em;
	padding: 0;
	font: 62.5%/1.2em Georgia, Times, 'Times New Roman', serif;
	line-height: 1.2em;
	background: transparent url('/images/background.jpg') repeat scroll 0% 0%;
}

.clear
{
	clear: both;
}


/* ================== */
/* = Outer Wrappers = */
/* ================== */
#page-area
{
	width: 1019px;
	padding-right: 32px;
	margin: 0 auto;
	background: transparent url('/images/shadow-bg.png') repeat-y scroll 100% 0%;
}

#content-wrapper
{
	float: right;
	width: 690px;
	background-color: #660000;
	border: 3px solid #edeada;
	border-width: 0px 3px 3px 3px;
	padding: 0px 3px 3px 3px;
	
}

#content-inner
{
	background-color: #edeada;
	height: 100%;
	width: 100%;
	min-height: 764px;
	height: auto !important;
	height: 764px;
}

/* ========== */
/* = Header = */
/* ========== */
#header #header-logo
{
	float: left;
	width: 57px;
	height: 97px;
	display: block;
	margin: 12px 15px 0;
	border: none;
	background: transparent url('/images/nmsac-logo.png') no-repeat scroll 0% 0%;
	text-indent: -9999px;
	overflow: auto;
}

#header h1
{
	margin: 0;
	padding: 0;
}

#header h1 a
{
	float: left;
	text-indent: -9999px;
	background: transparent url('/images/nmsac-typemark.png') no-repeat scroll 0% 0%;
	height: 75px;
	width: 388px;
	margin: 24px 10px 0;
	overflow: hidden;
}

/* ================= */
/* = Feature Image = */
/* ================= */

#feature-image-wrapper
{
	background: transparent url('/images/feature-shadow-top.png') no-repeat scroll 0% 0%;
	padding-top: 20px;
}

#feature-image
{
	background: transparent url('/images/feature-shadow-bottom.png') no-repeat scroll 0% 100%;
	padding-bottom: 19px;
}

#feature-image img
{
	border: 3px solid #557082;
	border-width: 3px 0;
}


#feature-content {
	background: url(/images/feature-bottom.png) no-repeat 0 100%;
	margin: 1em auto;
	padding-bottom: 13px;
	width: 628px;
}

#feature-content .inner {
	background: url(/images/feature-top.png) no-repeat 0 0;
	padding: 15px 20px 7px;
}

#feature-content h1 {
	background: url(/images/open-house.png) no-repeat 0 0;
	height: 36px;
	margin: 0.3em auto 0;
	text-indent: -9999px;
	width: 239px;
}

#feature-content p {
	font-size: 1.45em;
	line-height: 1.4em;
	margin: 0.2em 0 0;
}

/* ================ */
/* = Main Content = */
/* ================ */
#main-content
{
	float: none;
	width: auto;
	margin: 0 34px;
}

.sidebar #main-content
{
	float: left;
	width: 392px;
	margin: 0 0 0 34px;
}

#main-content a:link,
#section-content a:link
{
	color: #d76413;
}

#main-content a:visited,
#section-content a:visited
{
	color: #F19B5F;
}

#main-content a:hover,
#section-content a:hover
{
	color: #660000;
}

#main-content h2
{
	color: #557072;
	font-weight: normal;
	font-size: 2.6em;
	line-height: 1.3em;
	border-bottom: 1px solid #CCC395;
	margin: 0.5em 0 0.5em;
}

#main-content h3
{
	color: #660000;
	font-weight: normal;
	font-size: 2em;
	line-height: 1.3em;
	margin: 1.2em 0 0.2em;
}

#main-content p,
#main-content dd,
#main-content dt,
#main-content li
{
	font-size: 1.5em;
	line-height: 1.3em;
	color: #222222;
}

#main-content img
{
	padding: 2px;
	border: 3px solid #557082;
	background: #edeada;
}

#main-content img.image-right
{
	float: right;
	margin: 10px 0 10px 10px;
}

#main-content img.image-left
{
	float: left;
	margin: 10px 10px 10px 0;
}

#main-content div.notice {
	border: 3px solid #557082;
	padding: 2px; 
}

#main-content div.notice p {
	margin: 0;
	padding: 5px;
	background-color: #ffffff;
}

/* =================== */
/* = Section Content = */
/* =================== */
#section-content
{
	float: right;
	width: 172px;
	border: 2px solid #888888;
	margin: 20px 28px 0 0;
	padding: 0 16px;
	display: none;
}

.sidebar #section-content
{
	display: block;
}

#section-content h3
{
	color: #666666;
	font-size: 1.6em;
	text-indent: -9999px;
	background: #edeada url('/images/section-header.png') no-repeat scroll 50% 0%;
	margin: -8px auto 8px;
	width: 140px;
}

#section-content img
{
	border: 2px solid #888888;
	padding: 2px;
	margin: 1em 0 0;
}

#section-content p
{
	color: #666666;
	font-size: 1.4em;
	line-height: 1.34em;
}

/* ========== */
/* = Footer = */
/* ========== */
#footer
{
	text-align: center;
	color: #888888;
	padding: 16px;
}

#footer p
{
	margin: 8px 0 0;
	font-size: 1.2em;
}

#sub-footer
{
	clear: both;
	background: transparent url('/images/shadow-bottom.png') no-repeat scroll 100% 0%;
	width: 1051px;
	margin: 0 auto;
	height: 32px;
}


/* ============== */
/* = Navigation = */
/* ============== */
#main-nav
{
	float: left;
	width: 285px;
	height: 510px;
	background: transparent url('/images/menu-bg.png') no-repeat scroll 100% 0%;
	margin: 80px 0 0;
	padding: 50px 16px 130px;
}

#main-nav ul
{
	margin: 0;
	padding: 0 0 0 54px;
}

#main-nav li
{
	list-style: none;
	border-bottom: 1px solid #660000;
	margin-right: 6px;
}

#main-nav h3
{
	font-family: Futura, sans-serif;
	font-size: 2em;
	font-weight: normal;
	color: #333333;
	line-height: 1.1em;
	margin: 0;
}

#main-nav h3 a:link,
#main-nav h3 a:visited,
#main-nav h3 a:active
{
	padding: 11px 0;
	display: block;
	color: #333333;
	text-decoration: none;
	text-indent: -9999px;
}

#home #mn-home h3 a,
#surgery #mn-surgery h3 a,
#routine #mn-routine h3 a,
#beyond #mn-beyond h3 a,
#staff #mn-staff h3 a,
#location #mn-location h3 a,
#contact #mn-contact h3 a
{
	background-position: 100% 0%;
}

#main-nav h3 a:link,
#main-nav h3 a:visited,
#main-nav h3 a:hover,
#main-nav h3 a:active
{
	overflow: auto;
}

#mn-home h3 a:link,
#mn-home h3 a:visited,
#mn-home h3 a:active
{
	background: transparent url('/images/mn-home.png') no-repeat scroll 50% 0%;
}

#mn-routine h3 a:link,
#mn-routine h3 a:visited,
#mn-routine h3 a:active
{
	background: transparent url('/images/mn-routine.png') no-repeat scroll 50% 0%;
}

#mn-beyond h3 a:link,
#mn-beyond h3 a:visited,
#mn-beyond h3 a:active
{
	background: transparent url('/images/mn-beyond.png') no-repeat scroll 50% 0%;
}

#mn-surgery h3 a:link,
#mn-surgery h3 a:visited,
#mn-surgery h3 a:active
{
	background: transparent url('/images/mn-surgery.png') no-repeat scroll 50% 0%;
}

#mn-staff h3 a:link,
#mn-staff h3 a:visited,
#mn-staff h3 a:active
{
	background: transparent url('/images/mn-staff.png') no-repeat scroll 50% 0%;
}

#mn-location h3 a:link,
#mn-location h3 a:visited,
#mn-location h3 a:active
{
	background: transparent url('/images/mn-location.png') no-repeat scroll 50% 0%;
}

#mn-contact h3 a:link,
#mn-contact h3 a:visited,
#mn-contact h3 a:active
{
	background: transparent url('/images/mn-contact.png') no-repeat scroll 50% 0%;
}

#mn-home h3 a:hover,
#mn-routine h3 a:hover,
#mn-beyond h3 a:hover,
#mn-surgery h3 a:hover,
#mn-staff h3 a:hover,
#mn-location h3 a:hover,
#mn-contact h3 a:hover
{
	background-position: 100% 0%;
	cursor: pointer;
}

li#mn-contact
{
	border-bottom: 0 none;
}


#main-nav h3 span
{
	display: block;
	color: #660000;
	font-size: 0.6em;
}

/* =============== */
/* = We Remember = */
/* =============== */
#we-remember
{
	margin: -18px 0 0 8px;
	background: transparent url('/images/we-remember.png') no-repeat scroll 0% 0%;
	display: block;
	width: 98px;
	height: 137px;
	text-indent: -9999px;
	overflow: auto;
}


/* ============ */
/* = Location = */
/* ============ */
#location iframe
{
	border: 3px solid #577082;
	padding: 2px;
}

/* =========== */
/* = Contact = */
/* =========== */
#contact dt
{
	font-size: 1.5em;
	padding: 16px 0 6px;
}

#contact input,
#contact textarea
{
	width: 250px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	border: 1px solid #557082;
}

#contact input
{
	width: 250px;
	padding: 4px;
}

#contact textarea
{
	width: 400px;
	padding: 4px;
	line-height: 1.2em;
	font-size: 1.3em;
}

#contact input.submit
{
	width: auto;
	border: 2px outset buttonface;
	font-family: Georgia, serif;
	font-size: 1.0em;
}

#contact p.notice
{
	border: 1px solid #660000;
	background-color: #FF9B99;
	padding: 9px 12px;
	line-height: 1.5em;
}

#contact p.success
{
	border: 1px solid #339900;
	background-color: #DDFFCC;
}

/* ========= */
/* = Staff = */
/* ========= */

#staff dt
{
	font-size: 1.7em;
	clear: both;
	color: #660000;
}

#staff dl
{
	margin: 1em 0;
	padding: 1.6em;
}

#staff dl:after
{
	content: ".";
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

#staff .alt
{
	background-color: #DCD7B8;
}

#staff dt,
#staff dd
{
	float: right;
	width: 415px;
	margin: 0;
	padding: 0;
}

#staff .alt dt,
#staff .alt dd
{
	float: left;
}

#staff dt
{
	margin-bottom: 0.5em;
}

#staff dd.image
{
	float: left;
	width: 160px;
}

#staff .alt dd.image
{
	float: right;
}

#staff .no-picture dt,
#staff .no-picture dd
{
	float: none;
	width: 100%;
}

/* =========== */
/* = Routine = */
/* =========== */
#routine dt
{
	font-weight: bold;
	margin: 1em 0 0;
}

#routine dd
{
}