﻿
/******************MODAL POPUP****************************/
.modalBackground {
	background-color: #000000;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.modalPopup {
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 10px;
}
/**************TABS**************************************/
.tabblue {
	background-image: url('../images/tabblue.gif');
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	width: 242px;
	height: 30px;
	background-repeat: no-repeat;
}
.tabgray {
	background-image: url('../images/tabgray.gif');
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	width: 242px;
	height: 30px;
	cursor: hand;
	background-repeat: no-repeat;
}
.tabgray:hover {
font-weight: bold;
}
.tabsmallgray {
    background-image: url('../images/tabsmallgray.gif');
    color: #FFFFFF;
    text-align: center;
    width: 190px;
    height: 30px;
    cursor: hand;
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
}
.tabsmallgray:hover {
font-weight: bold;
}
.tabsmallblue
{
    background-image: url('../images/tabsmallblue.gif');
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    width: 190px;
    height: 30px;
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
}
.tabtxtsmall {
    padding: 0px;
    margin: 1px 0px 0px 7px;
    color: #FFFFFF;
    font-size: 9px;
    text-align: left;
}
.tabtxtmedium {
    padding: 0px;
    margin: 0px;
    color: #FFFFFF;
    font-size: 12px;
}
.tabbody300 {
    background-color: #000000;
    padding: 0px;
    margin: 0px 0px 0px 1px;
    width: 730px;
    height: 300px;
}
.tabbody600 {
    padding: 5px 8px 5px 8px;
    background-color: #000000;
    margin: 0px 0px 0px 1px;
    width: 742px;
}
.tabbottom {
    background-image: url('../images/tabbottom.gif');
    background-repeat: no-repeat;
}
.tabbottom760 {
    background-image: url('../images/tabbottom760.gif');
    background-repeat: no-repeat;
}

/***************NAVIGATION*****************************/
#navigation {
	padding: 3px;
	border: thin none #C0C0C0;
	margin: 0px 680px 5px 2px;
	text-align: center;
	color: #000000;
	width: 185px;
}
#navigation li {
	margin-bottom: 0px;
}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#navigation ul ul a {
    font-style: normal;
    color: #FFFFFF;
    font-size: 11px;
    padding-left: 30px;
    padding-top: 0px;
}
#navigation a {
    border-style: none solid none solid;
    border-width: 3px;
    border-color: #000000;
    margin: 0px;
    color: #FE9900;
    text-decoration: none;
    display: block;
    padding: 4px 1px 4px 2px;
    background-color: #000000;
    font-size: 13px;
    line-height: normal;
    font-weight: bold;
}
#navigation a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}

/************************HEADER & FOOTER***************************/
#header {
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	height: 88px;
}
#header a {
	text-decoration: none;
	color: #FFFFFF;
}
#header a:hover {
	color: #FE9900;
}
.maintitle {
	color: #FE9900;
	font-size: 18pt;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.subtitle {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}
#footer {
    background-color: #000000;
    text-align: center;
    padding: 2px;
    clear: both;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	color: #FE9900;
}

/************************GENERAL**********************************************/
body {
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
    background-image: url('../images/bggradient.gif');
    background-color: #333333;
    overflow-y:scroll;
}
p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 13px;
	color:Black;
	font-weight: normal;
}
#pagecontain {
    background-color: #FFFFFF;
    width: 970px;
    margin: 7px auto 0 auto;
    padding: 0px;
}
#content {
    margin: 0px;
    padding: 5px;
    background-color: #FFFFFF;
    text-align: left;
    vertical-align: top;
    width: 760px;
    float: right;
}
.left {
    padding: 3px;
	border: thin solid #C0C0C0;
	margin: 0px 680px 5px 2px;
	text-align: center;
	color: #000000;
	width: 185px;
}
h2 {
	margin: 10px 0px 10px 0px;
	font-size: 24px;
	color: #000000;
}
h3 {
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 20px;
	color: #000000;
}
h4 {
    margin-bottom: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    color: #800000;
    font-weight: bold;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 8px 0px;
	color: #FE9900;
}
h6, h6 a {
	margin: 10px 0px 10px 0px;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
h6 a, h6 a:hover {
	text-decoration: none;
	color: #000;
}
ul {
	font-size: 12px;
	list-style-type: square;
	color: #000000;
	font-weight: normal;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}
ul ul{
    list-style-type: circle;
    font-style: italic;
    margin: 5px 0px 0px 20px
}
li
{
    margin-right: 0px;
	margin-bottom: 5px;
}

.contenttable1 {
	padding: 0px;
	width: 760px;
}
a {
	font-size: 12px;
	text-decoration: underline;
	color: #032863;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #FE9900;
}
a:visited {
	color: #032863;
}

#apply {
	padding: 15px;
	width: 500px;
	height: 200px;
	visibility: hidden;
	background-color: white;
	z-index: 3;
	position: absolute;
	top: 200px;
	left: 362px;
	border-top-width: 20px;
	border-top-color: #465A7D;
	border-top-style: solid;
}
.profileboxes {
	width: 200px;
}
.smallwhite
        {
    margin: 5px;
    color: #FFFFFF;
    font-size: 12px;
}
.bigred {
	color: #FF0000;
	font-size: 20px;
	font-weight: bold;
}
.tiny {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}
.imagelink {
	border-width: 0;
}
.cadlogos {
    border-width: 0;
    margin: 2px 0px 2px 0px;
}
.mediumorange {
	color: #FE9900;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.smallgray {
	margin: 5px 0px 0px 0px;
	font-size: 10px;
	color: #C9C9C9;
}
.smallorange {
    color: #FE9900;
    font-size: 12px;
    font-weight: bold;
}
.buttonstyle1
{
    padding: 5px;
    background-color: #465a7d;
    border: 1px solid #FE9900;
    font-weight: bold;
    font-size: 16px;
    color: white;
}
.dialoghead1
{
    margin: 0px;
    border-style: none;
    background-color: #465a7d;
    font-weight: bold;
    font-size: 16px;
    color: white;
    text-align: center;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.divlink {
	margin: 5px;
	color: #000000;
	text-decoration:none;
}
.divlink:hover {
	color: #FE9900;
}
.orangebar {
    height: 34px;
    background-image: url('../images/toporangebar.gif');
    background-repeat: no-repeat;
    text-align: center;
    width: 760px;
}

#changepw {
	padding: 0px;
	visibility: hidden;
	background-color: white;
	z-index: 3;
	position: absolute;
	top: 200px;
	left: 362px;
}
.orange253{
    margin: 0px;
    background-image: url('../images/orangebox760x253.gif');
    background-repeat: no-repeat;
    height: 253px;
    padding: 5px;
    vertical-align: top;
}
.orange420{
    margin: 0px;
    background-image: url('../images/orangebox760x420.gif');
    background-repeat: no-repeat;
    height: 420px;
    padding: 5px;
    vertical-align: top;
}

.nextprev {
    padding: 0px;
    margin: 0px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    float: right;
	height: 14px;
}
.nextprev:hover {
	color: #FE9900;
}
.step1right {
    text-align: right;
    width: 180px;
    color: #FFFFFF;
}
#partimage {
    margin: 20px 20px 20px 10px;
    width: 400px;
    height: 400px;
    border: thin dotted #FFFFFF;
}
.faqanswers {
	margin-top: 2px;
	margin-left: 15px;
}
#materials li{
    color: #FFFFFF;
    list-style-type: none;
    text-indent: 10px;
}
#materials li:hover{
background-color: #FE9900;
}
.operations
{
    padding: 10px 0px 10px 0px;
    margin: 0px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}
.boldwhite
{
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.tdorangeborder
        {
    border: 1px solid #FE9900;
}
.trgray
        {
    width: 50px;
    background-color: #C0C0C0;
}
.trwhite
{
    width: 50px;
    background-color: #FFFFFF;
}
.currentpartbar
{
    padding: 4px 10px 4px 10px;
    background-color: #CCFFCC;
    margin-right: 50px;
    margin-left: 50px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.rightimages {
	margin-right: 30px;
	float: right;
}
.tdinput {
    font-size: 12px;
    text-align: left;
    padding-right: 8px;
    color: #000000;
    width: 180px;
}
.tdlabels {
	font-size: 12px;
	text-align: left;
	padding-right: 8px;
	white-space: nowrap;
	font-weight: normal;
	padding-left: 30px;
}

.tdinputnotes {
	font-size: 12px;
	text-align: left;
	padding-right: 8px;
	color: #000000;
	width: 300px;
	font-weight: normal;
}
.kudostext {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 40px;
}
#hide1 {
	border: medium solid #000000;
	padding: 3px;
	background-color: #FFFFFF;
}
#wait{
    border: medium solid #FF0000;
    width: 300px;
    height: 200px;
    z-index: 3;
    background-color: #FFFFFF;
    display: none;
    position: relative;
    top: -200px;
    left: 100px;
}
.tdsections {
	font-size: 14px;
	text-align: left;
	padding-right: 8px;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: underline;
}
.mediumgray
{
    color: #808080;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}
.buttonlink {
	margin: 10px 0px 10px 0px;
	font-size: 16px;
	color: white;
	font-weight: bold; 
	padding: 5px;
    background-color: #465a7d;
    border: 1px solid #FE9900;
    text-decoration: none;
}
.buttonlink:visited {
    color: white;
    text-decoration: none;
}
    .buttonlink:hover{
    color: #FE9900;
    text-decoration: none;
}
.partpics {
    padding: 0px;
    margin: 3px;
    border: 2px solid #FE9900;
}
.sections
    {
     background-color: #FE9900;
    }
.sectionheadings
{
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    width: 240px;
    text-decoration: none;
    display: block;
    color: #000000;
}
.sectionheadings:hover
{
    text-decoration: none;   
    color: #FFFFFF; 
    }
.partpics2 {
	padding: 0px;
	margin: 0px;
	border: 1px solid #FE9900;
}
.tdsmallinput {
	font-size: 12px;
	text-align: left;
	color: #000000;
	width: 60px;
}

