* {
	margin:			0;
	padding:		0;
}
body {
	overflow:		hidden;
	position:		relative;
}
html {
	color:			#000;
	background:		#fff;
	font-family:		sans-serif;
	font-size:		12px;
	line-height:		1.4em;
}

h1 {
	font-size:		1.2em;
}

#header {
	height:			100px;
	padding-bottom:		38px;
	background:		url(img/banner.png) no-repeat bottom left;
}
#logo {
	float:			left;
	margin-left:		20px;
	margin-top:		20px;

}
#contact {
	float:			right;
	list-style:		none;
	width:			200px;
	margin-right:		20px;
	margin-top:		20px;
	font-size:		.9em;
}
#contact a {
	text-decoration:	none;
}
#contact a:hover {
	text-decoration:	underline;
}
#contact li {
	line-height:		22px;
	padding-left:		20px;
}
#contact .top {
	background:		url(img/home.png) no-repeat left;
}
#contact .phone {
	background:		url(img/phone.png) no-repeat left;
}
#contact .email {
	background:		url(img/envelope.png) no-repeat left;
}
a {
	color:			#000;
}
a:hover {
	color:			#ff8002;
}


#menu {
	width:			160px;
	float:			left;
	padding:		0 20px;
	margin-bottom:		20px;
	margin-right:		20px;
	border-right:		1px solid #ffbf80;
	padding-bottom:		2000px;
	margin-bottom:		-2000px;
	list-style:		none;
}
* html #menu {
	position:		relative;
	margin-left:		-250px;
	left:			250px;
}
#menu a {
	text-decoration:	none;
}
#menu li {
	padding-left:		20px;
	background:		url(img/bullet-4dot-grey.png) no-repeat left;
	margin-bottom:		10px;
}
#menu .current {
	font-weight:		bold;
}
#menu .current a {
	color:			#ff7f00;
}
#news {
	width:			200px;
	float:			right;
	padding:		0 20px;
	margin-bottom:		20px;
	margin-left:		20px;
	border-left:		1px solid #ffbf80;
	padding-bottom:		2000px;
	margin-bottom:		-2000px;
}
* html #news {
	position:		relative;
	margin-right:		-250px;
	right:			250px;
}
#news h1 {
	color:			#000;
	padding-left:		20px;
	background:		url(img/bullet-4dot-black.png) no-repeat left;
	margin-bottom:		1em;
}
#news ul {
	list-style:		none;
}
#news li {
	margin:			.8em 0;
}
#news a {
	color:			#ff7f00;
	text-decoration:	none;
}
#news a:hover {
	color:			#000;
}


#footer {
	color:			#fff;
	clear:			both;
	background:		#ff7f00;
	font-family:		sans-serif;
	padding:		2px;
	font-size:		10px;
	border-bottom:		9px solid #8c8c8c;
	margin-top:		20px;
	text-align:		center;
	z-index:		1000;
	position:		relative;

	height:			1.6em;
	line-height:		1.6em;
}
* html #footer {
 	margin-top:		0;
	border-top:		20px solid #fff;
}
#footer a {
	color:			#fff;
	text-decoration:	none;
}
#footer a:hover {
	color:			#000;
}

#main {
	color:			#3f3f3f;
	margin-top:		20px;
	overflow:		hidden;
}

#content {
	/*text-align:		justify;*/
	/*
	padding-right:		260px;
	padding-left:		220px;
	*/

	padding-right:		260px;
	padding-left:		220px;
}
#content h1 {
	position:		relative;
	padding-left:		15px;
	color:			#ff7f00;
	background:		url(img/bullet-square-orange.png) no-repeat left;
	margin-bottom:		30px;
}
#content p {
	margin:			1em 0;
}



#contactPage li {
	margin:			1em 0;
	position:		relative;
	overflow:		hidden;
}
#contactPage label {
	width:			25%;
	float:			left;
}
#contactPage input {
	width:			70%;
	float:			right;
	border:			1px solid #ffbf80;
}
#contactPage .content {
	padding-top:		1em;
}
/*
#contactPage .content label {
	display:		none;
}
*/
#contactPage .content textarea {
	float:			right;
	width:			70%;
	height:			300px;
	border:			1px solid #ffbf80;
}
#contactPage ul {
	list-style:		none;
}
#contactPage .nav {
	clear:			both;
	text-align:		center;
}
#contactPage button {
	color:			#fff;
	background:		#ff7f00;
	border:			1px solid #8c8c8c;
}
#contactPage p {
	text-align:		left;
}
#contactPage .director {
	font-weight:		bold;
}
/*
#contactPage li {
	clear:			both;
}
*/

/******************************************************************************/

#admin h1 {
	color:			#ff7f00;
	text-align:		center;
}
#admin .itemList {
	text-align:		center;
	margin-bottom:		1em;
	list-style:		none;
}
#admin label {
	float:			left;
	width:			15%;
}
#admin li {
	clear:			both;
}
#admin input,
#admin textarea {
	border:			1px solid #333;
	background:		#fff;
	color:			#000;
	width:			83%;
	font-family:		sans-serif;
	font-size:		10px;
}	
#admin textarea {
	height:			200px;
}
#admin #footer a {
	padding:		0 2em;
}
