/**********************
******** DQ'S GENUINE 
****** VERSION OF ERIC 
**** MEYER'S CSS RESET
**********************/

a { text-decoration: none; }
a img { border: none; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, code, del, dfn, 
font, img, ins, kbd, q, samp, small, tt, var, dl, 
dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0;
	border: 0; outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
:focus { outline: 0; }
body {
	color: black;
	background: white;
	height: 100%;
}
ol, ul { list-style: none; }
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
pre { 
	background-color: #eee;
	border: 1px solid #ccc;
	overflow: scroll; 
}
	/*sticky footer stuff*/
	* {margin: 0;}
	html, body {height: 100%;}

/**********************
*********** BODY STYLES
**********************/

body{
	font-family: arial, sans-serif;
	background: #eef9ff url(images/bg.jpg) repeat-x;
}

#cloud-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}
	#cloud-wrapper #clouds {
		background: url(images/clouds-bg.jpg) no-repeat center top;
		width: 100%; height: auto;
	}

#page {
	width: 900px; 
	margin: 0 auto; 
	position: relative;
}
#headerimg {
	background: url(images/headerimg-bg.png) no-repeat;
	width: 706px;
	height: 100px;
	position: relative; left: -27px;
	margin: 0 0 62px 0;
	z-index: 100;
}
	#headerimg #logo {
		background: url(images/logo.png) no-repeat;
		width: 259px;
		height: 100px;
		position: absolute;
		top: 0; left: 0;
	}
	#headerimg #home-link{
		width: 249px; 
		height: 71px;
		position: absolute;
		top: 19px; left: 10px;
		text-indent:-99999px;
		color: transparent; text-transform: capitalize;
		background: url(images/empty.gif);
	}
	#headerimg #navigation-links{
		height: 43px; width: 430px;
		position: absolute;
		left: 280px;
		top: 47px;
	}
		#headerimg #navigation-links ul{
			position:absolute;
			padding:0;
			width: 380px;
		}
		#headerimg #navigation-links li{
			display: inline-block;
			margin-right: 6px;
			position: relative;
			vertical-align: top;
			float: left;
			padding-bottom: 14px;
		}
		#headerimg #navigation-links a{
			text-transform: uppercase;
			font-size: 70%;
			color: white;
			letter-spacing: .05em;
			padding: 0 4px 0 13px;
			vertical-align: top;
		}
			#headerimg #navigation-links li:hover, 
			#headerimg #navigation-links li.current_page_item, 
			#headerimg #navigation-links li.current_page_parent {
				background: url(images/selected-arrow.png) no-repeat 2px 0px;
				text-shadow: #666 1px 1px 2px;
				height: 1%;
			} 
			#headerimg #navigation-links li.current_page_ancestor  {
				background: url(images/selected-arrow-lite.png) no-repeat 2px 0px;
				text-shadow: 0px 0 1px #999;
				height: 1%;
			}
			#headerimg #navigation-links li li:hover {
				background: url(images/dropdown-mid.png) repeat-y;
				text-shadow: none;
			}
			#headerimg #navigation-links li:hover li{
				text-shadow: none;
			}
			
				/*suckerfish action*/
				#headerimg #navigation-links li ul{
					position: absolute;
					left: -9999em;
					width: 188px;
					top: 44px; 
					padding: 0;margin: 0 0 0 -53px;
					background: #88a225 url(images/dropdown-bg.png) repeat-x left top;
				}
					#headerimg #navigation-links li:hover ul, #headerimg #navigation-links li.sfhover ul{
						left: 0;
					}
					#headerimg #navigation-links li ul li{
						float: left;
						width: 197px;
						margin: 0 auto;
						padding: 5px 0 0;margin: 0 0 0 -4px;
						overflow: hidden;display: inline;
						background: url(images/dropdown-mid.png) repeat-y;
					}
						#headerimg #navigation-links li ul li.current_page_parent{
							background: url(images/dropdown-mid.png) repeat-y;
						}
							#headerimg #navigation-links li ul li.current_page_parent a{
								background: transparent url(images/selected-arrow-lite.gif) no-repeat 22px 4px;
								text-shadow: none;
							}
						#headerimg #navigation-links li.current_page_parent li.current_page_item {
							background: url(images/dropdown-mid.png) repeat-y;
						}
						#headerimg #navigation-links li ul li.dropdown-top{
							background: transparent url(images/dropdown-top.png);
							width: 196px; height: 27px;
							margin: -27px 0 0 -3px;
							padding: 0;
						}
						#headerimg #navigation-links li ul li.dropdown-bottom{
							background: transparent url('images/dropdown-bottom.png') no-repeat scroll 0 bottom;
							width: 204px; height: 18px;
							margin: 0 0 -4px -4px;
							padding: 0;
							position: relative;
						}
						#headerimg #navigation-links li ul li a{
							width: 135px;
							display: block;
							padding: 2px 0 2px 32px;
							font-weight: bold;
							text-transform: none;
							line-height:100%;
						}
							#headerimg #navigation-links li ul li a:hover, #headerimg #navigation-links li.current_page_parent li.current_page_item a{
								background: transparent url(images/selected-arrow-lite.gif) no-repeat 22px 4px;
								text-shadow: none;
							}
		
		/* for drop shadow effect */
			#navigation-links #d1 {left:2px;color:#a3ae29; z-index: 3;}
			#navigation-links #d1 a{padding-top: 3px; padding-bottom: 3px;position: relative;}
			#navigation-links #d2 a, #navigation-links #d3 a, #navigation-links #d4 a {color:#97a518;}
			#navigation-links #d2 a:hover, #navigation-links #d3 a:hover, #navigation-links #d4 a:hover {color:#889c1f;}
			#navigation-links #d2 li:hover, #navigation-links #d3 li:hover, #navigation-links #d4 li:hover {background: none; text-shadow: none;}
			#navigation-links #d2 li.current_page_item , #navigation-links #d3 li.current_page_item , #navigation-links #d4 li.current_page_item, 
			#navigation-links #d2 li.current_page_parent , #navigation-links #d3 li.current_page_parent , #navigation-links #d4 li.current_page_parent  {background: none; text-shadow: none;}

			#d2 {top:1px;left:3px;z-index:2;}
			#d3 {top:2px;left:1px;z-index:2;}
			#d4 {top:0px;left:3px;z-index:2;}
			#d2 ul,#d3 ul,#d4 ul {display: none;}
			
	#headerimg #top-links{
		position: absolute;
		top: 8px;
		left: 516px;
		letter-spacing: .03em;
		vertical-align: top;
	}
		#headerimg #top-links a{
			color: white;
			text-transform: lowercase;
			font-size: 70%;
			display: inline-block;
			margin-right: 10px;
			vertical-align: top;
		}
	#headerimg #login{
		position: absolute;
		top: 15px;
		left: 710px;
		width: 152px; height: 96px;
		background: url(images/login.png) no-repeat;
	}
		#headerimg #login a{
			width: 152px; height: 96px;
			display: block;
			text-indent: -99999px;
			color: transparent;
			text-transform: capitalize;
		}

#butterfly-left {position: absolute; top: 33px; left: -65px; z-index: 50; }		
	#butterfly-left img{position: absolute;}		
		#butterfly-left img#middle-butterfly{left: 87px;}		
		#butterfly-left img#right-butterfly{left: 248px;}			
#butterfly-right {position: absolute; top: 48px; right: -57px; z-index: 100;}		
#pink-wing {position: absolute; top: 348px; left: 167px; z-index: 0;}
#top-cover {position: absolute; top: 163px; left: 199px; width:699px; height: 80px;background: url(images/top-cover.png) no-repeat;}
#top-cover-long {position: absolute; top: 160px; left: -20px; width:919px; height: 80px;background: url(images/top-cover-long.png) no-repeat;}

#content-container {
	margin: 0 -6px 0 0;
	width: 714px; 
	float: right;
	display: inline;
}
#content {
	width: 644px; 
	float: right;
	background: url(images/inner-content-bg.png) repeat-y;
	padding: 0 35px;
	display: inline;
	color: #3b3a3a;
	min-height: 560px;
}
	table#h1-wrap {
		position: absolute;
		top: 113px;
		left: 210px;
	}
		table#h1-wrap td{
			vertical-align: text-bottom;
			height: 24px;
		}
	h1{
		color: white;
		font-size: 370%;
		vertical-align: text-top;
		font-weight: normal;
		font-family: "myriad pro",helvetica,arial,sans-serif;
		width: 707px; height: 69px;
		overflow: hidden;
		display: inline-block;
	}
	h1 cufon{
		margin-top: 10px;
	}
	h2{
		color: #25a8d4;
		font-size: 140%;
		margin: 35px 0 0;
		font-weight:normal;
	}
	h3{
		color: #818181;
		font-size: 110%;
		margin: 25px 0 -10px;
		font-weight:normal;
	}
	#content .entry{
		position: relative;
	}
	#content p{
		font-size: 80%;
		margin-top: 12px;
		line-height: 150%;
	}
	#content a{
		color: #25a8d4;
	}
	#content ul{
		font-size: 80%;
		padding: 10px 0 0;
	}
		#content ul li{
			background: url(images/list-item-bg.gif) no-repeat left 6px;
			padding: 0 0 0 12px;
			margin: 7px 0;
			line-height: 150%;
		}
			#content ul li ul{
				padding: 0;
				margin: 0;
			}
				#content ul li ul li{
					background: url(images/list-item-bullet.gif) no-repeat 8px 6px;
					font-size: 120%;
					padding: 0 0 0 24px;
					margin: 7px 0;
				}
	#content .spotlight{
		border-top: 1px solid #92d3e9;
		border-bottom: 1px solid #92d3e9;
		padding: 20px 0;
		color: #25a8d4;
		margin: 25px 0;
		overflow: hidden;
	}
		#content .spotlight p{
			font-size: 100%;
			margin: 0; padding: 0;
		}
			#content .spotlight p strong{
				font-size: 190%;
				font-weight: normal;
			}
			#content .spotlight p.attribute{
				font-size: 70%;
				text-align: right;
				margin-top: -5px;
			}
	#content #right-sidebar{
		width: 214px;
		float: right;
		margin: 70px 0 50px 0;
		position: relative;
		right: -19px;
		display: block;
		/*border-left: 23px solid white;*/
	}
		#content #right-sidebar #video-callout{
			border-top: 1px solid #7ccbe5;
			position: relative;
			background: url(images/video-bg.jpg) no-repeat;
			height: 232px;
		}
			#content #right-sidebar #video-callout p{
				margin-top: 7px;
			}
			#content #right-sidebar #video-callout .play{
				display: block;
				position: absolute;
				top: 62px; right: -7px;
				z-index: 100;
			}
			#content #right-sidebar #video-callout .thumbnail{

			}
		#content #right-sidebar #links-and-quote{
			background: #dff2f9;
			border-top: 1px solid #7ccbe5;
		}
			#content #right-sidebar #links-and-quote p{
				margin: 0; padding: 10px 0 0;
				font-weight: normal;
				font-size: 100%;
				position: relative;
			}
			#content #right-sidebar #links-and-quote a{
				padding-left: 30px;
				margin-left: -30px;
			}
			#content #right-sidebar #links-and-quote ul{
				margin: 0; padding: 0;
			}
			#content #right-sidebar #links-and-quote li{
				border-bottom: 1px solid #7ccbe5;
				background: #dff2f9 url(images/blue-arrow.gif) no-repeat 22px 9px;
				padding: 8px 20px 8px 50px; margin: 0;
				font-size: 90%;
				font-weight: bold;
				float: left; clear: both;
				width: 144px;
				position: relative;
				z-index: 100;
			}
				#content #right-sidebar #links-and-quote li.clear{
					height: 0; overflow: hidden; padding: 0; width: 100%; border: 0;
				}
				#content #right-sidebar #links-and-quote li.quote{
					border: none;
					background: #dff2f9 url(images/left-quote.gif) no-repeat 13px 16px;
					padding: 8px 27px;
					width: 160px;
				}
					#content #right-sidebar #links-and-quote li.quote img{
						position: absolute;
						bottom: 7px;
					}
				#content #right-sidebar #links-and-quote li.quote-attribute{
					background: #DFF2F9;
					font-size: 85%;
				}
			#content #right-sidebar #links-and-quote .login-button {
				background: #dff2f9;
				padding: 0; margin: 0;
				height: 54px;
				width: 100%;
				position: relative;
			}
				#content #right-sidebar #links-and-quote .login-button img{
					position: absolute;
					bottom: -3px; left: -11px;
				}
	#content .form {
	}
		#content .form p{
			clear: both;
			margin: 5px 0 10px;
		}
		#content .form label{
			float: left;
			width: 150px;
			margin-right: 20px;
		}
		#content .form input.zip{
			width: 42px;
		}
		#content .form input.phone{
			width: 90px;
		}
/*single post varients (any page not included in the top nav)*/				
.single #content-container {
	width: auto;
	margin: -6px -6px 0 -26px;
}
.single #butterfly-left {
	left: -63px;
	top: 37px;
}
.single #pink-wing{
	left: -52px;
}
.single #content {
	width: 813px;
	background: url(images/single-inner-content-bg.png) repeat-y;
	padding: 35px 60px;
}
.single #content ul{
	padding-left: 40px;
	padding-right: 40px;
}
.single #h1-wrap{
	left: 49px;
}

#sidebar {
	float: left;
	display: inline;
	overflow: hidden;
	width: 192px;
}
#sidebar #left-navigation {
	margin: 0 0 0 -17px;
	padding: 2px 0 0 0;
	position: absolute;
	width: 215px;
}
	#sidebar #left-navigation li{
		background: url(images/nav-li-bg.png) no-repeat;
		padding: 5px 7px 0;
		text-align: center;
		width: 203px;
		float: left;
	}
	#sidebar #left-navigation li ul{
		display:none;
	}
	#sidebar #left-navigation li.current_page_item, #sidebar #left-navigation li.current_page_parent{
		position: relative;
	}
		#sidebar #left-navigation li.current_page_item ul, #sidebar #left-navigation li.current_page_parent ul{
			display:block;
		}
		#sidebar #left-navigation li.current_page_item li.dropdown-top-left, #sidebar #left-navigation li.current_page_parent li.dropdown-top-left{
			position: absolute;
			top:5px;left: 7px;
			background: url(images/nav-a-bg-selected-super-left.png) no-repeat;
			height: 57px; width: 33px;
			z-index:10;
			list-style: none;
		}
		#sidebar #left-navigation li.current_page_item li.dropdown-top-right, #sidebar #left-navigation li.current_page_parent li.dropdown-top-right{
			position: absolute;
			top:5px;right: 7px;
			background: url(images/nav-a-bg-selected-super-right.png) repeat-y;
			height: 57px; width: 33px;
			z-index:10;
			list-style: none;
		}
		#sidebar #left-navigation li.current_page_item li.dropdown-top, #sidebar #left-navigation li.current_page_parent li.dropdown-top{
			background: url(images/nav-a-bg-selected-super.png) repeat-x;
			height: 17px;
			list-style: none;
			margin: -12px 0 -5px;
			position: relative;
			z-index: 100;
		}
		#sidebar #left-navigation li.current_page_item li.dropdown-bottom, #sidebar #left-navigation li.current_page_parent li.dropdown-bottom{
			list-style: none;
			background: #2793c5 url(images/nav-a-bg-selected-super-bottom.png) no-repeat;
			height: 30px;
		}
		#sidebar #left-navigation li.current_page_item li, #sidebar #left-navigation li.current_page_parent li{
			position: relative;
			background: #2793c5;
			padding: 0;
		}
			#sidebar #left-navigation li.current_page_item li a, #sidebar #left-navigation li.current_page_parent li a{
				background: none;
				padding: 4px 0 4px 9px;
				width: 112px;
				text-align: left;
				margin: 0 auto;
			}
			#sidebar #left-navigation li.current_page_item li a:hover, #sidebar #left-navigation li.current_page_parent li a:hover,
			#sidebar #left-navigation li.current_page_item li.current_page_item a, #sidebar #left-navigation li.current_page_parent li.current_page_item a{
				background: url(images/dot.gif) no-repeat left 9px;
			}
				#sidebar #left-navigation li.current_page_item li a:hover, #sidebar #left-navigation li.current_page_parent li a:hover{
					background: url(images/dot.gif) no-repeat left 9px;
				}
	#sidebar #left-navigation li.bottom{
		padding: 0; background: none;
	}
	#sidebar #left-navigation a{
		display: block;
		background: url(images/nav-a-bg.jpg) left center;
		padding: 10px 20px;
		color: #25a8d4;
		font-size: 70%;
		font-weight: bold;
		position: relative;
		z-index: 10;
	}
	#sidebar #left-navigation a:hover, #sidebar #left-navigation .current_page_item a, #sidebar #left-navigation .current_page_parent a{
		background: url(images/nav-a-bg-selected.jpg) left center;
		color: white;
	}
	
	
/*home specifics*/		
#home-flash{position: absolute; top: 0; width: 100%; z-index: 0;height: 100%;}	
#home-flash #home-no-flash-container{
	position: absolute;
	width: 100%; 
	}	
#home-flash #home-no-flash{
	background: url(images/home-no-flash.png);
	width: 931px; height: 345px;
	margin: 0 auto;
	padding-top: 190px;
	margin-top: 90px;
	position: relative;left:0;
	}	
	#home-flash #home-no-flash p{
		width: 640px;
		margin: 0 auto;
		color:#696969;
		font-size: 75%;
		text-align: center;
	}	
		#home-flash #home-no-flash p.blue{
			color:#25a8d4;
			margin-top: 20px;
			font-weight: bold;
		}	
	#home-flash #bottom-links{
		position: absolute;
		top: -90px; left: -166px;
	}	
	#home-flash #bottom-links a{
		font-size: 100%;
		width: 171px; height: 35px;
		display: block;
		text-align: center;
		position: absolute;
		z-index: 100;
		padding-top: 20px;
	}	
		#home-flash #bottom-links a#onboarding {
			left: 245px; top: 465px;
			color: #a0aa1b;
		}	
		#home-flash #bottom-links a#length-of-service {
			left: 339px; top: 513px;
			color: #35adae;
		}	
		#home-flash #bottom-links a#retirement {
			left: 440px; top: 551px;
			color: #ff4cdc;
		}	
		#home-flash #bottom-links a#celebrations {
			left: 544px; top: 485px;
			color: #7475d1;
		}	
		#home-flash #bottom-links a#safety {
			left: 619px; top: 566px;
			color: #ff7a1f;
		}	
		#home-flash #bottom-links a#peer-to-peer {
			left: 723px; top: 466px;
			color: #ffa200;
		}	
		#home-flash #bottom-links a#ecards {
			left: 771px; top: 540px;
			color: #27b0d1;
		}	
		#home-flash #bottom-links a#spot-recognition {
			left: 878px; top: 491px;
			color: #f12800;
		}	
#push {width:2px;height:455px;}
#new-wrap{ 
	position: relative; 
	bottom: -14px; 
	float: right;
}
	#new {
		width: 591px;
		background: url(images/new-extender.png) repeat-y right;
		float: right;
		margin: 0 35px 0 0;
		position: relative;
		z-index: 100;
		display: inline;
	}
		#new #news{
			background: url(images/new-bg.png) no-repeat;
			top: -1px;
			position: relative;
			padding: 15px 0 13px;
			float: right;
			width: 597px;
			letter-spacing: .02em;
		}
			#new #news a{
				color: white;
			}
			#new #news p{
				padding: 3px 15px 0 90px;
				color: white;
				font-size: 70%;
				font-weight: bold;
			}
			#new #news p span{
				width: 59px;
				padding-right: 15px;
				display: inline-block;
			}
	#new-continued {
		width: 591px;
		background: url(images/new-continued-extender.jpg) repeat-y right;
		margin: 0 35px 0 0;
		float: right;
		border-top: 1px solid #98d3ea;
		display: inline;
		position: relative;
		z-index: 100;
	}
		#new-continued #news-continued{
			background: url(images/new-continued-bg.jpg) no-repeat;
			color: #0292cb;
			font-size: 75%;
			padding: 9px 17px;
			line-height: 140%;
		}
	#new-bottom {
		position: absolute;
		right: 34px;
		width: 591px;
	}
			
#footer {
	color: #25a8d4; 
	font-size: 70%; 
	clear: both; 
	position: relative; 
	margin: 0 auto; 
	width: 900px;
}
	#footer, .push {height: 100px;}

	#footer a{color: #25a8d4; font-weight: bold;}

	#footer #twig-foot{
		width: 258px;
		height: 94px;
		position: relative;
		float: left;
	}
		#footer #twig-foot a{
			display: block;
			position: absolute; 
			text-indent: -99999px;
			color: transparent; text-transform: capitalize;
		}
		#footer #twig-foot #wp{
			top: 6px; left: 77px;
			width: 33px; height: 48px;
		}
		#footer #twig-foot #fb{
			top: 17px; left: 127px;
			width: 28px; height: 41px;
		}
		#footer #twig-foot #tw{
			top: 1px; left: 156px;
			width: 30px; height: 45px;
		}
	#footer #right-foot{
		padding: 30px 0 0 273px;
	}
#branches {
	position: absolute;
	left: -297px;
	top: -182px;
	z-index: 100;
}
	#footer.home #branches {
		top: -322px;
		height: 422px;
		overflow:hidden;
	}
	#footer.home #twig-foot {
		top:-140px;
	}

/*extras*/	
.left, .alignleft {float: left;}	
.alignleft {margin: 0 25px 10px 0;}	
.right, .alignright {float: right;}	
.alignright {margin: 0 0 10px 25px;}	
.clear {clear: both; display: block; height: 0px; overflow: hidden;}

.blue {color: #25a8d4;}

	
/*modal styles*/	
#modal-overlay {background: #000000;}	
.simplemodal-close {cursor: pointer;background: url(images/modal-close.png) no-repeat; display: block; width: 43px; height: 43px; position: absolute; top: 40px;left: 14px; text-indent: -9999px; color: transparent; text-transform: capitalize;}
#modal-container-video .simplemodal-close {background: url(images/empty.gif); top: 155px;left: 70px; }
#modal-container-video, #modal-container-login {top:0 !important;}
#modal-container-login {overflow: visible;}	
#modal-container-login table#h1-wrap {position: absolute; top: -56px; left: 64px;}	
#modal-container-login #strings{position: absolute;top: -1012px; left: -44px; background: url(images/modal-strings.png) no-repeat bottom;width:718px;height:1031px;}
/*#modal-container-video #strings{position: absolute;top: -1012px; left: -72px; background: url(images/modal-strings.png) no-repeat;width:718px;height:1031px;}*/
/*#modal-container-video .simplemodal-wrap {background: url(images/modal-small-bg.png) repeat-y;}	*/
#video-flash {margin-top: -90px; }

.modal-middle-wrap {background: url(images/modal-large-bg.png) repeat-y;}
.modal-top {margin-left: 29px;}
.modal-middle {color: #25a8d4;width: 569px; padding: 0 30px;margin: 0 0 0 29px; background: url(images/modal-bg.jpg) no-repeat bottom;}
.modal-middle p{font-size: 80%; line-height: 140%;}
.modal-middle.last {background: url(images/modal-bg-last.jpg) no-repeat bottom;}
.modal-bottoms {background: url(images/modal-bottoms.png) no-repeat; width: 687px; height: 12px; overflow: hidden;}
.modal-bottom {background: url(images/modal-bottom.png) no-repeat; width: 687px; height: 34px; }

.left-logo {width: 160px; float: left; display: inline;}
.left-logo td{height: 115px; vertical-align: middle; text-align: center;}
.login-link {clear: both;margin-right: -41px; float: right; padding-bottom: 10px; display: inline; margin-top: -53px;}
	
/**********************
************* Wordpress
********** Various Tags 
************* & Classes
**********************/

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." 
	
	...wordpress guys are silly. this is too dorky to delete. */


#leftControl {float: left; background: url(images/prev.gif) no-repeat; width: 88px; height: 38px; display: block; cursor: pointer; text-indent: -9999px;margin-top: -41px; margin-left: -7px; position: relative;}	
#rightControl {float: right; background: url(images/next.gif) no-repeat; width: 88px; height: 38px; display: block; cursor: pointer; text-indent: -9999px; margin-top: -41px; margin-right: -13px; position: relative;}	
#slidesContainer {height: 248px;overflow:hidden;margin-top: 35px;position: relative;background: #dff2f9; border-top: 1px solid #92d3e9; border-bottom: 1px solid #92d3e9;}	
	
.slide p {margin: 10px auto; width: 462px; text-align: center; color: #25a8d4; }
.slide img {margin: 0 auto; padding-top: 8px; display: block; width: 624px;}

.login p {padding-left: 161px;}
.login .login-link {float: none;}
.login .login-link a img{float:right; margin-right: -64px;margin-top: 10px;}
.login .login-link .ondemand {
	margin-right: 0;
}


/* poll styles */

.poll-controls-voted,
.poll-controls-results,
.poll-controls {
	float: right;
	margin-right: -20px;
	background: url(images/btn-poll.png) no-repeat;
	height: 92px;
	width: 255px;
	position: relative;
}

.poll-controls-results { background: url(images/btn-poll-no-results.png) no-repeat; }

.poll-controls-voted { 
	background: url(images/bg-poll-voted.gif) no-repeat; 
	height: 48px;
	width: 214px;
	margin-right: -9px;
}
.poll-controls-results .poll-btn-no-results,
.poll-controls-results .poll-btn,
.poll-controls .poll-btn-no-results,
.poll-controls .poll-btn {
	bottom:17px;
	display:block;
	height:30px;
	left:0;
	position:absolute;
	width:140px;
	background: none;
	text-indent: -9999999px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
}
.poll-controls-results .poll-results,
.poll-controls .poll-results {
	display: block;
	height: 20px;
	width: 140px;
	text-indent: -999999px;
	position: absolute;
	top: 10px;
	left: 30px;
}
.poll-controls-voted .poll-total,
.poll-controls-results .poll-total {
	font-size:12px;
	left:65px;
	position:absolute;
	top:15px;
}


.news li {padding-left: 92px !important;}
.news li .date{margin-left: -80px;}

.books {padding-left: 124px !important;}
.books img{margin-left: -124px;float:left;margin-top:58px;}
.books.white-papers img{margin-top:22px;}
.books .clear{margin-top: -25px;}

.community img {margin: 9px 42px 16px 0;}

#polls-1 {filter: none !important;}
