@import url("ernies.css");
/*standard styles*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../images/background_page.jpg);
	background-repeat: repeat;
	color: #005433;
}

p, li {
	font-size: 75%;
	margin-bottom: 8px;
	margin-top: 0px;
}

h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}

h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
}

h3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

a:link  {
	color: #005433;
	text-decoration:underline;
}

a:visited  {
	color: #407F66;
	text-decoration:underline;
}

/*container divs used for layout*/

#wrapper  { /*this div holds everything*/
	background-color: #CEBDA9;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	
}

#topBanner  { /*this div holds the top banner material*/
	height: 137px;
	width: 780px;
	
}

#topNav  { /*this div styles the nav on the top page,
			note: secondary page is different*/
	float: left;
	width: 345px;
	text-align: right;
	padding-bottom: 40px;
	
}

#secondNav  {  /*this div styles the nav on the secondary pages,
			note: top page is different*/
	float: left;
	width: 225px;
	text-align: right;
	padding-bottom: 40px;
}



#topTextarea  { /*this div styles the textarea on the top page,
			note: secondary page is different*/
	float: right;
	width: 365px;
	background-color: #CEBDA9;
	padding-right: 15px;
	padding-left: 55px;
	padding-top: 25px;
	padding-bottom: 40px;
	
}

#textarea  { /*this div styles the textarea on the secondary pages,
			note: top page is different*/
	float: right;
	width: 505px;
	background-color: #CEBDA9;
	padding-right: 15px;
	padding-left: 35px;
	padding-top: 25px;
	padding-bottom: 40px;
	
}



#bottomInfo  {  /*styles the bottominfo stuff*/
	background-color: #9C7B52;
	width: 780px;
	padding-top: 10px;
	padding-bottom: 5px;
	
}

#bottomInfo p {
	font-size: 65%;
	color: #FFFFFF;
	text-align: center;
	
}

#bottomInfo a:link  {
	color: #FFFFFF;
	text-decoration: underline;
	
}

#bottomInfo a:visited  {
	color: #FFFFFF;
	text-decoration: underline;
	
}

#pageTitles { /*divs that hold the page titles on every page*/
	float: right;
	width: 525px;
	background-color: #CEBDA9;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 25px;
	
}

.subnav { /*following divs style the subnavigation in the gallery section*/
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

.subnav a:link  {
	color: #005433;
	text-decoration:none;
}

.subnav a:visited  {
	color: #005433;
	text-decoration:none;
}

.subnav a:hover  {
	color: #005433;
	text-decoration:underline;
}

.clearit  { /*need this on the <br> after textareas so that it evens up with the navbar*/
	clear: both;
	
}


.moreLeadingPara  { /*I used this to style paragraphs like addresses and directions
					where I wanted a little more leading per line*/
	line-height: 135%;
	
}

/*following are our typical image floats*/
.imageFloatLeft  {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	
}
.imageFloatRight  {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	
}

.contactDiv  { /*I needed this one to hold the info on the contact page
			otherwise I couldn't get the image of the sign to dodge the table
			with the Studio hours*/
	float: left;
	width: 325px;
	
}

.tdParas  {
	font-size: 75%;
	
}

