@charset "UTF-8";
/*  CSS Document 
//
//  master
//
//  Created by Glen Austin on 2008-11-03.
//  Copyright (c) 2008 Maycreate. All rights reserved.
//
*/
/*** The Essential Code ***/
        * {
			padding:0px;
			margin:0px;
		}
		body{
			font: 12px Arial, Helvetica, sans-serif;
			background:url(../images/tile3.gif);
			color:#80a3b7;
		}
		#header {
			height:73px;
			padding-top:28px;
			background:#fafafa;
			margin:18px auto 14px;
			text-align:center;
		}
			
			#banner {
				width:878px;
				height:42px;
				margin: 0px auto;
			}
			#logo {
				float:left; 
				display:inline;
			}
			#contactinfo {
				float:right;
				list-style: none;
				text-align:right;
				line-height:42px;
				display:inline;
			}
			#contactinfo li {
				float:left;
				margin-left:40px;
				display:inline;
			}
			#contactinfo a:link, #contactinfo a:visited {
				color:#80a3b7;
				text-decoration:none;
			}
			#contactinfo a:hover, #contactinfo a:active {
				color:#ea6d1f;
			}
		#container {
			background-color:#fafafa;
			overflow:hidden;
			width:755px;
			margin:0px auto 14px;
		}
		#primaryContent {
			background-color:#fafafa;
			width:615px;
			border-left:140px solid #fafafa;
			margin-left:-140px; 
			float:right;
			display:inline;
		}
		#primaryContent p {margin-bottom:10px;}
		#secondaryContent {
			background-color:#fafafa;
			width:140px;
			float:right;
			display:inline;
		}
		#footer {
			clear:both;
			height:27px;
			width:745px;
			padding-right:10px;
			background:#fafafa;
			font-size:9px;
			text-align:right;
			line-height:27px;
			margin:0px auto 10px;
		}
		.youtube {float:left; margin-top: 7px; margin-left: 10px;}
			.youtube a:link, .youtube a:visited {
				width: 37px;
				height: 15px;
				background:url(../images/youtube.png) ;
				line-height: 60px;
				overflow: hidden;
				display: block;
			}
			.youtube a:hover, .youtube a:active {
				background:url(../images/youtube.png) bottom;
			}
		.facebook {float:left; margin-top: 6px; margin-left: 10px;}
			.facebook a:link, .facebook a:visited {
					width: 15px;
					height: 15px;
					background:url(../images/facebook.png) ;
					line-height: 60px;
					overflow: hidden;
					display: block;
				}
				.facebook a:hover, .facebook a:active {
					background:url(../images/facebook.png) bottom;
				}
		.twitter {float:left; margin-top: 6px; margin-left: 10px;}
			.twitter a:link, .twitter a:visited {
					width: 15px;
					height: 15px;
					background:url(../images/twitter.png) ;
					line-height: 60px;
					overflow: hidden;
					display: block;
				}
				.twitter a:hover, .twitter a:active {
					background:url(../images/twitter.png) bottom;
				}
		.linkedin {float:left; margin-top: 6px; margin-left: 10px;}
			.linkedin a:link, .linkedin a:visited {
					width: 15px;
					height: 15px;
					background:url(../images/linkedin.png) ;
					line-height: 60px;
					overflow: hidden;
					display: block;
				}
				.linkedin a:hover, .linkedin a:active {
					background:url(../images/linkedin.png) bottom;
				}
		.flickr {float:left; margin-top: 6px; margin-left: 10px;}
			.flickr a:link, .flickr a:visited {
					width: 51px;
					height: 15px;
					background:url(../images/flickr.png) ;
					line-height: 60px;
					overflow: hidden;
					display: block;
				}
				.flickr a:hover, .flickr a:active {
					background:url(../images/flickr.png) bottom;
				}
		.rsssmall {float:left; margin-top: 6px; margin-left: 10px;}
			.rsssmall a:link, .rsssmall a:visited {
					width: 15px;
					height: 15px;
					background:url(../images/rss.png) ;
					line-height: 60px;
					overflow: hidden;
					display: block;
				}
				.rsssmall a:hover, .rsssmall a:active {
					background:url(../images/rss.png) bottom;
				}
		.rsslarge {float:left; margin-top: 26px; margin-left: 20px;}
			.rsslarge a:link, .rsslarge a:visited {
					width: 29px;
					height: 28px;
					background:url(../images/rsslarge.png) ;
					line-height: 80px;
					overflow: hidden;
					display: block;
				}
				.rsslarge a:hover, .rsslarge a:active {
					background:url(../images/rsslarge.png) bottom;
				}
		.tumblr {float:left; margin-top: 6px; margin-left: 10px;}
			.tumblr a:link, .tumblr a:visited {
					width: 15px;
					height: 15px;
					background:url(../images/tumblr_small.png) ;
					line-height: 60px;
					overflow: hidden;
					display: block;
				}
				.tumblr a:hover, .tumblr a:active {
					background:url(../images/tumblr_small.png) bottom;
				}
/*** The Pretty Stuff Code ***/
		.clr {clear:both;}
		li {list-style:none;}
		.homepicbox {
			float:left;
			height:240px;
			width:248px;
			background:#ea6d1f;
			margin-right:0px;
			margin-left:3px;
			display:inline;
		}
		.homenews {
			float:left;
			width:200px;
			height:185px;
			padding:10px 20px;
			margin: 20px 0px 20px 10px;
			color:#80a3b7;
			font-size:22px;
			line-height:26px;
			background:#eeeeee;
			display:inline;
			}
		.homenews h1 {
				font-size:22px;
				font-weight:normal;
				color:#bcbec0;
				margin-bottom:10px;
			}
		.homenews a:link, .homenews a:visited {font-size:12px; color:#80a3b7; text-decoration:none;}
		.homenews a:hover, .homenews a:active {color:#ea6d1f;}
			.homenewspic {
				float:left;
				margin-right:20px;
				display:inline;
			}
			.homenews h1 {
				font-size:22px;
				font-weight:normal;
				color:#bcbec0;
				margin-bottom:10px;
			}
		.homestatus {
			float:left;
			width:450px;
			height:185px;
			padding:10px 20px;
			margin: 20px 4px 20px 4px;
			color:#999999;
			font-size:12px;
			line-height:22px;
			background:#eeeeee;
			display:inline;
			overflow:hidden;
			}
			.homestatus h1 {
					font-size:22px;
					font-weight:normal;
					color:#bcbec0;
					margin-bottom:10px;
				}
			.homestatus a:link, .homestatus a:visited {font-size:12px; color:#80a3b7; text-decoration:none;}
			.homestatus a:hover, .homestatus a:active {color:#ea6d1f;}
		.greybox {
			width:563px;
			padding:20px;
			margin: 20px 0px 20px 0px;
			color:#ea6d1f;
			font-size:20px;
			background:#eeeeee;
			text-transform:uppercase;
		}
		.greybox h1 {
			color:#ea6d1f;
			font-size:20px;
			font-weight:normal;
			text-transform:uppercase;
		}
		.greybox p {
			color:#ea6d1f;
			font-size:11px;
			line-height:18px;
			text-transform:none;
		}
		.greyboxproject {
			width:563px;
			padding:20px;
			margin: 20px 0px 20px 0px;
			color:#ea6d1f;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			background:#eeeeee;
		}
		.greybox a:link, .greybox a:visited {
			color:#ea6d1f;
			text-decoration:none;
			}
		.greybox a:hover, .greybox a:active {
			color:#999999;
			text-decoration:underline;
			}
		.mnewsbox {}
		.mnewsphoto {
			float:left;
			width:180px;
			display:inline;
		}
		.mnewsintro {
			float:left;
			width:400px;
			color:#999999;
			line-height:16px;
			display:inline;
		}
		.mnewsintro h1 {
			color:#80a3b7;
			font-size:16px;
			font-weight:normal;
			margin-bottom:10px;
		}
		.mnewsintro h3 {
			color:#80a3b7;
			margin-top:20px;
			font-size:12px;
			font-weight:normal;
			margin-bottom:10px;
		}
		.mnewsintro h3 a:link, .mnewsintro h3 a:visited {color:#80a3b7;}
		.mnewsintro h3 a:hover, .mnewsintro h3 a:active {}
		.collapse-container {
			clear:both;
			width:400px;
			margin-left:180px;
			color:#999999;
			line-height:16px;
			display:block
		}
		.newsbox {
			width:600px;
			margin-bottom:20px;
			color:#999999;
			border-bottom:dashed #CCCCCC 1px; 
			min-height:220px;			
		}
		.newsbox h1 {
			color:#ea6d1f;
			font-size:16px;
			font-weight:normal;
			margin-bottom:10px;
		}
		.newsbox a:link, .newsbox a:visited {color:#80a3b7; text-decoration:none;}
		.newsbox a:hover, .newsbox a:active {color:#ea6d1f;}
		.newsphoto {
			float:left;
			width:180px;
			margin-right:20px;
			display:block;
		}
		.newsstory {
			float:left;
			width:400px;
			margin-left:0px;
			margin-right:0px;
			margin-bottom:20px;
			font-size:12px;
			line-height:22px;
			display:block;
		}
		.newsfullstory {
			float:left;
			width:604px;
			margin-left:0px;
			margin-right:0px;
			margin-bottom:20px;
			font-size:12px;
			line-height:22px;
			display:block;
		}
		.assocbox {
			width:600px;
			margin-bottom:20px;
			color:#999999;
		}
		.assocbox h1 {
			color:#80a3b7;
			font-size:16px;
			font-weight:normal;
			margin-bottom:10px;
		}
		.assocbox a:link, .assocbox a:visited {color:#80a3b7; text-decoration:none;}
		.assocbox a:hover, .assocbox a:active {color:#ea6d1f;}
		.assocphoto {
			float:left;
			width:130px;
			margin-right:20px;
			display:inline;
		}
		.assocstory {
			float:left;
			width:420px;
			margin-left:20px;
			margin-right:10px;
			margin-bottom:20px;
			font-size:12px;
			line-height:22px;
			display:inline;
		}
		.awardphoto {
			float:left;
			width:180px;
			margin-right:10px;
			display:inline;
		}
		.awardstory {
			float:left;
			width:370px;
			margin-left:20px;
			margin-right:10px;
			margin-bottom:20px;
			font-size:12px;
			line-height:22px;
			display:inline;
		}
		.pagecopy {
			margin-left:20px;
			margin-right:10px;
			margin-bottom:20px;
			font-size:11px;
			line-height:22px;
			color:#999999;
		}
		.pagecopy h1 {
			color:#80a3b7;
			font-size:20px;
			font-weight:normal;
			margin-top:6px;
			margin-bottom:6px;
		}
		.featured {
			float:left;
			margin-bottom:34px;
			display:inline;
		}
		.featured p {
			margin-left:12px;
			margin-top:4px;
			font-size:12px;
		}
		.featured a:link, .featured a:visited {
			color:#80a3b7;
			text-decoration:none;
		}
		.featured a:hover, .featured a:active {
			color:#ea6d1f;
		}
		.thumbnailbox { 
			width:131px;
			padding:83px;
			padding: 5px 8px 5px 8px;
			color:#ea6d1f;
			font-size:20px;
			background:#eeeeee;
			/*background:#ffcc00;*/
			margin-right:5px;
			text-transform:uppercase;
			overflow:hidden;
			display:inline;
		}
		.linkname {
			margin-top:5px;
			display:block;
			margin-left:10px;
		}
		.thumbnailboxbranding { 
			width:182px;
			padding:83px;
			padding: 5px 8px 5px 8px;
			color:#ea6d1f;
			font-size:20px;
			background:#eeeeee;
			/*background:#ffcc00;*/
			margin-right:5px;
			text-transform:uppercase;
			overflow:hidden;
			display:inline;
		}
		.projectlink {margin-bottom:-20px; float:left; display:inline;}
		.projectlink a:link, .projectlink a:visited {color:#ea6d1f; text-decoration:none;}
		.projectlink a:hover, .projectlink a:active {color:#666666;}
		
		.nextproject {margin-bottom:-20px; margin-right:13px; float:right; display:inline;}
		.nextproject a:link, .nextproject a:visited {color:#ea6d1f; text-decoration:none;}
		.nextproject a:hover, .nextproject a:active {color:#666666;}
		
/*** The Navigation Code ***/
		#secondaryContent ul {
			margin-top:20px;
			list-style:none;
		}
		#primaryNav ul a {
			display: block;
			width:100px;
			height:42px;
			line-height:40px;
			color:#999999;
			text-decoration:none;
		}
		#secondaryNav ul {
			padding-bottom:100px;
		}
		#secondaryNav ul a {
			display: block;
			width:100px;
			height:24px;
			line-height:40px;
			color:#999999;
			text-decoration:none;
		}
		#primaryNav li, #secondaryNav li {*margin-top:-10px;}
		#nav_Work a:link,
		#nav_Work a:visited {
			display:block;
			height:44px;
			background:url(../images/nav_Work.gif) 0px 0px no-repeat;
			overflow:hidden;
			width:100px;
			line-height:155px;
		}
		#nav_Work a:hover,
		#nav_Work a:active {
			display:block;
			height:44px;
			background:url(../images/nav_Work.gif) 0px -44px no-repeat;
			overflow:hidden;
			width:100px;
			line-height:155px;
		}
		#nav_Work a.currentP {
			background:url(../images/nav_Work.gif) 0px -44px no-repeat;
		}
			/*#subnav_Allwork a:link,
			#subnav_Allwork a:visited {
				display:block;
				height:24px;
				background:url(../images/subnav_Allwork.gif) 0px 0px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Allwork a:hover,
			#subnav_Allwork a:active {
				display:block;
				height:24px;
				background:url(../images/subnav_Allwork.gif) 0px -24px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Allwork a.currentP {
				background:url(../images/subnav_Allwork.gif) 0px -24px no-repeat;
			}*/
			#subnav_Featured a:link,
			#subnav_Featured a:visited {
				display:block;
				height:24px;
				background:url(../images/subnav_Featured.gif) 0px 0px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Featured a:hover,
			#subnav_Featured a:active {
				display:block;
				height:24px;
				background:url(../images/subnav_Featured.gif) 0px -24px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Featured a.currentP {
				background:url(../images/subnav_Featured.gif) 0px -24px no-repeat;
			}
			#subnav_Logos a:link,
			#subnav_Logos a:visited {
				display:block;
				height:24px;
				background:url(../images/subnav_Logos.gif) 0px 0px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Logos a:hover,
			#subnav_Logos a:active {
				display:block;
				height:24px;
				background:url(../images/subnav_Logos.gif) 0px -24px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Logos a.currentP {
				background:url(../images/subnav_Logos.gif) 0px -24px no-repeat;
			}
			#subnav_Websites a:link,
			#subnav_Websites a:visited {
				display:block;
				height:24px;
				background:url(../images/subnav_Websites.gif) 0px 0px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Websites a:hover,
			#subnav_Websites a:active {
				display:block;
				height:24px;
				background:url(../images/subnav_Websites.gif) 0px -24px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Websites a.currentP {
				background:url(../images/subnav_Websites.gif) 0px -24px no-repeat;
			}
			#subnav_Branding a:link,
			#subnav_Branding a:visited {
				display:block;
				height:24px;
				background:url(../images/subnav_Branding.gif) 0px 0px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Branding a:hover,
			#subnav_Branding a:active {
				display:block;
				height:24px;
				background:url(../images/subnav_Branding.gif) 0px -24px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Branding a.currentP {
				background:url(../images/subnav_Branding.gif) 0px -24px no-repeat;
			}
			#subnav_Video a:link,
			#subnav_Video a:visited {
				display:block;
				height:24px;
				background:url(../images/subnav_Video.gif) 0px 0px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Video a:hover,
			#subnav_Video a:active {
				display:block;
				height:24px;
				background:url(../images/subnav_Video.gif) 0px -24px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Video a.currentP {
				background:url(../images/subnav_Video.gif) 0px -24px no-repeat;
			}
			#subnav_Ideapartner a:link,
			#subnav_Ideapartner a:visited {
				display:block;
				height:24px;
				background:url(../images/subnav_Ideapartner.gif) 0px 0px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Ideapartner a:hover,
			#subnav_Ideapartner a:active {
				display:block;
				height:24px;
				background:url(../images/subnav_Ideapartner.gif) 0px -24px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Ideapartner a.currentP {
				background:url(../images/subnav_Ideapartner.gif) 0px -24px no-repeat;
			}
		#nav_Studio a:link,
		#nav_Studio a:visited {
			display:block;
			height:44px;
			background:url(../images/nav_Studio.gif) 0px 0px no-repeat;
			overflow:hidden;
			width:100px;
			line-height:155px;
		}
		#nav_Studio a:hover,
		#nav_Studio a:active {
			display:block;
			height:44px;
			background:url(../images/nav_Studio.gif) 0px -44px no-repeat;
			overflow:hidden;
			width:100px;
			line-height:155px;
		}
		#nav_Studio a.currentP {
			background:url(../images/nav_Studio.gif) 0px -44px no-repeat;
		}
			#subnav_Philosophy a:link,
			#subnav_Philosophy a:visited {
				display:block;
				height:24px;
				background:url(../images/subnav_Philosophy.gif) 0px 0px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Philosophy a:hover,
			#subnav_Philosophy a:active {
				display:block;
				height:24px;
				background:url(../images/subnav_Philosophy.gif) 0px -24px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Philosophy a.currentP {
				background:url(../images/subnav_Philosophy.gif) 0px -24px no-repeat;
			}
			#subnav_Ourpeople a:link,
			#subnav_Ourpeople a:visited {
				display:block;
				height:24px;
				background:url(../images/subnav_Ourpeople.gif) 0px 0px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Ourpeople a:hover,
			#subnav_Ourpeople a:active {
				display:block;
				height:24px;
				background:url(../images/subnav_Ourpeople.gif) 0px -24px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Ourpeople a.currentP {
				background:url(../images/subnav_Ourpeople.gif) 0px -24px no-repeat;
			}
			#subnav_Associations a:link,
			#subnav_Associations a:visited {
				display:block;
				height:24px;
				background:url(../images/subnav_Associations.gif) 0px 0px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Associations a:hover,
			#subnav_Associations a:active {
				display:block;
				height:24px;
				background:url(../images/subnav_Associations.gif) 0px -24px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Associations a.currentP {
				background:url(../images/subnav_Associations.gif) 0px -24px no-repeat;
			}
			#subnav_Awards a:link,
			#subnav_Awards a:visited {
				display:block;
				height:24px;
				background:url(../images/subnav_Awards.gif) 0px 0px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Awards a:hover,
			#subnav_Awards a:active {
				display:block;
				height:24px;
				background:url(../images/subnav_Awards.gif) 0px -24px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Awards a.currentP {
				background:url(../images/subnav_Awards.gif) 0px -24px no-repeat;
			}
			#subnav_Awardsarchive a:link,
			#subnav_Awardsarchive a:visited {
				display:block;
				height:24px;
				background:url(../images/subnav_Awardsarchive.gif) 0px 0px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Awardsarchive a:hover,
			#subnav_Awardsarchive a:active {
				display:block;
				height:24px;
				background:url(../images/subnav_Awardsarchive.gif) 0px -24px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Awardsarchive a.currentP {
				background:url(../images/subnav_Awardsarchive.gif) 0px -24px no-repeat;
			}
			#subnav_Studiotour a:link,
			#subnav_Studiotour a:visited {
				display:block;
				height:24px;
				background:url(../images/subnav_Studiotour.gif) 0px 0px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Studiotour a:hover,
			#subnav_Studiotour a:active {
				display:block;
				height:24px;
				background:url(../images/subnav_Studiotour.gif) 0px -24px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Studiotour a.currentP {
				background:url(../images/subnav_Studiotour.gif) 0px -24px no-repeat;
			}		#nav_News a:link,
		#nav_News a:visited {
			display:block;
			height:44px;
			background:url(../images/nav_News.gif) 0px 0px no-repeat;
			overflow:hidden;
			width:100px;
			line-height:155px;
		}
		#nav_News a:hover,
		#nav_News a:active {
			display:block;
			height:44px;
			background:url(../images/nav_News.gif) 0px -44px no-repeat;
			overflow:hidden;
			width:100px;
			line-height:155px;
		}
		#nav_News a.currentP {
			background:url(../images/nav_News.gif) 0px -44px no-repeat;
		}
			#subnav_Newsarchive a:link,
			#subnav_Newsarchive a:visited {
				display:block;
				height:24px;
				background:url(../images/subnav_Newsarchive.gif) 0px 0px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Newsarchive a:hover,
			#subnav_Newsarchive a:active {
				display:block;
				height:24px;
				background:url(../images/subnav_Newsarchive.gif) 0px -24px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Newsarchive a.currentP {
				background:url(../images/subnav_Newsarchive.gif) 0px -24px no-repeat;
			}
			#subnav_Newsarchive08 a:link,
			#subnav_Newsarchive08 a:visited {
				display:block;
				height:24px;
				background:url(../images/subnav_Newsarchive08.gif) 0px 0px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Newsarchive08 a:hover,
			#subnav_Newsarchive08 a:active {
				display:block;
				height:24px;
				background:url(../images/subnav_Newsarchive08.gif) 0px -24px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Newsarchive08 a.currentP {
				background:url(../images/subnav_Newsarchive08.gif) 0px -24px no-repeat;
			}
			#subnav_Newsarchive07 a:link,
			#subnav_Newsarchive07 a:visited {
				display:block;
				height:24px;
				background:url(../images/subnav_Newsarchive07.gif) 0px 0px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Newsarchive07 a:hover,
			#subnav_Newsarchive07 a:active {
				display:block;
				height:24px;
				background:url(../images/subnav_Newsarchive07.gif) 0px -24px no-repeat;
				overflow:hidden;
				width:100px;
				line-height:155px;
			}
			#subnav_Newsarchive07 a.currentP {
				background:url(../images/subnav_Newsarchive07.gif) 0px -24px no-repeat;
			}
/* Accordion */
#accordion {
	margin:20px 0px;
}
h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-size: 20px;
	font-weight:normal;
	background: #eeeeee;
	color:#80a3b7;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

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

blockquote {
	padding:5px 20px;
}
label {margin-right:10px;}
#captcha_id {margin-top:2px;}
#mcsubmit {margin-top:2px;}
#twitterlogo {
	float:left;
	width:78px;
	height:18px;
	margin-right:5px;
	}