/*Hot design*/

/*

------------------------------------------------------
Copyright Maxine Sherrin, www.westciv.com
some rights reserved
http://creativecommons.org/licenses/by-sa/2.0/
------------------------------------------------------

*/


body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: #ADC71E;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-image: none;
	background-position: left top;
}


/* Styles for the pullquote at the top of the page. */

#headline {
	font-size: 0.8em;
	padding-top: 10px;
	padding-left: 10%;
	padding-right: 10%;
	text-align: justify;
	line-height: 1.5em;
	padding-bottom: 10px;
}

/* For the byline on the pullquote. */

p.byline {
	text-align: left;
	font-size: 1.1em;
	letter-spacing: 0.2em;
	font-family: "Courier New", Courier, mono;
	color: #BF000A;
}

/* Banner near top of page that says the name of the whole site */

#main-title {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
font-size: 0.8em;
letter-spacing: 5px;
text-align: right;
margin-top: 0;
padding-bottom: 3px;
font-weight: bold;
padding-top: 3px;
padding-right: 10%;
background-color: #BF000A;
color: #ffffff;
border-top: 1px #000000 solid;
border-bottom: 1px #000000 solid;
}

/* To create the main image and text over image at top of page. */

#header-image {
background-color: #FFFFFF;
background-image: url(../images/backgrounds/chile.jpg);
background-repeat: repeat-x;
background-position: center top;
height: 177px;
}

#title {
	margin: 0;
	color: #E7191B;
	font-size: 0.8em;
	padding-left:10px;
	text-align: left;
	padding-top: 155px;
	letter-spacing: 5px;
}
/*
#title {
	margin: 0;
	color: #BF000A;
	font-size: 0.8em;
	text-align: left;
	padding-top: 60px;
	letter-spacing: 5px;
	padding-left: 20px;
}
*/

/* For the main navigation bar for the site. */

#navbar {
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
font-size: 0.7em;
text-align: center;
margin-top: 0;
padding-bottom: 3px;
font-weight: bold;
padding-top: 3px;
background-color: #BF000A;
color: #ffffff;
border-top: 1px #000000 solid;
border-bottom: 1px #000000 solid;
}

#navbar a:link, #navbar a:visited {
color: #ffffff;
}

#navbar a.current {
color: #000000;
}

#navbar a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #3399CC;
}

h1 {
margin-top: 20px;
margin-left: 5%;
margin-right: 0;
font-size: 0.8em;
padding-bottom: 3px;
padding-top: 3px;
padding-left: 50px;
padding-right: 0;
color: #BF000A;
border-bottom: none #000000;
letter-spacing: 5px;
border-top: 1px none #000000;
font-weight: normal;
}

a:link, a:visited {
text-decoration: underline;
font-weight: bold;
color: #BF000A;
border:none;

}

a:hover {
font-weight: bold;
text-decoration: none;
}

/* Contains all the main body of text on the page, including the h2 elements. */


h2 {
	margin-left: 2%;
	margin-right: 37%;
	font-size: 1em;
	padding-bottom: 3px;
	padding-right: 0;
	color: #BF000A;
	border-bottom: 1px #000000 solid;
	letter-spacing: 5px;
	font-weight: normal;
	margin-top: 5%;
}

h3 {
margin-left: 2%;
	margin-right: 0%;
	font-size: 1em;
	padding-right: 0;
	color: #BF000A;
	letter-spacing: 5px;
	font-weight: normal;
}





/*used to allow monitor image to change with each stylesheet*/	
.monitorchange  {
	background-image:url(../images/monitor4.jpg);
	width:184px;
	height:179px;
	float: right;
	padding: 2%;
	background-position: center;
	background-repeat: no-repeat;
	visibility: visible;
	text-align: center;
	}	
/* Styles for the footer at the bottom of the page */

#footer {
	text-align: center;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.65em;
	margin-top: 2%;
	padding-right: 50px;
	background-color: #BF000A;
	color: #ffffff;
	font-weight: bold;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	letter-spacing: 0.2em;
}

#footer a:link, #footer a:visited {
color: #ffffff;
}

#footer a:hover {
text-decoration: underline;
color: #ffffff;
}


/*statement used to remove link border from images*/	
.valid img{ 
border:none;
}
.brochure {border:none; float: left; padding: 2%;
}