/* ###########  CSS for Neville Lake Alpacas #### */

/* ************** PAGE STRUCTURE ************** */


.mainbackground {
	background-color: white;
      background: url("../graphics/neville-lake-alpacas.jpg");
	padding: 0;
	background-repeat: no-repeat;
}

.bluebar {
	background-color: white;
      background: url("../graphics/bluebar.jpg");
	padding: 0;
	width: auto;
	height:auto;
	background-repeat: repeat-y;
}

.img {
 padding:5px;
}

/* ************** TEXT FORMATTING ************** */

h1 { 
 font-family: georgia,times,"times new roman";  
 font-size: 13pt; 
 line-height: 16pt;
 font-weight:bold;
 color: #0A5D9C;
 margin-left: 20px;
 }

h2 { 
 font-family: georgia,times,"times new roman";  
 font-size: 10pt; 
 line-height: 12pt;
 font-weight: bold;
 color: #0A5D9C;
 margin-left: 20px;
 }
h3 { 
 font-family: georgia,times,"times new roman";  
 font-size: 9pt; 
 line-height: 12pt;
 font-weight:normal;
 color: #000000;
 margin-left:20px;
 margin-top:20px;
 margin-bottom:20px;
 }
h4 { 
 font-family: georgia,times,"times new roman";  
 font-size: 9pt; 
 line-height: 10pt;
 font-weight:normal;
 color: #A28768;
 margin-left:20px;
 margin-top:20px;
 margin-bottom:20px;
 }

.h1inside { 
 font-family: arial,helvetica;  
 font-size: 20pt; 
 line-height: 26pt;
 font-weight:bold;
 color: #000000;
 }

.h2inside { 
 font-family: arial,helvetica;  
 font-size: 14pt; 
 line-height: 18pt;
 font-weight: bold;
 color: #6B373B;
 }
.tagline { 
 font-family: georgia,times,"times new roman";  
 font-size: 12pt; 
 line-height: 14pt;
 font-weight:normal;
 color: #CC9966;
 }

p { 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 line-height: 14pt;
 font-weight:normal;
 margin-left: 20px;
 margin-right: 20px;
 margin-top: 10px;
 color: #000000;
 }
.small { 
 font-family: verdana,arial,helvetica;  
 font-size: 9pt; 
 line-height: 10pt;
 font-weight:normal;
 color: #000000;
 }

ul { 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 line-height: 14pt;
 font-weight:normal;
 margin-left: 50px;
 margin-right: 20px;
 margin-top: 10px;
 color: #000000;
 }

.disclaimer2 { 
 font-family: verdana,arial,helvetica;  
 font-size: 7pt; 
 line-height: 9pt;
 color: #9A7656;
 background: #2F0B1A;
 }
.disclaimer { 
 font-family: verdana,arial,helvetica;  
 font-size: 9pt; 
 line-height: 10pt;
 color: #9A7656;
 background: #2F0B1A;
 }


/* Link Formatting */

.navlinks { 
 font-family: arial,helvetica;  
 font-size: 11pt; 
 line-height: 14pt;
 font-weight:bold;
 color: #cc9966;
 }


/* This one is for the Link boxes.  */
/* Don't change unless you want a diff font */
/* color or size on them. */

a.navlinks {
	color: #cc9966;
	text-decoration: none;
	font-weight:bold;
	text-decoration: none;
	}
a.navlinks:hover {
	color: #865D5C;
	text-decoration: underline overline;
	}

A:hover {
/* Hover format for all Text Links */
	color : #000000;
	text-decoration: underline;
}

/* Form Formatting */

input {
border:none;
background:#313131;
color:#9C8B7C;
font-weight:bold;
}

select {
border:none;
background:#313131;
color:#9C8B7C;
font-weight:bold;
}

textarea {
border:none;
background:#313131;
color:#9C8B7C;
font-weight:bold;
}


/* Body Formatting */

BODY {
background-image: url("../graphics/clouds.jpg");
padding:0px;
margin:0px;
}

