
/*----------------------------------------
Q2 CSS Framework v1.1
Developed by: Q2 Interactive | david.krasensky@q2.cz
Based on: Elements CSS Framework | http://elements.projectdesigns.org
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("reset.css");
/* @import url("externalLinks.css"); */


/* Elements
----------------------------------------*/
html {
	height: 100%;
}
body
{
	font-family: "Trebuchet MS", Arial;
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
	line-height: 150%;
	height: 100%;
	background-image: url(../img/web-bg.jpg); /* ie6 fix */
	background-repeat: repeat-x;
}

/*--- Link Styles ---*/
a
{
	color: #255823;
	text-decoration: underline;
}

a:hover
{
	color: #255823;
	text-decoration: none;
}


/* Standard Definitions
----------------------------------------*/
h1 {
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 20px 0;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 20px 0;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 4px 0 10px 0;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0 2px 0;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0 10px 0;
}

h6 {
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0 10px 0;
}

blockquote	{
	margin: 0 0 18px 18px; 
	color: #666666; 
	font-style: italic;
}
strong	{
	font-weight: bold;
}
em	{
	font-style: italic;
}

.hide {
	display: none;
}
.nobg {
	background-image: none;
}
/* http://www.positioniseverything.net/easyclearing.html */
.clear {
	clear: both;
}
.clear:after { /* fixed > fix-ie.css */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* Forms
----------------------------------------*/

input.text {
	padding: 1px 4px;
	border: 1px solid #BBBBBB;
}
textarea {
	padding: 1px 4px;
	border: 1px solid #BBBBBB;
}
input.text:focus, textarea:focus {
	border: 1px solid #000000;
}

.error, .notice, .success {
	padding: 10px; 
	border: 2px solid #dddddd;
	margin: 10px 0;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.error a {
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.notice a {
	color: #514721;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.success a {
	color: #264409;
}



#web-container {
	
}


/* Header
----------------------------------------*/

#header {
	width: 960px;	
	margin: 0px auto;	
}
	#header .header-photos {
		padding: 71px 0 0 0;
	}
	#header .menu {
		height: 42px; /* 52 */
		background-image: url(../img/menu-bg.png); /* ie6 fix */
		background-repeat: no-repeat;
		background-position: left bottom;
		padding: 10px 20px 0 20px;
	}
		#header .menu a {
			color: #ffffff;
			padding: 0 15px 0 10px;
			font-size: 16px;
			font-family: "Arial Narrow", Arial;
			text-decoration: none;
			border-right: 1px solid #53614F;
		}
			#header .menu a.last {
				border-width: 0;
			}
			#header .menu a:hover {
				color: #aaafaa;
			}
	#header #logo {
		position:absolute
	}

	
	
	
	
		
/* Content
----------------------------------------*/
#content-wrapper {
	background-image: url(../img/content-bg.png); /* ie6 fix */
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	width: 960px;	
	margin: 0px auto;
}
	#content .main {
		width: 625px;	
		padding: 30px;
		float: left;
		background-color: #ffffff;
	}
		#content .main .welcome-box {
			font-size: 14px;
			line-height: 24px;
			height: 230px; /* fix ie */
		}
			#content .main h1 {
				font-size: 22px;
				font-weight: bold;
				text-transform: uppercase;
				color: #368F47;
				margin: 0 0 20px 0;
				padding: 0 0 15px 0;
				border-bottom: 1px solid #C6C4C4
			}
			#content .main .welcome-box .photo {
				float: left;
				border: 1px solid #368F47;
				padding: 1px;
				margin: 0 20px 0 0;
			}
			#content .main .welcome-box a.read-more {
				font-size: 14px;
				color: #ffffff;
				background-image: url(../img/button-read.png);
				background-repeat: no-repeat;
				width: 108px;
				height: 26px;
				display: block;
				text-align: center;
				float: right;
				cursor: pointer;
			}
		#content .main .news-box {
			padding: 34px 0 0 0;
		}
			#content .main .news-box h2 {
				text-transform: uppercase;
				font-size: 18px;
				font-weight: bold;
				margin: 0 0 20px 0;
				padding: 0 0 20px 0;
				border-bottom: 1px solid #D9D9D9;
				color: #000000;
			}
			#content .main .news-box a.read-more {
				font-size: 14px;
				color: #ffffff;
				background-image: url(../img/button-read-big.png);
				background-repeat: no-repeat;
				width: 130px;
				height: 22px;
				padding: 4px 0 0 0;				
				display: block;
				text-align: center;
				float: right;
				cursor: pointer;
			}
			#content .main .news-box .sep {
				border-top: 1px solid #D9D9D9;
				margin: -20px 0 4px 0;
				padding: 10px 0 0 0;
			}
			#content .main .news-box .news-item {
				padding: 0 0 20px 0;
				line-height: 20px;
			}
				#content .main .news-box .news-item h3 {
					text-transform: uppercase;
					font-size: 16px;
					font-weight: bold;
					margin: 0;
					padding: 0 0 10px 0;
				}
				#content .main .news-box .news-item .date {
					background-image: url(../img/news-date-bg.png);
					background-repeat: no-repeat;
					float: left;
					color: #ffffff;
					font-weight: normal;
					font-size: 12px;
					width: 93px;
					height: 18px;
					padding: 2px 0 0 0;
					text-align: center;
					margin: 0 10px 0 0;
				}
				#content .main .news-box .news-item a.read-more {
					font-size: 14px;
					color: #ffffff;
					background-image: url(../img/button-read-big.png);
					background-repeat: no-repeat;
					width: 130px;
					height: 24px;
					padding: 2px 0 0 0;
					margin: 4px 0 4px 0;
					display: block;
					text-align: center;
					float: right;
					cursor: pointer;
				}
		
		
		#content .main#school ul {
			list-style-type: disc;
			padding: 0 0 20px 20px;
		}
			#content .main#school li {
				padding: 4px 0;
			}
				#content .main#school .school-menu {
					padding: 0 0 20px 0;
				}
					#content .main#school .school-menu a {
						font-size: 13px;
						border-right: 1px solid #c0c0c0;
						padding: 0 10px 0 5px;
					}
						#content .main#school .school-menu a.first {
							padding-left: 0;
						}
						#content .main#school .school-menu a.last {
							border-width: 0;
						}
		
		#content .main .gallery-item {
			padding: 0 0 20px 0;
		}
		#content .main .gallery {
			margin: 20px 0;
		}
			#content .main .gallery td {
				width: 200px;
				padding: 0 10px 10px 0;
				text-align: center;
			}
		#content .main .listing {
			padding: 10px 0 20px 0;
			border-top: 1px solid #C6C4C4;
			text-align: center;
		}
			#content .main .listing a {
				padding: 0 3px;
			}
				#content .main .listing a.active {
					text-decoration: none;
					font-weight: bold;
					color: #aaaaaa;
				}
		#content .main .newsletter-box {
			padding: 20px 0;
			border-bottom: 1px solid #E6E6E6;
		}
			#content .main .newsletter-box .button {
				position: relative;
				top: 6px;
			}
			#content .main .newsletter-box .input {
				width: 140px;
				padding: 2px 2px;
				border: 1px solid #B6B6B6;
			}
			

			
			
	
	
	#content .sidebar {
		width: 275px;			
		float: left;
	}
		#content .sidebar h4 {
			text-transform: uppercase;
			font-size: 18px;
			font-weight: bold;
			margin: 0 0 20px 0;
			padding: 0 0 20px 0;
			border-bottom: 1px solid #D9D9D9;
		}
		#content .sidebar .contact {
			background-color: #888888; /* IE fix */
			padding: 30px;
			color: #E6E6E6;
		}
			#content .sidebar .contact a {
				color: #E6E6E6;
			}	
			#content .sidebar .contact h4 {
				border-bottom: 1px solid #C6C4C4;
				color: #ffffff;
			}	
			#content .sidebar .contact .sep {
				border-bottom: 1px solid #C6C4C4;
				height: 1px;
				line-height: 1px;
				margin: 8px 0 12px 0;
			}		
		#content .sidebar .hours {
			background-color: #E6E6E6; /* ie fix */
			padding: 30px;
			color: #888888;
		}
			#content .sidebar .hours h4 {
				color: #000000;
			}
			#content .sidebar .hours a {
				color: #333333;
			}
		#content .sidebar .search-box {
			padding: 20px 30px;
		}
			#content .sidebar .search-box .button {
				float: right;
			}
			#content .sidebar .search-box .input {
				width: 140px;
				padding: 2px 2px;
				border: 1px solid #B6B6B6;
			}
	
		
		
		
		
	
	





/* Footer
----------------------------------------*/
#footer-wrapper {
	height: 154px;
	background-image: url(../img/footer-bg.jpg);
	background-repeat: repeat-x;
}
#footer {
	width: 900px;	
	margin: 0px auto;
	color: #aaaaaa;
	padding: 86px 30px 0 30px;
	font-size: 11px;
}
	#footer a {
		color: #aaaaaa;
	}
	#footer .copyright {
		float: left;
	}
	#footer .menu {
		float: right;
		text-align: right;
	}
		#footer .menu a {
			margin: 0 0 0 10px;
		}









