/* Eric Meyer Reset v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
	font-size: 1.2em;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

small {
	font-size: 0.8em;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*End Reset*/

.right {
	float: right;
}
.left {
	float: left;
}

/*stuff to add to generic stylsheet*/


html {
	font-size: 100%; /* http://www.alistapart.com/articles/howtosizetextincss */
	overflow-y: auto; /* http://webdevel.blogspot.com/2007/05/controlling-browser-scrollbars.html */
	background-color: #fff; /*http://www.flickr.com/groups/underwearshowing/*/
}

#content a {
padding-right: 17px;
background: transparent url(http://www.uwgb.edu/pea/files/images/icons/external.png) no-repeat scroll right center;
}


#content a[href ^="http://www.uwgb.edu/pea/"],
#content a[href ^="http://uwgb.edu/pea/"],
#content a[href ^="http://blog.uwgb.edu/pea/"],
#content a[href ^="/pea/"],
#content a[href ^="../"],
#content a[href ^="#"] {
padding-right: 0;
background: none;
}

/*ds*/
#content a[href$=".pdf"] {
background:transparent url(http://www.uwgb.edu/pea/files/images/icons/pdf.png) no-repeat right center;
padding-right:17px;
}
/*Mail*/
#content a[href ^="mailto:"] {
  background: transparent url(http://www.uwgb.edu/pea/files/images/icons/mail.gif) no-repeat right center;
  padding-right: 17px;
}

/*Powerpoint*/
#content a[href$=".ppt"], #content a[href$=".pptx"] {
  padding-right: 17px;
  background: transparent url(http://www.uwgb.edu/pea/files/images/icons/powerpoint.png) no-repeat right center;
}

body {
	font-size: .75em; /* http://clagnut.com/blog/348/#c794 */
	text-align: center; /* center things in <= IE6 */
	vertical-align: baseline;
}

a {
	color: #006633;
	text-decoration: none;
}
a:hover {
	color: #006633;
	text-decoration: none;
}
a:focus {
	border: 1px dotted;
}


#content p {
	margin: 0.5em 0 1.5em;
}

.strong {
	font-weight: bold;
}

hr { display: none; }

::-moz-selection{
background: #b9dd48;
color: #2f4400;
} 

::selection {
background: #b9dd48;
color: #2f4400;
}


.error
{
	background:#F9F0F0 none repeat scroll 0% 0%;
	border:1px solid #DAA2A2;
	padding:3px 5px;
}

.wide {
	width: 100%;
}

.clear, .clearboth {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.nomargin {
	margin: 0;
}

#content .hr {
	margin: 2em 0 2em;
}

/*End Extra Stuff*/

html {
	height: 100%;
	background: #fff url(../../files/images/bg-gradient.jpg) repeat-x 0 0;
}

/*tabs*/
.program #programNav,
.highlights #highlightsNav,
.faculty #facultyNav,
.student #studentNav,
.photos #photosNav,
.pea #peaNav,
#site-navigation a:focus
 {
	background-color: #86a98a !important;
	color: #fff;
}


#content ul li, #content ol li {
	margin:0 0 10px 40px;
}

	#content .learn-more {
		border-bottom: 1px solid #ccc;
		width: 100%;
		text-align: right;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}

.clear-left {
	clear: left;
}
#content ul li {
	list-style-type: disc;
}
#content ol li {
	list-style-type: decimal;
}

#header {
	height: 35px;
	width: 100%;
	background: #333634 url(../../files/images/bg-texture.jpg) repeat 0 0;
	border-bottom: 3px solid #82231d;
}


#uwgb-bar {
	margin: 0 auto;
	position: relative;
	width: 960px;
	padding-top: 1px;
	text-align: left;
	
}

	#uwgb-bar h1{
		margin: 3px 0 0 15px;

	}
		#uwgb-bar h1 a {
			width: 302px;
			height: 30px;			
			overflow: hidden;
			text-indent: -9000px;
			text-decoration: none;
			display: block;
			background: transparent url('../images/uwgbline.png') no-repeat 0 0;
		}

		#uwgb-bar ul.uwgb-bar-links {
			position: absolute;
			top: 12px;
			right: 5px;
			font: .9em "helvetica", "arial", sans-serif;
			color: #FFF;
			list-style: none;
		}

			#uwgb-bar ul.uwgb-bar-links li {
				display: inline;
			}

				#uwgb-bar ul.uwgb-bar-links li a {
					color: #fff;
					text-decoration: none;
				}
		
					#uwgb-bar ul.uwgb-bar-links li a:hover {
						color: #A6D3AA;
						text-decoration: none;
					}

#container{
	width: 960px;
	margin: 0 auto;
	position: relative;
}


#nav-bar {
	height: 80px;
	padding: 5px;
	margin-top: 15px;
	position: relative;

}

#nav-bar.flat {
	border-bottom: 1px solid #c0c0c0;	
	margin-bottom: 10px;
}

	#nav-bar h2{
		position: absolute;
		top: 0px;
		left: 0px;
	}
		#nav-bar h2 a {
			width: 369px;
			height: 65px;
			background: transparent url('../images/pea.png') no-repeat 0 0;
			display: block;
			text-indent: -9000px;
			overflow: hidden;
		}
	
	#nav-bar img{
		float: left;
	}

		#nav-bar ul {
			margin-top: 0;
			float: right
		}
	
			#nav-bar ul li{
				display: block;
				margin-right: 5px;
				margin-left: 5px;
				float: left;
			}
	
				#nav-bar ul li a {
					border: 0 none transparent; /*IE7*/
					font: 1.4em "helvetica", "arial", sans-serif;
					color: #333;
					text-decoration: none;
					display: block;
					padding: 15px 2px;
					-moz-border-radius-topleft: 6px;
					-webkit-border-top-left-radius: 6px;
					-moz-border-radius-topright: 6px;
					-webkit-border-top-right-radius: 6px;
					-moz-border-radius-bottomleft: 6px;
					-webkit-border-bottom-left-radius: 6px;
					-moz-border-radius-bottomright: 6px;
					-webkit-border-bottom-right-radius: 6px;
				}
	
				#nav-bar ul li a:hover, #nav-bar ul li:active {
					background-color: #fff;
				}

	
	#content {
		float: left;
		margin-top: 15px;
		margin-bottom: 15px;
		font: 1.1em "helvetica", "arial", sans-serif;
		color: #333;
		text-align: left;
		line-height: 1.5em;
		border-right: 1px solid #C0C0C0;
		padding:20px 15px 20px 0;
		width:725px;		
	}
	
	#content h4, #content h5, #content h6{
		font-family: "georgia", serif;
		color: #82231d;
		font-weight: normal;
		
	}
	#content h4 a, #content h5 a {
		text-decoration: none;
		border-bottom: 0 transparent;
	}
	#content h4 a:hover, #content h5 a:hover {
		text-decoration: none;
	}
	
	#content h4{
		font: 2em "georgia", serif;
		color: #82231d;
		margin-bottom: 0.9em;
	}
	#content h5 {
		font-size: 1.4em;
		color: #333;
		font-weight: bold;
		margin: 0 0 0.2em; 
	}
	
	#content h5.tabs {
		margin-bottom: 0;
		display: block;
		height: 23px;	
		padding: 0;
	}
	#content h5.tabs a {
		background: #333634 none;
		font-family:"helvetica","arial",sans-serif;
		color: #86A98A;
		font-weight:normal;
		letter-spacing:0.1em;
		padding:5px 9px 4px;
		font-size: 14px;
		-moz-border-radius-topleft: 6px;
		-webkit-border-top-left-radius: 6px;
		-moz-border-radius-topright: 6px;
		-webkit-border-top-right-radius: 6px;
	}
	#content h5.tabs a:hover {
		color: #fff;
	}
		
	#content h6 {
		font-size: 1em; 
		color: #333;
		font-weight: bold;
	}
	
	#content p{
		margin: 0.5em 0 1.5em;
	}

	#content blockquote {
		margin: 1em 5em 1.5em 2em;
	}
	#content .reflection-profile {
		float:left;
		border:1px solid #CCCCCC;
		float:left;
		margin:0 11px 10px 25px;
		padding:2px;		
	}
	
	#content ul li.height{
		height:100px;
	}
	
	#content a{
		color: #006633;
		border-bottom: 1px solid #009A4c;
		text-decoration: none;
	}
	
	#content a:hover{
		color: #009A4C;
		text-decoration: none;
		border-bottom: 1px solid #009A4c;		
	}
	

	
	#content #left {
		width:330px;
		float: left;
		border-right: 1px solid #ccc;
		padding-right: 15px;
		padding-top: 15px;
	}
	
	#content #right {
		padding-top: 15px;
		width: 330px;
		float: right;
	}
	
	#content #left a{
		border-bottom: none;
	}
	
	#content #right a{
		border-bottom: none;
	}
	
	#content .bottom {
		border-bottom: 20px solid #333;
	}
	
	#content ul li{
		list-style-type: square;
	}
	
	#sidebar {
		padding: 20px 15px 50px 0px;
		margin-top: 15px;
		float: right;
		width: 204px;
		font: 1em "helvetica", "arial", sans-serif;
		text-align: left;
	}
	
		#sidebar a {
			text-decoration: none;
		}
		#sidebar a:hover {
			text-decoration: underline;
		}
		
		#sidebar ul, #sidebar ol {
			margin:5px 0 0 10px;
		}
	
		#sidebar ul li {
			list-style-type: none;
		}
		
		#sidebar h4{
			font: 1.5em "georgia", serif;
			line-height: 1.8em;
			color: #fff;
			background-color: #8A8A8A;
			-moz-border-radius-topleft: 6px;
			-webkit-border-top-left-radius: 6px;
			-moz-border-radius-topright: 6px;
			-webkit-border-top-right-radius: 6px;
			border-bottom: 3px solid #82231d;
			margin-bottom: 12px;
			text-align: center;
			}
			
			#sidebar ul li li {
				list-style-type: square;
				margin: 10px ;
			}
			#sidebar #highlights {
			 margin-bottom: 30px;
			}
			#sidebar blockquote {
				background: transparent url(http://www.uwgb.edu/pea/files/images/quote-begin.gif) no-repeat 0 0;
				padding: 13px 0 23px 24px;
				line-height: 1.7em;
				margin-bottom: 30px;
				color: #82231D;
				font-size: 1.18em;
			}
				#sidebar blockquote p {
					padding-right: 25px;
					margin-bottom: -25px;
				}
			#sidebar blockquote:after, #sidebar .after {
				float: right;
				margin: 3px 0 0 5px;
				vertical-align: text-bottom;
			}
			#sidebar blockquote:after {
				float: right;
				content:  url(http://www.uwgb.edu/pea/files/images/quote-end.gif);
			}
			#sidebar #quote-meta {
				text-align: right;
				color: #323232;
				font-size: 0.9em;
				line-height: 1.2em;
				font-style: italic;
				clear: both;
			}
				#sidebar #quote-meta li {
					list-style-type: none;
					margin: 2px 0 0;
				}
				#sidebar #quote-meta .fn {
					font-weight: bold;
				}
			#sidebar #quote-more {
				float: right;
				font-size: 0.9em;
				margin-top: 10px;
				text-decoration: none;
			}

	
#footer {
	border-top: 3px solid #82231d;
	width: 100%;		
	background: #333634 url(../../files/images/bg-texture.jpg) repeat 0 0;
	clear: both;
	}

	#footer dt {
		text-decoration: none;
		font: bold 1.5em "georgia", serif;
		color: #fff;
	}

	#footer dd {
		font: 1em "helvetica", "arial", sans-serif;
		text-align: left;
		line-height: 2em;
		text-indent: -0.6em;
		padding-left: 0.6em;
	}

	#footer dd a {
		text-decoration: none;
		color: #86a98a;
	}

	#footer dd a:hover {
		font-size: 1em;
		color: #A6D3AA;
	}
	
	#footer dt img {
		float: left;
		margin-right: 15px;
	}

	.footer-contents {
		width: 960px;
		margin: 0 auto;
		color: #FFF;
		font-family: "helvetica", "arial", sans-serif;
		text-decoration: none;
	}

	#footer .col {
		float: left;
		margin: 20px 0;
		position: relative;
		width: 33%;
		text-align: left;
	}

	#footer #col-last {
		border: medium none;
	}

	#footer #col-last dd{
		line-height: 1.25em;
	}

	#footer dl.col-prime {
		padding: 0 5px;
	}

	#footer dl {
		margin: 0;
	}

	#footer .col-last {
		float: left;
		margin: 0;
		min-height: 145px;
		padding: 1px 0;
		position: relative;
	}
	
	.program-summary {
		height: 294px;
		padding: 0;		
	}
	#public-admin {
		background: transparent url(../images/header-bg/capital.jpg) ;
	}
	#environmental-policy {
		background: transparent url(../images/header-bg/leaf.jpg);
	}
		
		.program-background {
			border-bottom: 30px solid #2d2c2c;
		}
		#tab-container {
			position: relative;
			padding: 0;
			height: 332px;
		}
		#tab-container ul {
			border: none;
			letter-spacing: 0.17em;
			font: 1.1em "helvetica", "arial", sans-serif;
			font-weight: normal;
		}
			#tab-container ul li {
				background-color: #8A8A8A;
				margin: 6px 0 0;
				-moz-border-radius-topleft: 6px;
				-webkit-border-top-left-radius: 6px;
				-moz-border-radius-topright: 6px;
				-webkit-border-top-right-radius: 6px;
			}
			#tab-container li.ui-tabs-selected {
				background-color: #333634;
				padding: 5px 2px 1px;
				margin: 0;
			}
				#tab-container li a {
					color: #fff;
					font-weight: normal;
				}
				#tab-container a:focus {
					border: none;
				}
								
				#tab-container .ui-tabs-selected a {
					color: #86a98a;
				}
		#tab-container .program-summary {
			padding: 1px 0 0;
			position: relative;
			
		}
		.transparent-summary {
			padding: 1px 0 0;
			height: 80px;
			margin-top: 213px;
			text-align: left;
			width: 960px;
			background: url(../images/black-60.png) repeat 0 0;
		}

		.transparent-summary:hover {
			cursor: pointer;
		}
			.program-summary h3 {
				margin: 6px 0 0 10px;
				color: #86a98a;
				letter-spacing: 0.1em;
			}
				.program-summary h3 a {
					font: 2.3em "georgia", serif;
					color: #86a98a;
					text-decoration: none;
				}
				.program-summary h3 a:hover {
					color: #86a98a;
				}
			.program-summary span.program-brief {
				display: block;
				margin: 8px 0 0 28px;
				text-align: left;
				text-decoration: none;
				color:#FFFFFF;
				font-size:1.2em;
				line-height: 1.2em;
				font-weight:lighter;
				font-family: "helvetica", "arial", sans-serif;
			}

		
	.ui-tabs-panel {
		border: none;
	}


	/* BLOG */
	.post {
		margin: 0 0 40px;
		padding-bottom: 10px;
	}
	.post-list .post {
		margin: 30px 0 10px;
	}
	
	.home .post, .post-list .post {
		border-bottom: 1px solid #ccc;
	}
	
	
	.post h3 {
		margin-bottom: 0;
	}

	#content .single-post {
		padding-bottom: 10px;
	}

	#content.single-post h3 {
		margin-bottom: 0;
	}

	.post-info li {
		display: inline;
	}

	.entry-meta {
		color: #666;
		font-size: 0.85em;
		font-style: normal;
	}

	#content .entry-meta a {
		color: inherit;
		font-style: italic;
	}

	#content .entry-meta a:hover {
		color: #B20838;
		cursor: pointer;
	}

	.post-nav {
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #ccc;
		height: 30px;
		margin-top: 35px;
		background-color: #EEE;
		padding: 0 10px;
	}
	
	.post-list .post-nav {
		margin-top: 50px;
	}
	

	.post-nav div {
		height: 30px;
		line-height: 30px;
		font-size: 0.9em;
	}

	.previous-post {
		float: left;
	}

	.next-post {
		float: right;
	}

	#entry-meta-below {
		margin-bottom: 5px;
	}

	#comments {
		margin-top: 40px;
	}	

	#content .commentlist {
		border-color: #ccc;
		border-style: solid solid none;
		border-width: 1px 1px medium;
		margin-bottom: 60px;
		font-size: 0.85em;
	}

	#content .commentlist li {
		border-bottom: 1px solid #ccc;
		padding: 18px 1.5em 0;
		position: relative;
		list-style-type: none;
		margin-left: 0;
	}

	#commentform label {
		font-family: "georgia",serif;
		color: #404040;	
	}

	.commentlist .comment-author {
		font-size:0.9em;
		font-weight:bold;
		line-height:1em;
		margin:0;
		padding:9px 0 0 46px;
	}

	.commentlist li .avatar {
		height: 36px;
		left: 1.5em;
		position: absolute;
		top: 22px;
		width: 36px;
		padding: 0;
		margin: 0;
	}

	.comment-meta {
		color: #666;
		font-size: 0.95em;
		padding: 0 0 9px 46px;
	}

	#content .comment-meta a {
		color: inherit;

	}
	
	.entry {
		margin-top: 20px;
	}

	.post-list .post {
		font-size:0.85em;
		padding:2px 17px 1px;
		margin-bottom: 15px;
	}

	.post-list .entry {
		margin-bottom: -10px;
	}

	.post-list .entry-meta {
		line-height: 0.8em;
	}

	.post-list h3 {
		margin-bottom: 20px;
	}

	#content .post h3 {
		margin-bottom: 0;
	}
	
	#content .post-list h4 {
		margin-bottom: 3px;
	}


	#content img[align=left] {
		margin: 3px 20px 10px 0;
	}

	#content img[align=right] {
		margin: 3px 0 10px 20px;
	}

	#content img[align=alignnone] {
		margin: 3px 20px 10px;
	}
	
	#quotes-list {
		margin-top: 30px;
	}
	#content #quotes-list li {
	border-bottom:1px solid #CCCCCC;
	font-size:0.9em;
	list-style-type:none;
	margin:0 0 40px;
	padding:0;
	}


	#quotes-list .quote-meta .fn {
		color:#82231D;
	}

	#quotes-list .quote-meta {
		color: #676b76;
		font-size: 1.3em;
	}

	.photoset {
		float:left;
		font-size:0.9em;
		height:200px;
		line-height:1.3em;
		margin-right:23px;
		padding-left:22px;
		width:100px;
	}
	.photoset a:focus {
		border: none;
	}
	.photoset img {
		border:1px solid #CCCCCC;
		display:block;
		height:75px;
		padding:2px;
		width:75px;
		margin-bottom: 8px;
	}
	.photoset .photoTotal {
		display: block;
		margin-top: 5px;
	}
	.photoset .photoTotal {
		color: #4E4E4E;
		font-size: 0.9em;
	}
	#content .photoset a {
		border-bottom: 0 transparent;
		display: block;
	}
	#content .photoset a:hover {
		border-bottom: 0 transparent;
	}
	#content #photosetLink {
		display: block;
		margin:-20px 0 25px;		
	}
	#content #photosetLink a{
		border-bottom:medium none;
		text-decoration:underline;
	}
	
/*	#content .photoset-list li {
		list-style-type: none;
		border-bottom: 1px solid #ccc;
		margin: 0 0 1.2em;
		padding: 0 0 1.2em;
	}*/
	
/*	#content .photoset-list li:last-child {
		border-bottom: none;
	}*/
	
	.main-gallery-image {
		padding: 3px;
		border: 1px solid #ccc;
		margin: 0 15px 5px 0;
		vertical-align: top;
	}

#content ul.faculty li{
	float: left;
	overflow: hidden;
	width: 350px;
	margin: 5px 0px 5px;
}
	#content ul.faculty a:hover {
		border-bottom: none;
	}
	#content ul.faculty li a span{
		height: 1%;
		padding: 5px 0px 8px;

	}

	#content ul.faculty li a .photo{
			float: left;
			margin: 3px 6px 0 0;
		}
	
			#content ul.faculty li a img{
				vertical-align: bottom;
			}

				#content ul.faculty li a em{
					line-height: 21px;
					font-family: "georgia", serif;
					font-size: 1.2em;
					font-variant: normal;
					font-style: normal;
					color: #82231D;
					font-weight: normal;
				}

					#content ul.faculty li a cite{
						font-family: "georgia", serif;
						font-size: .9em;
						color: #575757;
					}
					#content ul.faculty a {
						text-decoration: none;
						border-bottom: none;
					}
					
					#content li.blank {
						padding: 5px 8px 8px;						
					}
					
				#content li.empty {
						padding: 5px 8px 8px;
						clear: both;						
					}
					
					#content li.empty cite {
						font-family: "georgia", serif;
						font-size: .9em;
						color: #575757;
					}
					
					#content ul.faculty li.empty em {
						line-height: 21px;
						font-family: "georgia", serif;
						font-size: 1.2em;
						font-variant: normal;
						font-style: normal;
						color: #82231D;
						font-weight: normal;
						text-align: left;
					}
					
					#content .video-link {
						display: block;
						float: right;
					}

