body {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	background: #ec008c url(../images/body_bg.gif) repeat-y 50% 0;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	}

a { color: #eb008b; text-decoration: underline; }
a img { border: 0; }

#skip_to_content { display: none; }
acronym { border: 0; }
	
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	}
	
#header {
	padding: 0 15px;
	height: 180px;
	position: relative;
	padding-bottom: 25px;
	background: #eb008b;
	}
	
#header h1 {
	font-size: 2.1em;
	line-height: 1;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0;
	margin: 0;
	
	position: absolute;
	top: 22px;
	left: 15px;
	}
#header h1 a {
	display: block;
	width: 154px;
	height: 160px;
	background: transparent url(../images/newtonnetwork.gif) no-repeat 0 0;
	text-indent: -5000px;
	overflow: hidden;
	}

#header h1 img { display: none; }

.content_padding { padding: 10px 30px; }

#main { background: #000; }

#body p { margin-top: 0; }
#body p.centered {
	text-align: center;
	margin-top: 15px;
	}

#body ul { 
	list-style: disc url(../images/bullet_bg.gif);
	padding-left: 15px;
	}
#body ul li { margin-bottom: 1.25em; }

#body h2,
#body h3,
#body h4,
#body h5 {
	color: #eb008b;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	margin-top: 0;
	font-weight: normal;
	}
	
#body h2 { font-size: 200%; }

#body { 
	min-height: 250px;
	background: transparent url(../images/pink_bg.gif) repeat-y 66% 0;
	border-bottom: 45px solid #000;
	}

#body .left_column {
	width: 63%;
	float: left;
	}
#body .right_column {
	width: 31%;
	margin-left: 6%;
	float: left;
	}

#body .right_column p { margin: 0.5em 0; }

#body p.process  { 
	font-size: 140%;
	}
	
#body p.process em {
	font-style: normal;
	color: #ec008c;
	text-transform: uppercase;
	}

#at_newton_network {
	width: 228px;
	height: 56px;
	background: transparent url(../images/atnewtonnetwork.gif) 0 0;
	text-indent: -5000px;
	overflow: hidden;
	}

.testimonial { margin-top: 2em; }
.testimonial q { color: #BEBEBE; }
q:before, q:after { content: ''; }

.testimonial p.quote_author { font-style: italic; }

#navigation {
	margin-bottom: 54px;
	font-size: 105%;
	}

#navigation ul {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	width: 800px;
	float: left;
	}

#navigation ul li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	background: #181515 url(../images/navigation_bg.gif) no-repeat -20px 0;
	}
	
#navigation ul li.no1 { width: 120px; background-position: 0 0; }
#navigation ul li.no2 { width: 120px; }
#navigation ul li.no3 { width: 140px; }
#navigation ul li.no4 { width: 170px; }
#navigation ul li.no5 { width: 125px; }
#navigation ul li.no6 { width: 125px; background-position: 100% 0; }
 
#navigation ul li.no6 a { padding-right: 10px; }
	
#navigation ul li a {
	text-align: center;
	display: block;
	padding: 6px 0 4px 0;
	text-decoration: none;
	}

#navigation ul li.active {
	background-color: #000;
	background-image: url(../images/navigation_active_bg.gif);
	}
#navigation ul li.active a {
	color: #fff;
	}
	
#footer {
	font-size: 87%;
	padding-bottom: 25px;
	background-color: #181515;
	color: #bebebe;
	position: relative;
	}
	
#footer a { color: #ec008c; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#footer a#tictoc,
#footer a#tictoc:hover { color: #bebebe; text-decoration: none; }
	
#footer p {
	padding: 0;
	margin: 0;
	}
	
#footer .copyright { text-transform: uppercase; }
#footer .highlight { color: #eb008b; }

#footer #tictoc {
	position: absolute;
	/* These values are the same as .content_padding */
	right: 30px;
	top: 10px;
	text-align: right;
	}
	
/* Clearfix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
.clearfix {display: block;}
/* End hide from IE-mac */