/* CSS Document */
@import url(normalize.css);

html { 
	text-align: center;
}
body {
	position: relative;
	width: 955px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/bg_top.jpg);
	background-repeat:repeat-x;
	background-position: top center;
}
p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 2px 0 4px 0;
	line-height: 16px;
}
ul a, #content a, #site_info a {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;
	color: black;
}
#site_info p {
	font-size: 9px;
	font-weight: bold;
}
h1 {
	position: absolute;
	top: 23px;
	left: 56px;
	text-indent: -9999px;
	width: 82px;
	height: 167px;
	background-image: url(../images/logo_small.gif);
}
h1 a {
	display: block;
	width: 82px;
	height: 167px;
}
#motto {
	position: absolute;
	top: 480px;
	left: 498px;
	text-indent: -9999px;
	width: 410px;
	height: 102px;
	background-image: url(../images/motto.gif);
	background-repeat: none;
}
#nav_primary {
	width: 788px;
	position: relative;
	top: 77px;
	left: 146px;
}
#nav_primary li {
	width: 170px;
	text-align: center;
	margin: 0 15px 0 15px;
	position: absolute;
	top: 0;
}
#nav_green { left: 0; }
#nav_tomato { left: 416px; }
#nav_black { left: 215px; }
#nav_contact { left: 617px; }
#nav_primary li a { display: block;}
#nav_primary li a:hover, #nav_primary li.active a, #content #site_info  a:hover { color: #B73245; }

#nav_secondary {
	position: absolute;
	top: 147px;
	left: 463px;
	width: 492px;
	height: 322px;
	background-repeat: no-repeat;
}
ul.image_green { background-image:  url(../images/image_green.jpg);}
ul.image_tomato { background-image:  url(../images/image_tomato.jpg);}
ul.image_black { background-image:  url(../images/image_black.jpg);}


#nav_secondary a { text-indent: -9999px; display: block; }

li.large a{
	position: absolute;
	top: 78px;
	left: 132px;
	width: 202px;
	height: 206px;
}
li.left a{
	position: absolute;
	top: 0;
	left: 18px;
	width: 114px;
	height: 78px;
}
li.right a{
	position: absolute;
	top: 0;
	left: 334px;
	width: 114px;
	height: 78px;
}



#content {
	width: 444px;
	position: relative;
	top: 206px;
	left: 56px;
}
#content p {
	width: 407px;
}

h2 {
	text-indent: -9999px;
	width: 407px;
	height: 66px;
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 16px;
}
#header_index { background-image: url(../images/header_index.gif); }
#header_green { background-image: url(../images/header_green.gif); }
#header_tomato { background-image: url(../images/header_tomato.gif); }
#header_black { background-image: url(../images/header_black.gif); }

#content a, #content span {
	float: right;
	font-size: 12px;
}
#content span {
	display: block;
	margin-top: 4px;
	padding: 2px 18px 0 0;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#content a {
	display: block;
	margin-top: 4px;
	padding: 2px 18px 0 0;
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #B73245;
}
#content a:hover {
	text-decoration: underline;
}

#site_info {
	position: relative;
	top: 15px;
	left: 0;
	height: 124px;
	background-image: url(../images/olive.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#content #site_info  a { 
	float: none;
	position: relative;
	top: 30px;
	left: 94px;
	width: 140px;
	display: block;
	color: black;
	background-image: none;
}
#content #site_info a:hover {
	text-decoration: none;
}
#content #site_info p {
	position: relative;
	top: 50px;
}
strong p {
	padding-top: 8px;
}
