/*  *********************************************  BODY  STYLE *********************************************** */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color: #52565F;
	}
a img {
	border: 0px;
	}
	
	
/*  *********************************************  ADDRESS  STYLE *********************************************** */

div#mn-address p {
	line-height: 18px;
	float: right;
	margin: 30px 15px 0 35px;
	}

div#mn-address a.contact {
	color: #FFF;
	text-decoration: none;
	}
	div#mn-address a.contact:hover {
		color: #EBC99B;
		text-decoration: none;
		}

div#mn-address a.maps {
	color: #EBC99B;
	text-decoration: none;
	}
	div#mn-address a.maps:hover {
		color: #FFF;
		text-decoration: none;
		}

div#mn-address .nyu {
	color : #FFF;
	text-transform:uppercase;
	}


/*  *********************************************  CONTENT  STYLE *********************************************** */

div#mn-content {
	line-height: 20px;
	}

div#mn-content p {
	}
	div#mn-content strong {
		color: #305683;
		}

div#mn-content ul {
		margin:0;
		padding: 0 0 15px 20px;
		}
	div#mn-content li {
	padding-left: 5px;
	list-style-image: url(../images/arrow_01.gif);
		}

div#mn-content a {
	color:#305683;
	text-decoration:none;
	}
	div#mn-content a:hover {
		text-decoration:underline;
		}


/*  *********************************************  SIDEBAR  STYLE *********************************************** */



div#mn-sidebar {
	line-height: 20px;
	}

div#mn-sidebar ul {
	margin:0;
	padding: 12px 0 15px 20px;
	line-height: 24px;
	list-style:url(../images/bullet.gif)
		}
	div#mn-sidebar li {
		}

div#mn-sidebar a {
	color:#435770;
	text-decoration:none;
	}
	div#mn-sidebar a:hover {
		text-decoration:underline;

		}



/*  *********************************************  FOOTER  STYLE *********************************************** */



div#mn-footer {
	line-height: 20px;
	font-size: 11px;
	color: #FFF;
	}
	#mn-footer p {
	float: right;
	text-align: right;
	padding: 0;
	margin: 11px 0 0 0;
	width: 500px;
		}
	#mn-footer ul {
	float: left;
	padding: 0;
	margin: 8px 0 0 0;
	width: 430px;
	list-style-type: none;
		}
		#mn-footer li {
			display: inline;
			padding-right: 10px;
			}
	#mn-footer a {
		color: #EBC99B;
		text-decoration: none;
		}
		#mn-footer a:hover {
			text-decoration:underline;
			}
	
	
	
	
/*  *********************************************  HEADER TAGS *********************************************** */



/*Link Text*/
H1, #mn-sidebar .header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color:#2C4564;
	margin: 0 0 0 -5px;
	padding: 10px 0 25px 0;
	font-size: 30px;
	}

H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color:#2C4564;
	margin: 0 0 0 -5px;
	padding: 10px 0;
	font-size: 20px;
	}


/*  *********************************************   PICTURES   *********************************************** */


.picborder {
	border: 1px solid;
	border-color:#E0E7EF;
	padding: 2px;
	margin: 2px auto;
}

.picborder:hover{
	border: 1px solid;
	border-color:#fff;
	padding: 2px;
	margin: 2px auto;
	background-color:#fff;
}

.picRight {
	border: 1px solid;
	border-color:#CCCCCC;
	float:right;
	margin-left:10px;
	margin-top:5px;
	padding: 3px;
	background-color: #ffffff;
}
.picRightnoborder {
	float:right; 
	margin-left:20px;
}
.picLeft {
	border: 1px solid #1C5596;
	float:left;
	margin-right:10px;
    margin-top:5px;
}
.picLeftnoborder {
	float: left;
	margin-right: 20px;
	}



/*  *********************************************   CONTENT ELEMENTS  *********************************************** */


hr {
	width: 80%;
	border: 1px solid #ccc;
	text-align: center;
	margin: 10px auto;
	}
div.spacer{clear:both; height:10px; display:block;}

#seofooter {
	clear: both;
	float: left;
	width: 940px;
	padding:5px 25px;
	margin: 0 auto;
	color: #ccc;
	font-size: 11px;
}
	#seofooter a {
		color: #ccc;
		text-decoration: none;
		}
		#seofooter a:hover {
		color: #EBC99B;
			text-decoration:underline;
			}