body
{
	color: #616161;
	font-family:Arial
}
select, input, button, textarea 
{
	font-family:Arial
}


a, a:link, a:visited, span.command
{
	color: #3d88bd;
	outline: none;
}

a:hover, span.command:hover
{
	color: #b90000;
}

span.command
{
	cursor: pointer;
}

img.framed
{
	padding: 2px;
	border: solid 1px #E8E3E3;
}

strong
{
	font-weight: bold;
}

h2
{
	font-size: 146.5%;
	line-height: 110%;
	margin-bottom: .4em;
}

h2 img
{
	margin-bottom: .5em;
}

h3
{
	font-weight: bold;
	margin-bottom: 1em;
}

ul.bulleted
{
	padding-left: 10px;
	margin-left: 10px;
}

ul.bulleted li
{
	list-style-type: disc;
	margin-bottom: 1em;
}



button
{
	margin: 0;
	background: #4195ca url(../Images/Shell/button-bg.png) repeat-x top left;
	color: #fff;
	text-transform: uppercase;
	height: 21px;
	padding: 1px 1px 2px 1px;
	border: solid 1px #4195ca;
	vertical-align: top;
	font-size: 85%;
}

button span
{
	font-weight: bold;
	padding: 0px;
	display: block;
}


#main-column p
{
	margin-bottom: 1em;
}

#main-column h1
{
	font-size: 146.5%;
	line-height: 110%;
	margin-bottom: .5em;
}

.validation-summary-errors
{
	margin-bottom: .5em;
}

.watermark
{
	font-size: 85%;
	color: #616161;
	white-space: nowrap;
	margin-left: 2px;
	margin-top: 2px;
}


.feed
{
	padding-left: 18px;
	background: transparent url(../Images/feed-icon-small.png) no-repeat 0 50%;
}

a.more
{
	font-size: 85%;
}

/* Search Results */

#search-results-info
{
	padding-bottom: 10px;
	border-bottom: solid 1px #E8E3E3;
	margin-bottom: 20px;
}

#search-results-list li
{
	margin-bottom: 20px;
}

#search-results-list li a
{
	font-size: 108%;
}

#search-results-list li cite
{
	color: #568E1A;
	font-size: 85%;
}


/* HOME PAGE */

#home-top-content
{
	width: 920px;
	height: 320px; 
	padding: 0 20px 0px 20px;
	position: relative;
	background: #fff url(../Images/home-top-content-bg.jpg) no-repeat center top;
}

#home-bottom-content
{
	width: 920px;
	padding: 30px 20px 20px 20px;
	padding-bottom: 0;
	background: #fff url(../Images/home-bottom-content-bg.png) no-repeat 0 0;
	min-height: 300px;
	overflow: hidden;
}

#home-left-column
{
	width: 560px;
	float: left;
	overflow: hidden;
	position: relative;
}

#home-blog-container
{
	position: relative;
}

#home-right-column
{
	width: 320px;
	float: right;
	overflow: hidden;
}

.home-box
{
	margin-bottom: 20px;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 20px;	
	display: inline-block;
	overflow: hidden;
}

.home-box.last
{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#home-breaking-news
{
	width:313px;
	height:75px;
	margin-bottom:15px;
	background-image: url(../Images/home-breaking-news.png);
	color:white;
	padding-top:10px;
	padding-left:227px;
	padding-right:20px;
	vertical-align:bottom
}
#home-breaking-news .more
{
	font-size:77%;
}

#home-breaking-news a
{
	color:white
}

#home-blog-container .feed
{
	font-size: 77%;
	position: absolute;
	text-transform: uppercase;
	top: 3px;
	right: 0;
}

#home-facts
{
	padding-bottom: 0px;
}

#home-facts ul li
{
	margin-bottom: 5px;
	vertical-align: middle;
	clear: both;
	overflow: hidden;
}

#home-facts ul li h3
{
	font-size: 108%;
	font-weight: bold;
	margin-bottom: .1em;
}

#home-facts ul li p
{
	font-size: 94%;
	margin-bottom:10px;
}


#home-facts ul li img.thumb
{
	padding: 1px 1px 13px 1px;
	background: #d7e4f1 url(../Images/home-fact-thumb-bg.png) repeat-x bottom left;
	float: left;
	vertical-align: middle;
	margin-right: 12px;
	margin-bottom: 5px;
	height: 54px;
	width: 88px;
}


#home-news ul li
{
	padding-left: 50px;
	position: relative;
	margin-bottom: 1em;
	font-size:94%
}

#home-news ul li .home-news-date
{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 85%;
	text-transform: uppercase;
}

#home-news ul li .home-news-publication
{
	font-style: italic;
	font-size: 85%;
}






/* CYCLER NAVIGATION */

.cycler-nav-container
{
	height: 25px;
	z-index: 150;
	position: absolute;
	top: 10px;
	left: 30px;
	width: 200px;
}

.cycler-nav-pager
{
	display: inline-block;
}

.cycler-nav-container a
{
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	background: transparent url(../Images/cycle-nav-item.png) no-repeat center 0;
	outline: none;
	cursor: pointer;
}

.cycler-nav-container h2
{
	font-size: 100%;
	margin-bottom: 5px;
	line-height: 100%;
}

.cycler-nav-container h2 img
{
	margin-bottom: 0px;
}

.cycler-nav-container a.activeSlide
{
	background: transparent url(../Images/cycle-nav-item-current.png) no-repeat 0 0;
}

.cycler-nav-container .cycler-nav-next
{
	background: transparent url(../Images/cycle-nav-item-next.png) no-repeat 0 0;
	margin-right: 0;
}

.cycler-nav-container .cycler-nav-prev
{
	background: transparent url(../Images/cycle-nav-item-prev.png) no-repeat 0 0;
	margin-right: 5px;
}

#home-top-stories-cycler
{
	width: 650px !important;
	height: 320px  !important;
	overflow: hidden;
}

.home-top-story
{
	width: 650px !important;
	height: 320px  !important;
	background-color: transparent !important;
}

#home-photo-badge, #home-video-badge,  #home-tour-badge
{
	position: absolute;
	width: 240px;
	height: 130px;
	right: 40px;
}

#home-photo-badge
{
	top: 110px;
}


#home-video-badge
{
	top: 200px;
}

#home-tour-badge
{
	top: 20px;
}



/* ACCOUNT */

.account-creation-column, .account-login-column
{
	width: 300px;
	margin-right: 20px;
	float: left;
}





/* MISC FORM ELEMENTS */
.action-form-checkbox label
{
	display: inline;
}