	/*Normalizing across site///////////////////////////////////////////////*/

	/*Normalizes margin and padding*/
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe{
		margin: 0;
		padding: 0;
		outline: none;
	}
.wssimg {
	height: 300px;
	width: 260px;
	float: left;
}
.wssform {
	float: left;
}


	/*Normalizes font-size for headers*/
	h1, h2, h3, h4, h5, h6{
		font-size: 100%;
	}

	/*Removes list-style from lists*/
	ol, ul{
		list-style: none;
	}

	/*Normalizes font-style and font-weight*/
	address, caption, cite, code, dfn, strong, th, var{
		font-style: normal;
		font-weight: bolder;
	}

	/*Removes border from fieldset and img*/
	fieldset, img{
		border: 0;
	}

	/*End Normalizing////////////////////////////////////////////////////////*/
	
	body{
		background-image: url("graphics/body-bg.jpg");
		font-family: arial, sans-serif;
		color: #535251;
		font-size: 80%;
		line-height: 1.5em;
	}
	h2{
	margin-bottom: 15px;
	margin-top: 20px;
	font-size: .90em;
	}
	a:link, a:visited{
		color: #535251;
		text-decoration: none;
		font-weight: bold;
		outline: none;
	}
	a:hover{
		color: #c9c9c7;
	}
	a:active{
		color: #ef8200;
		outline: none;
	}
	#footer{
		
		width: 860px;
		height: 105px;
		position: absolute;
		left: -1px;
		background: url("graphics/footer.png") 1px 0 no-repeat;
	}
#agi-logo {
	background-image: url("graphics/agi-logo.png");
	height: 62px;
	width: 135px;
	position: absolute;
	z-index: 100;
	left: 667px;
	top: -1.5px;
}

	#wrapper{
		background-image: url("graphics/wrapper.png");
		width: 820px;
		position: relative;
		margin: 0 auto;
		padding: 0 20px;
		padding-bottom: 0px;

	}
	#branding{
		background: url("graphics/branding.png") 0 0 no-repeat;
		width: 860px;
		height: 30px;
		margin-left: -10px;
		text-indent: -999px;
		margin-bottom: 10px;
	}
	#main-content{
		background-image: url("graphics/main-content.png");
		width:733px;
		padding: 0 42px;
		position: relative;
		left: 0px;
		top: 0px;
		
		padding-bottom: 10px;
	}
	
	#main-content h3{
		margin-bottom: 10px;
		margin-top: 20px;
	}
	
	#main-content p{
		margin-bottom: 15px;
	}
	html body #main-desc{
		background: url("graphics/classroom-h2-bg.png") no-repeat 0 0;
		width: 500px;
		height: 190px;
		margin-left: -21px;
		padding-left: 20px;
		padding-top: 200px;
		/*padding-right: 190px;*/
		color: #535251;
		margin-bottom: -170px;
		font-style: italic;
		font-size: 11px;
		line-height: 1.3em;
	}
	html body.self-paced-page #main-desc{
		background: url("graphics/selfpaced-h2-bg.png") no-repeat 0 0;
	}
	
		html body.online-page #main-desc{
		background: url("graphics/online-h2-bg.png") no-repeat 0 0;
	}
	
	html body.custom-page #main-desc{
		background: url("graphics/custom-h2-bg.png") no-repeat 0 0;
	}
	
	#main-title{
	height: 54px;
	/*color: #535251;*/
	/*background-color: #535251;*/
		position: relative;
	/*compensate for padding on main-content*/
		width: 780px;
	margin-left: -31px;
	background-color: #535251;
	background-repeat: no-repeat;
	background-position: 625px 3px;
	font-family: georgia, times, serif;
	font-weight: normal;
	color: #fcfcfc;
	font-size: 24px;
	padding: 5px 10px;
	line-height: 1.1em;
	}
	/*purely for really subtle drop shadow above main-title*/
	#main-title span{
		display: block;
		background: url("graphics/main-title.png") no-repeat 0 0;
		position: absolute;
		top: -20px;
		left: -11px;
		height: 20px;
		width: 820px;
	}
	
	.right-column, .class-desc{
		width: 375px;
	}
	/*
	.class-desc{
		text-align: justify;
	}*/
	.class-header{
	font-size: 1.25em;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 2px solid #ef8200;
	clear: both;
	padding-top: 75px;
	margin-bottom: 15px;
	}
	.class-outline h2{
		margin-top: 0;
	}
	.class-outline{
		float: right;
		margin-bottom: 75px;
		width: 300px;
		background-color: #c9c9c7;
		padding: 10px 0px 20px 30px;
		border: 1px solid #535251;
	}
	.class-schedule{
		clear: both;
		width: 100%;
		border-left: 5px solid #ef8200;
		border-right: 5px solid #ef8200;
		border-bottom: 15px solid #ef8200;
	}
	.class-schedule th{
		width: 100%;
		height: 35px;
		background-color: #ef8200;
		color: #fcfcfc;
		text-transform: uppercase;
		font-weight: normal;
		text-align: left;
		padding-top: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	.class-schedule td{
		padding: 10px;
		border-bottom: 1px solid #ef8200;
	}
	.class-schedule .h{
		text-align: left;
		color: #ef8200;
	}
	ul.class-outline, ul.class-outline ul{
		list-style-type: disc;
		margin-left: 15px;
	}
	ul.class-outline h2{
		margin-left: -15px;
	}
	.reg-para{
		margin-top: 15px;
	}
	.reg-para strong, .reg-para em{
		display: block;
	}
	.reg-para em{
		font-weight: normal;
		font-style: italic;
		margin-bottom: 15px;
	}
	.class-desc img{
		float: left;
		margin-right: 10px;
	}
	a.reg-button{
		display: block;
		width: 100px;
		height: 29px;
		background-image: url("graphics/register.png");
		text-transform: uppercase;
		color: #fcfcfc;
		text-align: center;
		font-weight:normal;
		padding-top: 7px;
		float: left;
		margin-right: 10px;
		margin-top: -5px;
	}
	.self-paced-page a.reg-button{
		display: block;
		float: none;
		margin-top: 10px;
	}
	a.reg-button:hover{
		background-position: 0 -36px;
	}
	.clear{
		clear: both;
	}
	.img-float-left{
		float: left;
		margin-right: 20px;
		margin-bottom: 10px;
	}
	
	.img-float-right{
		float: right;
		margin-left: 20px;
	}
	form ul{
		margin-top: 20px;
		width: 320px;
	}
	form ul li{
		width: 320px;
		clear: left;
	}
	form li span{
		display:block;
		float: left;
		width: 100px;
		height: 20px;
	}
	form li input, form li textarea{
		border: 1px solid #535251;
	}
	form li input{
		display: block;
		float: right;
		width: 200px;
		height: 20px;
	}
	form li input, form li span, form li select{
		margin-top: 15px;
	}
	form li .submit-button{
		float: left;
		width: 100px;
		cursor: hand;
	}
	#additional-resources img{
		float: left;
		margin-right: 0px;
		margin-bottom: 20px;
		margin-left: -12px;
	}
	#additional-resources h3{
		clear: both;
	}
	
	.outline-col1{
		width: 300px;
		float: left;
	}
	.outline-col2{
		width: 300px;
		float: right;
	}
	li.more-jsbutton{
		list-style: none;
		text-align: right;
		padding-right: 20px;
		margin-top: 20px;
	}
	li.more-jsbutton a{
	}
	li.more-jsbutton a:hover{
		color: #fcfcfc;
	}
	
	/*launch pages///////////////////////////*/
	
	#description-landing-page{
		padding-left: 20px;
		margin-left: -20px;
	}
	
	
	#description-landing-page #col1, #description-landing-page #col2{
		width: 351px;
		float: left; 
	}
	#description-landing-page #col1{
		margin-right: 30px;
	}
	#description-landing-page #col1 ul, #description-landing-page #col2 ul{
		margin-bottom: 20px;
		border: 2px solid #535251;
		padding: 10px;
	}
	#description-landing-page #col1 h2, #description-landing-page #col2 h2{
		color: #fcfcfc;
		background-color: #535251;
		margin-bottom: 0;
		padding: 3px 0 2px 10px;
	}
	
	/*resources buckets//////////////////////*/
	body #main-content .resource-bucket{
		width: 210px;
		height: 300px;
		border: 2px solid #535251;
		float: left;
		margin-top: 15px;
		margin-right: 15px;
		padding: 0 10px;
		margin-bottom: 20px;
	}
	#main-content #last-bucket{
		margin-right: 0;
	}
	body #main-content .resource-bucket h3{
		width: 210px;
		height: 50px;
		background-color: #535251;
		background-repeat: no-repeat;
		margin: 0;
		margin-left: -10px;
		margin-bottom: 10px;
		color: #fcfcfc;
		font-size: 18px;
		padding: 5px 10px;
		font-family: georgia, times, serif;
		font-weight: normal;
		line-height: 1.3em;
	}
	body #main-content .resource-bucket img{
		margin-left: 2px;
		display: block;
		float: none;
	}
	
	/*end resources bucket////////////////////////*/
	
	
	/* IE6 css fixer v0.1 alpha: Thu, 23 Apr 2009 22:13:28 +0200 */

	/* ============================================= */
	/* safe settings                                 */

	/* add display:inline to floated elements */
	.class-outline,
	.class-desc img,
	a.reg-button,
	.img-float-left,
	.img-float-right,
	form li span,
	form li input,
	form li .submit-button,
	#additional-resources img,
	.outline-col1,
	.outline-col2,
	#description-landing-page #col1,#description-landing-page #col2 {display:inline;}

	/* fix negative margins */
	#branding,
	html body #main-desc,
	#main-title,
	ul.class-outline h2,
	a.reg-button,
	#additional-resources img,
	#description-landing-page {position:relative; zoom:1;}

	/* add zoom:1 to pos:relative elements */
	#wrapper,
	#main-content,
	#main-title {zoom:1;}
	
	
	
		#gratuitous-links{
			font-size: 10px;
			line-height: 1em;
			margin-left: -12px;
			clear: both;
		}
#main-content #abouttxt  li {
	list-style-type: disc;
}
.locations-page .tabs h1 {
	margin-top: 30px;
}
