/* Common Properties of the responsive elements */ 

#pageBody {
	background-image: url(background.jpg);
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	font-weight: normal;
}

#pageSection { 
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	background-image: url(header-side.jpg);
	background-repeat: no-repeat;
	text-align: left;
}


#navigationSection li {
	font-variant: small-caps;
	letter-spacing: 1px;
	font-size: 9pt;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

#compactNavigationSection {
	
	padding: 0px;
	padding-bottom: 5px;
	text-align: right;
	font-size: 9pt;
}

#compactNavigationSection select {
	font-size: 9pt;	
}
	
@media screen 
{
	/* Standard Layout (IE Compatible) */ 

	#pageBody {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#pageSection { 
		width: 760px;
		padding-left: 189px;
		padding-right: 9px;
	}

	#navigationSection {
		text-align: left;
		position: absolute;
		top: 180px;
		left: 20px;
		width: 160px;
		height: 200px;
		margin: 0px;
	}

	#navigationSection li {
		display: block;
	}

	#compactNavigationSection {
		display: none;
	}
}


/* Portrait Mode (Safari on iPad) */
@media only screen and (max-width: 1023px) {

	#pageSection { 
		width: 760px;
		background-image: url(header-top-740.jpg);
		background-repeat: no-repeat;
		padding-top: 50px;
		padding-left: 3px;
		padding-right: 3px;
	}

	#navigationSection {
		display: none;
	}

	#compactNavigationSection {
		display: block;
	}
}


/* ipod touch landscape */
@media only screen and (max-width: 767px) {

	#pageBody {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	#pageSection { 
		width: 472px;
		background-image: url(header-top-320.jpg);
		background-repeat: no-repeat;
		padding-top: 50px;
		padding-left: 3px;
		padding-right: 3px;
	}
}

/* ipod touch portrait */
@media only screen and (max-width: 479px) {

	#pageSection { 
		width: 312px;
		background-image: url(header-top-320.jpg);
		background-repeat: no-repeat;
		padding-top: 50px;
		padding-left: 3px;
		padding-right: 3px;
	}
}

#summarySection {
	
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#summarySection h1 {
	font-size: 14pt;
	font-variant: small-caps;
	margin: 0px;
}

#summarySection p {
	font-size: 11pt;
	font-style: italic;
	margin-bottom: 10px;
	margin-top: 0px;
}

#contentSection {

	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 10px;
	padding-top: 10px;
	min-height: 600px;
	height: auto;
}

/* IE Hack to control minimum height */
* html #contentSection {
	height: 550px;
}

#contentSection h2 {
	font-size: 10pt;
	font-weight: bold;
	font-variant: small-caps;
	margin-top: 15px; 
	margin-bottom: 5px; 
}

#contentSection h3 {
	font-size: 9pt;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 3px; 
}

#contentSection p {
	font-size: 9pt;
	font-weight: normal;
	margin-bottom: 7px;
	margin-top: 0px;
	margin-left: 0px;
	text-align: justify;
}

#contentSection p.bibliography {
	padding-left: 22px;
	text-indent: -22px;
	text-align: left;
}

#contentSection ul {
	margin-top: 0px;
	margin-bottom: 10px;
	list-style-image: url(bullet.png);
}

#contentSection li {
	font-size: 9pt;
	display: list-item;
	padding: 15px 0px 0px 0px;
}

#contentSection a:link {text-decoration: none; font-weight: normal; }
#contentSection a:visited {text-decoration: none; font-weight: normal; }
#contentSection a:hover {text-decoration: underline; font-weight: normal; }
#contentSection a:active {text-decoration: none; font-weight: normal; }

#contentSection img {
	border: solid 1px;
}

#contentSection img.elastic_740 {
	width: 100%;
	max-width: 740px;
	border: solid 1px;
}

#contentSection img.elastic_355 {
	width: 100%;
	max-width: 355px;
	border: solid 1px;
}

#contentSection div.elastic_355 {
	max-width: 355px;
}

#contentSection img.elastic_235 {
	width: 100%;
	max-width: 235px;
	border: solid 1px;
}

#contentSection div.elastic_235 {
	max-width: 235px;
}

#contentSection .thumbnails
{
	text-align: left;
}

#contentSection .clearer {
	clear: both;
	line-height: 0px;
	height: 0px;
	visibility: hidden;
}

#contentSection .imagefloatleft {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	position: relative;
}

#contentSection .floatRight {
	float: right;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	position: relative;
}

#contentSection p.caption {
	padding: 5px;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	font-size: 7pt;
}

#footerSection {
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	height: 35px;
	background-image: url(email.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

#footerSection p {
	font-size: 8pt;
	letters-spacing: 0.1em;
	margin: 0px;
	text-align: right;
}

#navigationSection ul {
	margin: 0px;
	padding: 0px;
	list-style-image: url(bullet-fix.png);
}

#navigationSection li a:link { text-decoration: none;}
#navigationSection li a:visited {text-decoration: none;}
#navigationSection li a:hover {text-decoration: none;}
#navigationSection li a:active {text-decoration: none;}

.feed {
	margin-left: 3px;
	padding: 0 0 0 19px;
	background: url(feed-icon-14x14.png) no-repeat;
}

.video-container { 
	position:relative; 
	margin:0 0 15px 0;	
	padding-bottom:51%; 
	padding-top:30px; 
	height:0; 
	overflow:hidden;  
}

.video-container iframe,
.video-container object,  
.video-container embed 	{ 
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
}

.quote
{
	padding:20px 50px 20px 50px;
	font-style: italic;
}

.footnote
{
	padding:10px 25px 0px 25px;
	border-top: solid 1px;
}