/* CSS Document */

html {
	margin: 0;
	padding: 0;
}
body {
	background: #0c0c0e url(../_img/body_bg.jpg) repeat-x 0px 0px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5;
	color: #333;
	height: 100%;
}
h1 {
	margin: 0;
	color: #32557E;
	font-size: 20px;
	font-weight: normal;
}
h2 {
	color: #369c36;
	font-size: 1.75em;
	line-height: 1.714em;
	margin: 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	color: #369c36;
	font-size: 1.5em;
	line-height: 23px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
}
h4 { margin: 0; }
a {
	color: #369c36;
	text-decoration: none;
}
#wrap {
	width: 960px;
	margin: 0 auto;
	background: url(../_img/wrap_bg.gif) repeat-y;
}

#header h1 {
	margin: 0 auto;
	float: left;
	width: 306px;
	padding-top: 6px;
}
#header h1 a:link, #header h1 a:visited {
	width: 306px;
	height: 0;
	font-size: 1px;
	overflow: hidden;
	padding-top: 84px;
	display: block;
	background: url(../_img/logo.gif) no-repeat;
}
#header {
	background: url(../_img/header_bg.gif) repeat-x left top;
	height: 101px;
	padding: 0 10px;
	margin: 0 auto;
}
#header p {
	float: right;
	color: #369c36;
	font-size: 1.5em;
	line-height: 1;
}
#toptools {
	margin: 16px 20px 0 0;
	padding: 0;
	float: right;
	width: 300px;
	text-align: right;
}
#toptools li { display: inline; }
#toptools li a { 
	border-right: 1px solid #bfbfbf;
	color: #bfbfbf;
	padding: 0 .5em;
	text-decoration: none;
}
#toptools li.last a {
	border-right: none;
	padding-right: 0;
}
#nav {
	margin: 18px 0 0 0;
	width: 535px;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	float: right;
	text-transform: uppercase;
}
#nav li {
	display: inline;
}
#nav li a {
	color: #666;
	text-decoration: none;
	padding: 0 0 2px;
	margin: 0 20px 0 0;
}
#nav li a.last { margin-right: 0; }
#nav li a:hover {
	color: #47ac47;
	border-bottom: 1px solid #77da77;
}
#leaderboard {
	padding: 0px 10px 0;
	background: #8cc63f url(../_img/leaderboard_bg.gif) no-repeat left top;
	margin: 0 auto;
	height: 299px;
	border-bottom: 1px solid #85bc3c;
}
#leaderboard div {
	float: right;
	width: 460px;
}
#leaderboard h3 {
	font-weight: normal;
	font-style: italic;
	line-height: 1.058;
	font-size: 34px;
	color: #fff;
	margin-top: 23px;
	margin-bottom: 18px;
}
#leaderboard p {
	margin: 0;
	color: #333;
	font-size: 16px;
	font-size: 1.333em;
	line-height: 1.125;
	font-weight: normal;
}
#leaderboard img { 
	float: left;
	margin-top: 26px;
	clear: left;
}
#leaderboard h4 {
	width: 140px;
	float: right;
	margin-top: 18px;
	text-align: center;
}
#leaderboard h4 a {
	background-color: #3f70e3;
	color: #fff;
	display: block;
	border: 1px solid #fff;
	padding: 0 5px;
	text-decoration: none;
	line-height: 27px;
	font-size: 16px;
	outline: 1px solid #3f70e3;
}
#leaderboard h4 a:hover {
	background-color: #fff;
	color: #3f70e3;
	border-color: #3f70e3;
	outline: 1px solid #fff;
}

#contentContainer {
	background: url(../_img/contentContainer_bg.gif) no-repeat center top;
	padding: 36px 10px;
}

/* Main Content Styles */
#mainContent {
	float: left;
	width: 620px;
}
#contentContainer p {
	margin: 0 0 1.615em;
}
.content h2 span {
	font-size: .619em;
}

#mainContent img.sidepic {
	float: right;
	padding: 3px;
	background: #fff;
	border: 1px solid #d7d3c1;
	margin-bottom: 20px;
	margin-left: 20px;
}

/* Middle Content Area Styles */
#mainContent div {
	width: 260px; /*220*/
	padding-left: 20px;
	float: right;
}


/* Secondary Content Styles */
#secondaryContent {
	width: 290px;
	padding-left: 10px;
	float: right;
}

/* Benefits */
.benefits {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-image: url(../_img/list-arrow.gif);
}
.benefits li {
	margin-bottom: 1.5em;
}

#footer {
	height: 42px;
	font-size: .916em;
	line-height: 1.636em;
	color: #8c8c8c;
	clear: both;
	background: #dbdddd url(../_img/footer_bg.gif) repeat-x 0px 0px;
	padding: 18px 10px 0;
}
#footer address {
	text-align: left;
	font-style: normal;
	margin: 9px 0 0 0;
	float: left;
}

#footer div {
	float: right;
	text-align: right;
	margin: 21px 0 0 0;
}

#footer p {
	text-align: center;
	margin: 0 auto;
}
#footer a, #footer a:visited {
	color: #8c8c8c;
	text-decoration: none;
} 
#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}
#footer ul li {
	display:inline;
}
#footer ul li a, #footer ul li a:visited {
	margin: 0 4px;
	color: #8c8c8c;
	text-decoration: none;
} 
#footer ul li a:hover {
	color: #8c8c8c;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.more {
	text-align: right;
}
.left {
	float:left;
	padding:3px;
	margin-right:8px;
	border:1px solid #666;
}
	
.right {
	float:right;
	padding:3px;
	margin-left:8px;
	border:1px solid #666;
}
table {
	border-collapse:collapse;
}
table tr td {
	vertical-align:top;
	padding-left:5px;
	line-height:17px;
}
table.data tr td{ /* defines style for the ANTEC paper technical paper */
	vertical-align:top;
	border-collapse:collapse;
	border-top:1px solid #999;
	padding-top:5px;
}

table tr td.first {
	width:150px;
}
table tr td.last {
	width:450px;
}

#secondaryContent table.rightTable tr td {
	font-size:10px;
	vertical-align:top;
	text-align:center;
	line-height:14px;
	border:1px solid #999;
}
