/*************
 * NYMA CSS  *
 * July 2009 *
 *************/

/* 
General 
*/
 
* {
	margin: 0;
	padding: 0;	
}
 
html {
	background: #3b6e8f;		
	height: 100%;
	height: auto;
}

body {
	width: 840px;
	margin: 0 auto;
	font-size: 10pt;
	font-family: Georgia, serif;
	color: #7e7e7e;
	background: #3b6e8f url('../images/layout/bg.jpg') repeat-y top center;	
}

.container {
	width: 800px;
	margin: 0 auto;	
	background: #fff;
}

.clear {
	clear: both;	
}

.left {
	float: left;	
}

.right {
	float: right;	
}

.invisible {
	display: none;	
}

img, a img {
	border: 0;	
}

a {
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 1.25em;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	color: #e1ae34;	
	padding: 10px 0 10px 0;
}

.grid-im h2, h2.green {
	color: #7cac30;	
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	font-family: Helvetica, sans-serif;	
	margin: 16px 0 8px 0;
}

p {
	line-height: 1.45em;
	margin: 0 0 6px 0;	
}

.green {
	color: #7cac30;	
}

/* 
Header 
*/

#header {
	margin: 0px 0 5px 0;
	padding: 40px 0 0 0;
	width: 100%;
	background: #fff;	
}

#header #logo {
	width: 490px;	
}

#header #appt {
	width: 180px;
	margin: 45px 0 0 0;
}

#header #appt a {
	color: #e1ae34;	
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	text-transform: lowercase;
	display: block;
	background: url('../images/layout/arrow-orange.jpg') center left no-repeat;
	padding: 0 0 0 10px;
}


/* 
Navigation
*/

#navigation {
	font-family: Helvetica, sans-serif; 
	width:800px; 
	height:30px; 
	position:relative; 
	z-index:100;
	margin: 15px 0 3px 0;
	background:#8cb3ab;
}
#navigation ul li a, #navigation ul li a:visited {
	display:block; 
	text-decoration:none; 
	height:15px; 
	width: auto;
	text-align:center; 
	color:#fff; 
	border-right:2px solid #84aaa1; 
	background:#8cb3ab url('../images/layout/nav-arrow.jpg') center left no-repeat;
	overflow:hidden;
	text-transform: lowercase;
	padding: 7px 18px 8px 24px;
	font-size: 1.00em;
	letter-spacing: .02em;
}
#navigation ul li a#nav-contact {
	border: 0;	
	padding: 7px 16px 8px 23px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
#navigation ul li a, #navigation ul li a:visited {
	height:15px; 
	font-size: 1em;
	padding: 7px 20px 8px 27px;
}
#navigation ul li a#nav-contact {
	padding: 7px 18px 8px 24px;
}
}
#navigation ul {
	padding:0; 
	margin:0; 
	list-style: none;
}
#navigation ul li {
	float:left; 
	position:relative;
}
#navigation ul li ul {
	display: none;
}

/* specific to non IE browsers */
#navigation ul li:hover a, #navigation ul li a.active {
	color:#fff; 
	background:#3b6e8f url('../images/layout/nav-arrow-hover.jpg') center left no-repeat;
}
#navigation ul li:hover ul {
	display:block; 
	position:absolute; 
	top:30px; 
	left:0; 
	background:#3b6e8f; 
}
#navigation ul li:hover ul li a.hide {
	background:#6a3; 
	color:#fff;
}
#navigation ul li:hover ul li:hover a.hide {
	background:#6fc; 
	color:#fff;
}
#navigation ul li:hover ul li ul {
	display: block;
	border: 0;
	background: #3b6e8f;
}
#navigation ul li:hover ul li ul li {
	background: #3b6e8f;
}
#navigation ul li:hover ul li a {
	font-style: italic;
	display:block; 
	background:#3b6e8f; 
	color:#fff;
	border: 0;
	padding: 8px 10px;
	font-family: Georgia, serif;
	text-transform: none;
	border-bottom: 1px #3b6e8f dotted;
	text-align: left;		
	width: 263px;
}

#navigation ul li:hover ul#subnav-practice li a {
	width: 145px;	
}

#navigation ul li:hover ul li a:hover {
	background:#e1ae34; 
	color:#fff;
	border-bottom: 1px #fff dotted;
}
#navigation ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:105px; 
	top:0;
}
#navigation ul li:hover ul li:hover ul.left {
	left:-105px;
}


/*
Content
*/

.grid-green {
	background: url('../images/layout/bg-body-green.jpg') top left repeat-y;
}

.grid-blue {
	background: url('../images/layout/bg-body-blue.jpg') top left repeat-y;
}

.grid-im-repeat {
	background: url('../images/layout/bg-body-im.jpg') top left repeat-y;
}

.grid-im {
	background: url('../images/layout/bg-body-im-full.jpg') top left no-repeat;
}

.grid-im-goodman {
	background: url('../images/layout/bg-body-im-full-2.jpg') top left no-repeat;
}


#wrapper {
	height: 100%;	
	height: auto;
	display: block;
}

#wrapper a, #wrapper a:visited {
	font-style: italic;
	color: #2c95b5;
}	

#wrapper a:hover {
	text-decoration: none;
	border-bottom: 1px #2c95b5 dotted;
}	

#content {
	width: 599px;	
	border-right: 3px solid white;
}

#random-lg {
	width: 398px;	
}

#random-sm-1, #random-sm-2 {
	width: 197px;	
}

#random-sm-2 {	
	margin: 0;
	border-bottom: 3px solid white;
}

#main {
	width: 374px;
	padding: 3px 12px;
	margin: 3px 0 0 0;
}

#main-wide {
	width: 574px;
	padding: 3px 12px;
	margin: 3px 0 0 0;
	
}

.main-wide-im {
	background: url('../images/layout/bg-im.jpg') top right no-repeat;
}

#mid {
	width: 197px;	
	padding: 3px 0;
	margin: 8px 0 0 0;
}


/*
Sidebar
*/

#sidebar {
	width: 172px;
	height: 100%;
	display: block;
	padding: 3px 12px;
	margin: 0;
}

.sidebar-im {
	background: url('../images/layout/bg-im-side.jpg') top left no-repeat;
}

#sidebar img {
	margin: 10px 0;	
}

#sidebar a.sub-active {
	color: #e1ae34;
}


/*
Footer
*/

#footer {
	display: block;
	width: 100%;
	height: 130px;
	border-top: 4px solid #3b6e8f;	
	margin: 3px 0 0 0;
	font-size: .8em;
	font-family: Helvetica, san-serif;
	background: #fff;
}

#footer-info {
	width: 465px;
	padding: 28px 0 0 14px;
}

#footer-info #footer-nav {
	text-transform: lowercase;	
}

#footer-info #footer-nav a, #footer-info #footer-nav a:visited {
	color: #2c95b5;
}

#footer-info #footer-nav a:hover {
	text-decoration: none;
	border-bottom: 1px #3b6e8f dotted;
}

#footer-nyu {
	width: 265px;
	padding: 15px 5px 0 0;	
}



#sidebar .grey, a.grey, p a.grey, #sidebar p.grey a {
	color: #7e7e7e;	
}

#main-wide ul {
	margin: 0 0 0 25px;	
}

#main-wide ul li {
	margin: 0 0 6px 0;	
}

.caption {
	font-style: italic;
	color: #2c95b5;
	font-size: .9em;
}