@charset "UTF-8";
/* CSS Document */
html,body,h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,img,form,input,table,th,tr,td,blockquote {
margin:0;
padding:0;
border: none;
vertical-align: top;
text-align: left;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
}
body {
        line-height: 1;
}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}

/* remember to define focus styles! */
:focus {
        outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
        text-decoration: none;
}
del {
        text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: collapse;
        border-spacing: 0;
}

a{
text-decoration: none;
border:none;
color: #cb1500;
font-weight: bold;
}
img {
border: none;
}


body  {
font-family: Arial, Helvetica;
font-size: 10px;
font-weight: normal;
background-color: #000000;
text-align: center;
}
#container {
        width: 846px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
        background: #FFFFFF;
        margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
        text-align: left; /* this overrides the text-align: center on the body element. */
        background-image: url(images/blacknavbg.gif);
background-repeat: repeat-y;
position: relative;

}
#header {
height: 87px;
background-color: #9b0204;
color: #FFFFFF;
border-left: solid 8px black;
background-image: url(images/ddktop1.gif);
background-repeat: no-repeat;
}

#headernav {
position: absolute;
top: 20px;
left: 560px;
}

#headernav ul {
list-style: none;
}

#headernav ul li {
float: left;
padding-left: 10px;
margin-right: 10px;
border-left: solid 1px white;
font-size: 13px;
}

#headernav ul .first {
border-left: solid 1px #cb1500;
}

#headernav ul li a{
color: #fdf3f2;
}

#headernav ul li a:hover, #headernav ul li a.current {
color: #FFFFFF;
}

#header h1 {
        margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
        padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#sidebar1 {
        float: left; /* since this element is floated, a width must be given */
        width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

}

#topimg {
        height: 128px;
        background-color: #cccccc;
        border-left: solid 8px black;
}

#topimg_inner {
        height: 125px;
        background-color: #cccccc;
        border-left: solid 8px black;
        padding-top: 10px;
}

#topimg h1 {
font-size: 18px;
padding-top: 10px;
padding-bottom: 5px;
font-weight: normal;
}

#topimg_inner h1 {
margin-top: 10px;
font-size: 18px;
padding-top: 10px;
padding-left: 8px;
padding-bottom: 5px;
font-weight: normal;
display: inline;
}

#topimg_inner h2 {
font-size: 15px;
padding-top: 10px;
padding-bottom: 5px;
font-weight: normal;
font-style: italic;
display: inline;
}

#topimg p {
font-size: 13px;
line-height: 19px;
width: 450px;
padding-left: 180px;
_padding-left: 30px;
*padding-left: 30px;
}

#topimg_inner p {
font-size: 13px;
line-height: 19px;
width: 630px;
padding-left: 180px;
_padding-left: 30px;
*padding-left: 30px;
}
#navigation {
  position: relative;
}

#sidebar1 ul {
list-style: none;
margin:0;
padding:10px 0 10px 0;
}
#sidebar1 ul li{
font-family: Arial, Helvetica;
font-size: 13px;
color: #808080;
display: block;
}

#sidebar1 ul li.sub a{
font-family: Arial, Helvetica;
font-size: 13px;
color: #808080;
display: block;
text-indent: 46px;
padding-top: 4px;
margin-top: 2px;
}

#sidebar1 ul li a{
color: #808080;
display: block;
height: 21px;
margin:0;
padding:0;
text-indent: 26px;
padding-top: 4px;
margin-top: 8px;
}

#sidebar1 ul li a:hover{
color: #FFFFFF;
display: block;
background-image: url(images/indicator1a.gif);
background-repeat: no-repeat;

}





#sidebar2 {
        float: right; /* since this element is floated, a width must be given */
        width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
        padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

#sidebar2 h2 {
font-size: 13px;
line-height: 26px;
margin: 5px;
font-style: italic;
color: #666666;
}
#mainContent {
        margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
        padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent_inner {
        margin: 0 30px;
        margin: 0 20px 0 200px;
        /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
        padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent p, #mainContent_inner p{
font-size: 13px;
line-height: 20px;
margin: 7px 0 7px 0;
font-weight: normal;
}

#mainContent strong, #mainContent_inner strong {
        color: 9b0204;
        font-weight: bold;
}


#footer {
padding: 8px 0 15px 0;
/*background-image: url(images/footeryellow.gif); */
background-color: #fd8004;
border-left: solid 8px black;
}

#footer-close {
display: none;

}
#footer h1 {
        padding:10px 0 5px 0;
        display:block;
        font-family: Arial, Helvetica;
        font-size: 24px;
        text-align: center;
        font-weight: normal;
}
#footer p {
        font-size: 12px;
        text-align: center;
        letter-spacing: 1px;
        margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
        padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
position: absolute;
left: 680px;
top: 94px;
border-bottom: solid 12px #808080;

}
.fltlft { /* this class can be used to float an element left in your page */
        float: left;
        margin-right: 8px;
        margin-left: 30px;
        margin-top: 10px;
}

.topborder {
margin:0;
padding:0;
border-top: solid 12px #808080;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
        clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



#sidebar1 ul {
list-style: none;
margin:0;
padding:10px 0 10px 0;
}
#sidebar1 ul li{
font-family: Arial, Helvetica;
font-size: 12px;
color: #292929;
display: block;
}

#sidebar1 ul li.sub a{
font-family: Arial, Helvetica;
font-size: 11px;
color: #292929;
font-weight: normal;
display: block;
height: 21px;
height: 19px;
text-indent: 36px;
padding-top: 4px;
margin:0;
}

#sidebar1 ul li a{
color: #292929;
font-weight: bold;
display: block;
height: 17px;
margin:0;
padding:0;
text-indent: 26px;
padding-top: 3px;
margin-top: 4px;
}

#sidebar1 ul li a:hover {
color: #292929;
display: block;
background-image: url(images/indicator1a.gif);
background-repeat: no-repeat;
}

#sidebar1 ul li a.current {
color: #cb1500;
font-weight: bold;
}

#sidebar1 ul li .sub a:hover, #sidebar1 ul li .sub a.current{
color: #292929;
display: block;
background-image: url(images/indicator1a.gif);
background-repeat: no-repeat;
}

.feature {
display: block;
margin: 8px;
clear: right;
margin-bottom: 20px;
}

.feature img {
float: left;
padding: 5px 25px 10px 0;
}

.feature p{
margin:0;
padding-left: 135px;
}


.feature h2 {
        color: #cb1500;
        font-weight: bold;
        font-size:13px;
        line-height:20px;
        display: inline;
        text-transform: uppercase;
}

.feature ul {
list-style-image:url("images/redbullet.gif");
line-height: 17px;
font-size: 13px;
padding-left: 160px;
}

.feature ul li {

}

ul, ul.normallist {
list-style-image:url("images/redbullet.gif");
line-height: 17px;
font-size: 13px;
padding-left: 20px;
}



.datatable {
margin: 8px 8px 8px 0;
padding: 4px;
border: solid 1px black;
}
.datatable td{
font-size: 12px;
text-align: left;
padding: 4px;
border-bottom: solid 1px #CCCCCC;
border-right:  solid 1px #CCCCCC;
}
.datatable tr {

}

p.standard{
margin:0;
padding-left: 0px;
}

.feature_wider {
margin:10px 0 20px 30px;
width: 423px;
clear: right;
}

.feature_wider table {
width: 423px;
}

.feature_wider td {
text-align: left;
vertical-align: top;
}


.formtable {
margin: 15px;
}
.formtable td {
padding: 6px;
font-weight: bold;
font-size: 11px;
vertical-align: top;
}

.label {
text-align: right;
padding-top: 8px;

}

.required {
border: solid 1px #b40000;
}
.fields {
text-align: left;
}

.longinput {
width: 350px;
border: solid 1px #CCCCCC;
padding: 3px;
}

.shortinput {
width: 150px;
border: solid 1px #CCCCCC;
padding: 3px;
}

textarea {
width: 350px;
height: 100px;
border: solid 1px #CCCCCC;
padding: 3px;
}

.submitbtn {
background-color: #cb1500;
margin-top: 20px;
color: #FFFFFF;
padding: 4px 8px 4px 8px;
border: solid 1px black;
}
.check {
margin-top: 4px;
}

.req {
color: #990000;
}

.imgplaceholder {width: 101px; height: 104px; float: left;}
