@import url("reset.css");
@import url("fonts.css");
@import url("base.css");
@import url("slimbox/slimbox2.css");


/*standard*/
.clear {clear: both;height: 0;}

hr
{
	border-color: #bfb7ae;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	margin: 0 0 20px;
	height: 0;
}

/*structure*/

html {
	background-color: #5f5f5f;
	color: #555555;
}

body {
	background-color: #5f5f5f;
}

#squirrel {
	background: url(../images/squirrel.png) no-repeat;
	height: 216px;
	width: 117px;
	position: absolute;
	bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	left: 400px;
}

#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	padding: 15px;
}

#header {
	background: url(../images/header.gif) no-repeat;
	height: 104px;
	width: 750px;
}

#header a {
	display: block;
	height: 104px;
	width: 750px;
}

#nav {
	background: #D71635;
	width: 680px;
	padding: 5px 3px 5px 67px;
}

#feature {
	height: 95px;
	width: 750px;
	padding-top: 10px;
}


#col-main {
	float: left;
	width: 425px;
	margin-top: 25px;
	margin-left: 10px;
	border-right: 1px solid #BFB7AE;
	padding-right: 25px;
}

#col-narrow {
	float: left;
	width: 260px;
	margin-top: 25px;
	padding: 0px 0px 0px 25px;
}


#col-left {
	float: left;
	width: 355px;
	margin-top: 25px;
	margin-left: 10px;
}

#col-right {
	float: left;
	width: 320px;
	margin-top: 25px;
	margin-left: 20px;
	background: #519cba;
	padding: 20px;
	color: #FFFFFF;
}


#footer {
	background: url(../images/footer.gif) no-repeat;
	height: 91px;
	width: 365px;
	margin-top: 25px;
	padding-top: 35px;
	padding-left: 385px;
	color: #535251;
	font-weight: bold;
	font-size: 93%;
	line-height: 1.6em;
}

#bottom {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	text-align: center;
	color: #FFFFFF;
}

#breslin-front {
	background: #2f2823 url(../images/breslin-front.gif) no-repeat top;
	min-height:65px;
  	height:auto !important;
 	height:65px;
	width: 235px;
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	padding: 80px 105px 15px 15px;
}

#breslin-side {
	background: #2f2823 url(../images/breslin-front.gif) no-repeat left top;
	min-height:65px;
	height:auto !important;
	height:65px;
	width: 230px;
	font-size: 130%;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	padding: 80px 15px 15px;
}


/*link rollovers*/

#preloadedImages {
	width: 0px;
 	height: 0px;
	display: inline;
	background: url(../images/feature/feature_01-over.gif) no-repeat;
	background: url(../images/feature/feature_02-over.gif) no-repeat;
	background: url(../images/feature/feature_03-over.gif) no-repeat;
	background: url(../images/feature/feature_04-over.gif) no-repeat;
	}

#feature1 {
	height: 95px;
	width: 250px;
	background: url(../images/feature/feature_01.gif) no-repeat;
	float: left;
}
#feature1 a {
	display: block;
	height: 95px;
	width: 250px;
}
#feature1 a:hover {
	background: url(../images/feature/feature_01-over.gif) no-repeat;
	}
	
#feature2 {
	height: 95px;
	width: 250px;
	background: url(../images/feature/feature_02.gif) no-repeat;
	float: left;
}
#feature2 a {
	display: block;
	height: 95px;
	width: 250px;
}
#feature2 a:hover {
	background: url(../images/feature/feature_02-over.gif) no-repeat;
	}
	
#feature3 {
	height: 95px;
	width: 250px;
	background: url(../images/feature/feature_03.gif) no-repeat;
	float: left;
}
#feature3 a {
	display: block;
	height: 95px;
	width: 250px;
}
#feature3 a:hover {
	background: url(../images/feature/feature_03-over.gif) no-repeat;
	}

#feature4 {
	height: 95px;
	width: 250px;
	background: url(../images/feature/feature_04.gif) no-repeat;
	float: left;
}
#feature4 a {
	display: block;
	height: 95px;
	width: 250px;
}
#feature4 a:hover {
	background: url(../images/feature/feature_04-over.gif) no-repeat;
	}

/*variations*/




h1 {
	font-size: 167%;
}

h1,h2,h3,h4 {
	color: #d71635;
	margin-top: 0;
}

blockquote,ul,ol,dl {
	margin-top: 0em;
}


#col-right h1 {
	color: #FFFFFF;
}

#col-right h2 {
	font-size: 108%;
	color: #000000;
}


a:link {color: #227799;}
a:visited {color: #227799;}
a:active {color: #227799;}
a:hover {color: #115577;}

#col-right a:link {color: #FFFFFF; font-weight: bold;}
#col-right a:visited {color: #FFFFFF; font-weight: bold;}
#col-right a:active {color: #FFFFFF; font-weight: bold;}
#col-right a:hover {color: #5F5F5F;}

#bottom a:link {color: #FFFFFF; font-weight: bold;}
#bottom a:visited {color: #FFFFFF; font-weight: bold;}
#bottom a:active {color: #FFFFFF; font-weight: bold;}
#bottom a:hover {color: #519cba;}

#nav a:link {font: bold 93% "Trebuchet MS", Arial, sans-serif; color: #FFFFFF; text-decoration: none;}
#nav a:visited {font: bold 93% "Trebuchet MS", Arial, sans-serif; color: #FFFFFF; text-decoration: none;}
#nav a:active {font: bold 93% "Trebuchet MS", Arial, sans-serif; color: #FFFFFF; text-decoration: none;}
#nav a:hover {color: #BFB7AE;}

.trade-signs {
	font-size: 108%;
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
}


/*nav formatting*/




/*table formatting*/
