@charset "UTF-8";
/* CSS Document */


* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	}

body {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#333333;
	background:url(images/cover.jpg) repeat-x top center;
	}

#container {
	width:1000px;
	margin:0 auto;
	text-align:left;
	}

#home_header {
	width:1000px;
	height:315px;
	float:left;
	position:relative;
	font-family: Arial black, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	}
#cover_tile {
	height:315px;
	width:100%
	}
#contemporary {
	height:90px;
	width:545px;
	overflow:hidden;
	
	position:absolute;
	top:10px;
	left:20px;
	background-color:#FFFFFF;
	
	line-height:80px;
	font-size:75px;
	letter-spacing:-5px;
	text-indent:5px;	
}

#canadian {
	height:80px;
	width:360px;
	/*overflow:hidden;*/
	
	position:absolute;
	top:103px;
	left:20px;
	background-color:#FFFFFF;
	
	line-height:80px;
	font-size:75px;
	letter-spacing:-5px;
	text-indent:5px;	
}
#glass {
	height:80px;
	width:225px;
	overflow:hidden;
	position:absolute;
	top:186px;
	left:20px;
	background-color:#FFFFFF;
	
	line-height:80px;
	font-size:75px;
	letter-spacing:-5px;
	text-indent:5px;	
}
#main_desc {
	height:24px;
	width:450px;
	position:absolute;
	top:279px;
	left:20px;
	background-color:#FFFFFF;
	
	line-height:22px;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	text-indent:5px;	
}
#searchbar {
	position:absolute;
	left:775px;
	top:7px;
	}
#searchbar input {
	display:inline;
	}
.rss {
	position:absolute;
	bottom:-31px;
	right:20px;
	text-indent:-9999em;
}
.rss a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/gaac_rss.jpg) no-repeat top;
}

#content {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:-1px;
	float:left;
	width:1000px;
	margin:25px 0 0 0;
}

#content h3, #content h2, #content h3 {
	font-size:18px;
	letter-spacing:-.02em;
	margin:10px 0 10px 0;
}

#left_column_wrapper {
	width:400px;
	float:left;
}
#left_column {
	width:350px;
	margin: 0 auto;
	text-align:left;
}
#left_column img {
	width:350px  !important;
	border:1px solid #E5E5E5;
	margin:0 0 20px 0;
}
#left_column a:link, #left_column a:visited, #left_column a:active {
	color:#313131;
}
#left_column a:hover {
	color:#F60;
}
.cover {
	color:#F62F17;
}

#center_column a:link, #center_column a:visited, #center_column a:active {
	color:#313131;
}
#center_column a:hover {
	color:#15C4F6;
}
#content .current {
	color:#FAC413;
	font-size:30px;
	font-weight:normal;
}
#current h2  {
	margin:0 0 10px 0;
	font-size:16px;
	letter-spacing:;
	line-height:17px;
	font-weight:normal;
	padding:0 0 0 10px;
	background:url(images/bullet.gif) 0 5px no-repeat;
}

#center_column_wrapper {
	width:300px;
	float:left;
	margin:9px 0 0 0;
}
#center_column {
	width:250px;
	margin: 0 auto;
	text-align:left;
	font-size:16px;
	line-height:25px;
	font-weight:normal;
}
#center_column li {
		padding:0 0 0 10px;
	background:url(images/bullet.gif) 0 5px no-repeat;
}

.features {
	color:#47CC96;
	font-size:18px;
}
#content .cover {
	margin:0 0 10px 0;
	font-size:20px;
}

.cover a:link, .cover a:visited, .cover a:active {
	color:#000000;
	}
.cover a:hover {
	color:#F62F17;
}

.majors a:link, .majors a:visited, .majors a:active {
	color:#000000;
	}
.majors a:hover {
	color:#F62F17;
}
.children a:link, .children a:visited, .children a:active {
	color:#000000;
	}
.children a:hover {
		color:#FAC413;
}

.children {
	text-indent:5px;
	margin:0 0 10px 0;
}

.standard_cats a:link, .standard_cats a:visited, .standard_cats a:active {
	color:#333333;
	}
.standard_cats a:hover {
	color:#CC1028;
}

#right_column_wrapper {
	width:300px;
	float:left;
	margin:9px 0 0 0;
}
#right_column {
	width:250px;
	margin: 0 auto;
	text-align:left;
	font-size:18px;
	}
#right_column a:link, #right_column a:visited, #right_column a:active {
	color:#000000;
}
#right_column a:hover {
	color:#B5FF01;
}
.departments {
	color:#F800D0;
}
.archives_h {
	color:#767676;
}
.archive_l li {
	font-size:14px;
	line-height:17px;
	letter-spacing:normal;
}
.back_gaac {
	margin:20px 0 0 0;
}
#footer {
	position:relative;
	width:1000px;
	height:50px;
	float:left;
}
.copyright {
	font-size:10px;
	position:absolute;
	right:70px;
	bottom:10px;
}
.clear {
	clear:both;
	}
