	@charset "utf-8";
	
	/* 
	
		e-ARC Site Design v0.1
		Creation Date: 10-22-08
		Casey Wight
		©Verritech.com
	
	*/
	
	/* CSS RESET v1.0 | 20080212 */
	
				html, body, div, span, applet, object, iframe,
				h1, h2, h3, h4, h5, h6, p, blockquote, pre,
				a, abbr, acronym, address, big, cite, code,
				del, dfn, em, font, img, ins, kbd, q, s, samp,
				small, strike, strong, sub, sup, tt, var,
				b, u, i, center,
				dl, dt, dd, ol, ul, li,
				fieldset, form, label, legend,
				table, caption, tfoot, thead, th {
					margin: 0;
					padding: 0;
					border: 0;
					outline: 0;
					font-size: 100%;
					vertical-align: baseline;
					background: transparent;
				}
				body {
					line-height: 1;
				}
				ol, ul {
					list-style: none;
				}
				blockquote, q {
					quotes: none;
				}
				blockquote:before, blockquote:after,
				q:before, q:after {
					content: '';
					content: none;
				}
				
				/* remember to define focus styles! */
				:focus {
					outline: 0;
				}
				
				/* remember to highlight inserts somehow! */
				ins {
					text-decoration: none;
				}
				del {
					text-decoration: line-through;
				}
				
				/* tables still need 'cellspacing="0"' in the markup */
				table {
					border-collapse: collapse;
					border-spacing: 0;
				}
	
	
	
	/******************************************************/
	
	
	body {
		margin: 0; padding: 0;
		background-image: url('images/main_bg.jpg');
		background-color: #E5E5E5;
		background-position: center;
		background-repeat: repeat-y;
		font-family: Helvetica, Arial, sans-serif;
		width: 100%;
		}
		
		a, a:visited {
			color: #333333;
			text-decoration: none;
			}
			
		a:hover, a:visited:hover {
			color: #000000;
			}
	
	/******************************************************/

	/*						STRUCTURE					  */
	
	/******************************************************/
	
	#wrapper {
		width: 960px;
		margin: 0 auto 0 auto;
		border: 0;
		display: block;
		}
		
	.clear {
		padding: 0;
		margin: 0;
		clear: both;
		font-size: 0;
		line-height: 0;
		}
		
	#header {
		height: 96px;
		background: url('images/header_bg.png') repeat-x;
		}
		
		.logo {
			margin: 0 0 0 30px;
			float: left;
			}
			
		#search {
			float: right;
			margin: 8px 25px 0 0;
			}
			
			#above-search {
				margin: 0 28px 8px 0;
				padding: 0;
				}
		
	#nav {
		height: 29px;
		background: url(images/nav_bg.png) repeat-x;
		font-size: 0;
		line-height: 0;
		}
		
		#nav li a {
			margin: 0 40px 0 0;
			}
			
		#nav ul {
			margin: 0; padding: 0;
			}
			
		#nav ul li {
			display: inline;
			}
		
		.nav {
			border-bottom: 1px solid #FFFFFF;
			}
			
	#sidenav {
		width: 200px;
		float: left;
		}
		
		#sidenav dl {
			margin: 0;
			padding: 0;
			}
			
		#sidenav dl dt {
/*			height: 25px;
			background: url('images/sidenav_title_bg.png') no-repeat top left;
			padding: 5px 0 0 36px;
*/
			}
			
			#sidenav dt a, #sidenav dt a:visited {
				display: block;
				padding: 6px 0 8px 36px;
				background: url('images/sidenav_title_bg.png') no-repeat top left;
				color: #FFF;
			}
			
		#sidenav dl dd {
			margin: 0;
			}
			
		#sidenav dl dd a, #sidenav dl dd a:visited {
			display: block;
			width: 180px;
			padding: 7px 0 7px 14px;
			margin: 0 0 0 6px;
			border-bottom: 1px solid #CCCCCC;
			}
			
		#sidenav dl dd a:hover, #sidenav dl dd a:visited:hover {
			padding: 7px 0 7px 14px;
			width: 180px;
			background: url('images/ul_arrow.gif') no-repeat left;
			}
			
	#side-promos {
		float: right;
		width: 210px;
		}
		
		.side-promo {
			margin: 0 0 12px 0;
			}
		
	#home-display {
		height: 290px;
		margin: 0 0 25px 0;
		clear: both;
		z-index: 1 !important;
		overflow: hidden;
		}
		
	#home-display * {
		z-index: 1 !important;
	}
		
	#display {
		height: 160px;
		margin: 0 0 25px 0;
		}
		
	#content {
		margin: 0 0 0 220px;
		width: 488px;
		}
		
		#content ol li {
			list-style-type: decimal;
			}
		
	.sub-content {
		clear: left;
		display: block;
		width: 720px;
		margin: 0 0 0 0;
		padding: 24px 0 0 0;
		}
		
		.tech-offering {
			margin: 0 0 4px 160px;
			padding: 1px 0 0px 118px;
			border-bottom: 1px dotted #999999;
			height: auto;
			min-height: 65px;
			display: block;
			}
			
		.techOffering {
			display: block;
			padding: 10px 0 15px 120px;
			margin: 4px 0 9px 160px;
			border-bottom: 1px dotted #999;
			font-size: 12px;
			color: #666 !important;
			line-height: 16px;
		}
		
		.techOffering b {
			color: #333;
		}
		
		a.techOffering:hover, a.techOffering:hover b {
			color: #003 !important;
		}
			
		.services-list, .summary-list {
			margin: 8px 0 0 240px;
			}
			
			ul.summary-list {
				clear: both;
				height: auto;
				}
			
			ul.summary-list li {
				display: inline;
				}
			
		a.services-list-item {
			display: block;
			width: 80%;
			margin: 8px 0;
			padding: 0px 0 2px 20px;
			background: url(images/carat_sm.png) left no-repeat;
			}
			
		a.summary-list-item {
			display: block;
			float: left;
			width: 200px;
			height: 22px;
			margin: 0 0 12px 0;
			padding: 0 0 0 20px;
			background: url(images/carat_sm.png) left top no-repeat;
			}
			
		.sub-copy {
			margin: 8px 0 50px 250px;
			}
		
	#pad1, #pad2 {
		width: 308px;
		height: 201px;
		float: left;
		margin: 0 0 15px 6px;
		display: inline;
		}
		
	#pad6 {
		width: 312px;
		height: 170px;
		float: left;
		margin: 0 0 15px 6px;
		display: inline;
		}
		
		#pad1, #pad2 {
			background: url('images/pad1.png') no-repeat;
			}
		
		#pad6 {
			background: url('images/pad6.png') no-repeat;
			}
			
			#pad6 div.prem_login {
				margin-top: 5px;
			}
			
			#pad6 .prem_login label {
				display: block;
				font-size: 11px;
				color: #666;
			}
			
			#pad6 .prem_login input {
				margin: 3px 0;
				font-size: 10px;
			}
	
	#pad3 {
		width: 314px;
		height: 201px;
		float: left;
		margin: 0 0 15px 6px;
		display: inline;
		background: url('images/pad3.png') no-repeat;
		}
		
	#pad4 {
		width: 308px;
		height: 137px;
		float: left;
		margin: 0 0 0 6px;
		display: inline;
		background: url('images/pad4.png') no-repeat;
		}
		
		#pad4 h4, #pad6 h4 {
			font-size: 12px;
			margin: 12px 0 0px 12px;
		}

	.locpromo {
		width: 300px;
		float: left;
		margin: 0 0 0 15px;
		}
		
	.homepromo {
		width: 300px;
		float: left;
		}
		
		#hpromo1 {
			float: left;
			margin-left: 3px;
			}
			
		#hpromo2 {
			float: left;
			}
			
		.learnmore {
			position: relative;
			bottom: -12px;
			text-align: right;
			margin-right: 8px;
			clear: both;
			}
			
	.txtpromo {
/*		background: url('images/txt_promo_bg.png') no-repeat left top;  */
		width: 272px;
		height: 103px;
		padding: 25px 14px 10px 20px;
		margin: 0 8px 0 0;
		float: left;
		}
		
	.imgpromo {
		float: left;
		margin: 0 0 0 5px;
	}
		
	.promodivide {
		width: 2px;
		height: 130px;
		background: #CCCCCC;
		margin: 4px 5px 0 5px;
		float: left;
		font-size: 0;
		line-height: 0;
		}
		
	#region {
		height: 50px;
		clear: both;
		margin: 0 0 8px 0;
		}
		
	#scroller {
		width: 285px;
		height: 68px;
		float: left;
		margin-top: 8px;
		}
		
		#scroller li {
			height: 70px;
			margin: 0; padding: 0;
			list-style: none;
			}
			
	#newsfooter {
		clear: both;
		padding: 15px 0 0 0;
		height: 10px;
		}
		
	.newscontrol {
		float: left; 
		width: 9px; 
		height: 70px; 
		display: inline; 
		line-height: 0; 
		font-size: 0;
		}
		
	#footer {
		margin: 25px auto 0 auto;
		width: 940px;
		clear: both;
		padding: 0 0 20px 0;
		display: block;
		}
		
	ul#footernav {
		float: left;
		display: inline;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		}
		
		ul#footernav li {
			display: inline;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			}
			
	#loc-finder {
		height: 342px;
		margin: 0 0 40px 0;
		}
		
	#loc-top {
		background:url(images/loc_top.png) no-repeat;
		height: 66px;
		line-height: 0;
		font-size: 0;
		}
		
	#loc-bottom {
		background:url(images/loc_bottom.png) no-repeat;
		height: 34px;
		line-height: 0;
		font-size: 0;
		margin: 0; padding: 0;
		}
		
	#res-top {
		background:url(images/res_top.png) no-repeat;
		height: 66px;
		line-height: 0;
		font-size: 0;
		}
		
	#res-bottom {
		background:url(images/res_bottom.png) no-repeat;
		height: 34px;
		line-height: 0;
		font-size: 0;
		margin: 0; padding: 0;
		}
		
	#loc-left {
		float: left;
		width: 450px;
		margin: 0;
		padding: 0;
		}
		
		#loc-input {
			height: 197px;
			padding: 0 0 0 45px;
			}
			
		#loc-search {
			margin: 35px 0 0 0;
			}
			
		#loc-search input {
			padding: 5px 0 5px 5px;
			margin: 4px 0 0 0;
			}
			
	#loc-right {
		background: url(images/loc_input_bg.png) repeat-x center;
		text-align: right;
		line-height: 0;
		font-size: 0;
		}
		
	#loc-results {
		}
		
		#results-header {
			background: url(images/results_titlebar_bg.png) repeat-x;
			height: 23px;
			padding: 12px 0 0 0;
			width: 960px;
			clear: both;
			}
			
		#results-content {
			clear: both;
			float: left;
			width: 960px;
			padding: 0 0 35px 0;
			}
			
			.res-city {
				margin: 0 0 0 60px;
				float: left;
				width: 250px;
				display: inline;
				}
				
			.res-company {
				width: 250px;
				float: left;
				}
				
			.res-contact {
				width: 200px;
				float: left;
				font-weight: bold;
				}
				
			.res-homepage {
				width: 150px;
				float: left;
				display: inline;
				font-weight: bold;
				}
				
			.result {
				width: 958px;
				height: 60px;
				clear: both;
				padding: 10px 0 10px 0;
				border-bottom: 1px solid #cccccc;
				border-right: 1px solid #cccccc;
				border-left: 1px solid #cccccc;
				}
				
			.result-blue {
				width: 958px;
				height: 60px;
				clear: both;
				background-color: #e0f0ff;
				padding: 10px 0 10px 0;
				border-bottom: 1px solid #cccccc;
				border-right: 1px solid #cccccc;
				border-left: 1px solid #cccccc;
				}
				
		.thin-txt-promo {
			width: 100px;
			height: 113px; /* height: 130px; */
			padding: 25px 10px 12px 105px;
			margin: 0 0px 0 0;
			float: left;
			}
			
			.thin-txt-promo img {
				margin: 0 10px 0 0px;
				}
			
			.learnmore-thin {
				position: relative;
				text-align: right;
				clear: both;
				font-weight: normal;
				font-size: 12px;
				}
				
				.learnmore-thin a, .learnmore-thin a:visited {
					padding: 5px 25px 5px 0px;
					display: block;
					}
				
			.thin-txt-promo img {
				float: left;
				}
				
	.inv-item {
		float: left;
		width: 190px;
		height: 60px;
		font-size: 12px;
		padding: 10px 10px 20px 25px;
		margin: 0 0 0 -2px;
		background-color: #EEEEEE;
		border: 2px solid #FFFFFF;
		border-right: 4px solid #FFFFFF;
		}
		
	.news-updates td {
		padding: 8px;
		}
		
	.summary-logo {
		margin: 0 0 25px 0;
		}
		
	.summary-copy {
		font-weight: bold;
		}
		

		
		.techofferings {
			margin: 0 0 0 240px;
			line-height: 18px;
			float: left;
			display: inline;
			width: 230px;
			
			font-size: 13px;
			font-weight: bold;
		}
		
			.techofferings a, .techofferings a:visited {
				display: block;
				float: left;
				width: 200px;
				height: 22px;
				margin: 0 0 12px 0;
				padding: 0 0 0 20px;
				background: url(images/carat_sm.png) left 2px no-repeat;
			}
		
		ul.locations li {
			display: inline;
			float: left;
			width: 230px;
		}
		
		ul.locations li a, ul.locations li a:visited {
			display: inline;
			width: 180px;
		}
		
				
	/******************************************************/

	/*					TEXT TREATMENT					  */
	
	/******************************************************/
	
	h4 {
		margin: 14px 0 5px 10px;
		text-transform: uppercase;
		font-size: 14px;
		}
		
		#pad1 h4, #pad2 h4 {
			margin: 10px 0 5px 10px;
			}
			
			#pad1 h4 a, #pad1 h4 a:visited, #pad1 h4 a:hover, #pad1 h4 a:visited:hover, #pad2 h4 a, #pad2 h4 a:visited, #pad2 h4 a:hover, #pad2 h4 a:visited:hover{
				color: #000000;
				padding: 14px 0 0 0;
				text-decoration: none;
				display: block;
				width: 100%;
				}
			
		#pad4 h4 {
			font-size: 12px;
			}
			
		.homepromo h4, .locpromo h4, .txtpromo h4{
			text-transform: capitalize;
			margin: 5px 0 0 0;
			padding: 0;
			}
			
	.pad {
		font-size: 12px;
		}
	
		.pad p, pad4 p {
			margin: 10px 0 0 15px;
			color: #333333;
			}
	
		.pad ul {
			margin: 18px 0px 0 0px;
			padding: 0;
			float: left;
			font-size: 11px;
			width: 154px;
			}
	
		.pad li {
			padding: 5px 0 5px 0;
			margin: 0;
			}
	
		.pad li a, .pad li a:visited {
			color: #666666;
			text-decoration: none;
			padding-left: 13px;
			}
	
		.pad li a:hover, .pad li a:visited:hover {
			color: #3366CC;
			text-decoration: none;
			background: url('images/ul_arrow.gif') no-repeat left;
			padding-left: 13px;
			}
			
		.pad select {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			margin: 8px 0 0 13px;
			width: 210px;
			float: left;
			}
			
		.pad4 a, .pad4 a:visited {
			color: #666666;
			text-decoration: none;
			}
	
		.pad4 a:hover, .pad4 a:visited:hover {
			color: #3366CC;
			text-decoration: none;
			}
			
		.pad4 p {
			margin: 0 8px 0 15px;
			font-size: 11px;
			line-height: 14px;
			color: #333333;
			}
			
		.pad4 .update {
			color: #666666;
			}
			
		.newsitem {
			font-size: 11px;
			line-height: 14px;
			color: #666666;
			height: 100px;
			}
			
	#search {
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		text-align: right;
		}
		
		#search a, #search a:visited {
			color: #183a5c;
			text-decoration: none;
			}
			
		#search a:hover, #search a:visited:hover {
			text-decoration: underline;
			}
			
		input.search {
			color: #999999;
			font-size: 11px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			}
			
	.update {
		text-transform: capitalize;
		}
		
	#prev, #next {
		float: right;
		padding: 0;
		margin: 0;
		}
		
	#newsfooter {
		font-size: 11px;
		}
		
		#newsfooter a, #newsfooter a:visited {
			margin: 0 8px 0 0;
			color: #666666;
			text-decoration: none;
			}
			
		#newsfooter a:hover, #newsfooter a:visited:hover {
			margin: 0 8px 0 0;
			color: #3366CC;
			text-decoration: underline;
			}
			
	.homepromo p, .locpromo p, .txtpromo p {
		font-size: 11px;
		margin: 10px 0 0 15px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		line-height: 14px;
		}
		
	.learnmore, .learnmore-thin {
		font-size: 11px;
		color: #666666;
		text-transform: uppercase;
		font-weight: bold;
		}
		
		.learnmore a, .learnmore a:visited {
			color: #666666;
			text-decoration: none;
			}
			
		.learnmore a:hover, .learnmore a:visited:hover {
			color: #1d84d0;
			text-decoration: none;
			}

	#content {
		color: #666666;
		}
			
		#content h2 {
			font-size: 18px;
			margin: 0 0 18px 0;
			line-height: 22px;
			color: #333333;
			}
			
		#content h3 {
			font-size: 14px;
			color: #333333;
			margin: 0 0 12px 0;
			padding: 5px 0 0 0;
			}
			
		#content p {
			font-size: 12px;
			margin: 4px 0 12px 0;
			line-height: 18px;
			}
			
		#content ul, #content ol {
			font-size: 12px;
			list-style: outside;
			list-style-type: disc;
			margin: 0 0 25px 15px;
			padding: 0;
			}
			
			#content li {
				margin: 6px 0 6px 0px;
				padding: 0 0 0 0px;
				line-height: 18px;
				font-size: 12px;
				color: #666666;
				}
				
			#content ol li {
				font-weight: bold;
			}
			
			#content ol li * {
				font-weight: normal;
			}
				
		#content p a, #content p a:visited {
			text-decoration: underline;
			}
			
		#content p a:hover, #content p a:visited:hover {
			color: #3366CC;
			}
			
	.sub-content h3 {
		font-size: 12px;
		color: #CC0000;
		text-transform: uppercase;
		padding: 15px 0 0 18px;
		border-top: 1px solid #666666;
		}
		
		.tech-offering p {
			font-size: 12px;
			color: #666666;
			}

		.tech-offering h4 {
			font-size: 13px;
			text-transform: none;
			color: #666666;
			margin: 8px 0 6px 0;
			padding: 0;
			}
			
			.tech-offering h4 a, .tech-offering h4 a:visited {
				color: #333333;
				text-decoration: none;
				}
				
			.tech-offering h4 a:hover, .tech-offering h4 a:visited:hover {
				color: #000000;
				}
				
		a.services-list-item, a:visited.services-list-item, a.summary-list-item, a:visited.summary-list-item {
			color: #333333;
			text-decoration: none;
			font-size: 13px;
			font-weight: bold;
			}
			
		a:hover.services-list-item, a:visited:hover.services-list-item {
			color: #000000;
			}
			
		.services-list li p {
			margin: -4px 0 14px 20px;
			padding: 0;
			font-size: 12px;
			color: #666666;
			line-height: 16px;
			}
			
		.sub-copy {
			color: #666666;
			font-size: 12px;
			line-height: 18px;
			}
		
	#sidenav dl dt {
		color: #FFFFFF;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		}
		
	#sidenav dl dd a, #sidenav dl dd a:visited {
		font-size: 11px;
		color: #666666;
		text-decoration: none;
		}
		
	#sidenav dl dd a:hover, #sidenav dl dd a:visited:hover {
		color: #3366CC;
		}
		
	#sidenav dl dd.active a, #sidenav dl dd.active a:visited, #sidenav dl dd.active a:hover, #sidenav dl dd.active a:visited:hover {
		color: #CC0000;
		font-weight: bold;
		background: none;
		}
				
	#footer {
		font-size: 11px;
		color: #999999;
		}
		
	ul#footernav a, ul#footernav a:visited {
		color: #999999;
		text-decoration: none;
		}
		
		ul#footernav a:hover, ul#footernav a:visited:hover  {
			color: #666666;
			}
			
	#loc-input {
		color: #FFFFFF;
		font-size: 11px;
		}

	#loc-search {
		color: #FFFFFF;
		font-weight: bold;
		}

		#loc-search input {
			font-size: 11px;
			color: #666666;
			}
			
	#results-header {
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		text-transform: uppercase;
		}
		
		#results-content {
			color: #666666;
			font-size: 12px;
			line-height: 18px;
			}
			
			#results-content a, #results-content a:visited {
				color: #666666;
				}
				
			#results-content a:hover, #results-content a:visited:hover {
				color: #000000;
				}

	.thin-txt-promo {
		font-size: 12px;
		font-weight: bold;
		}
				
		.thin-txt-promo a, .thin-txt-promo a:visited {
			color: #333333;
			text-decoration: none;
			}
			
		.thin-txt-promo a:hover, .thin-txt-promo a:visited:hover {
			color: #000000;
			}
			
		.thin-txt-promo h4 {
			margin: 6px 0 0 0;
			padding: 0;
			text-transform: capitalize;
			clear: right;
			}
			
			.learnmore-thin {
				color: #666666;
				text-transform: uppercase;
				}
				
				.learnmore-thin a, .learnmore-thin a:visited {
					padding: 5px 25px 5px 0px;
					display: block;
					color: #666666;
					}

	#location-wrap {
		width: 650px;
		margin-left: 250px;
	}

	div.location {
		font-size: 13px;
		font-weight: bold;
		padding-bottom: 10px;
		line-height: 18px;
		float: left;
		display: inline;
		width: 250px;
		height: 170px;
		
		font-size: 12px;
		font-weight: bold;
		}
		
		div.locations dt {
		}
		
		div.locations dd {
			margin: 0 0 0 0px;
			color: #666;
			font-weight: normal;
		}
		
	.press_table, .press_table tbody {
		font-size: 12px;
		table-layout: auto;
		line-height: 20px;
	}
		
		.press_table a, .press_table a:visited {
			padding: 0 0 10px 0 !important;
		}
		
	.bold {
		font-weight: bold;
		}		
		
	.italic {
		font-style: italic;
	}

	.black {
		color: #000000;
		}
		
	.grey {
		color: #333333;
		}
		
	.lightgrey {
		color: #666666;
		}

	.indent {
		margin-left: 12px !important;
		margin-bottom: 20px !important;
		}
		
		
/**************************************************** GOOGLE SEARCH MODIFICATIONS */

.cse-closeResults a {
	border: 1px solid #ccc !important;
	color: #666 !important;
	}
	
.cse-closeResults a:hover {
	border: 1px solid #999 !important;
	color: #333 !important;
	}
	
	div.cse-closeResults {
		margin: 5px;
	}
	
div.cse-overlay {
	border: 1px solid #999 !important;
	padding: 15px;
}

/**************************************************** VENDOR FORM STYLINGS */

form.vendor fieldset fieldset {
	border: 1px solid #ccc;
	margin: 10px 0 10px 0;
	padding: 10px;
	display: block;
	}
	
form.vendor ul {
	list-style: none;
	padding: 0;
	margin: 0 !important;
}

	form.vendor li {
		margin: 5px 0 10px 0;
		list-style: none;
		}

form.vendor fieldset legend {
	font-weight: bold;
	font-size: 14px;
	margin-left: -10px;
	padding: 0;
	}
	
	form.vendor fieldset fieldset legend {
	padding: 0 0 2px 0;
	}
	
form.vendor label {
	display: block;
	width: 180px;
	float: left;
	clear: left;
	margin-left: 10px;
	padding-bottom: 5px;
	}
	
form.vendor fieldset fieldset legend {
	font-size: 12px;
	}
	
form.vendor em {
	color: #990000;
	font-size: 10px;
	font-style: italic;
	}
	
/**************************************************** CONTACT TABLE STYLINGS */

#contact-table {
	font-size: 12px;
	color: #666;
	margin: 20px 0 auto 35px;
	text-align: left;
	line-height: 18px;
}

#contact-table label, #contact-table input {
	margin-bottom: 12px;
}

/**************************************************** EMAIL FORM STYLINGS */

form.email {
	font-size: 12px;
}

form.email label {
	display: block;
}

form.email input {
	display: block;
	margin: 3px 0 12px 0;
	width: 60%;
}

form.email textarea {
	width: 60%;
}

/**************************************************** JQUERY PAGER */

	#pager {
		position: relative;
		clear: both;
		top: 284px;
		left: 860px;
		float: left;
		z-index: 99 !important;
		background-color: #333;
		font-size: 10px;
		color: #fff;
	}
	
	#pager a, #pager a:visited {
		color: #fff;
		padding: 3px 5px;
		display: block;
		float: left;
	}
	
	#pager a:hover, #pager a:visited:hover {
		background-color: #f49e07;
		color: #333;
	}
	
	div.cse-overlay {
		z-index: 999 !important;
		position: absolute;

	}

/**************************************************** MISC */

	div#cad_conv {
		border: 1px solid #DDD;
		background: #EEE;
		padding: 0 20px 20px 20px;
		height: 250px;
	}

	div#cad_conv dt {
		font-weight: bold;
		color: #000;
		font-size: 12px;
		margin: 12px 0 14px 0;
	}

	div#cad_conv dl dd {
		font-size: 12px;
		margin: 12px 0 12px 4px;
		padding: 0 0 0 16px;
		background: url('images/bullet.png') no-repeat left !important;
	}
	
	div#cad_conv dl {
	}
	
	ul.bens li {
		float: left;
		width: 222px;
		list-style: outside;
	}
	
/**************************************************** REDIRECT.PHP */

body#redBody {
	margin: 0;
	padding: 0;
	background: #eee;
}

	#redWrap {
		margin: 3% auto;
		width: 400px;
		height: 160px;
		padding: 20px;
		background: #FFF;
		color: #333;
		border: 1px solid #DDD;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	}
	
	#redWrap h1 {
		margin: 0 0 18px 0;
		font-size: 36px;
		font-weight: lighter;
	}
