/**************************************************
******* Priority Permits Website *******
***************************************************
   Coded by Free Spirit Media 2008
      (c) Copyright 2008 by Free Spirit Media
***************************************************
***************************************************/

/* HTML ELEMENTS */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #F9FCFF;
	font: .8em/1.5em "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	text-align: center;
	color: #777;
}

ul {
	list-style-type: none;
}

p {
	margin-bottom: 12px;
}

/* LAYOUT */

.wrap {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#top {
	border-top: 14px solid #0C69AD;
	background: #fff;
}

.home #top { /* weird UFO padding issue fix */
	padding-top: 4px;
}

#header { /* collapse box model work around */
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#mid {
	background: #fff url('global_mid_bg.gif') repeat-x;
}

#bottom {
	border-top: 1px solid #e8e8e8;
}

#primary {
	float: right;
	width: 536px;
	margin-bottom: 26px;
	padding-bottom: 54px;
	background: url('global_primary_bg.gif') right bottom no-repeat;
}

#primary p {
	width: 536px;
}

#secondary {
	float: left;
	width: 180px;
}

/* CONTENT */

#primary a {
	padding-bottom: 1px;
	color: #0C69AD;
	text-decoration: none;
	border-bottom: 1px dotted #2A2773;
}

#primary a:hover {
	color: #0C69AD;
	border-bottom: 1px solid #2A2773;
}

.bullets li {
	padding: 0 0 4px 16px;
	background: url('file_acrobat1.gif') 0 .2em no-repeat;
}
.bullets3 li {
	padding: 0 0 4px 32px;
	background: url('file_acrobat.gif') 0 .2em no-repeat;
}
.bulletsgc li {
	padding: 0 0 4px 16px;
	margin-left:10px;
	background: url('file_acrobat1.gif') 0 .2em no-repeat;
}

.bullets2 li {
	margin: 0 0 4px 32px;
	background: url('bullet_diamond.gif') 0 .4em no-repeat;
}

.bullets table {
	padding: 0 0 4px 16px;
}

.bullets td {
	padding:0;
	margin:0;
}

.bulletheader {
	padding:0;
	margin:0;
	border-bottom:1px solid #000;
}

/* FOOTER */

.footnote {
	float: left;
	margin-top: 14px;
	font-size: .9em;
}

#address {
	width: 350px;
}

#greenclean {
	width: 180px;
}

#greenclean p {
	height: 0;
	width: 114px;		/* image width */
	padding-top: 31px;	/* image height */
	overflow: hidden;
	background: url(global_greenclean.gif) no-repeat;
	font-size: 1px;
}

#recycle {
	width: 204px;
	height: 32px;
	padding-left: 40px;
	background: url('global_bullet.gif') no-repeat;
}


/* MISCELLANEOUS */

.clear {
	clear: both;
}

.floatbox {
	float: left;
	width: 300px;
	margin-right: 26px;
}