/*-------
// global 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,b,u,i,center,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-size: 100%; vertical-align: baseline; background: transparent;
}
ol,ul { list-style: none; }
blockquote,q { quotes: none; }
blockquote:before,blockquote:after,q:before,q:after { content: ''; content: none; }
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 2px 3px; font-size: 100%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; }
select { font-size: 100%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.required {
	font-size: 12px;
	color: #cc0000;
}

.required2 {
	font-size: 11px;
	color: #cc0000;
}

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }
a.inv:link, a.inv:visited { text-decoration: underline; }
a.inv:link:hover, a.inv:visited:hover { text-decoration: none; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



/*-------
// custom styles
//-----*/

a:link, a:visited { 
	color: #3c2d09;
}
a:visited { 
}
a:link:hover, a:visited:hover {
}

html { height: 100.01%; }
body {
	font-family: Arial, sans-serif;
	background: #3c2d09 url(../img/body-bg.png) no-repeat 0 0;
	padding: 122px 0 10px;
}






#page {
	width: 900px;
	margin: 0 auto 15px;
	font-size: 1.1em;
	text-align: left;
	color: #000000;
	background: #e9dec5 url(../img/page-bg.gif) repeat-y 0 0;
}

#page2 {
	background: url(../img/page-b.png) no-repeat 0 100%;
}

#page3 {
	background: url(../img/page-t.png) no-repeat 0 0;
	padding: 0 0 40px;
}



#pagelbc {
	width: 900px;
	margin: 0 auto 15px;
	font-size: 1.1em;
	text-align: left;
	color: #000000;
	background: #e9dec5 url(../img/page-bg-lbc.gif) repeat-y 0 0;
}

#page2lbc {
	background: url(../img/page-b-lbc.png) no-repeat 0 100%;
}










#top {
	position: relative;
	height: 58px;
	font-family: Verdana, sans-serif;
}
	#logo {
		float: left;
		padding: 11px 40px 0 30px;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 179px;
			height: 36px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(../img/logo-1.png) no-repeat 0 0;
			}
	#menu {
		float: left;
		padding: 35px 0 0;
		font-size: 90.91%;
		text-transform: uppercase;
	}
		#menu ul {
		}
			#menu li {
				float: left;
				background: url(../img/menu-sep.gif) no-repeat 100% 0;
			}
			#menu li.last {
				background: none;
			}
				#menu li a:link, #menu li a:visited {
					display: block;
					float: left;
					padding: 0 20px;
					color: #3c2d09;
				}
				#menu li a:link:hover, #menu li a:visited:hover,
				#menu li.active a:link, #menu li.active a:visited {
				}
	#specials {
		float: right;
		padding: 31px 4px 0 0;
		font-size: 90.91%;
		font-weight: bold;
	}
		#specials a:link, #specials a:visited {
			display: block;
			width: 171px;
			height: 27px;
			overflow: hidden;
			text-align: center;
			line-height: 30px;
			color: #FFFFFF;
			text-transform: uppercase;
			background: url(../img/but-1.png) no-repeat 0 0;
		}

#flash {
	width: 880px;
	height: 468px;
	padding-left: 10px;
}

#menu2 {
	margin: 0 50px 25px 60px;
	width: 790px;
	overflow: hidden;
	font-family: Verdana, sans-serif;
}

#menu2 h2 {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #003e7a;
	text-transform: uppercase;
}

#menu2 ul {
	float: right;
	width: 560px;
	overflow: hidden;
	padding: 5px 0 0;
	font-size: 11px;
}

#menu2 li {
	float: left;
	margin: 0 25px 0 0;
}

#menu2 li.r {
	float: right;
	margin: 0 0 0 25px;
}

#menu2 li a:link, #menu2 li a:visited {
	display: block;
	float: left;
	text-transform: uppercase;
	color: #3c2d09;
}

#menu2 li a:hover {
	color: #003e7a;
}








#wrap {
	margin: 0 35px;
	width: 830px;
}

#wrap p {
	line-height: 1.75;
	margin: 0 25px 1.5em 25px;
}

#wrap ul {
	list-style: square;
	color: #77beea;
	margin: 0 25px 1em 45px;
	line-height: 1.35;
}


#wrap p a:hover {
	color: #003e7a;
}


#wrap h2 {
	margin: 0 -25px 10px;
	padding: 0 50px;
	font-family: Verdana, sans-serif;
	font-size: 136.36%;
	font-weight: normal;
	line-height: 1.5;
	color: #3c2d09;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: #d7ccb2;
}

#wrap h3.lbc {
	margin: 0 -25px 10px;
	padding: 0 50px;
	font-family: Arial, sans-serif;
	font-size: 136.36%;
	font-weight: normal;
	line-height: 1.5;
	color: #fff;
	text-align: center;
}

#wrap p.lbc {
	color: #fff;
	text-align: center;
	line-height: 1.75;
	margin: 0 25px 5px 25px;
}

#wrap p.lbc a {
	color: #1ed4ea;
}

#wrap p.lbc a:hover {
	color: #1ed4ea;
	text-decoration: underline;
}

#wrap p.imagelbc {
	margin: 0;
	float: right;
}









.about_lg_blue {
	font-size: 120%;
	color: #10497f;
	font-weight: bold;
}

.about_sm_blue {
	font-size: 110%;
	color: #3e698e;
	font-style: italic;
}

.term_head {
	text-transform: uppercase;
	color: #378abf;
	font-size: 115%;
}

#footer {
	position: relative;
	margin: 0 auto;
	width: 900px;
	overflow: hidden;
	font-size: 1em;
	color: #735c26;
}
	#footer a:link, #footer a:visited {
		color: #735c26;
	}
	#footer .links {
		float: left;
		margin: 0 50px 0 0;
		font-size: 110%;
	}
		#footer .links a:link, #footer .links a:visited {
			padding: 0 15px 0 0;
		}
	#footer .copyright {
		float: left;
		font-size: 90%;
		margin: 0 50px 0 0;
	}
		#footer .copyright a:link, #footer .copyright a:visited {
			text-decoration: underline;
		}
	#footer .design {
		float: left;
		font-size: 90%;
		position: relative;
		width: 190px;
	}
		#footer .design a:link, #footer .design a:visited {
			display: block;
			position: absolute;
			right: 0;
			top: 0;
			width: 111px;
			height: 12px;
			text-indent: -1000em;
			background: url(../img/t-designed.png) no-repeat 0 0;
		}
	#footer .top {
		float: right;
		padding: 0 20px 0 0;
	}
		#footer .top a:link, #footer .top a:visited {
			display: block;
			width: 14px;
			height: 11px;
		}
			#footer .top a:link span, #footer .top a:visited span {
				background: url(../img/icon-top.png) no-repeat 0 0;
			}


#specials_font {
	font-size: 150%;
	color: #2f5e89;
	font-style: italic;
	font-weight: bold;
}

#specials_font #burst {
	float: left;
	padding-right: 10px;
}

#specials_font #millstone, #specials_font #meadows {
	float: middle;
	padding-left: 25px;
}

#specials_font #details {
	padding-top: 20px;
}

/*-------
// home
//-----*/

.cols {
	width: 100%;
	overflow: hidden;
}

.cols a:hover {
	color: #003e7a;
	text-decoration: underline;
}


.cols .col1 {
	float: left;
	width: 400px;
}

#registration_left {
	float: left;
	width: 300px;
	padding-left: 20px;
}

#registration_right {
	float: right;
	width: 480px;
}

#registration_left td, #registration_right td {
	padding: 3px;
}

#interL { 
	float: left;
}


#homeleft {
	width: 375px;
	height: 106px;
	margin: 10px 0 0 50px;
}

#homeright {
	width: 375px;
	height: 106px;
	margin: 10px 0 0 0;
}

#homeleft img, #homeright img {
	float: left;
	padding-right: 15px;
}

#homeleft h2, #homeright h2 {
	color: #378abf;
	background: #e9dec5;
	text-transform: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.darkblue {
	color: #003e7a;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, sans-serif;
}

a.brown {
	color: #3c2d09;
}

.lightblue {
	color: #378abf;
	text-transform: none;
	font-size: 13px;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	padding-bottom: 7px;
}


.cols .col2 {
	float: right;
	width: 400px;
}
	


	/* about us page */
	.cols .col3 {
		float: left;
		width: 380px;
	}
	.cols .col4 {
		float: right;
		width: 380px;
	}

	/* end about us page */
	
	/* news page */
	
	.cols .col5 {
		float: left;
		width: 600px;
	}
	.cols .col6 {
		float: right;
		width: 200px;
	}
	
	.news_lg_blue {
		font-size: 140%;
		font-weight: bold;
		color: #4f95c0;
	}
	
	.news_sm_blue {
		font-size: 120%;
		font-weight: bold;
		color: #4f95c0;
	}
	
	.news_right {
		color: #483916;
		font-size: 100%;
	}
	
	/* end news page */
	
.box {
	margin: 0 0 15px;
	width: 220px;
	padding: 15px 0 0 180px;
	overflow: hidden;
	position: relative;
}
	.box .img {
		float: left;
		position: relative;
		left: -180px;
		margin: 0 -180px 0 0;
		padding: 0 0 50px 0;
		width: 180px;
		text-align: center;
		font-family: Arial, sans-serif;
		font-weight: bold;
		color: #003e7a;
	}

		.box .img img {
			display: block;
			margin: 0 auto 20px;
		}

	.box h3 {
		font-family: Verdana, sans-serif;
		font-size: 118.2%;
		font-weight: normal;
		line-height: 1.25;
		color: #003e7a;
		margin: 0 0 1.5em;
	}

		p.more a:link, p.more a:visited {
			color: #3c2d09;
			font-style: italic;
			text-decoration: none;
		}
		p.more a:link:hover, p.more a:visited:hover {
			text-decoration: underline;
		}


