/* CSS Document */
body {
	margin: 0;
	background-color: #ECECEC;
}

form {
	padding: 0;
	margin: 0;
}
input {
	font-size: 11px;
	margin-right: 4px;
}

img {
	border: 0;
}
.button {
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
}

.note {
	font-size: 10px;
	font-style: italic;
}
.colorGrey {
	color: #7B7B7B;
}

.colorGreen {
	color: #79A40E;
}

.colorBlue {
	color: #215D7D;
}

.colorOrange {
	color: #DF5C01;
}

.colorPurple {
	color: #C09;
}
.sectionHeader {
	font-size: 14px;
	color: #79A40E;
}

#mainPage {
	width: 709px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: 2px solid #C1C1C1;
	border-top-width: 0px;
	border-bottom-width: 0px;
	color: #7B7B7B;
	padding: 10px 5px;
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
}

#headerTable a {
	color: #215D7D;
	text-decoration: none;
}
#headerTable a:hover {
	text-decoration: underline;
}

#headerTable #logo {
	padding-left: 15px;
	padding-bottom: 10px;
}
#headerTable #links {
	text-align: right;
	padding-right: 30px;
	padding-bottom: 10px;
}

#headerTable #banner {
	background: url('../images/banner.jpg') no-repeat;
	height: 240px;
	width: 710px;
}
#headerTable #banner a#summitLink { left: 35px; position: relative; top: 153px; }

#headerTable #login {
	font-size: 11px;
	padding-left: 5px;
}
#headerTable #login #login {
	background: url('../images/buttonLogin.gif') no-repeat;
	height: 13px;
	width: 49px;
}

#headerTable #navigation {
	font: bold 12px Arial, sans-serif;
	padding-top: 7px;
	padding-left: 5px;
}
#headerTable #navigation a {
	color: #79A40E;
}
#headerTable #navigation a:hover {
	text-decoration: none;
	color: #215D7D;
}
#headerTable #navigation #menu .menuBar {
	padding-right: 12px;
	padding-bottom: 8px;
}
#headerTable #navigation #menu ul li a {
	font-size: 11px;
	color: #7B7B7B;
	padding: 2px 0 2px 2px;

}
#headerTable #navigation #menu ul li .navlink {
	border-bottom: 1px solid #CFCFD4;
}
#headerTable #navigation #menu ul li a:hover {
	color: #215D7D;
}

#content {
	background-color: #E9E9EF;
	font-size: 11px;
}

#content a {
	color: #215D7D;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#tbContent {
	margin: 0 20px;
}
#tbContent #content {
	width: 75%;
	padding: 10px 0;
}
#tbContent #tbLinks {
	border: 1px solid #CFCFD4;
	border-top: none;
	background: #FFFFFF;
	width: 180px;
	margin-top: 38px;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -39px;
	left: 21px;
}
#contentTable #tbLinks {
	border: 1px solid #CFCFD4;
	border-top: none;
	background: #FFFFFF;
	width: 180px;
	margin-top: 38px;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -44px;
	left: 15px;
}
#tbContent #tbLinks td, #contentTable #tbLinks td {
	padding: 2px 0;
	border-bottom: 1px solid #CFCFD4;
}
#tbContent #tbLinks #tdBottom, #contentTable #tbLinks #tbBottom {
	border: none;
}
#tbContent #tbLinks a, #contentTable #tbLinks a {
	padding-left: 10px;
	display: block;
	font-weight: bold;
	color: #79A40E;
}
#tbContent #tbLinks .colorOrange, #contentTable #tbLinks .colorOrange {
	color: #DF5C01;
}
#contentTable #tbLinks .colorBlue {
	color: #215D7D;
}

#contentTable #tbLinks .colorPurple {
	color: #C09;
}
#tbContent #tbLinks a:hover, #contentTable #tbLinks a:hover {
	text-decoration: none;
	color: #215D7D;
}

#tbContent #tbDownloads {
	width: 85%;
	border: 1px solid #CFCFD4;
	border-bottom: none;
	margin-top: 10px;
}
#tbContent #tbDownloads td {
	padding: 5px;
	border-bottom: 1px solid #CFCFD4;
}
#tbContent .tbLists {
	width: 100%;
	border-top: 1px solid #CFCFD4;
	border-left: 1px solid #CFCFD4;
	border-bottom: none;
	margin-top: 10px;
}
#tbContent .tbLists td {
	padding: 5px;
	border-right: 1px solid #CFCFD4;
	border-bottom: 1px solid #CFCFD4;
}
#tbContent .tbLists .tdIndustry {
	width: 230px;
}

#footer {
	width: 100%;
	padding-top: 5px;
	text-align: center;
}
#footer a {
	color: #7B7B7B;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


	/* Page Specific */
#signIn {
	margin-top: 4px;
	background: url('../images/buttonSigninPurple.gif') no-repeat;
	width: 66px;
	height: 13px;
}

#contactSubmit {
	margin-top: 4px;
	background: url('../images/buttonContact.gif') no-repeat;
	width: 96px;
	height: 11px;
}
#sendPassword {
	background: url('../images/buttonPassword.gif') no-repeat;
	height: 11px;
	width: 138px;
	margin-top: 4px;
	margin-right: 5px;
}
.executive {
	padding: 10px;
}

p {
margin: 0;
padding: 0;
}