/*CSS Reset*/
body,div,dl,dt,dd,pre,form,fieldset,input,textarea,p,blockquote,th,td,button {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: 400;
}

address,caption,cite,code,dfn,var {
	font-style: normal;
	font-weight: 400;
}

ol,ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
	font-weight: 400;
	font-style: normal;
}

acronym,abbr,fieldset,img {
	border: 0;
}

:focus {
	outline: 0;
}

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#container {
	margin: 50px auto;
	width: 800px;
}

.column {
	float: left;
	width: 390px;
}

.narrow {
	float: left;
	width: 330px;
}

.extraNarrow {
	float: left;
	width: 200px;
	padding-left: 20px;
}

.wide {
	float: left;
	width: 450px;
}

.extraWide {
	float: left;
	width: 560px;
}

.module {
	border-bottom: 1px solid gray;
	padding-top: 60px;
	padding-bottom: 65px;
	overflow: hidden;
}

.moduleShort {
	border-bottom: 1px solid gray;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}

.moduleShort h1 {
	margin-top: 5px;
}

.noLine {
	border: none;
}

#header {
	border-bottom: 1px solid #000;
	clear: both;
	height: 25px;
	margin-bottom: 10px;
	width: 100%;
}

#footer {
	border-top: 1px solid #000;
	clear: left;
	margin-top: 5px;
	padding-top: 10px;
	width: 100%;
}

#gadLogo {
	bottom: 0;
	border: none;
	clear: both;
	height: 143px;
	left: -1px;
	padding: 0;
	position: fixed;
	text-align: center;
	/*width: 100%;*/
	z-index: 100;
}

#gadLogo img {
	float: left;
}

.noPad {
	padding: none;
}

.padTop {
	padding-top: 5px;
} 

.padRight {
	padding-right: 20px;
}

.padBottom {
	padding-bottom: 25px;
}

.directoryPad {
	padding-right: 70px;
}

.textRight {
	text-align: right;
}

.clear {
	clear: both;
}

/* TEXT */
p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}

h1 {
	font: 22px "Helvetica Neue", Arial, sans-serif;
	font-weight: lighter;
	margin-bottom: 5px;
	text-transform: lowercase;
}

h2 {
	font: 18px "Helvetica Neue", Arial, sans-serif;
	font-weight: lighter;
	margin-bottom: 5px;
}

h3 {
	font-size: 12px;
	font-weight: lighter;
	margin-bottom: 5px;
}

a {
	color: #515151;
	text-decoration: none;
}

p a {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.selected {
	text-decoration: underline;
}

#primaryNav {
	float: right;
	margin-top: 5px;
}

#primaryNav li {
	font-size: 12px;
	display: inline;
	padding-left: 15px;
}

#primaryNav a {
	color: #3f3f3f;
}

ul li {
	font-size: 12px;
	margin-bottom: 5px;
}

.dotted {
	list-style: circle;
	margin-left: 15px;
}

.postLinks {
	margin-top: 25px;
}

.module p {
	text-align: left;
}

.address p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

.showTitle {
	margin-top: -4px;
}

.partnerTitle {
	margin-top: 5px;
}

.showDate {
	margin-bottom: 15px;
}

.justified {
	text-align: justify;
}

.tagline {
	font-size: 12px;
	padding-bottom: 3px;
}

.catagory {
	padding-bottom: 10px;
}

/* IMAGES */
.feature {
	margin-bottom: 15px;
}

iframe {
	background-color: #f1f1f1;
}

/* TEMP */
.imagePH {
	background-color: #000;
	height: 300px;
	width: 450px;
}

.mapPH {
	height: 200px;
	margin-bottom: 30px;
	width: 500px;
}

/* SLIDESHOW */
.slideshow {
	height: 279px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.postshow {
	height: 300px;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}
