html {
    font-family:"Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    background:url(../img/theme/html-bg.jpg) repeat-x 0 0;
    font-size:12px;
}
body {
    background:url(../img/theme/body-bg.jpg) no-repeat top center;
}
/* -- LINKS -- */

a         { text-decoration:none;color:#c30; }
a:hover   { text-decoration:underline; }
a:visited { }
a:active  { }

/* -- HEADINGS -- */

h1, h2, h3, h4, h5, h6 { margin:20px 10px; }
h1 { font-size:200%; margin:10px 0 0 10px; padding:10px 0; color:#999; border-bottom:1px solid #ddd;}
h2 { font-size:150%; color:#769F13;margin:10px 10px 0 10px;padding:10px 0; }
h3 { font-size:140%; }
h4 { font-size:130%; }
h5 { font-size:120%; }
h6 { font-size:100%;font-weight:bold; }

/* -- CONTENT BLOCKS -- */

p { 
margin:10px;
line-height:1.30em;

color: #3d3d3d;
text-indent:20px;
font-size: 11.5px;
text-align:justify;
}

input{
font-size: 10px;
}

p.p2{
color: #666666;


margin:10px;
line-height:1.35em;
text-align: justify;

}

blockquote {
    margin:10px;
}

pre {
    margin:10px;
    font-family:monospace fixed;
    font-size:80%;
    padding:10px;
}

code {
    margin:10px;
    font-family:monospace fixed;
    font-size:80%;
    background:#eee;
    padding:10px;
}

/* -- LISTS -- */

ul { margin:10px; list-style:square; }
ul li { margin-left:20px; }

ol { margin:10px; list-style:decimal; }
ol li { margin-left:20px; }

/* -- TABLE.grid -- */

table td, table th { vertical-align:top; }

table.grid {
    border-collapse:collapse;
    margin:10px;
}
table.grid.fill {
    width:100%;
}
table.grid thead {}
table.grid thead tr {}
table.grid thead tr th {
    padding:8px;
    text-align:center;
    font-size:80%;
    color:#666;
    border:1px solid #111;
    background:#ddd;
}
table.grid thead tr td {
    padding:8px;
    text-align:center;
    font-size:80%;
    color:#111;
    border:1px solid #111;
}

table.grid tbody {}
table.grid tbody tr {}
table.grid tbody tr th {
    padding:8px;
    text-align:right;
    font-size:80%;
    color:#666;
    border:1px solid #111;
    background:#eee;
}
table.grid tbody tr.even th {
}
table.grid tbody tr td {
    padding:8px;
    border:1px solid #111;
    font-size:85%;
}
table.grid tbody tr.even td {
}

table.grid tfoot {}
table.grid tfoot tr {}
table.grid tfoot tr th {
    padding:8px;
    text-align:center;
    font-size:80%;
    color:#666;
    border:1px solid #111;
    background:#ddd;
}
table.grid tfoot tr td {
    padding:8px;
    text-align:center;
    font-size:80%;
    color:#111;
    border:1px solid #111;
}

/* -- FORMS -- */

fieldset { margin:10px; border:1px solid #ccc; padding:0 10px 10px 10px; }
fieldset legend { margin:10px; border:1px solid #ccc; padding:4px; }

/* -- HELPERS -- */

.center,center  { text-align:center!important; }
.left           { text-align:left!important; }
.right          { text-align:right!important; }
.bold,b,strong  { font-weight:bold!important; }
.italic,i       { font-style:italic!important; }
.xsmall         { font-size.70%!important; }
.small,small    { font-size:80%!important; }
.large          { font-size:120%!important; }
.xlarge         { font-size:140%!important; }
.hidden         { display:none!important; }
.block          { display:block!important; }
.inline         { display:inline!important; }
.small-caps     { font-variant:small-caps!important; }
.fleft          { float:left!important; }
.fright         { float:right!important; }
.clear          { clear:both!important; }
.fixed,kbd,var  { font-family:fixed monospace sans-serif; }


/* General styles */
#hd {
    width:1000px;
    height:80px;
    margin:0 auto;
    padding-top:34px;
}
#hd img {
margin-top: -30px;
}

#bd {
    width:1000px;
position:relative;
    margin:10px auto 0 auto;
}


#ft {
    width:1000px;
    margin:10px auto 0 auto;
    color:#999;
    padding:10px;
    text-align:center;
    font-size:80%;
}

#nv {
   float:right;
   margin:0;
   font-size:115%;
   *width:555px; /* IE6 FIX */
}
#nv ul {
    margin:0;
}
#nv ul li {
   float:left;
   list-style:none;
   margin:0;
}
ul.topnav {
    float:right;
    margin-right:20px;
}
ul.topnav li {
    font-size:70%;
    padding:4px 10px;
}
ul.topnav li a {
    color:#666;
}
ul.topnav li a:hover {
    color:#c30;
    text-decoration:none;
}
ul.nav {
    margin-top:10px!important;
}
ul.nav li a {
   font-variant:small-caps;
   color:#999;
   padding:8px 15px;
   display:block;
}
ul.nav li a:hover {
   text-decoration:none;
   color:#666;
}
ul.nav li a.active {
   color:#c30;
}

#banner {
    background-color:#ddd;
    width:1000px;

    margin:0 auto;
}

.pitch {
    font-size:100%;
    color:#555;
    padding:35px 0 0 0px;
}
.pitch a.linkbutton {
    background:#89b819;
    color:#fff;
    font-size:75%;
    padding:4px;
    line-height:2.1em;
}
.pitch a.linkbutton:hover {
    background-color:#9ACF19;
    text-decoration:none;
}


/* SPLASH */

#splash {
    background: #ccc;
    width:1000px;
    height:300px;
    overflow:hidden;
    margin:0 auto;
}
#splash a {
    color:#fff;
    text-decoration:underline;
}

