/*
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Navigation
  Headings
  Content Area
  Forms
  Clear
  Footer

/* ---------- @ HTML Elements -----------*/

* {
	margin: 0;
	padding: 0;
} 

body, html {
	min-height:101%;
	font-size: 100%;
}

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

p {
	margin: 5px 0;
	line-height: 1.3em;
}

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

a:hover, a:active {
}

*:focus {
	outline: none
}

img {
	border: 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
}

hr {
	border: 1px solid #EAEAEA;
	background-color: #CACACA;
	height: 2px;
}

/* ---------- @ 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.0em;
	}

h3 {
	font-size: 1.4em;
	margin-top: 20px;
	}

h4 {
	font-size: 1em;
	margin-top: 30px;
	}
	
h5 {
	font-size: 1em;
	margin-top: 30px;
}

/* ---------- @ 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 */

.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px; 
}

/* ---------- @ Footer -----------*/

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