/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

/* Global */

body {
	background: #fff url('i/bg.png') top center repeat-x;
	font-family: arial, sans-serif;
	color: #2e2e2e;
	text-align: center;
	font-size: 100%;
	}

a, a:visited {
	color: #ff7800;
	text-decoration: none;
	}

a:hover, a:active {
	color: #2d7d7f;
	text-decoration: none;
	}
	 
strong, b {
	font-weight: bold;
	}

em, i {
	font-style: italic;
	}

input, textarea {
	font-family: arial, sans-serif;
	font-size: 100%;
	}

input {
	}

textarea {
	}

hr {
	border: 0;
	background: #d9e4e4;
	color: #d9e4e4;
	height: 1px;
	clear: both;
	margin: 10px 0px;
	}

code {
	color: green;
	background: #FAFAFA;
	padding: 0 3px;
	border: 1px solid #EAEAEA;
	}

/* Site Specific */

#container, #header, #nav, #body, #footer {
	clear: both;
	position: relative;
	text-align: left;
	}

#container {
	margin: 0 auto;
	width: 880px;
	}

#header, #nav, #body, #footer {
	float: left;
	font-size: 0.75em;
	padding: 0 27px;
	width: 826px;
	}
	
#header {
	background: url('i/bg_header.png') no-repeat;
	height: 78px;
	}
	
	#header #logo {
		}
	#header #logoTemp {
	margin-left:330px;
	margin-bottom:5px;	
		}
	
#nav {
	background: #fff url('i/bg_nav.png') no-repeat;
	padding: 12px 27px;
	}
	
	#nav ul {
		background: #2d7d7f;
		float: left;
		padding: 5px 0;
		width: 826px;
		}
		
		#nav ul li {
			border-right: 1px dotted #fff;
			color: #fff;
			display: inline;
			float: left;
			font-family: "Times New Roman", Times, serif;
			font-size: 1.0em;
			padding: 3px 14px;
			text-transform: uppercase;
			}
			
			#nav ul li.last {
				border: 0;
				}
			
			#nav ul li.current a {
				color: #ccd7d7;
				}
			
			#nav ul li a {
				color: #fff;
				}
			
			#nav ul li a:hover {
				color: #ccd7d7;
				}

#body {
	background: #fff url('i/bg_body.png') repeat-y;
	}
	
	#body #content {
		float: left;
		width: 562px;
		}
		
		#body #content #herobanner {
			background: #eaeded;
			border: 1px solid #cee0e1;
			height: 339px;
			margin-bottom: 20px;
			width: 560px;
			}
		
		#body #content h1 {
			color: #6db0b2;
			font-family: "Times New Roman", Times, serif;
			font-size: 2.0em;
			font-weight: normal;
			margin-bottom: 10px;
			}
		
		#body #content h2 {
			color: #8f9e9e;
			font-family: "Times New Roman", Times, serif;
			font-size: 1.6em;
			margin-bottom: 5px;
			margin-top: 20px;
			}
		
		#body #content p {
			line-height: 1.4em;
			margin-bottom: 15px;
			}
		
		#body #content ol {
			list-style-type: decimal;
			}
		
		#body #content ul {
			list-style-type: disc;
			}
		
		#body #content ol, #body #content ul {
			margin-bottom: 15px;
			margin-left: 45px;
			}
		
		#body #content li {
			line-height: 1.3em;
			}
		
		#body #content blockquote {
			font-family: "Times New Roman", Times, serif;
			font-size: 1.2em;
			font-style: italic;
			margin: 0 45px;
			}
		
		#body #content p a {
			border-bottom: 1px dotted #ff7800;
			}
		
		#body #content p a:hover {
			border: 0;
			}
		
		/* Contact */
		
		#body #content .contactinfo {
			clear: both;
			float: left;
			width: 562px;
			}
			
			#body #content .locations {
				border-left: 1px solid #d9e4e4;
				float: right;
				padding-left: 12px; 
				width: 269px;
				}
				
				#body #content .location {
					border-bottom: 1px solid #d9e4e4;
					padding-bottom: 20px;
					margin-bottom: 20px;
					}
				
				#body #content .locations h2 {
					font-size: 1.25em;
					margin-top: 10px;
					}
				
				#body #content .locations p {
					margin: 0;
					padding: 5px 0 5px 75px;
					position: relative;
					width: 194px;
					}
					
					#body #content .locations p.map {
						padding-left: 0;
						text-align: right;
						width: 269px;
						}
						
						#body #content .location p.map img {
							float: left;
							}
						
						#body #content .locations p.map a, #body #content .locations p.map a:visited {
							clear: both;
							text-decoration: none;
							}
				
					#body #content .locations p label {
						color: #8f9e9e;
						font-size: 0.9em;
						position: absolute;
						left: 0;
						top: 5px;
						}
		
		/* Admissions */
		
		#body #content.admissions ul {
			margin: 0 0 20px;
			padding: 0;
			list-style-type: none;
			}
		
		#body #content.admissions li {
			padding-left: 300px;
			position: relative;
			width: 262px;
			}
			
			#body #content.admissions li strong {
				font-weight: normal;
				position: absolute;
				left: 0;
				top: 0;
				width: 120px;
				}
			
			#body #content.admissions li em {
				font-style: normal;
				position: absolute;
				left: 140px;
				top: 0;
				width: 180px;
				}
		
		/* Sitemap */
		
		#body #content #sitemap {
			list-style-type: none;
			margin: 0 0 20px;
			}
			
			#body #content #sitemap li {
				border-bottom: 1px dotted #d9e4e4;
				padding: 10px;
				}
				
				#body #content #sitemap li:hover {
					background: #d9e4e4;
					}
			
			#body #content #sitemap li a {
				color: #8f9e9e;
				display: block;
				font-family: "Times New Roman", Times, serif;
				font-size: 1.3em;
				}
					
				#body #content #sitemap li:hover a {
					color: #555;
					}
		
			#body #content #sitemap li a:hover {
				color: #555;
				}
				
				#body #content #sitemap li ul {
					list-style-type: disc;
					margin: 10px 0 0 30px;
					}
				
				#body #content #sitemap li li {
					border: 0;
					padding: 3px 0;
					}
				
				#body #content #sitemap li li a, #body #content #sitemap li:hover li a {
					color: #2d7d7f;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 1.0em;
					}
				
				#body #content #sitemap li li a:hover {
					color: #ff7800;
					}
		
		/* WP Email */
		
		#body #content #wp-email input, #body #content #wp-email textarea {
			background: #fff;
			border: 0;
			border: 2px solid #d9e4e4; 
			padding: 5px;
			width: 548px;
			}
		
			#body #content #wp-email {
				width: 562px;
				float: left;
				}
		
			#body #content #wp-email #imageverify {
				width: auto;
				}
			
			#body #content #wp-email label {
				font-family: arial, sans-serif;
				font-weight: normal;
				line-height: 1.4em;
				margin-bottom: 10px;
				}
			
			#body #content #wp-email em {
				color: #6db0b2;
				font-family: arial, sans-serif;
				font-size: 0.9em;
				font-weight: normal;
				margin-bottom: 5px;
				}
			
			#body #content #wp-email p {
				clear: both;
				}
			
			#body #content #wp-email img {
				border: 0;
				vertical-align: middle;
				}
			
			#body #content #wp-email #imageverify {
				vertical-align: middle;
				}
			
			#body #content #wp-email #wp-email-submit {
				background: #6db0b2;
				border: 0;
				color: #fff;
				float: left;
				font-size: 0.8em;
				font-weight: bold;
				padding: 3px;
				text-transform: uppercase;
				width: auto;
				}
					
				#body #content #wp-email #wp-email-submit:hover {
					background: #ccd7d7;
					color: #2e2e2e;
					}		
	
	#body #sidebar {
		float: right;
		width: 251px;
		}
		
		#body #sidebar ul {
			background: #f8fafa;
			border: 1px solid #cee0e1;
			float: left;
			width: 249px;
			}
		
		#body #sidebar li {
			clear: both;
			float: left;
			width: 249px;
			}
		
		#body #sidebar li h5 {
			background: #6db0b2;
			color: #fff;
			font-family: "Times New Roman", Times, serif;
			font-size: 1.1em;
			padding: 10px 13px;
			text-transform: uppercase;
			width: 223px;
			}
		
		#body #sidebar li p {
			line-height: 1.3em;
			margin-bottom: 10px;
			}
		
		#body #sidebar li ul {
			border: 0px;
			}
			
			#body #sidebar li li {
				background: #d9e4e4;
				float: left;
				}
			
			#body #sidebar li li a {
				border-bottom: 1px solid #fff;
				color: #2e2e2e;
				display: block;
				float: left;
				padding: 10px 13px;
				width: 223px;
				}
			
			#body #sidebar li li a:hover {
				background: #ccd7d7;
				}
			
			#body #sidebar li li.current_page_item a {
				background: #ccd7d7;
				font-weight: bold;
				}
		
			#body #sidebar #upcomingevents div.scroll {
				float: left;
				clear: both;
				padding: 14px 14px 4px;
				width: 223px;
				}
				
				#body #sidebar #upcomingevents div.pointer {
					float: left;
					}
			
				#body #sidebar #upcomingevents div.scroll strong {
					color: #636b6b;
					font-weight: bold;
					padding: 0;
					margin: 0 0 3px;
					}
				
				#body #sidebar #upcomingevents div.scroll p {
					margin: 0 0 15px;
					}
			
			#body #sidebar #downloadnewsletter {
				padding: 10px 0;
				text-align: center;
				}
	
	#footer {
		background: url('i/bg_footer.png') no-repeat;
		padding: 35px 27px;
		}
		
		#footer p {
			color: #b3bdbd;
			font-size: 0.9em;
			padding-bottom: 10px;
			text-align: center;
			}
		
		#footer a {
			color: #b3bdbd;
			text-decoration: underline;
			}
		
		#footer a:hover {
			color: #2d7d7f;
			}
	
.alignleft {
	float: left;
	margin-right: 12px;
	}
	
	img.alignleft, img.alignright {
		background: #d9e4e4;
		border: 1px solid #cee0e1;
		padding: 5px;
		}

.alignright {
	float: right;
	margin-left: 12px;
	}