/***************************************
/	CONTENT STYLES
/************************************{*/

/*----	ANCHOR DEFAULTS  ----*/

a:link,
a:visited { 
	text-decoration: none;
	color: #0777b7;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}

/*---  ANCHOR OVERRIDES ---*/

		/* julia put specific anchor styling here */


/*---   TEXT STYLING DEFAULTS ---*/

em { font-style: italic; }
strong {font-weight: bold;}


/*----	HEADING DEFAULTS  ----*/

h1 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 25px;  
	font-weight: normal;
	letter-spacing: -.8px; 
	color: #CC0000;
	background: url(../images/layout/redline.jpg) no-repeat bottom left;
}
h2 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 22px;  
	font-weight: normal;
	letter-spacing: -.8px; 
	border-bottom: 2px solid #92BCD5;
	color: #0777b7;
}
h3 {
	margin-bottom: 15px;
	font-size: 19px;  
	font-weight: normal;
	letter-spacing: -.8px; 
	color: #000;
}
h4, h5 {
	margin-bottom: 15px;
	font-size: 18px;  
	font-weight: normal;
	letter-spacing: -.8px; 
	color: #555;
}


/*---	MAIN CONTAINER CONTENT STYLES ---*/

p {
	line-height: 1.3;
	text-align: justify;
	margin-bottom: 20px;
}

a img { border: 0; }

img.floatRight {
	float: right;
	margin: 20px 50px 10px 15px;
}
img.floatLeft {
	float: left;
	margin: 20px 15px 10px 0;
}
img.center {
	display: block;
	margin: 20px auto;
	clear: right;
}
img.tinyInline {
	float: left;
	display: block;
	margin: 0 15px 2px 20px;
}

blockquote {
	width: 550px;
	text-align: justify;
	margin: 10px 0 5px 0;
	padding: 0 55px;
	display: block;
}


/*-- needs class as to not override subnav!!
ul {	
	list-style-type: none;
	padding: 0;
	margin-left: 1em;
}
ul li {
	background-image: url(../images/layout/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	font-size: 18px;
	padding-left: .6em;
	color: #0B4E82;
	line-height: 1.5;
}
 --*/

ul.features {
	display: block;
	color: #0777B7;
	margin: 0 0 20px 100px;
	padding: 0 0;
	list-style-type:none; 
}
ul.features li {
	background: url(../images/layout/arrow.gif) 0px 5px no-repeat;
	padding: 0 0 0 15px;
} 

/* movie */

div.movie {
	position: relative;
	clear: right;
	margin: 20px auto;
	width: 541px;
	height: 312px;
	display: block;
	border: 1px solid black;
}
div.movie img { 
	display: block;
}
script.movie {
	position: relative;
	clear: right;
	margin: 20px auto;
	width: 570px;
	height: 405px;
	display: block;	
}
div.centermovie {
	position: relative;
	margin: 0 auto;
	height: 323px;
	width: 432px;
	background-image: url(../images/content/ladnersloop.gif);
	background-repeat: no-repeat;
}


/*---	SIDEBAR CONTENT STYLES ---*/

div#sidebarRight div.ad1 {
	position: relative;
	margin-bottom: 10px;
	background-color: #6181b7;
	color: #fff;
	border: 1px solid #6181b7;
	padding: 0;
}
div#sidebarRight div.ad1 p {
	position: relative;
	text-align: center;
	padding: 7px;
	margin: 0;
	color: white;
	margin: 15px 0;
}
div#sidebarRight div.ad1 p a:link,
div#sidebarRight div.ad1 p a:visited {
	color: white;
	text-decoration: none;
}
div#sidebarRight div.ad1 p a:hover {
	color: #cc0000;
	text-decoration: underline;
}

div#sidebarRight div.ad1 img { 
	display: block;
}

div#sidebarRight div.ad2 {
	position: relative;
	margin-bottom: 10px;
	background-color: #fff;
	color: #00166f;
	border: 1px solid #6181b7;
}
div#sidebarRight div.ad2 p {
	position: relative;
	text-align: center;
	padding: 7px;
	margin: 10px 0;
	color: white;
}
div#sidebarRight div.ad2 img { 
	display: block;
}



/*--- FOOTER CONTENT ---*/

div#footer div#bbb,
div#footerNoSb div#bbb {
	position: absolute;
	top: 60px;
	left: 30px;
	width: 48px;
	height: 61px;
}
div#footer div#bbb a img,
div#footerNoSb div#bbb a img {
	border: 0;
	width: 48px;
	height: 61px;
}
div#footer div#apsp,
div#footerNoSb div#apsp {
	position: absolute;
	top: 32px;
	left: 825px;
	width: 120px;
	height: 89px;
}
div#footer div#apsp a img,
div#footerNoSb div#apsp a img {
	border: 0;
	width: 120px;
	height: 89px;
}
div#footer div#copyright,
div#footerNoSb div#copyright {
	position: absolute;
	bottom: 8px;
	width: 960px;
	height: 40px;
	overflow: auto;
	font-size: 14px;
	text-align: center;
	color: #f0f0f0;
	line-height: 1.3;
}
div#footer div#copyright a:link,
div#footer div#copyright a:visited,
div#footerNoSb div#copyright a:link,
div#footerNoSb div#copyright a:visited { 
	text-decoration: underline;
	color: #fff;
}
div#footer div#copyright a:hover,
div#footerNoSb div#copyright a:hover {
	text-decoration: underline;
	color: #CC0000;
}
