body {
background: #fff;
color: #333;
font-family:Verdana, Geneva, sans-serif;
font-size: 62.5%;
font-weight: normal;
line-height: 1.2;
margin: 0;
}



/*************
Preset
*************/
h1 {
	font-size: 2em;
	font-weight: bold;
	margin: 0;
}

h2, h3 {
	border-bottom: 1px solid #ccc;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.4;
	margin: 0 0 15px;
	padding-bottom: 10px;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 10px;
}

p {
	font-size: 1.2em;
	line-height: 1.5;
	margin: 0 0 15px;
}

ul {
	list-style-type: disc;
	margin: 0 0 15px;
	padding: 0 0 0 15px;
}

ul li {
	font-size: 1.2em;
	line-height: 1.5;
}

a:link, a:visited { color: #005238; text-decoration: none; }
a:hover { color: #333; }
hr { border-top: 1px solid #ffcc00; border-bottom: none; border-right: none; border-left: none; clear: both; margin: 0 0 25px 0; }
hr.hidden { border: none; clear: both; margin: 15px 0; visibility:hidden; }
#wrapper { margin: 0 auto; width: 940px; }


/*************
Header
*************/
#header {
	background: url(../images/vincenzo_logo.jpg) no-repeat left center;
	border-bottom: 1px solid #ccc;
	height: 115px;
	margin-bottom: 30px;
}

#header h1 {
	float: left;
	margin: 0;
	text-indent: -99999px;
	width: 1px;
}

#header #main_nav ul {
	float: right;
	font-size: 1em;
	line-height: 1.2;
	list-style-type: none;
	margin: 67px 0 0;
	overflow: hidden;
	padding: 0;
}

#header #main_nav ul li {
	background: url(../images/main_nav_bullet.gif) no-repeat left 12px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	line-height: 1.2;
	margin: 0;
	padding: 0 6px 0 12px;
}

#header #main_nav ul li:first-child {
	background: none;
	padding-left: 0;
}

#header #main_nav ul li:last-child {
	padding-right: 0;
}

#header #main_nav ul li a {
	color: #666;
	display: block;
	padding: 5px 5px 20px;
}

#header #main_nav ul li a:hover {
	color: #005238;
}

#header #main_nav ul li.selected a {
	border-bottom: 2px solid #005238;
	color: #005238;
}

/*************
Billboard
*************/
.billboard {
	background: url(../images/index_billboard_title.jpg) no-repeat center 15px;
	clear: both;
	color: #005238;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 15px 0 45px;
	text-align: center;
}

.billboard h2 {
	border: none;
	font-size: 1.2em;
	line-height: 1;
	margin: 0 0 30px;
	text-indent: -99999px;
	width: 1px;
}

.billboard p {
	font-size: 1.8em;
	line-height: 1;
	margin: 0 auto;
	width: 640px;
}

.slideshow {
	background: url(../images/billboard_slideshow_bg.jpg) no-repeat center 125px;
	/*background: url(../images/billboard_slideshow_bg.jpg) no-repeat center -16px;*/
	height: 360px;
}

.slideshow .item_wrapper {
	height: 340px;
	margin: 30px auto 0;
	position: relative;
	width: 680px;
}

.slideshow .item {
	background: #333;
	position: absolute;
}

.slideshow .item img, .slideshow .item a img {
	border: none;
	position: absolute;
}

.slideshow .item_wrapper a.viewmore {
	background: url(../images/billboard_slideshow_button.png) no-repeat right top;
	bottom: 0;
	color: #fff;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	height: 26px;
	padding: 12px 0;
	position: absolute;
	right: 0;
	z-index: 500;
	width: 170px;
}

.slideshow .item_wrapper a.viewmore:hover {
	color: #000;
}

/*************
Page Content
*************/
#page_content {
	background: #fff url(../images/page_content_bg.jpg) no-repeat center top;
	border: 1px solid #ccc;
	overflow: hidden;
	padding: 30px 50px;
}

#page_content ul.misc_details {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
}

#page_content ul.misc_details li {
	color: #999;
	display: block;
	float: left;
	font-size: 1em;
	list-style-type: none;
	margin: 0 0 3px;
	padding: 0 13px 5px 20px;
}

#page_content ul.misc_details li.date {
	background: url(../images/date.jpg) no-repeat left top;
}

#page_content ul.misc_details li.publication {
	background: url(../images/publication.jpg) no-repeat left top;
}

#page_content .frame {
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 2px;
}

#page_content .right {
	float: right;
	margin-left: 15px;
}

#page_content p a:hover {
	text-decoration: underline;	
}

.span-3-2 {
	float: left;
	margin-right: 58px;
	width: 520px;
}

.span-3-1 {
	float: left;
	margin-right: 58px;
	width: 260px;
}

.span-3-2.last, .span-3-1.last {
	margin-right: 0;
}


/*************
Aside
*************/
img.icon {
	float: left;
	margin: 0 10px 10px 0;
}

.icon_info {
	float: left;
	width: 135px;
}

#sub_nav .list {
	overflow: hidden;
}

#sub_nav .list p {
	line-height: 1.2;
	margin: 0;
}

#sub_nav .list p img {
	border: none;
	float: left;
	margin-right: 11px;
}

#sub_nav .list p span {
	display: block;
	float: right;
	width: 125px;	
}

#sub_nav .list p span.note {
	float: none;
	margin-top: 3px;
}

#sub_nav .list p a.selected span.note {
	color: #005238 ;
}

#sub_nav .list p a {
	border-bottom: 1px solid #ccc;
	color: #005238;
	display: block;
	overflow: hidden;
	padding: 7px;
}

#sub_nav .list p a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}

#sub_nav .list p a.selected {
	background: #005238;
	border: none;
	color: #fff;
}

#sub_nav .list.last p a {
	border: none;
}

/*************
Footer
*************/
#footer {
	background: url(../images/footer_shadow.png) no-repeat center top;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 20px 0 0;
}

#footer p {
	color: #666;
	float: left;
	font-size: 1.1em;
	width: 700px;
}

#footer p a:hover {
	text-decoration: underline;
}

#footer ul.payment {
	clear: right;
	float: right;
	list-style-type: none;
}

#footer ul.payment li {
	background: url(../images/payment_logo.jpg) no-repeat left top;
	height: 30px;
	float: left;
	text-indent: -99999px;
}

#footer ul.payment li.amex {
	background-position: -92px;
	width: 32px;
}

#footer ul.payment li.visa {
	background-position: -48px;
	width: 40px;
}

#footer ul.payment li.mastercard {
	background-position: 0px;
	width: 45px;
}