/*--Indented Lines on Left Navigation Menu - templateLeftNavigation.php--*/

.menuList ul{
	margin: 0px 0;
	padding: 0;
	list-style: none;
}
.menuList ul li {
	border-top: 1px solid #333;
	border-bottom: 1px solid #7D3704;
}
.menuList ul li:first-child {
	border-top: none;
}
.menuList ul li:last-child {
	border-bottom: none;
}
.menuList ul li a {
	padding: 5px 5px 5px 10px;
	display: block;
	color: #fff;
	text-decoration: none;
}
.menuList ul li a:hover {
	background: #7D3704;
}

/*--Indented Lines on Press Release Page  - press.php--*/

.pressList ul{
	color: #FFF;
	margin: 20px 0; 
	padding: 0;
	list-style: none;
}
.pressList ul li {
	border-top: 1px solid #333;
	border-bottom: 1px solid #FFF;
}
.pressList ul li:first-child {
	border-top: none;
}
.pressList ul li:last-child {
	border-bottom: none;
}
.pressList ul li a {
	display: block;
	color: #000;
	text-decoration: none;
}
.pressList ul li {
	padding: 10px;
	display: block;
	color: #000;
	text-decoration: none;
}
.pressList ul li:hover {
	background: #FFF;
	border-right: 1px solid #FFF;
}
.pressList ul li a:hover {
	background: #FFF;
}

/*--Pictures - pic.php--*/
ul.columns {
	width: 565px;
	list-style: none;
	margin: 0 auto; padding: 0;
}
ul.columns li {
	width: 175px;
	float: left; display: inline;
	margin: 5px; padding: 0;
	position: relative;
}

/*--Email on the footer - templateFooter.php--*/
.contacts {
	width: 252px;
	float:left;	
}
.contact-area {
	width: 260px;
	float: left;
	margin: 0px;
	color: #000;
}
.contact-area input, .contact-area textarea {
	padding: 3px;
	width: 252px;
	background-image: url(images/rightBg.png);
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #7D3704;
}
.contact-area textarea {
	height: 70px;
}
.contact-area textarea:focus, .contact-area input:focus {
	border: 1px solid #fff;
}
.contact-area input.submit-button {
	text-align: left;
	width: 260px;
	float: left;
	padding-left: 10px;
	margin-top: 10px;
}
label {
	float: left;
	padding-left:0px;
	width: 250px;
	font-size: 14px;
}
.fb {
width: 295px;
background-image: url(images/leftBg.png);
float: left;
margin: 5px;
}
.gMap {
	float: right;

}
