/*
TABLE OF CONTENTS

HTML Elements
Page Structure
Navigation
Headings
Content Area
Forms
Clear
Footer

/* ———- @ HTML Elements ———–*/

* {
margin: 0;
padding: 0;
}

body, html {
color:#666;
background: #FFF url(/images/bg.jpg);
min-height:101%;
font-size: 100%;
}

body, form {
font-family: Arial,Verdana
}

p {
margin: 15px 0;
}

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

a:hover, a:active {
color:#2e81d4;
text-decoration:overline
}

*:focus {
outline: none
}

/* ———- @ Page Structure ———–*/

#wrapper {
background: url(/images/bg_wrapper.png);
margin: 0 auto;
font-size: 0.8em;
width: 860px;
}

#masthead {
background: url(/images/bg_masthead.png);
height: 146px;
}

.left {
float:left;
}

.right {
float:right
}

/* ———- @ Navigation ———–*/

#nav li {
list-style:none;
}

#nav a {
display:block;
width: 122px;
height: 16px;
text-indent: -9000px;
}

a#foo {
background:url(/images/nav_foo.gif);
}

a#foo:hover {
background:url(/images/nav_foo_on.gif);
}

/* ———- @ Headings ———–*/

h1, #logo {
width: 150px;
background: url(/images/logo.png);
height: 146px;
text-indent:-9000px;
font-size: 1.8em
}

h2 {
font-size: 1.6em
}

h3 {
font-size: 1.4em
}

h4 {
font-size: 1.2em
}

/* ———- @ Content Area ———–*/

/*Home*/

#content {
}

#sidebar {
}

/*Interior Pages*/

.bullets {
padding:15px 15px 15px 30px;
}

.bullets li {
background:url(/images/bullet.gif) no-repeat;
list-style:none;
padding-left: 11px;
margin-bottom: 5px;
}

/* ———- @ Forms ———–*/

.button {
background: #000 ! important;
border:#F7ECD4 1px solid;
padding: 2px;
margin: 0 2px 0 0;
color:#FFF;
}

.button:focus {
padding:2px;
background: #000 ! important;
}

.button:hover {
background: #CCC ! important;
color: #000;
}

/*Clear*/

.clearfloat:after {
content:”.”;
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfloat {
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfloat {
height:1%;
}

*+html .clearfloat {
height:1%;
}

.clearfloat {
display:block;
}
/* End hide from IE-mac */

/* ———- @ Footer ———–*/

#footer {
padding: 20px;
color:#7f99b3;
}