/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 22px;
color: #000000;
background-color: #6D6D6D;
}

#container {
width: 751px;
margin-left: auto;
margin-right: auto;
background-image: url(images/containerbg_06.gif);
background-repeat: repeat-y;
}

#banner {
height: 171px;
background-image: url(images/bannerbg_03.jpg);
background-repeat: no-repeat;
background-position: top;
background-color: #000000;
}

#content {
padding: 10px 40px;
}

#footer {
clear: both;
background-image: url(images/footerbg_08.jpg);
background-repeat: no-repeat;
height: 391px;
}


/* -- Navigation -- */

#navigation {
font-size: 10px;
font-weight: bold;
margin-left: 12px;
padding-top: 148px;
color: #CCCCCC;
text-align: center;
}

#navigation a:link, #navigation a:visited {
color: #CCCCCC;
text-decoration: none;
}

#navigation a:hover {
color: #FFFFFF;
text-decoration: underline;
}


/* -- html tags -- */

li {
margin-bottom: 20px;
}



/* -- Div Classes -- */

.greenbg {
width: 500px;
display: block;
background-color: #CCFFCC;
border: 1px dashed #000000;
padding: 10px 32px;
margin: 42px 0px;
text-align: center;
}

.yellowbg {
width: 500px;
display: block;
background-color: #FFFFCC;
border: 1px dashed #000000;
padding: 10px 32px;
margin: 42px 0px;
text-align: left;
}

.whitebg {
display: block;
background-image: url(images/border.jpg);
background-repeat:no-repeat;
background-position: 50% 0%;
padding: 50px 90px;
margin: 42px 0px;
}

.infoform {
width: 500px;
display: block;
background-color: #F0F0F0;
border: 5px dashed #FE9C02;
padding: 10px 32px;
margin: 42px 0px;
text-align: left;
}

/* -- Text Classes -- */

.blacksmall {
font-size: 12px;
font-weight: bold;
font-style: italic;
}

.blacklarge {
font-size: 16px;
font-weight:bold;
}

.blackcourier {
font-family: "Courier New", Courier, mono;
}

.blackcourierr {
font-family: "Courier New", Courier, mono;
text-align: right;
}

.blackright {
text-align: right;
}

.blackintro2 {
color: #000000;
font-size: 24px;
font-weight: bold;
text-align: center;
line-height: 32px;
}

.blackintro {
color: #000000;
font-size: 20px;
font-weight: bold;
text-align: center;
padding: 0px 42px;
line-height: 32px;
}

.red {
color: #FF0000;
font-size: 16px;
font-weight: bold;
text-align: center;
padding: 26px 0px;
}

.red-yellowbg {
color: #FF0000;
font-size: 16px;
font-weight: bold;
text-align: left;
padding: 2px 0px;
background-color:#FFFF00;
display: block;
}

.red-left {
color: #FF0000;
font-size: 16px;
font-weight: bold;
text-align: left;
padding: 26px 0px;
}

.redcourier {
font-family: "Courier New", Courier, mono;
color: #FF0000;
font-size: 16px;
font-weight: bold;
text-align: center;
} 

.redlarge {
color: #FF0000;
font-size: 18px;
font-weight: bold;
text-align: center;
padding: 16px 0px;
line-height: 24px;
}

.redintro {
font-family: Georgia, "Times New Roman", Times, serif;
color: #FF0000;
font-size: 28px;
font-weight: bold;
text-align: center;
padding: 0px 42px;
line-height: 32px;
}

.redintroleft {
font-family: Georgia, "Times New Roman", Times, serif;
color: #FF0000;
font-size: 26px;
font-weight: bold;
text-align: left;
padding: 0px 42px;
line-height: 32px;
}

.redintro2 {
color: #FF0000;
font-size: 24px;
font-weight: bold;
text-align: center;
line-height: 32px;
}

.blueintro {
color: #003366;
font-size: 24px;
font-weight: bold;
text-align: left;
line-height: 32px;
}

.blue-left {
color: #003366;
font-size: 18px;
font-weight: bold;
text-align: left;
padding: 26px 0px;
}

.imagedisc {
list-style: url(../ContractorsBootCamp2/images/imagedisc.jpg)}

/* -- Photo Positioning -- */

.left {
float: left;
border: 1px solid #000000;
margin: 6px 20px 12px 0px;
}

.left2 {
float: left;
margin: 6px 20px 20px 0px;
}

.right {
float: right;
margin: 4px 0px 12px 20px;
}
