﻿@import url('layout.css');

/*  "W3c  CSS Validation Service"
	
	http://www.css-validator.org/
		www.sharpepainting.ca/styles/masthead.css
*/


#masthead 
{	width: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	padding: 0px;
	width: auto;
/*	background-color: rgb(112,16,27); */ /* Andrew's maroon */ 
	background-color:#FFFFF0;
/*	background-image: url('../images/banner/banner3.jpg'); */
/*	background-repeat:repeat-x;  */
/*	background-position:center top;	 */
	line-height: normal;
	height: 199px;
	background-position:0px 0px;
	color: #000000;
	border-radius:15px;
}


#masthead img {
	float: left;
	margin: 0;
	padding: 0;
 	border-top-right-radius:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-top-right-radius:10px;
	-moz-border-top-left-radius:10px;
	-o-border-top-right-radius:10px;
	-o-border-top-left-radius:10px;
	
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;

}

/*
#masthead p {
	font-size: small;
	text-align: center;
	color: #FFFFFF;
	margin: 10px 10px 10px 0;
	padding: 0;
	vertical-align: bottom;
}  */

#masthead a {
	color: #FFFFFF;
	text-decoration: none;
}
#masthead a:hover {
	color: #FFFF00;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #000000;
}


#masthead_motto {
	margin: 0px;
	background: url('../images/images/banner/banner_text_heading.jpg') no-repeat center rgb(112,16,27); /* Andrew's maroon */;
	padding-top:8px;
	border: 0px none rgb(112,16,27); /* Andrew's maroon */
	/*	vertical-align: bottom; */
	position: relative; 
	height: 28px; 
	top: 0px; 
	border-radius:10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-radius:15px;
}


/* Styles for Navigation */
#navigation {
	width: auto;
	margin: 0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:6px;
	padding-right:0px;
	border: 0;
	clear: both;
/*	background-color: rgb(112,16,27); */ /* Andrew's maroon */
	background-color:#FFFFF0; 
	overflow: hidden;
	color: #FFFFFF;
	font-family:Arial, Verdana, Helvetica;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	float: none;
}
#navigation ul {
	list-style-type: none;
/*	width: 95%;  */
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	height: auto;
	background-color: #008000;
	margin-right: 2px;
	margin-left: 2px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ca7;
	background-color: #000000;
}
#navigation a:hover {
	color: #FFFF00;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #000000;
}

.nav_blank 
{   
	background-color:#FFFFF0; 
	color:#FFFFF0; 
	border: 0;
	clear: both;
	float: left;
	height: auto;
	margin-right: 2px;
	margin-left: 2px;


}


