/***** General Styles ******/

.clear {
	clear:both;
}

body {
	/* background:#f2f2f2;*/
	background:#FDFCCC;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#404040;
	behavior: url("assets/js/csshover3.htc"); 
}

ul {
	list-style-type:disc;
	margin:0px 0px 20px 40px;
	font-size:11px;
	font-weight:normal;
	color:#404040;
	line-height:18px;
}

ol ul, ol ul ul { margin-bottom: 0px; }

ol {
	list-style-type:decimal;
	margin:0px 0px 20px 40px;
	font-size:11px;
	font-weight:normal;
	color:#404040;
	line-height:18px;
}

blockquote {
	margin-left:20px;
	border-left:3px solid #999;
	font-size:11px;
	font-weight:normal;
	color:#404040;
	margin-bottom:25px;
	line-height:18px;
	padding-left:10px;
	font-style:italic;
}

p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	color:#404040;
	margin-bottom:20px;
	line-height:20px;
}

h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#97073c;
	margin-bottom:20px;
	line-height:24px;
}

h2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#97073c;
	margin-bottom:15px;
}

h2 em {
	font-style:normal;
	color:#97073c;
}

h3 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#97073c;
	margin-bottom:10px;
}

h4 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#404040;
	line-height:18px;
}

h5 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#404040;
	margin-bottom:10px;
}

h6 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:8px;
	font-weight:normal;
	color:#404040;
	margin-bottom:10px;
}

a:link, a:active, a:visited {
	font-size:12px;
	font-weight:normal;
	color:#97073c;
	margin-bottom:25px;
	line-height:18px;
	text-decoration:underline;
}

a:hover {
	color: #404040;
	text-decoration:underline;
}

#wrap {
	width:1000px;
	margin: 0px auto;
}

/***** Header Styles ******/

#header {
	background:#97073c;
	height:70px;
	margin:0px auto;
	width:955px;
	padding:20px 15px 20px 30px;
	z-index: 10;
}

#logo {
	width:142px;
	float:left;
	margin: -12px 0px 0px -20px;
	position:absolute;
	z-index: 900;
}

/****** Drop Down Sub Navigation Styles *****/

.dropDowns { 
	position: absolute;
	margin-top: 30px;
	margin-left: -1px;
}

.dropDowns H2 { display:none; }

.dropDowns ul.subnav {
	list-style:none;
	margin:0px;
	width: 200px;
	border: 0px;
}

.dropDowns ul.subnav li {
	border: 0px;
	height:25px;
	width: 206px;
	border: 0px;
}

.dropDowns ul.subnav li.last {
	border: 0px;
}

.dropDowns ul.subnav li a:link, .dropDowns ul.subnav li a:active, .dropDowns ul.subnav li a:visited {
	text-decoration:none;
	color:#414141;
	display:block;
	padding:5px 10px 10px 10px;
	text-align:left !important;
	font-size:12px !important;
	width: 185px;
	height:20px;
	background:#97073c;
	border: 0px !important;
}

.dropDowns ul.subnav li a:hover {
	background:#FDFCCC;
	color:#97073c !important;
/*	border-left:3px solid #97073c;*/
	width:185px;
	height:20px;
}

/***** Drop Down Menus ******/

#aboutMenu {
}

#enrollmentMenu {
}

#chineseMenu {
}

#servicesMenu {
}

#resourcesMenu {
}

#getInvolvedMenu {
	margin-left: -6px;
}

/***** Navigation Styles *****/

#nav{
float:right;
list-style-type: none;
margin:20px 0px 0px 0px;
}

#nav li{
float:left;
}

#nav li a:link, #nav li a:active, #nav li a:visited {
display:block;
/*width:100px;*/
padding:6px 10px;
text-decoration: none;
line-height: 20px;
outline: none;
text-align:right;
font-size: 16px;
color:#CCC;
border-right:1px solid #CCC;
}

#nav li a:hover, #nav li.selected a {
color:#FFF;
border-right:1px solid #FFF;
}

#nav li a span{
display:block;
font-size: 12px;
}

/***** Featured Area Styles ******/

#featured {
	width:1000px;
	margin:0px auto;
	height:350px;
	border-top: #CCCC99 3px solid;
	background: #CCCC99 url(../supportImages/nlaeEagleFlashBG.gif) 300px 2px no-repeat;
}

#cu3er-container {
	z-index: 1;
}

/***** Main Content Styles ******/

#main {
	width:958px;
	margin:0 auto;
	padding:30px 20px;
	overflow:hidden;
	border:1px solid #cdcdcd;
	border-top: #CCCC99 3px solid;
	background: #FFFFFF url(../supportImages/nlaeEagleSubNavBG.jpg) bottom right no-repeat;
}

/*
#main img {
	padding:5px;
	border:1px solid #cdcdcd;
}

.column_small img, .column_medium img, .column_large img {
	padding:5px;
	border:1px solid #cdcdcd;
}
*/

.column_small {
	width:290px;
	border-right:1px solid #d4d7dd;
	padding-right:15px;
	float:left;
	margin-right:15px;
}

.column_medium {
	width:590px;
	border-right:1px solid #d4d7dd;
	padding-right:25px;
	padding-left: 10px;
	float:left;
	margin-right:15px;
	padding-bottom:0;
}

.column_large {
	width:960px;
	float:left;
}

.column_last {
	border-right:0;
	margin-right:0;
	padding-right:0;
}

.quick-callout {
	margin-bottom: 10px;
	border-bottom: #cdcdcd 1px solid;
}

/* Home page event listings */

.homeevent {
	border-bottom:1px solid #cdcdcd;
	padding:0px 0px 7px 0px;
	margin:0px 0px 7px 0px;
}
.homeevent h4 a {
	color:#97073c;
	font-weight:bold;
}

.homeevent h4 a:hover {
	color:#404040;
}

.homeevent p {
	line-height:12px;
	padding:0;	
	margin:2px 0px 0px 0px;
}

/* End home page event listings */

.eventpod {
	padding:10px 5px 10px 5px;
	margin:5px 0px 5px 0px;
	border-bottom:1px solid #CDCDCD;
}

.eventpod h2 {
	margin:0; padding:0; 
}

.eventpod h2 a {
	color:#97073c;
	font-weight:bold;
}

.eventpod h2 a:hover {
	color:#404040;
}

.eventpod p {
	line-height:13px;
	padding:0;	
	margin:3px 0px 0px 0px;
}

.recentpost {
	border-bottom:1px solid #cdcdcd;
	padding:0px 0px 20px 0px;
	margin:0px 0px 20px 0px;
}

.recentpost h4 a {
	color:#404040;
	font-weight:bold;
}

.recentpost h4 a:hover {
	color:#97073c;
	text-decoration:none;
}

.recentpost p {
	padding:0;	
	margin:0;
}

.recentpost_last {
	border:0;
	margin:0;
	padding:0;
}

#blog_entries .excerpt {
	margin-bottom:25px;
	padding-bottom:25px;	
	border-bottom:1px solid #cdcdcd;
}

#blog_entries_last {
	margin-bottom:0;
}

.excerpt h1 a:link, .excerpt h1 a:active, .excerpt h1 a:visited {
	font-size:24px;
	font-weight:normal;
	color:#404040;
	margin-bottom:20px;
	line-height:24px;
}

.excerpt h1 a:hover {
	color:#97073c;
	text-decoration:none;
}

.excerpt .snippet {
	font-size:11px;
	font-weight:normal;
	color:#404040;
	margin-bottom:25px;
	line-height:22px;
}

.excerpt .snippet img {
	float:left;
	margin:0px 15px 0px 0px;
}

.excerpt .snippet .meta, .excerpt .snippet .meta a {
	font-size:10px;
	margin-bottom:10px;	
}

.excerpt {
	margin-bottom:25px;
}

.pagination {
	float:right;
}

.pagination li {
	display:inline;
	list-style:none;
}

.pagination li a:link, .pagination li a:active, .pagination li a:visited {
	background:#404040;
	border:1px solid #cdcdcd;
	padding:4px;
	color:#eaeaea;
}

.pagination li a:hover, .pagination li.current a:link, .pagination li.current a:active, .pagination li.current a:visited {
	background:#97073c;
	color:#eaeaea;
	text-decoration:none;
}

#comments {
	list-style:none;
	margin-left:0;
}

#comments li {
	width:590px;
}

#comments li .comment_left {
	float:left;
	width:100px;
	text-align:center;
}

#comments li .comment_left img {
	margin-bottom:10px;
}

#comments li .comment_right {
	float:left;
	width:490px;
	margin-bottom:20px;
}

#comments li .comment_right .name {
	float:left;
	width:290px;
}

#comments li .comment_right .date {
	float:right;
	width:200px;
	text-align:right;
}

.about_author, .about_us {
	width:300px;
}

.about_author img, .about_us img {
	float:left;
	padding:5px;
	border:1px solid #cdcdcd;
	margin:0px 10px 10px 0px;
}

#leave_comment, #contact_form {
	margin:30px 0px;
}

/***** Portfolio Styles ****/

.portfolio {
	margin:0;
	list-style:none;
}

.portfolio li {
	width:296px;
	float:left;
	margin-right:9px;
}

.portfolio_fullwidth li {
	margin-right:35px;
}

.portfolio li img {
	margin:0px 0px 15px 0px;
}

.portfolio li h3 a:link, .portfolio li h3 a:active, .portfolio li h3 a:visited {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#404040;
	margin-bottom:15px;
}

.portfolio li h3 a:hover {
	color:#97073c;
	margin-bottom:15px;
	text-decoration:none;
}

/****** Sub Navigation Styles *****/

ul.subnav {
	list-style:none;
	margin:25px 0px 25px 0px ;
}

ul.subnav li {
	border-top:1px solid #d4d7dd;
	height:30px;
	width:315px;
}

ul.subnav li.last {
	border-bottom:1px solid #d4d7dd;
}

ul.subnav li a:link, ul.subnav li a:active, ul.subnav li a:visited {
	text-decoration:none;
	color:#414141;
	width:300px;
	display:block;
	padding:5px 5px 5px 10px;
	height:20px;
}

ul.subnav li a:hover, ul.subnav li.current a {
	background:#F2F2F2;
	color:#97073c;
	border-left:3px solid #97073c;
	width:297px;
	height:20px;
}



/**** Form Styles ****/

input#name, input#email, input#url {
	background:#f2f2f2;
	border:1px solid #cdcdcd;
	padding:4px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	width:200px;
}

input#submit {
	background:#404040;
	border:1px solid #cdcdcd;
	padding:6px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#eaeaea;
}

input#submit:hover {
	background:#97073c;
	border:1px solid #cdcdcd;
	padding:6px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#eaeaea;
	cursor:pointer;
}

label {
	margin:10px;
}

textarea#comment, textarea#message {
	background:#f2f2f2;
	border:1px solid #cdcdcd;
	padding:4px;
	width:500px;
	height:150px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
}

/***** Adblock Styles *****/

ul.adblock {
	margin:0px 0px 20px 0px;
	width:300px;
	display: none;
}

ul.adblock li {
	display:inline;
}

ul.adblock li img {
	margin:5px;
	padding:5px;
	border:1px solid #cdcdcd;
}

/****** Blog Styles *****/

/***** Footer Styles ******/

#newsletter-signup {
	margin:0 auto;
	padding:5px;
	color:#97073c;
	background:#CCCC99;
	text-align: center;
}
#newsletter-signup .inputBox {
	background-color: #FDFCCC;
	border: #FFFFFF 1px solid;
	font-size:11px;
	font-weight: bold;
	color: #97073c;
	padding: 3px;
}
#newsletter-signup .inputButton {
	background-color: #FDFCCC;
	border: #FFFFFF 1px solid;
	font-size:11px;
	font-weight: bold;
	color: #97073c;
	padding: 2px;
}


#footer {
	width:960px;
	margin:0 auto;
	height:10px;
	padding:15px 20px;
	color:#eaeaea;
	background:#97073c;
	overflow:hidden;	
}

#copyright {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:9px;
	font-weight:normal;
	width:390px;
	float:left;
}

#footer_navigation {
	list-style:none;
	width:500px;
	float:right;
/*	margin:-5px;*/
	padding:0px;
	text-align:right;
}

#footer_navigation li {
	display:inline;
	padding:0px;	
}

#copyright a:link, #copyright a:active, #copyright a:visited, #footer_navigation li a:link, #footer_navigation li a:active, #footer_navigation li a:visited {
	text-decoration:none;
	margin:0px 5px;	
	font-size:10px;	
	padding:0px;
	color:#eaeaea;	
}

#copyright a:hover, #footer_navigation li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/* Home Page Alert Box */
#alert {
	text-align: center; padding: 10px; margin-bottom: 15px; font-size:20px; color:#FFFFFF; font-family:"Times New Roman", Times, serif; margin-right: 2px;
}

/* MODx Pagination */
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 86%;
    color: black;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #97073c;
    color: #fff;
}
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #97073c;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: black;
}
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}