html {
overflow-y: scroll;
}

#spkr img {
float: left;
clear: left; 
padding-right: 10px;
padding-bottom: 10px;
}

#quote {
padding:10px 20px 20px 30px;
text-align:left;
font-style:italic;
font-size: 14px;
/*color: #ffffff;*/
margin-right: 30px;
}

#pic-scroll {width:600px;margin:10px 0;border-top:3px solid #fff;border-bottom:3px solid #fff;padding:0;height:150px;position:relative;overflow:hidden;}
	#pic-scroll ul {display:block;margin:0;padding:0;list-style:none;}
		#pic-scroll ul li {width:600px;float:left;height:150px;margin:0;padding:0;}

#header {
margin: -10px 0 0 0;
padding: 0 0 5px 0;
position: relative;
height: 150px;
width: 600px;
verticle-align: bottom;
}

#container{
width:600px;
margin: 0px auto;	
padding-bottom: 25px;
}

#accordion {
margin:10px 0px;
border-bottom-weight: 3px;
border-bottom-color: #ffffff;
border-bottom-style: solid;
padding-bottom:10px;
}

#pink_link {
position: absolute;
height: 15px;
width: 15px;
float: left;
background-color: #f8efce;
left: 67px;
bottom: 10px;
border: 1px solid #c4c4c4;
}

#blue_link {
position: absolute;
height: 15px;
width: 15px;
float: left;
background-color: #bce4e4;
left: 29px;
bottom: 10px;
border: 1px solid #c4c4c4;
}

#orange_link {
position: absolute;
height: 15px;
width: 15px;
float: left;
background-color: #ce7019;
left: 48px;
bottom: 10px;
border: 1px solid #c4c4c4;
}

#green_link {
position: absolute;
height: 15px;
width: 15px;
float: left;
background-color: #c5bc2a;
left: 10px;
bottom: 10px;
border: 1px solid #c4c4c4;
}

#logo_right {
text-align: right;
border-bottom-weight: 3px;
border-bottom-color: #ffffff;
border-bottom-style: solid;
padding-bottom:0px;
}

#twitter_content {
margin-bottom:15px;
float: left;
font-size:12px;
}
/*
#twitter_content img {
margin:0px; padding-bottom:10px; width:100px; height:25px;
}
*/
#twitter_content ul {
list-style-position:inherit; list-style-type:none; padding:0px; margin:0px;
}

#twitter_content li {
list-style-type: none; line-height:20px; margin:0px; padding-left:4px; background: no-repeat;
}

#flickr_content {
padding:0px; 
float:none;
}

#flickr_content img {
padding:0px 10px 10px 0px; 
}

.act {
	font-family: 'Arial', sans-serif;
	font-size: 24px;
	color: #ffffff;
	font-weight:bold;
	letter-spacing: 12px
	margin: 0 0 4px 0;
	padding: 0px;
}

h3.toggler {
	cursor: pointer;
	font-family: 'Arial', sans-serif;
	font-size: 48px;
	/*color: #ffffff;*/
	font-weight:bold;
	margin: 0 0 4px 0;
	padding: 0px;
}
h4 {
	font-size:32px;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
	padding-bottom: 10px;
}

img {
border: none;
text-decoration: none;
opacity:1.0;
}

div.floated {
	width: 400px;
	float: left;
	margin-left: 1em;
}

div#myElement {
	width: 100px;
	height: 100px;
	background-color: #00aeef;
	float: left;
	color:#ffffff;
	padding-bottom: 25px;
}

#links_footer {
height:15px;
text-align:left;
font-size: 9px;
padding-top:0px;
margin-top:0px;
}

a.twitter {
behavior: url("../iepngfix.htc");
display: block;
width: 15px;
height: 15px;
background: url("../im/icon_twitter.png") 0 0 no-repeat;
text-decoration: none;
margin-left: 2px;
margin-right: 2px;
float: right;
top:0px;
}
       
a:hover.twitter {
background-position: -15px 0;
}

a.facebook {
behavior: url("../iepngfix.htc");
display: block;
width: 15px;
height: 15px;
background: url("../im/icon_facebook.png") 0 0 no-repeat;
text-decoration: none;
margin-left: 2px;
margin-right: 2px;
float: right;
top:0px;
}
       
a:hover.facebook {
background-position: -15px 0;
}

a.flickr {
behavior: url("../iepngfix.htc");
display: block;
width: 15px;
height: 15px;
background: url("../im/icon_flickr.png") 0 0 no-repeat;
text-decoration: none;
margin-left: 2px;
margin-right: 2px;
float: right;
top:0px;
}
       
a:hover.flickr {
background-position: -15px 0;
}

/*
a.pdf {
display: block;
width: 50px;
height: 50px;
background: url("http://www.ntscamp.com/im/icon_pdf.png") 0 0 no-repeat;
text-decoration: none;
margin-left: 2px;
margin-right: 2px;
top:0px;
}
       
a:hover.pdf {
background-position: -50px 0;
}

