/*******************JEAN HILL STYLESHEET*******************/

/*RULE FOR HORIZONTAL LINE*/

.navrule {
	border: none;
	background-color: #B51032;
	color: #B51032;
	height: 1px;
	width: 100%;
}


/***********RULE FOR CLEARING PARAGRAPHS*****/

.clear {
	clear: both;
}


/*************RULE FOR INFO ALONGSIDE IMAGE********************/

.infoposition {
	margin: 150px 20px 0 50px;
}

/*************CLASSES FOR LEFT AND RIGHT ALIGNED IMAGES***********/

.imageright {
	float: right;
	border: 1px solid #000000;
	margin: 10px 0 10px 10px;
}

.imageleft {
	float: left;
	border: 1px solid #000000;
	margin: 10px 10px 10px 0;
}

.imageright100 {
	float: right;
	border: 1px solid #000000;
	margin: 10px 100px 10px 10px;
}


/*******************STYLING OF BODY***********************/


body {
	margin: 0;
	padding: 0;
	font-family: Times, Times-New-Roman, serif;
	background-color: #FFFFFF;
	text-align: center;
}


/**********************STYLING OF WRAPPER*******************************/

#wrapper {
	position: relative;
	text-align: left;
	width: 760px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 100px 0 0 0;
	background-image: url(images/jeanhilllogo2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border: 2px solid #999999;	
}


/***************************STYLING OF CONTENT DIV***********************/

#content {
	padding: 20px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
}
#content p {
	font-size: 100%;
	line-height: 1.5em;
	padding-left: 0;
}
#content h1 {
	font: normal 180% Times, Times-New-Roman, serif;
	color: #000000;
	background-color: transparent;
}
#content h2 {
	font-weight: bold;
	font-size: 100%;
	color: #000000;
	background-color: transparent;
	padding-left: 0;
}
#content a:link, #content a:visited {
	color: #B51032;
	background-color: #FFFFFF;
	text-decoration: underline;
}
#content a:hover {
	color: #FFFFFF;
	background-color: #000000;
}

#content img {
	border: 1px solid #000000;
}
.heading {
	font: normal 150% Times, Times-New-Roman, serif;
	color: #000000;
	background-color: transparent;
}
#content input {
	color: #000000;
	background-color: #FFFF99;
	border: 1px solid #000000;
}




/*********************************NAVIGATION BAR*************************/

#navbar {
	position: relative;
	text-align: center;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#navbar table {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#navbar a:link, #navbar a:visited {
	padding: 2px 10px 2px 10px;	
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}
#navbar a:hover {
	color: #FFFFFF;
	background-color: #000000;
}



/******************************FOOTER****************************/

#footer {
	clear: both;
	padding: 20px;
	font-size: 75%;
	color: #AAAAAA;
	background-color: transparent;
}
#footer a:link, #footer a:visited {
	color: #AAAAAA;
	background-color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #B51032;
	background-color: #FFFFFF;
}