/* ----- CSS ----- */

*{
margin:0;
padding:0;
border:0;
}
html{
height:100%;
}
body{
font-family: Helvetica, Verdana, Arial, sans-serif;
font-weight:bold;
font-size:12px;
text-align:left;
height:100%;
}

/* ----- ID ----- */

div#wrapper{
position:relative;
min-height:100%;
height:100%;
voice-family:"\"}\"";
voice-family:inherit;
height:auto;
}
html>body div#wrapper{
height:auto;
}
div#document{
background:transparent url(../images/2.gif) no-repeat top left;
margin: 0 auto 0 auto; /* Takes care of horizontal alignment in standards compliant browsers */
width:530px;
}
div#menu{
padding:50px 40px 25px 100px;
}
div#subNav{
margin:0 0 16px 0;
}
div#content{
padding:15px 40px 126px 115px;
}
div#footer{
position:absolute;
bottom:0;
height:126px;
width:100%;
background:#fff url(../images/1.gif) no-repeat bottom right;
}

/* ----- CLASSES ----- */

.clearFloat:after{
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden;
}
.clearFloat{display:inline-table;}
/* Hides from IE-mac \*/
* html .clearFloat {height: 1%;}
.clearFloat {display: block;}
/* End hide from IE-mac */
.orange{
color:#ef4c00;
}
p.floatLeft{
float:left;
}

/* ----- HEADINGS ----- */

h1{
font-size:12px;
margin:0 0 8px 0;
}
h2{
}

/* ----- PARAGRAPHS ----- */

p{
font-size:12px;
line-height:16px;
margin:0 0 16px 0;
}

/* ----- QUOTES ----- */

/* ----- DEFINITIONS ----- */

/* ----- LISTS ----- */

ul,
ol{
font-size:11px;
margin:0 0 16px 16px;
}
li{
margin-bottom:8px;
line-height:16px;
}
ul li{
list-style-position:outside;
}

/* ----- IMAGES ----- */

img{
margin:0 25px 0 0;
border:2px solid #000;
}
a:hover img{
margin:0 25px 0 0;
border:2px solid #ef4c00;
}

/* ----- TEXT FORMATTING ----- */

/* ----- LINKS ----- */

a{
text-decoration:none;
color:#8d8e8d;
}
table a{
text-decoration:none;
color:#000;
}
a:hover{
color:#ef4c00;
}
a.active{
color:#ef4c00;
}

/* ----- TABLES ----- */

table.outer{
border-left:4px solid #000;
border-top:4px solid #000;
border-right:2px solid #000;
border-bottom:2px solid #000;
width:100%;
}
table.inner{
width:100%;
}
table.inner td{
padding:7px;
text-align:center;
border-right:2px solid #000;
border-bottom:2px solid #000;
}

/* ----- FORMS ----- */

/* ----- OTHER ----- */
