/*** CSS
	Author(s): Vaska/ Gregory Cadar / James Allen / Elliot Hammer / with help from Antoine Lafontaine
	www.indexhibit.org
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10.5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #2d2a47;
	background-color: #FFFFFF;
	background-image: url(http://kerriford.com/files/bkgrd.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-attachment: fixed;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

/* Link Settings */

a:link {
	text-decoration: none;
	color: #454486;
}
a:active {
	text-decoration: none;
	color: #454486;
}
a:visited {
	text-decoration: none;
	color: #454486;
}
a:hover {
	text-decoration: none;
	color: #454486;
	background-color: #D0D0D0;
}

a img {
	border: none;
}

/* End Link Settings */

/* Menu Settings */

#menu {
	width: 250px;
	overflow: hidden;
	height: 100%;
	background-color: #FFFFFF;
	top: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}

#menu ul {
	list-style: none;
	width: 190px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

#menu ul li.section-title {
	color: #1a1a1a;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 8pt;
	font-weight: 700;
	border-bottom: solid 2px #000000;
}

/* End Menu Settings */

/* Main Content */

#content {
	height: 100%;
	background-image: url(http://kerriford.com/files/cntnt_bkgrd.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	background-attachment: fixed;
	width: 485px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 485px;
	text-align: left;
}

.container {
	background-color: #FFFFFF;
	width: 485px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 0px;
	margin-left: 20px;
	height:100%;
}

#content p { width: 400px; margin-bottom: 9px; }

table {
		padding-left: 18px;
}

/* End Main Content */

/* Fonts / Typefaces */

h1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #ffffff;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	background-image: url(http://www.kerriford.com/files/h1_bkgrd.gif);
	background-repeat: repeat-x;
}

.p18px {
	padding-left: 18px;
}

.specialh1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
	background-image: url(http://www.kerriford.com/files/h1_bkgrd.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding-left: 18px;
	padding-right: 50px;
}

h2 { 	
	font-size: 10.5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #24b9bf;
	font-weight: normal;
	padding-left: 18px;
}

/* End Fonts / Typefaces */


#img-container	{
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 18px;
	height: 550px;
}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

/* Centered */

#centered {
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align: left;
}