* {
	margin: 0;
	padding: 0;
	font-family: georgia;
	font-size: 13px;
}

/* HACK TO CENTER ON IE */
body {
	text-align: center;
}
#wrapper {
	text-align: left;
}
/* END HACK */

a {
	font-weight: bold;
	color: #7B0029;
}

h1 {
	font-weight: normal;
	font-size: 26px;
}

h2 {
	font-weight: normal;
	font-size: 20px;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 882px;
}

#wrapper2 {
	position: relative;
	border-right: 1px solid #ccc;
}

#header {
	padding: 24px 0 20px 0;
}

#logo img {
	border: 0;
}

#search {
	position: absolute;
	top: 60px;
	right: 40px;
}

#topnav {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 6px 0;
}

#topnav li {
	display: inline;
	padding: 6px 0;
}

#topnav a  {
	font-family: georgia;
	font-style: italic;
	border-right: 1px solid #ccc;
	text-decoration: none;
	padding: 0 12px;
}

#topnav a:hover, #invitee a:hover {
	text-decoration: underline;
}

#topnav li.current a {
	padding: 6px 12px;
	color: #fff;
	background-color: #7B0029;
}

#phone {
	position: absolute;
	top: 123px;
	right: 0;
	color: #7B0029;
	font-size: 16px;
}

#invitee {
	text-align: center;
	padding: 8px 0;
	border-bottom: 1px solid #ccc;
	font-family: arial;
	background-color: #ffffcc;
}

#invitee a {
	font-family: arial;
	font-weight: normal;
}

#left {
	width: 265px;
	background-color: #7B0029;
}

#welcome {
	background: url('assets/bg_left.gif') top left repeat-x #7B0029;
	border-top: 1px solid #7b0029;
	border-left: 3px solid #7b0029;
	border-right: 3px solid #7b0029;
	padding-bottom: 60px;
	margin: 0;
}

#welcome h1 {
	padding: 12px 16px 0 16px;
	color: #d7b2be;
	margin-bottom: 12px;
}

#welcome p {
	padding-left: 16px;
	padding-right: 16px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}

#welcome a {
	color: #ffffcc;
}

#main .content {
	padding: 30px;
}

#main .content h1 {
	margin-bottom: 12px;
}

#teaser_main a h1 {
	color: #000;
}

#teaser_main a:hover h1 {
	text-decoration: underline;
}

#main .content h2 {
	margin-top: 12px;
	font-size: 18px;
}

#main .content p {
	margin-top: 12px;
}

#main .content ul {
	margin-top: 12px;
	margin-left: 20px;
}

#left .content {
	padding: 20px;
	color: #fff;
}

#left .content h2 {
	margin-bottom: 12px;
	color: #d7b2be;
}

#left .content p {
	margin-top: 12px;
}

#left .content a {
	color: #fff;
}
p.line-top {
	padding-top: 5px;
	padding-bottom: 6px;
	margin-top: 8px;
	border-top: 1px solid #d7b2be;
}

#main {
	position: absolute;
	top: 0;
	left: 265px;
}

#teaser_main {
	position: relative;
	padding: 20px;
	background-color: #ffffcc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#teaser_main .thumbnail {
	margin-right: 20px;
}

#teaser_main h1 {
	font-size: 22px;
	margin-bottom: 2px;
}

#teaser_main h2 {
	font-size: 18px;
	margin-bottom: 8px;
}

#teaser_main h3 {
	font-weight: normal;
	font-family: arial;
	font-size: 12px;
}


#teasers_small {
	padding: 20px;
}

#teasers_small h2 {
	font-size: 18px;
	margin-bottom: 12px;
}


.teaser_small {
	width: 255px;
/*	padding: 0 12px 12px 12px;
	float: left;
*/
}

.teaser_small .thumbnail {
/*	float: left; */
	margin-right: 8px; 
}

li.pdf {
	list-style-type: none;
	padding: 3px 0 3px 26px;
	background: url('assets/icon_pdf.gif') top left no-repeat;
}

.note, .note a {
	font-family: helvetica, arial;
	font-size: 11px;
	font-weight: normal;
}

#footer {
	clear: both;
	padding: 40px;
	text-align: center;
}