/* This is the style of your browser text */
	
/*

Colors:
primary (dark) blue: 00264c
medium blue: 15a6df
light blue: c2e8f9
orange: e16d00
red: FF0000
bottom grey: 868686
green: cafcbe
yellow: FFE451
alt yellow: f9fc7e

*/


html,body {
	padding:0;
	margin:0;
}

* {
-webkit-text-size-adjust: 100%;
}





body {

/* 	background-color: #f9f9f7; */
	background-color: #FFF;

	font-family:"Tahoma", "Geneva", sans-serif;
	letter-spacing:.02em;
	font-size:12px;
	line-height:20px;
	color:#333333;

	background-image:url(../grafx/bg-left-wheat.jpg);
	background-attachment:fixed;
	background-position:top left;
	background-repeat:no-repeat;
	/* Set proper scale for mobile Safari */
	-webkit-background-size: 2000px 2000px; 
	
	min-height:500px;
	min-width: 990px;
	
	font-smooth: always;
	
	
	
}

/* Tags */

p a:link,p a:active,p a:visited, li a:link, li a:active, li a:visited {
	color:#0099CC;
	text-decoration:none;
}

p a:hover, li a:hover {
	color:#e16d00;
}

small {
	text-overflow: ellipsis;
	word-wrap: normal;
	word-break: normal;
	font-size:9px;
	text-transform:uppercase;
	color: #999;
	padding: 2px;
	white-space:nowrap;
	border: 0px solid #c7c7c7;
	display: inline;
}

hr {
	border:0;
	border-bottom:#bceeff solid 2px;
}

h1,h2,h3,h4,h5,h6 {
	display:inline;
	font-weight:normal;
	font-family:"Arial", "Helvetica", sans-serif;
}

h1 {
	font-size:15px;
	text-transform:uppercase;
	/* letter-spacing:.05em; */
	text-align:center;
	color:#00264c;
}

h1 a:link,h1 a:visited {
	font-size:14px;
	background-color:#00264c;
	color:#FFF;
	text-decoration:none;
	padding:4px 6px;
	margin:0 0 5px;
}

h1 a:hover {
	color:#15a6df;
	text-decoration:none;
}

h2, h3 {
	color:#00264c;
	display:block;
	/* margin-top:10px; */
	margin-bottom:10px;
	margin-right:10%;
	letter-spacing:.02em;
	font-family: "Georgia", serif;
	font-style: italic;
	}

h3 {
	font-size:24px;
	line-height:28px;
}
h2 {
	font-size:15px;
	line-height: 21px;
	margin-bottom: -10px
}
h2 a, h3 a {
	color:#0099CC;
	text-decoration:none;
}

h2 a:hover, h3 a:hover {
	color:#00264c;
}

input {
	border:#CCCCCC 1px solid;
	font-size:12px;
	padding:5px;
	color:#666666;
}


/* GLOBAL CLASSES */

	
/* PDF links icon */
p a[href$=.pdf],li a[href$=.pdf],td a[href$=.pdf] {
	padding-left:25px;
	background:url(../grafx/icons/pdf.gif) no-repeat top left;
	vertical-align: top;
}

	
/* transparency filter */
.translucent {
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity:0.85;
	opacity:0.85;
}

/* Generic Floats w/ Padding */

.left {
	float:left;
	clear:left;
	margin:20px 30px 10px 0;
}

.right {
	float:right;
	clear:right;
	margin:20px 60px 15px 30px;
}

.content p,.content li {
	font-size:13px;
	line-height: 21px;
	font-family:"Georgia", serif;
	margin:20px 40px 20px 0;
}

.content img {
	border:0;
	margin:5px 0 0 0;
}

p.continue {
	margin:20px 40px 20px 0;
	border-top: 1px solid #BCEEFF;
	padding-top: 10px;
	width: 520px;
	display: block;
	text-align: right;
	float: left;
	clear: both;
}

p.goback {
	margin:40px 40px 40px 0;
	border-top: 1px solid #BCEEFF;
	padding-top: 10px;
	width: 520px;
	display: block;
	text-align: left;
	float: none;
	clear: both;
}

.action-link a {
	text-decoration:none;
	font-family:"Arial", "Helvetica", sans-serif;
	font-size:11px;
	text-transform:uppercase;
	text-align:right;
}

.action-link a:hover {
	color:#e16d00;
}

.action-button {
	color:#0099FF;
	text-decoration:none;
	/*
	padding:5px;
	background-color:#c2e8f9;
	*/
	font-family:"Arial", "Helvetica", sans-serif;
	vertical-align: middle;
	text-transform:uppercase;
	/* border:1px solid #c2e8f9; */
	display: inline;
	width: auto;
}
.action-button a {
	font-size:11px;
}


.action-link a:before,.action-button a:before {
	content:url(../grafx/icons/link-arrow-trans.png);
	vertical-align: middle;
}

.action-button:hover {
	color:#0099FF;
	/*
	background-color:#ffffff;
	border:1px solid #c2e8f9;
	*/
}

.icon {
	border:0;
	margin-left:5px;
	margin-right:5px;
	padding-bottom:3px;
	display:inline;
	vertical-align:middle;
}

	
/* displays inside standard content window at top */
.notice {
	width:auto;
	background-color:#15a6df;
	color:#FFF;
	margin:-20px -20px 25px;
	padding:5px 20px;
	text-decoration:none;
	display:none;
}

.notice p {
	font-family:"Arial", "Helvetica", sans-serif;
	border:0;
	margin:0;
	text-decoration:none;
}

.notice:hover {
	background-color:#00264C;
}

/* third level sub-navigation */
.subnavinline {
	display: none;
	width: 520px;
}
.subnavinline * {
	width:100%;
	padding:0;
	margin: 20px 0px 0px 0px;
}
.subnavinline ul {
	list-style: none;
}
.subnavinline ul li {
	white-space:normal;
	line-height:1.4em;
	font-family:"Arial", sans-serif;
	letter-spacing:.02em;
	font-size:11px;
	margin: 0;
	padding: 2px 0px;
	color: #a29f88;
	display: inline;
}

.subnavinline ul li.first {
	padding: 2px 4px 2px 0px;
}

.subnavinline ul li.subnavinline-title {
	background-color: #dbd7b6;
	color: #333;
	margin: 0;
	padding: 2px 4px;
	margin-right: 4px;
	font-family: "Georgia",serif;
	font-size: 11px;
	font-style: italic;
	border-bottom: none;
}

.subnavinline ul li a {
	
	display:inline;
}

.subnavinline ul li a:hover {
	
}



.subnavbox {
margin: 24px 40px 30px 0px;
display: none; /*block*/
width: 140px;
}
.subnavbox * {
	width:100%;
	padding:0;
	margin:0;
}
.subnavbox ul {
	list-style: none;
}

.subnavbox ul li {
	white-space:normal;
	line-height:1.4em;
	font-family:"Arial", sans-serif;
	letter-spacing:.02em;
	font-size:11px;
	margin: 0;
	padding: 2px 4px;
	color: #a29f88;
	display: block;
	border-bottom: 1px solid #e2dec5;
}

.subnavbox ul li.subnavbox-title {
	background-color: #dbd7b6;
	color: #333;
	font-family: "Georgia",serif;
	font-size: 12px;
	font-style: italic;
	border-bottom: none;
}

.subnavbox ul li a {
	
	display:inline;
}

.subnavbox ul li a:hover {
	
}


	
/* Content Image and Caption (H4) */
.img * {
	display:block;
	width:100%;
	padding:0;
}

.img h4 {
	width:auto;
	white-space:normal;
	line-height:1.4em;
	font-family:"Arial", "Helvetica", sans-serif;
	letter-spacing:.02em;
	font-size:11px;
	color:#FFF;
	background-color:#00264c;
	padding:10px;
	margin:0;
}

.img h4 a {
	color:#FFF;
	display:inline;
}

.img h4 a:hover {
	color:#e16d00;
}


.img h5 {
	width:auto;
	white-space:normal;
	line-height:1.4em;
	font-family:"Arial", "Helvetica", sans-serif;
	letter-spacing:.02em;
	font-size:10px;
	color:#A29F88;
	/* background-color:#00264c; */
	padding:5px 10px 10px 0;
	margin:0;
}

.img h5 a {
	color:#A29F88;
	display:inline;
}

.img h5 a:hover {
	color:#e16d00;
}
	
/* Content Infobox */

.infobox * {
	width:100%;
	padding:0;
	margin:0;
}

.infobox {
	padding:10px 10px 0;
	background-color:#F3EF69;
}

.infobox p,.infobox li {
	width:auto;
	white-space:normal;
	line-height:normal;
	font-family:"Arial", "Helvetica", sans-serif;
	letter-spacing:.02em;
	font-size:11px;
	color:#00264c;
	display:block;
	font-weight:bold;
	padding:0 0 10px;
}

.infobox ul li {
	list-style:none;
	font-weight:normal;
	margin:0;
	padding:0 0 10px;
}

.infobox a {
	font-style:normal;
	color:#00264c;
	display:inline;
}

.infobox a:hover {
	color:#e16d00;
}

/* Content Case Study */

.case-study {
padding: 20px 20px 0 20px;
border: 1px solid #FFE451;
width: 40%;
}
.case-study h2 {margin-bottom: 10px;}
.case-study p {font-size: 11px; font-family:"Arial", "Helvetica", sans-serif; padding: 0; margin: 0 0 20px 0; }


/* FULL WRAPPER */

#full-wrap {
width: 990px;
position: absolute;
z-index: 1;
left: 0;
top: 0;
}


/* ID's: Top-left to right to bottom */

#logo-csp {
	position:absolute;
	width:281px;
	height:82px;
	left:-81px;
	top:-6px;
	border:0;
}

/* LEFT COLUMN */

#column {
	/*float:left;*/
	top:0;
	position:absolute;
	margin-top:30px;
	padding-top: 90px;
	margin-left:100px;
	width:200px;
}

#column ul#info {
	list-style:none;
	padding:0;
	margin-bottom:30px;
	margin-left: 0;
}

#column form#email-signup {
	margin-bottom: 20px;
	display: block;
	width: 100%;
}

#column form#email-signup a#email-submit {
	float: right;
}

#column div#latestnews {
	float: left;
	clear: both;
	display: block;
	margin-top: 10px;
}

#column #latestnews ul {
	list-style:outside;
	list-style-image:url(../grafx/icons/bullet.png);
	padding:0;
	margin-left: 0;
}

#column #latestnews ul li {
	margin-bottom:20px;
}

#column #latestnews ul a {
	color:#0099FF;
	text-decoration:none;
}

#column #latestnews ul a:hover {
	color:#e16d00;
}

#column #latestnews ul a.header {
	color:#0099FF;
	text-decoration:none;
	font-weight:normal;
	text-transform:uppercase;
	font-size:11px;
}

#column #latestnews ul a.header:hover {
	color:#e16d00;
}

#column p {
	margin-bottom:20px;
	margin-top:0;
}

#column p.right {
	margin:0;
	padding:0;
}

input#email {
	margin-top:5px;
	margin-bottom:5px;
	width:188px;
	display:block;
}

input#email, input#front-email {
	background-image:url(../grafx/icons/email.png);
	background-position:center right;
	background-repeat:no-repeat;
}

#wrapper {
	left:340px;
	top:30px;
	width:620px;
	position:absolute;
}

	
/* NAVIGATION */

/* Top Level + Search */
	
	.nav {
		width:620px;
		top:0;
		padding-top:4px;
	}
	
	ul.topnav {
		margin:0;
		padding:0;
		height:34px;
		width: auto;
		list-style:none;
		overflow:visible;
		display:block;
	}
	
	ul.topnav li {
		display:inline-block;
		float: left;
		clear: none;
		line-height:14px;
		text-transform:uppercase;
		font-family:"Arial", "Helvetica", sans-serif;
		font-size:12px;
		color:#15a6df;
	}

	
	ul.topnav li div {
		padding:5px;
		margin-right: 5px;

	}
	
		/* Cufon nav hack */
		ul.topnav li div .cufon {
			height: 13px !important;
			padding-top: 1px !important;
			}
	
	ul.topnav li.selected div {
	}
	
	ul.topnav li.selected {
		color:#FFFFFF;
		background-image:url("../grafx/nav-fulcrum.gif");
		background-repeat:no-repeat;
		background-position:center bottom;
		padding-bottom:10px;
	}
	
	ul.topnav li.selected div {
		background-color:#15a6df;
	}
	
	ul.topnav li a:link,.topnav li a:visited {
		text-decoration:none;
		color:#47b2e4;
	}
	
	ul.topnav li a:hover {
		text-decoration:none;
		color:#00264c;
	}
	
	/* Search */
	input#search {
		margin-left:10px;
		margin-top:-2px;
		float:right;
		display:inline;
		clear:none;
		width:110px;
		background-image:url(../grafx/icons/search.gif);
		background-position:center right;
		background-repeat:no-repeat;
	}
	
	form#search-box input#submit {
		display: none;
	}

	
	/* Bottom-Level */

		ul.subnav {
			margin:0;
			padding:0;
			height:24px;
			width: 620px;
			list-style:none;
			display:block;
			background-color: #ade9ff;
			z-index: 20;
			}

		ul.subnav li {
			display: block;
			float: left;
			clear: none;
			position: relative;
			z-index: 25;
			}

		ul.subnav li.selected {
			background-color:#FFE451;
			}

		ul.subnav li a {
			text-transform: uppercase;
			font-family: "Arial", "Helvetica", sans-serif;
			font-size: 10px;
			line-height: 12px;
			padding: 7px 10px 5px 10px;
			color: #00264c;
			display: inline-block;
			vertical-align: middle;
			}

		ul.subnav li a:link,.subnav li a:visited {
			text-decoration:none;
			color:#00264c;
			}

		ul.subnav li a:hover {
			text-decoration:none;
			color:#FFF;
			}
			
			/* Cufon nav hack */
			ul.subnav li a .cufon {
				height: 11px !important;
				padding-top: 1px !important;
				}

		
		ul.subnav li.expand:after {
			content:url(../grafx/icons/asc-alt.gif);
			margin-left: -8px;
			padding-right: 6px;
			}
			
	
		ul.subnav li.expand ul {
			background-color: #caf0ff;
			width:12em;
			display:none;
			top:24px;
			z-index:200;
			padding:0;
			margin: 0;
			list-style:none;
			position: absolute;
			left: 0;    			
			}
		
		ul.subnav li.expand:hover ul {
			display:block;
			}
		
		ul.subnav li.expand ul li {
			display:block;
			width:12em;
			z-index: 250;
			}
			
			ul.subnav li.expand ul li a:hover {
			color: #47b2e4;
			}
			

/* Content area */

	.content {
		position:relative;
		margin:0;
		background-color:#FCFBF1;
		width:auto;
		min-height:420px;
		padding-top:30px;
		/* padding-bottom:10px; */
		border:#c2e8f9 1px solid;
		z-index: 10;
	}



/* DROP SHADOWS */

	.content div.dropshadow-right {
		position:absolute;
		top:0;
		right:-16px;
		background-image:url(../grafx/dropshadow/bg-content-ds-right-bg-trans.png);
		background-repeat:repeat-y;
		height:auto;
		width:16px;
		bottom: 0;
		z-index: 5;
	}
	
		/* BasicNav alt */
		.content.basicnav div.dropshadow-right {
			top:31px;
		}
		
		.content div.dropshadow-right img.top {
			position:absolute;
			top:-31px;
			left:0;
		}
		
		.content div.dropshadow-right img.bottom {
			height: 30px;
			position: absolute;
			bottom: -17px;
			left: 1px;
		}
	
	.content div.dropshadow-bottom {
		position:absolute;
		bottom:-17px;
		left:0;
		background-image:url(../grafx/dropshadow/bg-content-ds-bottom-bg-trans.png);
		background-repeat:repeat-x;
		width:100%;
		height:17px;
		z-index: 5;
	}
	
		.content div.dropshadow-bottom img.left {
			position:absolute;
			top:1px;
			left:-10px;
			padding:0;
		}
		
		.content div.dropshadow-bottom img.right {
			position:absolute;
			right:-16px;
			top:1px;
			margin:0;
			padding:0;
		}
	
	.content div.dropshadow-left {
		position:absolute;
		top:0;
		left:-10px;
		background-image:url(../grafx/dropshadow/bg-content-ds-left-bg-trans.png);
		background-repeat:repeat-y;
		height:auto;
		width:10px;
		bottom: 0;
		z-index: 5;
	}
	
		/* BasicNav alt */
		
		.content.basicnav {
			background-color:none;
			background-image:none;
			border:1px solid #bceeff;
			margin-top:14px;
			padding:30px;
			float: left;
			margin-bottom: 20px;
			width: 560px;
		}
				
		.content.basicnav div.dropshadow-left {
			top:21px;
		}
	
		.content div.dropshadow-left img.top {
			position:absolute;
			top:-21px;
			right:0;
		}
		
		.content div.dropshadow-left img.bottom {
			position:absolute;
			bottom:0;
			right:1px;
		}



/* SCROLLER */

	.scroll {
		position:relative;
		width: 618px;
		overflow:hidden;
		height: auto;
	}
	
	.scrollContainer {
		width:22000px;
		height: auto;
	}
	
	.scrollContainer div.panel {
		width:560px;
		height: auto;
		float:left;
		display: block;
		position:relative;
		padding-right:60px;
		padding-left:30px;
		margin: 0;
	}


	
/* Tabs */

	a.lefttab img, a.righttab img {margin: 0;}

	/* Left */
	
	a.lefttab {
	position:absolute;
	display:block;
	top:26px;
	left:-27px;
	font-size:11px;
	color:#0099FF;
	z-index:1;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	}
	
	a.lefttab img {
	padding:7px;
	vertical-align:middle;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	}
	
	a.lefttab#back {
	background-image:url(../grafx/icons/back-arrow.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#fff59e;
	display:none;
	}
	
	a.lefttab#back:hover {
	background-color:#fff59e;
	color:#47b2e4;
	background-image:url(../grafx/icons/back-arrow-over.gif);
	}
	
	/* Right */
	
	a.righttab {
	position:absolute;
	display:block;
	font-size:11px;
	color:#0099FF;
	text-decoration:none;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	z-index: 1;
	}
	
	a.righttab span {
	padding-right:10px;
	padding-left:10px;
	padding-top:8px;
	}
	
	a.righttab img {
	padding:7px;
	vertical-align:middle;
	
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	}
	
	a.righttab#continue {
	right:-27px;
	top:26px;
	width:91px;
	display:none;
	}
	
	a.righttab#continue:hover {
	background-color:#fff59e;
	/* color:#47b2e4; */
	}
	
	a.righttab#continue img {
	background-color:#fff59e;

	}
	
	a.righttab#share {
	right:-27px;
	top:70px;
	width:75px;
	display:none;
	}
	
	a.righttab#share:hover {
	background-color:#cafcbe;
	}
	
	a.righttab#share img {
	background-color:#cafcbe;
	}


	
/* Footer */

	.footer {
	font-size:12px;
	line-height: 18px;
	color:#868686;
	width:100%;
	margin:20px 0;
	padding-left:30px;
	clear: both;
	}
	
	.front-page .footer {
	padding-left: 0;
	}

	.footer p {
	color:#868686;
	}
	
	.footer p#nav {
	color:#666;
	}
	
	.footer .lighter {
	font-size: 11px;
	}
	
	.footer p a:hover {
	color:#e16d00;
	}
	
	.footer #creativecommons {
	border:0;
	margin-right:5px;
	vertical-align:middle;
	}
	
	.footer #culturegraphic {
	padding-left: 30px;
	background:url(../grafx/icons/culturegraphic.gif) no-repeat 0 4px;
	}


	
/* PAGE-SPECIFIC LINKS */

	
/* Section - Front Page */

	.content.front-page {
		padding-left:0;
		padding-right:0;
		padding-top:12px;
		background:none;
		border:none;
	}
	
	.content.front-page #mission {
		position:relative;
		background:url(../grafx/bg-content-mission.jpg) #579dcc no-repeat 100% 100%;
		margin-left:-8px;
		padding:30px;
		font-size:24px;
		line-height:30px;
		font-family:Helvetica, "Arial", "Helvetica", sans-serif;
		color:#FFF;
		/*
-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
*/
	}
	
	.content.front-page #mission a {
		color:#FFF;
	}
	
	.content.front-page #mission a:hover {
		color:#e16d00;
	}
	
	.content.front-page #mission img#triangle {
		position: absolute;
		left: -10px;
		top: -5px;
		display: block;
		z-index: 10;
	}
	
	.content.front-page #features {
		height:200px;
		margin-top:20px;
		position:relative;
		overflow: hidden;
	
	}
	
	.content.front-page #features .feature {
		width:158px;
		height:140px;
		margin:0 20px 0 0;
		float:left;
		font-size:13px;
		font-family:"Arial", "Helvetica", sans-serif;
		position:relative;
		padding:15px;
		border:1px solid #0CF;
		background-color: #fffffc;
	}
	
	.content.front-page #features .feature a {
		color:#0099CC;
		text-decoration:none;
	}
	
	.content.front-page #features .feature a:hover {
		color:#e16d00;
	}
	
	.content.front-page .feature#emailsignup {
		margin:0;
	}
	
	.content.front-page .feature#emailsignup input#front-email {
		width:146px;
		margin:10px 0;
	}
	
	.content.front-page .feature#emailsignup .action-link {
		float:right;
		margin-top:-10px;
	}
	
	.content.front-page .feature h3 {
		color:#e16d00;
		font-size:18px;
		display:block;
		margin-top:0;
		margin-bottom:5px;
		font-family:"Arial", "Helvetica", sans-serif;
		font-style: normal;
	}


/* Section - News */

	.content.basicnav h3 {margin-top: 0;}

	div#news-active {
		background-color:#bceeff;
		width:240px;
		clear:both;
		display:block;
		float:left;
		margin-top:10px;
		margin-bottom: 10px;
	}
	
		#news-active h1 {
			background-color:#15A6DF;
			color:#FFF;
			padding:4px 6px;
			font-size:14px;
			color:#FFFFFF;
		}
	
	#column ul.news-archive {
		list-style:outside;
		list-style-image:url(../grafx/icons/bullet.png);
		padding:0;
		margin-left: 0;
		float: left;
		clear: both;
		width: 200px;
	}
	
	#column ul.news-archive li {
		margin-left:30px;
	}
	
	#column ul.news-archive a {
		color:#0099FF;
		text-decoration:none;
	}
	
	#column ul.news-archive a:hover {
		color:#e16d00;
	}
	
	#column ul.news-archive a.header {
		color:#0099FF;
		text-decoration:none;
		font-weight:normal;
		text-transform:uppercase;
		font-size:11px;
	}
	
	#column ul.news-archive a.header:hover {
		color:#e16d00;
	}
	
	.date {
		display:block;
		color:#999;
	}
	
	.news-item {
		display:block;
		margin:20px 0;
		padding-bottom:10px;
	}


	
/* Section: About */

	#gMap {
		width:300px;
		float:left;
		height:300px;
		border:1px solid #868686;
		margin-right:20px;
		margin-bottom:15px;
	}


/* Search Results + Google Reformat */

	.gsc-search-box {
		display:none!important;
		position:absolute;
		width:1px;
		height:1px;
		overflow:hidden;
	}
	
	.gsc-resultsHeader,.gsc-resultsHeader {
		clear:none!important;
	}
	
	.gs-title {
	}
	
	.gsc-tabsArea {
		display:none!important;
	}
	
	#resultbox a,.gs-title,.gs-title b {
		font-size:13px;
		font-weight:bold;
		color:#2253AA!important;
	}
	
	.gs-webResult {
		margin-top: 20px;
	}
	
	.gs-title, .gsc-trailing-more-results {
	color:#0099CC !important;
	font-family:"Georgia",serif !important;
	font-size:14px !important;
	text-decoration: none !important;
	}
	
	.gs-title a:hover,.gsc-trailing-more-results a:hover {
	color:#e16d00 !important;
	}
	
	.gs-visibleUrl,.gs-visibleUrl-short {
		color:#666!important;
	}

/* AddThis Styling */

#at15s {
	background-color:#FFFFFF;
	border:5px solid #C2E8F9 !important;
	color:#4C4C4C !important;
	float:none !important;
	line-height:1em !important;
	margin:0 !important;
	overflow:visible !important;
	padding:0 !important;
	position:absolute !important;
	text-align:left !important;
	width:230px !important;
	}

	#at15s #at16pf {
	height: 0px !important;
	visibility: hidden !important;
	display: none !important;
	overflow: hidden !important;
	}


.clear {
float:left;
clear:both;
height: 1px;
line-height: 1px;
font-size: 1px;
width: 520px;
}