/*
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Navigation
  Headings
  Content Area
  Forms
  Clear
  Footer

/* ---------- @ HTML Elements -----------*/

* {
	margin: 0;
	padding: 0;
} 

body, html {
	color:#666;
	min-height:101%;
	font-size: 100%;
}

body, form {
	font-family: Arial,Verdana
}

p {
	margin: 15px 0;
}

a:link, a:visited {
	text-decoration:none;
	color:#696666;
}

a:hover, a:active {	text-decoration:underline;
}

*:focus {
	outline: none
}

/* ---------- @ Page Structure -----------*/


.left {
	float:left;
}

.right {
	float:right
}

/* ---------- @ Navigation -----------*/

#nav li {
	list-style:none;
}

#nav a {
	
}



/* ---------- @ Headings -----------*/

h1, #logo {
	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 {
	list-style:none;
	padding-left: 11px;
	margin-bottom: 5px;
	}

/*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 */
#apDiv1 {
	position:absolute;
	top:15px;
	width:234px;
	height:122px;
	z-index:1;
	float: left;
	text-align: center;
}

