/* BODY */

body 
{
	margin:125px 0px 0px 0px;
	background-color:#FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	text-align: left;
	color: #000;
	line-height: 16px;
}
	
.table 
{
	background-color:#FFF;
	width:775px;
	padding-top: 25px;
	color: #000;
}
	

p
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	color: #000;
	line-height: 16px;
}

h1
{
	color: #999999; 
	text-decoration: none;
	font-size: 16px;
}

.padding
{
	padding-left: 0px;
	padding-right: 55px;
}

.small
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
}

.header
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	font-weight: bold;
}

.copy
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
}

/* LINKS */
a:link 
{
	color: #000;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a:visited 
{
	color: #000;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a:hover 
{
	color: #666;
	text-decoration: none;
	font-size: 10px;
}
a:active 
{
	color: #000;
	text-decoration: none;
	font-size: 10px;
}

/* TOPLINKS */
.top a:link 
{
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	vertical-align: -28px;

}
.top a:visited 
{
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	vertical-align: -28px;

}
.top a:hover 
{
	color: #666;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	vertical-align: -28px;
}
.top a:active 
{
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	vertical-align: -28px;
}

a.links:link {color: #000; font-size:14px; text-decoration:none}
a.links:active {color: #000; font-size:14px; text-decoration:none}
a.links:hover {color: #666; font-size:14px; text-decoration:none}
a.links:visited {color: #000; font-size:14px; text-decoration:none}

/* FORMS */

input
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	border-left-color:#FFFFFF;
	border-style: solid;
	border-top-width: 1px;
	color:#333;
}

.submit
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	background-color: #FFFFFF;
	color:#000000;
}
.infiniteCarousel {
	width: 705px;
	position: relative;
	margin-top:8px;
}

.infiniteCarousel .wrapper {
	width: 625px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	overflow: auto;
	min-height: 225px;
	margin: 0 40px;
	position: absolute;
	top: 0;
}

.infiniteCarousel ul a img {
	border: 2px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
	width: 9999px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	top: 0;
}

.infiniteCarousel ul li {
	display:block;
	float:left;
	padding: 10px;
	height: 155px;
	width: 105px;
}

.infiniteCarousel ul li a img {
	display:block;
}

.infiniteCarousel .arrow {
	display: block;
	height: 36px;
	width: 37px;
	background: url(/images/arrow.png) no-repeat 0 0;
	text-indent: -999px;
	position: absolute;
	top: 37px;
	cursor: pointer;
}

.infiniteCarousel .forward {
	background-position: 0 0;
	right: 0;
}

.infiniteCarousel .back {
	background-position: 0 -72px;
	left: 0;
}

.infiniteCarousel .forward:hover {
	background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
	background-position: 0 -108px;
}

img#two {
	margin-bottom:4px;
}

