@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-bottom: 2em;
}
#content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(resources/upflipped.jpg);
	background-repeat: repeat-x;
}
h1 {
	position: relative;
	height: 20px;
	padding-top: 80px;
	font-size: 1.45em;
	color: #9A9A9A;
	padding-left: 20px;
	padding-bottom: 330px;
	background-image: url(resources/jigsaw-logo.gif);
	background-repeat: no-repeat;
	background-position: 650px 35px;
}
h1 a {
	position: absolute;
	top: -999em;
}
h1 span {
	color: #000;
}
#main {
	background-image: url(resources/mainback.gif);
	background-repeat: repeat-y;
	padding: 10px;
}
#textbox {
	width: 660px;
	padding: 10px;
	position: relative;
	background-color: #FFF;
	color: #666;
	font-size: 0.9em;
	float: left;
}
#textbox h2 {
	font-size: 1.3em;
	color: #333;
	padding-bottom: 1em;
}
#textbox p {
	padding-bottom: 1em;
}
#textbox h3 {
	padding-bottom: 0.7em;
}
#textbox ul {
	padding-bottom: 0.7em;
	padding-left: 0.5em;
}
#textbox ul li {
	padding-bottom: 0.3em;
	padding-left: 1.5em;
	background-image: url(resources/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#textbox blockquote p {
	font-style: italic;
	padding-right: 2em;
	padding-left: 2em;
}



#newsbox {
	position: relative;
	width: 260px;
	float: right;
	color: #FFF;
}
#newsbox div {
	position: relative;
	width: 170px;
	padding-left: 80px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	min-height: 60px;
	height:auto !important;
	height:60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#newsbox div img {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 5px;
	top: 5px;

}
#newsbox a {
	color: #FFF;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#footer {
	clear: both;
	position: relative;
	height: 35px;
	font-size: 0.8em;
	background-image: url(resources/up.jpg);
	background-repeat: repeat-x;
	line-height: 35px;
}
#address {
	width: 700px;
	display: block;
	text-align: center;
}
#email {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 280px;
	text-align: center;
	letter-spacing: 0em;
	background-image: url(resources/over.jpg);
}
#address span {
	color: #666;
}
#email a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}


.clear {
	clear: both;
	position: relative;
}
#navigation {
	position: absolute;
	top: 137px;
	width: 980px;
	background-color: #F2F2F2;
	height: 40px;
	background-image: url(resources/up.jpg);
	background-repeat: repeat-x;
	background-position: 0px 8px;
}

#navigation ul li {
	position: relative;
	height: 30px;
	float: left;
	line-height: 30px;
	margin-top: 10px;
}
#navigation ul li a {
	color: #000;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
	font-size: 94%;
}
#navigation ul li a:hover {
	text-decoration: underline;
}


#subnavigation {
	position: absolute;
	width: 980px;
	top: 177px;
	background-color: #000;
}
#subnavigation ul {
	position: absolute;
	top: 5px;
	right: 0px;
	width: 280px;
	background-color: #323232;
	font-size: 0.8em;
}
#subnavigation ul li {
	position: relative;
	margin: 0px;
	display: block;
	height: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0.5em;
}
#subnavigation ul li a {
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	line-height: 1.6em;
	background-image: url(resources/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1.5em;
}
.team a {
	color: #000;
	text-decoration: none;
}
.team a:hover {
	color: #000;
	text-decoration: underline;
}
