@import url("coastcat.css");
/*
contents

	1. Defaults
	2. Structure
	3. Links and navigation
	4. Fonts
	5. Images
	6. Hacks

Notes

*/


/* =Defaults
-----------------------------------------------------------------------------*/
		
/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
a:link, a:visited {
	text-decoration:none;
}

/* no list-markers by default, since lists are used more often for semantics */
ul,ol {
	list-style:none;
}

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code {
	font-size:1em;
}

/* remove the inconsistent (among browsers) default margin and padding */
* {
	margin: 0;
	padding: 0;
	margin-top: 0px;
}

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img {
	border:none
}

/* de-italicize address */
address {
	font-style:normal
}

/* more varnish stripping as necessary... */
		
/* =Structure
-----------------------------------------------------------------------------*/

div#wrapper {
	width: 760px;
	margin: 0 auto;
	margin-top: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}

div#header {
	width: 760px;
	margin: 0px;
}

div#maintext {
	background-image:url(Images/images/mainslice_04.jpg);
	background-repeat:repeat-y;
}

.maintextheaderlink {
	font-family: Tw Cen MT, Gill Sans MT, Lucida Grande, Gill Sans, Arial, Century Gothic;
	font-size: 16px;
	color:#0099CC;
	
}

div#blue{
	background-image:url(Images/images/blue_08.jpg);
	background-repeat:repeat-y;
}

div#textcontainer{
    width: 690px;
	margin:40px;
	margin-top:0px;
	
}

div#cat{
    width: 100px;
	margin:25px;
	margin-top:0px;
	float:right;
	
}
	
div#textcontainer a:hover{
	color: #003366;
	text-decoration:underline	
}

.maintext {
	font-family: "Gill Sans MT", "Tw Cen MT", Gill Sans, Arial, "Century Gothic";;
	font-size: 14px;
	color:#006699;
	margin: 20px;
	padding-right: 20px;
	line-height: 22px;

}	
.maintextheader {
	font-family: Tw Cen MT, Gill Sans MT, Lucida Grande, Gill Sans, Arial, Century Gothic;
	font-size: 19px;
	color:#000066;
	
}

.largetext {
	font-family: Century Gothic; Tw Cen MT, Lucida Grande, Gill Sans MT, Gill Sans, Arial;
	font-size: 14px;
	color: #006699;
	margin: 20px;
	padding-right: 20px
	padding: 20px;
	
}


div#listmenu {
    width:100%;
	font-family: Gill Sans MT, Tw Cen MT, Lucida Grande, Gill Sans, Arial, Century Gothic;
	font-size: 17px;
	margin-left: 50px;
	padding: 0px;	
	text-align:center;
	margin-bottom: 10px;
	
}

div#listmenu li{
    float:left;
	background-color: #FFFFFF;
	margin-left: 12px;
	padding-top:0px;
	padding:0 18px;

}

.listfont{
	font-family: Gill Sans MT, Tw Cen MT, Lucida Grande, Gill Sans, Arial, Century Gothic;
	font-size: 15px;
	text-align:center;
	color:#3399CC;
	font-weight:bold;	
	
}

div#listmenu a:hover{
	color: #003366;
	text-decoration:underline	
}

div#bottomnav{
    width: 500px;
	float:left;
	margin-left:14px;
	margin-top:0;
	padding-top: 0px;
	
}

div#bottomnav li{
    float:left;
	margin-left: 0px;
	padding-top: 0px;
	padding:0 15px;

}

.bottomlistfont{
	font-family: Gill Sans MT, Tw Cen MT, Lucida Grande, Gill Sans, Arial, Century Gothic;
	font-size: 14px;
	color: #104F8D;
	font-weight:bold;
	
}

div#bottomnav a:hover{
	color: #FFFFFF;
	text-decoration:underline	
}

div#Vines {
	width: 525px;
	margin: 0px;
	
}

.vineslink{
	color:#FFFFFF;
	font-family:Tw Cen MT, Lucida Grande, Arial, Century Gothic;
	font-size: 12px;
}

div#blue a:hover{
	color: #003366;
	text-decoration:underline;
	
}

div#galleryone {
	width: 460px;
	background-color:#00CCFF

	
	
