/* =================== Getting the new tags to behave START ====================== */

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video { display: block; }
mark, rp, rt, ruby, summary, time { display: inline }

/* ==================== Getting the new tags to behave END ======================= */





/* ========================= Global properties START ============================= */

body {
	/* background: url(../images/main-tail.gif) repeat 50% 0%; */
	min-width: 980px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #060606;
}

html {
	background: transparent;
	min-width: 980px;
	height: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: top;
	font-size: 100%;
}

div {
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}

a {
	
	text-decoration:underline;
	color:#000000
}
	
a:hover {
	color: #ffffff;
	text-decoration: none;
			
		}
	
/* ========================= Global properties END =============================== */






/* ========================= Global Structure START ============================== */

/*#main-tail {
	background: url(../images/main-tail.gif) repeat 50% 0%;
	height:100%;
	
}*/

#main-tail-top {
	background: url(../images/main-tail-top.png) repeat-x 50% 0%;
}

/*#main-tail-bot {
	background: url(../images/main-tail-bot.gif) repeat-x 50% 100%; */


#main {
	/* width: 980px; */
	margin: 0 auto;
	font-size: 0.75em;
}

header {
	/* background: url(../images/header.png) repeat-x 0% 0%; */
	background-color: rgba(0,0,0,.5);
	background: url(http://www.outreachsystems.com/images/outreach/sliders/revolution/outreachsystems_slide2.jpg);
	color: rgb(156,156,156);
	position: relative;
	/* height: 147px; */
}

#header1 {
	/* background: url(../images/header.png) repeat-x 0% 0%; */
	background-color: rgba(0,0,0,.5);
	color: rgb(156,156,156);
	color: white;
	position: relative;
	height: 40px;
	display: block;
	width: 100%;
}

#header2
{
	background-color: rgba(0,0,0,.7); 
	color:rgb(134,134,134);
	color: white;
	height: 72px;
	display: block;
	width: 100%;
}

.logo
{
        position: absolute;
        top: 50px;
        left: 50px;
}

aside {
	height: 494px;
}

section#content {
	background: #fff url(../images/content-tail.gif) repeat-x 50% 100%;
}

footer {
	background: url(../images/footer.png) repeat-x 0% 0%;
	width: 100%;
	height: 79px;
	overflow: hidden;
}

/* ========================= Global Structure END ================================ */






/* ====================== Left & Right alignment START =========================== */

.fleft {
	float: left;
}

	img.fleft {
		margin: 0 20px 33px 0;
	}

.fright {
	float: right;
}

	ul.fright {
		padding: 0 27px 0 0;
	}

.col-1, .col-2, .col-3, .col-4, .col-1_2 {
	float: left;
	overflow: hidden;
}

.block-1, .block-2, .block-3, .block-4 {
	float: left;
	overflow: hidden;
}

.aligncenter {
	padding: 15px 0 0 0;
	text-align: center;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.wrapper-1 {
	width: 100%;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

/* ====================== Left & Right alignment END ============================= */





/* ============================== header START =================================== */


header strong {
	display: block;
	line-height: 1.2em;
	font-size: 1.167em;
	font-weight: 400;
	color: #ffffff;
	position: absolute;
	top: 18px;
	left: 50px;
}

#contact
{
	position: absolute;
	top: 18px;
	right: 37px;
}

#contact a
{
	text-decoration: none;
	color: #ffffff;
}

#navi {
	position: absolute;
	top: 18px;
	right: 37px;
}

	#navi li {
		float: left;
		padding: 0 0 0 12px;
		font-size: 1.167em;
		color: #ffffff;
	}
	
		#navi li a {
			text-decoration: none;
			color: #ffffff;
		}
		
			#navi li a:hover {
				color: #ffffff;
			}

nav {
	position: absolute;
	top: 50px;
	right: 25px;
}

	nav ul {
		overflow: hidden;
		padding-bottom: 3px;
	}
	
		nav ul li {
			float: left;
			padding: 0 0 0 1px;
		}
		
			nav ul li a {
				float: left;
				height: 44px;
				padding: 0 10px 0 10px;
				overflow: hidden;
				line-height: 38px;
				font-size: 1.583em;
				font-weight: 400;
				text-decoration: none;
				color: #fff;
			}
		
/*
			nav ul li.current a {
				background: url(../images/menu-tail.gif) repeat-x 0% 0%;
				padding: 0;
			}
			
				nav ul li.current a span {
					background: url(../images/menu-left.gif) no-repeat 0% 0%;
					display: block;
				}
				
					nav ul li.current a span span {
						background: url(../images/menu-right.gif) no-repeat 100% 0%;
						display: block;
						height: 44px;
						padding: 0 10px 0 10px;
						overflow: hidden;
					}
					
			nav ul li a:hover {
				background: url(../images/menu-tail.gif) repeat-x 0% 0%;
				padding: 0;
			}
			
				nav ul li a:hover span {
					background: url(../images/menu-left.gif) no-repeat 0% 0%;
					display: block;
				}
				
					nav ul li a:hover span span {
						background: url(../images/menu-right.gif) no-repeat 100% 0%;
						display: block;
						height: 44px;
						padding: 0 10px 0 10px;
						overflow: hidden;
					}
*/

/* =============================== header END ==================================== */





/* ============================= content START =================================== */

#content #indent {
	padding: 22px 30px 15px 36px;
}

	#content #indent-1 {
		padding: 22px 0 27px 0;
	}
	
	#content #indent-2 {
		padding: 22px 0 37px 0;
	}

#content .indent {
	padding: 0 34px 0 36px;
}


	#content .indent-1 {
		padding: 0 34px 0 32px;
	}

#content p {
	padding: 0 0 10px 0;
	line-height: 20px;
	font-size: 1.083em;
	color: #060606;
}
#content a:hover {
	color: #f15139;
	text-decoration: underline;
			
		}
	

#content p.extra-style {
	padding: 6px 0 20px 0;
}

#content p.extra {
	padding: 0 0 48px 0;
}

#content p.extra1 {
	padding: 0 0 15px 0;
}

#content p.extra2 {
	padding: 0 0 33px 0;
}

#content p small {
	float: right;
	padding: 0 20% 0 0;
	font-size: 1em;
}

#content p span a {
	text-decoration: none;
	color: #060606;
}

	#content p span a:hover {
		text-decoration: none;
	}

.row-1 {
	width: 100%;
	overflow: hidden;
}

	.row-1 .inner {
		padding: 22px 0 0 0;
	}

.row-2 {
	width: 100%;
	overflow: hidden;
}

	.row-2 .inner {
		padding: 22px 30px 37px 36px;
	}

#content ul
{
	list-style: disc;
}
#content ul li
{
	padding-bottom: 3px;
	index-left: 30px;
}

#content ol 
{
	list-style: decimal;
	padding-left: 30px;
}
#content ol li
{
	padding-bottom: 3px;
	index-left: 30px;
}

/* ============================== content END ==================================== */





/* =================== txt, links, lines, titles START =========================== */

header h1 {
	position: absolute;
	top: 76px;
	left: 34px;
}

	header h1 a {
		/* background: url(../images/logo-outreachsystems-white.png) no-repeat 0% 0%; */
		display: block;
		width: 396px;
		height: 45px;
		overflow: hidden;
	}
	
		h1 a span {
			display: none;
		}

h1 {
	padding: 0 0 17px 0;
	line-height: 1.2em;
	font-size: 3.0em;
	font-weight: 400;
	color: #f15139;
}

h2 {
	padding: 0 0 17px 0;
	line-height: 1.2em;
	font-size: 2.5em;
	font-weight: 400;
	color: #f15139;
}

	h2 a:link {
	color: #f15139;
	text-decoration: none;
	}
	
	h2 a:visited {
	color: #f15139;
	text-decoration: none;
	}
	
	h2 a:hover {
	color: #f15139;
	text-decoration: underline;
	}
	
	h2 a:active {
	color: #f15139;
	text-decoration: underline;
	}
	
	
	h2 strong {
		display: block;
		padding: 0 0 4px 0;
		font-weight: 400;
	}
	
	h2 b {
		display: block;
		padding: 0 0 7px 0;
		font-weight: 400;
	}
	
	h2 small {
		display: block;
		padding: 0 0 6px 0;
		font-size: 1em;
	}
	
	h2 span {
		display: block;
		padding: 0 0 1px 0;
		letter-spacing: -2px;
	}
	
	h2 i {
		display: block;
		letter-spacing: -1px;
		font-style: normal;
	}

h3 {
	padding: 16px 0 8px 0;
	line-height: 0.8em;
	font-size: 1.8em;
	font-weight: 400;
	color: #f15139;
	font-family: 'Droid Serif';
}

h4 {
	padding: 0 0 11px 0;
	line-height: 0.7em;
	font-size: 1.0em;
	font-weight: 400;
	color: #f15139;
}

.link {
	float: left;
	line-height: 16px;
	font-size: 0.833em;
	text-transform: uppercase;
	text-decoration: none;
	color: #f15139;
}
	
	.link:hover {
		text-decoration: underline;
		
	}

.link-indent {
	margin: 0 0 27px 0;
}

.line-ver-1 {
	background: url(../images/line-ver.gif) repeat-y;
	width: 100%;
}

.line-ver-2 {
	background: url(../images/line-ver.gif) repeat-y;
	width: 100%;
}

.line-hor {
	background: url(../images/line-hor.gif) repeat-x 0% 0%;
	width: 100%;
	height: 22px;
	overflow: hidden;
}

.line-hor-1 {
	background: url(../images/line-hor.gif) repeat-x 0% 0%;
	width: 100%;
	height: 1px;
	overflow: hidden;
}

.line-hor-2 {
	background: url(../images/line-hor.gif) repeat-x 0% 0%;
	width: 100%;
	height: 24px;
	overflow: hidden;
}

/* ==================== txt, links, lines, titles END ============================ */





/* ============================= forms START ===================================== */

#contact-form {
	width: 580px;
	overflow: hidden;
}

	#contact-form strong {
		float: right;
		width: 298px;
		font-weight: normal;
	}
	
	#contact-form label {
		display: block;
		height: 60px;
		overflow: hidden;
	}
	
	#contact-form b {
		display: block;
		line-height: 18px;
		font-size: 1.083em;
		font-weight: normal;
		color: #060606;
	}
	
	#contact-form input {
		background: none;
		width: 245px;
		height: 16px;
		padding: 4px 4px 4px 4px;
		border: 1px solid #d0cfcf;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #000;
	}
	
	#contact-form textarea {
		background: none;
		width: 288px;
		height: 136px;
		padding: 4px 4px 4px 4px;
		border: 1px solid #d0cfcf;
		float: left;
		overflow: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #000;
	}
	
	#contact-form a.link {
		float: right;
		margin: 7px 0 0 18px;
	}

/* ============================== forms END ====================================== */





/* ============================= other START ===================================== */

.pic-indent {
	margin: 0 0 17px 0;
}

.list {
	padding: 12px 0 12px 0;
	overflow: hidden;
}

	.list li {
		padding: 0 0 0 8px;
		line-height: 20px;
		font-size: 1.083em;
		color: #060606;
		margin: 0 0 0 25px;
		
	}
	
		.list li a {
			text-decoration: none;
			color: #060606;
		}
		
			.list li a:hover {
				text-decoration: underline;
			}

.list-1 {
	width: 100%;
	padding: 0 0 4px 0;
	overflow: hidden;
	padding-left: 0px;
}

	.list-1 ul
	{
		padding-left: 0px;
	}

	.list-1 li {
		list-style: none;
		width: 100%;
		padding: 0 0 0px 0;
		overflow: hidden;
		vertical-align: top;
		text-indent: 0px;
		margin-left: 0px;
	}
	
		.list-1 li img {
			float: left;
			margin: 0 16px 0 0;
		}
		
		.list-1 li strong {
			display: block;
			padding: 4px 0 1px 0;
			line-height: 20px;
			font-size: 0.833em;
			font-weight: normal;
			text-transform: uppercase;
			color: #f15139;
		}
		
			.list-1 li strong a {
				text-decoration: none;
				color: #f15139;
			}
			
			.list-1 li strong a:hover {
				text-decoration: underline;
			}
		
		.list-1 li p {
			padding: 0 !important;
			line-height: 16px !important;
			font-size: 1.083em !important;
			color: #060606 !important;
		}

.list-2 {
	padding: 0 0 13px 0;
	overflow: hidden;
}

	.list-2 dt {
		margin: 0 0 -1px 0;
		line-height: 20px;
		font-size: 0.833em;
		text-transform: uppercase;
		color: #f15139;
	}
	
		.list-2 dt a {
			text-decoration: none;
			color: #f15139;
		}
		
		.list-2 dt a:hover {
			text-decoration: underline;
		}
		
	.list-2 dd {
		padding: 0 0 36px 0;
		line-height: 20px;
		font-size: 1.083em;
		color: #060606;
	}
	
		.list-2 dd.last {
			padding: 0 0 35px 0;
		}

.list-3 {
	width: 100%;
	padding: 0 0 16px 0;
	overflow: hidden;
}

	.list-3 li {
		list-style: none;
		width: 100%;
		overflow: hidden;
		vertical-align: top;
	}
	
		.list-3 li img {
			float: left;
			margin: 0 21px 0 0;
		}
		
		.list-3 li p {
			padding: 6px 0 0 0 !important;
			line-height: 20px !important;
			font-size: 1.083em !important;
			color: #060606 !important;
		}

.list-4 {
	width: 100%;
	padding: 0 0 15px 0;
	overflow: hidden;
}

	.list-4 li {
		float: left;
		width: 264px;
		padding: 0 50px 8px 0;
	}
	
	.list-4 li.extra {
		padding: 0;
	}
	
		.list-4 li img {
			float: left;
			margin: 0 16px 0 0;
		}
		
		.list-4 li strong {
			display: block;
			padding: 4px 0 1px 0;
			line-height: 20px;
			font-size: 0.833em;
			font-weight: normal;
			text-transform: uppercase;
			color: #f15139;
		}
		
			.list-4 li strong a {
				text-decoration: none;
				color: #f15139;
			}
			
			.list-4 li strong a:hover {
				text-decoration: underline;
			}
			
		.list-4 li p {
			padding: 0 !important;
			line-height: 16px !important;
			font-size: 1.083em !important;
			color: #060606 !important;
		}

.list-5 {
	padding: 1px 0 12px 0;
	overflow: hidden;
	line-height: 20px;
	font-size: 1.083em;
	color: #060606;
}

	.list-5 dd {
		width: 100%;
		padding: 0 0 20px 0;
		overflow: hidden;
	}
	
		.list-5 dd small {
			float: right;
			padding: 0 29% 0 0;
			font-size: 1em;
		}
		
		.list-5 dd a {
			color: #060606;
		}

.list-6 {
	padding: 0 0 4px 0;
	overflow: hidden;
	line-height: 20px;
	font-size: 1.083em;
	color: #060606;
}

	.list-6 dt {
		text-decoration: none;
		color: #060606;
	}
	
		.list-6 dt a {
			text-decoration: none;
			color: #060606;
		}
		
		.list-6 dt a:hover {
			text-decoration: underline;
		}
		
	.list-6 dd {
		padding: 0 0 20px 0;
	}

.list-indent {
	padding: 12px 0 11px 0 !important;
}

.list-indent-1 {
	padding: 0 0 21px 0 !important;
}

.privacy {
	padding: 0 0 8px 0;
}

	.privacy a {
		text-decoration: underline !important;
		color: #060606;
	}
	
	.privacy a:hover {
		text-decoration: none !important;
	}

/* ============================== other END ====================================== */




/* ============================== JS faded-slider START ====================================== */

#faded {
	background: #060606;
	position: relative;
	width: 979px;
	height: 494px;
	overflow: hidden;
}

	#faded li strong {
		background: #060606;
		width: 947px;
		height: 50px;
		padding: 0 0 0 32px;
		overflow: hidden;
		line-height: 50px;
		font-size: 2em;
		color: #fff;
		position: absolute;
		top: 441px;
		left: 0;
	}

	#faded a.prev {
		background: url(../images/button-prev.png) no-repeat 100% 0%;
		display: block;
		width: 19px;
		height: 24px;
		overflow: hidden;
		position: absolute;
		top: 267px;
		left: 65px;
		z-index: 100;
	}
	
		#faded a.prev:hover {
			background-position: 0% 0%;
		}

	#faded a.next {
		background: url(../images/button-next.png) no-repeat 0% 0%;
		display: block;
		width: 19px;
		height: 24px;
		overflow: hidden;
		position: absolute;
		top: 455px;
		right: 65px;
		z-index: 100;
	}
	
		#faded a.next:hover {
			background-position: 0% 0%;
		}

/* =============================== JS faded-slider END ======================================= */




/* ============================ footer START ===================================== */

footer p {
	line-height: 74px;
	font-size: 0.833em;
	text-transform: uppercase;
	text-align: center;
	color: #484848;
}

	footer p a {
		margin: 0 0 0 3px;
		text-decoration: none;
		color: #484848;
	}
	
		footer p a:hover {
			text-decoration: underline;
		}

footer strong {
	float: right;
	line-height: 74px;
	font-size: 0.833em;
	font-weight: normal;
	text-transform: uppercase;
	color: #484848;
}

	footer strong a {
		margin: 0 0 0 3px;
		text-decoration: none;
		color: #484848;
	}
	
		footer strong a:hover {
			text-decoration: underline;
		}

/* ============================= footer END ====================================== */

.tablediagram
{
	border-style: solid; 
	border-width: 1px;
}
.tabledata  td
{
	border-style: solid; 
	border-width: 1px;
}
