/* @override http://wyndham.iconstaging.com/css/internal.css */

#page_top{
	background: url('../images/layout_images/page_top.gif') no-repeat scroll top left;
	width: 966px;
	height: 7px;
	overflow: hidden;
	clear: both;
}
#inner_content{
	float: left;
	width: 720px;
}

h2{
	font-size: 1.8em;
	font-weight: normal;
	color: #d1d1d1;
	margin: 1.3em 0;
}
.paragraph_content{
	width: auto;
}

.paragraph_content h2{
	font-size: 1.8em;
	font-weight: normal;
	color: #d1d1d1;
	margin: 0 0 1.3em 0;
}

.paragraph_content h3{
	font-size: 1.8em;
	font-weight: normal;
	color: #00aeef;
	margin: 0 0 0.5em 0;
}

.inner_image_right{
	float: right;
	position: relative;
	margin: 0 0 21px 21px;
}
.inner_image_left{
	float: left;
	position: relative;
	margin: 0 21px 21px 0;
}
.inner_image_full{
	position: relative;
	margin: 0 0 21px 0;
}

.right_text{
	padding-right: 21px;
	width: 286px;
	float: right;
}

/* Shadowbox Zoom Icon
***************************/
a.zoom_image span.zoom_icon {
	display: block;
	position: relative;
	right: 0px;
	bottom: 57px;
	margin-bottom: -36px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.zoom_icon {
	position: absolute;  
	bottom: 0px;  
	right: 0px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}


/* Inner Slider
***************************/

.inner #slider{
	position: relative;
	clear: both;
}
#page_divide{
	border-top: 1px solid #e4e4e4;
	height: 1px;
	overflow: hidden;
	clear: both;
	margin: 30px 0 30px -40px;
	width: 960px;
}
.inner #slider_mask{
	width: 880px;
	overflow: hidden;
	clear: both;
/*	margin-left: -40px;*/
	padding: 20px 0px;
}
.item{
	float: left;
	width: 420px;
	margin-right: 40px;
}
.inner .item img{
	float: left;
	margin-right: 14px;
}
.item_content{
	float: left;
	width: 220px;
}

.item h3{
	margin: 0 0 13px;
	font-size: 1.3em;
}

#left_arrow{
	position: absolute;
	left: -30px;
	top: 90px;
	width: 16px;
	height: 31px;
	font-size: 1em;
	text-indent: -5000px;
	overflow: hidden;
	background: url('../images/layout_images/slider_arrow_left.gif') no-repeat left top;
}
#left_arrow:hover, #right_arrow:hover{
	background-position: left center;
}

#left_arrow.disabled, #right_arrow.disabled{
	background-position: left bottom;
	cursor: default;
}

#right_arrow{
	position: absolute;
	right: 10px;
	top: 90px;
	width: 16px;
	height: 31px;
	font-size: 1em;
	text-indent: -5000px;
	overflow: hidden;
	background: url('../images/layout_images/slider_arrow_right.gif') no-repeat;
}

#content table p{
	font-size: 1em !important;
}
#content table li{
	font-size: 0.9em !important;
}


/* News & Events / Media
***************************/
.column_news{
	float: left;
	width: 395px;
	margin-right: 40px;
	display: inline;
}
.column_media{
	float: left;
	width: 245px;
}
.date{
	color: #a0a0a0;
	margin-bottom: 0;
}
.column_news h3{
	font-size: 1.4em;
}
.article{
	margin-bottom: 2em;
}
.view_all{
	font-size: 1.2em;
	font-weight: bold;
	background: url('../images/layout_images/arrow_light_blue.gif') no-repeat left 3px;
	padding-left: 8px;
}
.media_clip{
	padding-left: 37px;
	background: url('../images/layout_images/pdf_icon.gif') no-repeat left top;
	min-height: 30px;
	margin-bottom: 2em;
}
.media_clip h3, .media_clip a{
	font-size: 1.4em;	
}
.full_width_col{
	width: auto;
}
