﻿body {
	margin: 0;
	padding: 0;
	font:12px/15px Helvetica, Arial, sans-serif;
	color:#333333;
	background-color: white;
   
}

h3 {
    color: #F9BD29;
    font-size: 12pt;
    font-style: italic;
    padding-bottom: 6pt;
}

table, tbody, tfoot, thead, tr, th, td {
/*
    margin: 5px;
    padding: 5px;
*/
}

/* HEADER */
#mastheadWrapper {
	position: relative;
	clear: both;
	background: url("~/media/Site/Lyle/InfinityProject/InfinityPhotoHeader.ashx") no-repeat scroll 0 0 transparent;
	height: 142px;
/*
	width: 1040px;
*/
width:1000px;
}

/* Search Box */
#search {
	text-align: right;
	position: absolute;
	right: 0;
	top: 30px;

}
#searchForm {
    position: absolute;
    top: 0;
    right: 0;
}
#searchForm input {
	color:#7c7c7c;
	width: 150px;
    border: 1px solid #dfdfdf;
    padding: 5px;
}
#searchbar {
width:225px;
}

#q {
float:left;
}

#zone-3-nav {
display:none;
    /*
position: absolute;
    width: 300px;
    top: 0;
    right: 180px;
    margin-top: 4px;
*/
}
#zone-3-nav li {
    margin: 0;
    list-style-type: none;
    float: right;
    line-height: 12px;
}
#zone-3-nav a {
	padding: 5px 10px;
	color: #7c7c7c;
	text-decoration: none;
    display: block;
}


ul {
    list-style: square outside url("~/media/Site/Lyle/InfinityProject/bullet.ashx");
}



/* Navigation */
#pageLevelNavigationInfinity {
	height: 64px; 
	background: #bad57c;
/*
	width: 830px;
*/
width:790px;
    position: absolute;
    top: 78px;
    left: 210px;
	z-index: 999;
}

#nav2a-flyout ul {
	padding-left: 25px;
}
#pageLevelNavigationInfinity li {
	position: relative;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	z-index: 999;
}

#pageLevelNavigationInfinity li a {
	float: left;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	height: 64px;
	vertical-align: middle;
	display: block;
    padding: 0 20px;
    line-height: 64px;
	z-index: 999;
}

#pageLevelNavigationInfinity li a:hover {
	background: #9eb16f;
	z-index: 999;
}

#pageLevelNavigationInfinity li ul {
    position: absolute;
	top:60px;
    left: 0;
    z-index: 999;
    width: 175px;
    padding: 3px 0 0;
	display: none;
}
#pageLevelNavigationInfinity li:hover ul, #pageLevelNavigationInfinity li.sfhover ul {
	display: block;
	z-index: 999;
}

#pageLevelNavigationInfinity li li {
	float: left;
	width: 175px;
    background-color: #8bbdc9;
	z-index: 999;
}
#pageLevelNavigationInfinity li li a {
    margin: 0;
    padding: 5px 10px;
    text-align: left;
    font-size: 11px;
    line-height: 14px;
    height: auto;
	z-index: 999;
}
#pageLevelNavigationInfinity li li.active a {
    color: #000;
	z-index: 999;
}
#pageLevelNavigationInfinity li li a:hover {
	background: none;
	color: #000;
	z-index: 999;
}




/* PAGE CONTENT */
#contentWrapperOuter {
	clear: both;   
width:1040px;
}

#pageContent {
float:left;
padding-left:24px;
padding-top:20px;
position:relative;
/*
width:780px;
*/
width:740px;
}
#bodyContent {
/*
width:1040px;

width:786px;*/
width:746px;
}

#bodyContent p {
	margin: 0 0 20px;
	line-height: 170%;
}
#bodyContent a {
	font-weight: bold;
	color: #277ca8;
	text-decoration: none;
}
#pageContent h2 {
	font-size: 24px;
	font-weight: normal;
	color: #3F7BA1;
margin-bottom:10px;
}
#pageContent h5 {
color:#DB9C06;
font-family:Arial,Helvetica,sans-serif;
font-size:12pt;
font-style:italic;
padding:6px 0 6px 12px;
}

/* Breadcrumbs */

#breadcrumbDepartmentID  {
color:#000000;
font-weight:bold;
padding:16px 0 60px;
width:784px;
}

#breadcrumbDepartmentID div {
    float: left;
}
#breadcrumbDepartmentID a {
	color: #3F7BA1;
	text-decoration: none;
}
#breadcrumb {
    margin-left: 5px;
}
#breadcrumb:before {
/*
	content:">";
*/
    margin-right: 5px;
}

/* Extra Content */
.extraContent {
    margin-left: 260px;
    text-align: right;
    padding-top: 20px;
}

.extraContent img {
    float: right;
    margin-left: 20px;
}
.extraContent h6 {
	font-weight: normal;
	color: #3F7BA1;
    font-size: 16px;
    line-height: 120%;
    padding-top: 75px;
}


/* SIDEBAR */

#pageContent div.sideBar {
	width: 211px;
	position: absolute;
	left: 0;
	top: 0;
}

#sidebar {
	width: 211px;
	float: left;
}

/* Sidebar Navigation */
#subNav {
	margin-top: 85px;
}

#subNav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 0 10px 16px;
	font-weight: bold;
}

#subNav li.active a {
	color: #000;
}

/* Sidebar Buttons */
a.registerBtn {
	background: url("~/media/Site/Lyle/InfinityProject/arrow-yellow.ashx") no-repeat 16px center;
	font-size: 12px;
	display: block;
	padding: 10px 16px 10px 60px;
	margin: 10px 0;
	font-weight: bold;
	color: #000;
	text-decoration:none;
}

a.nextstepBtn {
	 background: url("~/media/Site/Lyle/InfinityProject/arrow-orange.ashx") no-repeat 16px center; 
/*
background: url("~/media/Site/Lyle/InfinityProject/htc/opacity.ashx") no-repeat 16px center;
*/

	font-size: 12px;
	display: block;
	padding: 10px 16px 10px 60px;
	margin: 10px 0;
	font-weight: bold;
	color: #000;
	text-decoration:none;
}

a.nextstepBtn span {
	font-size: 18px;
}

#sidebar a.registerBtn{
color:#000;
}
#sidebar a.nextstepBtn{
color:#000;
}

/* Recent News */
.newsBox {
	background: #469FAD;
	padding: 30px 16px 30px 10px;
	color: #000;
	font-size: 11px;
line-height:130%;
}

#pageContent .newsBox h2 {
	padding-left: 16px;
	font-size: 20px;
    color: #fff;
}

.newsBox li {
	background: url(~/media/Site/Lyle/InfinityProject/bullet.ashx) no-repeat 0px 12px;
	padding: 5px 0 5px 16px;
	margin: 5px 0;
	border-bottom: 1px solid #fff;
}

.newsBox li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

/* FOOTER */
#footer {
/*
	position: relative;
	clear: both;
	height: 20px;
	width: 1020px;  
color:#999999;
font-size:11px;
font-weight:normal; 
margin:5px 25px 15px 100px;
padding:10px 0 0;
*/
display:none;
}
#footer a {
text-decoration:none;
color:#999999;
}

#temporaryContent{
display:none;
}

#temporaryContentMiddleColumn {
padding-left:44px;
padding-top: 20px;
}

.sf-menu {
display:none;
}

.newsHeader {
color:#FFFFFF;
font-size:20px;
padding-left:16px;
}

#bodyContent .newsBox ul a {
color:#FFFFFF;
}

#contactLink a{
color:#7C7C7C;
padding:5px 10px;
text-decoration:none;
}
#q {
border:1px solid #DFDFDF;
color:#7C7C7C;
padding:5px;
width:150px;
}
#sa2 {
background-color:#C6C6C6;
border-color:#C6C6C6;
border-style:solid;
font:90% 'arial',helvetica,sans-serif;
height:18px;
margin-right:10px;
width:45px;
}


#big1 .box li{
background-color:#FE5F12;
}
#big2 .box li{
background-color:#F9BD29;
}
#big3 .box li{
background-color:#7DB0BD;
}
#big4 .box li{
background-color:#8DA45D;
}
#big5 .box li{
background-color:#8A698E;
}
#big6 .box li{
background-color:#CC9966;
}

/* HTC transparency fix */
.nextstepBtn { 
behavior: url( "~/media/Site/Lyle/InfinityProject/htc/iepngfix.ashx" );
background-color:#ff0000;
 }