@charset "utf-8";

/* Erice Myer CSS Reset */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #2a2a2a;
	background: white;
}
ol, ul {
	list-style: none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong { font-weight:bold; }
em { font-style:italic; }
/* END Erice Myer CSS Reset */
html, body {
	height:100.1%;
	}

body {
 	background:#d5d4d4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#logo {
	width:980px;
	margin:auto;
	}
#logo a {
	background:url(images/logo-shadow.png) no-repeat;
	background-position: -34px -30px;
	width:730px;
	height: 80px;
	display:block;
	}
#logo a strong {
	display:none;
	}

/* Top Nav Styles */
#topnav {
	width:980px;
	margin:auto;
	height:39px;
	text-align:right;
	position: relative;
	z-index: 2;
	background: url(images/body-bg4.gif) 0 -75px repeat-x;
	}
#topnav a {
	color:#d5d4d4;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
	}
#topnav a:hover {
	color:#ffd500;
	}
#topnav ul {
	padding-top:1.35em;
	/* width:665px; - Removed by jurasky */
	float:right;
	position:relative;
	padding-right: 8px;
	}
#topnav ul li {
	float: left;
    position: relative;
	}
#topnav ul li a {
	display:block;
	padding:0px 0 12px 20px;
	}
#topnav ul li ul {
	display:none;
	position: absolute;
	z-index:2000;
	top: 21px;
	left: 0;
	background:url(images/menubg.png);
	border-top:1px solid #d5d4d4;
	}
#topnav ul li ul li {
	width:100%;
	text-align:left;
	}
#topnav ul li ul li a {
	display:block;
	font-size:11px;
	}

#topnav ul li:hover ul, #topnav ul li.over ul {
	display: block;
	}
/* End Top Nav Styles */

#searchbar {
	width:980px;
	margin:0 auto;
	height:32px;
	background: url(images/body-bg4.gif) 0 -114px repeat-x;
}
#searchbar form {
	padding: 4px 8px;
}

form {
	padding:8px 0 0 0;
	font-size:12px;
	font-weight:bold;
	width:450px;
}

input {
	font-size:11px;
	border:1px solid #d5d4d4;
	margin-left:5px;
}

.searchfieldbutton {
	font-size:11px;
	border:1px solid #666666;
	margin-left:5px;
	background-color:#0866a1;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
}
#banner {
	width:980px;
	margin:auto;
	height:282px;
	background: url(images/banner1.jpg) no-repeat;
}

/* Mid Nav Styles */
#midnavbar {
	background: url(images/menubg.png) repeat;
	height:30px;
	width:980px;
	margin:auto;
	margin-top:252px;
	border-bottom:1px solid #ff0000;
	position:absolute;
	z-index:10;
}

#midnavbar a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
	}
#midnavbar a:hover {
	color:#b71921;
	}
#midnavbar ul {
	padding-top:.95em;
	}
#midnavbar ul li {
	float: left;
    position: relative;
	}
#midnavbar ul li a {
	display:block;
	padding:0px 0 12px 15px;
	}
#midnavbar ul li ul {
	display:none;
	position: absolute;
	top: 19px;
	left: 0;
	background-color:#666666;
	border-top:1px solid #ff0000;
	}
#midnavbar ul li ul li {
	width:100%;
	text-align:left;
	}
#midnavbar ul li ul li a {
	display:block;
	font-size:11px;
	}
#midnavbar ul li:hover ul, #midnavbar ul li.over ul {
	display: block;
	}
/* End Mid Nav Styles */

#content-top {
	width:980px;
	margin:auto;
	height:9px;
	background:url(images/contentbg-top.gif) no-repeat;
	}
body.home #content-top {
	 background:url(images/contentbg-top-home.gif) no-repeat;
	 }
#content {
	width:980px;
	margin:auto;
	padding-top:10px;
	padding-bottom:10px;
	background:url(images/contentbg.gif) repeat-y;
	background-color:#FFFFFF;
	}
body.home #content {
	background:url(images/contentbg-home.gif) repeat-y;
	}
#content #left {
	float:left;
	width:225px;
	margin-left:15px;
	margin-right:10px;
	}
#left h3 {
	background: url(images/left-h3bg.png) no-repeat;
	height:15px;
	padding:2px 0 1px 20px;
	color:#FFFFFF;
	font-weight:bold;
}
#left .leftpanelbody {
	background:#11324a url(images/leftcolbottom.png) no-repeat bottom;
	color:#FFFFFF;
	padding:15px;
	margin-bottom:20px;
}
#left .leftpanelbody a  {
	color:#FFFFFF;
	text-decoration:underline;
}
#left .leftpanelbody p {
	margin-bottom:10px;
	line-height:1.2em;
}
#left .leftpanelbody p.date {
	color:#4e9dd8;
	margin-bottom:5px;
}
/* AIA Champion Stlyes */
#left .champhome img {
	margin-bottom:10px;
	width:160px;
	height:200px;
	}
#left .champhome p {
	margin-bottom:10px;
	}
#left #champlink, #left #navachrivelink {
	color:#999999;
	margin-top:20px;
	font-size:11px;
	}
#left #champlink a, #left #navachrivelink a{
	color:#999999;
	}
#left p.champname  {
	margin-bottom:0;
	font-weight:bold;
	}
#left p.champfrom {
	font-style:italic;
	color:#999999;
	margin-bottom:15px;
	}
#left p.award {
	font-weight:bold;
	}
/* End AIA Champion Stlyes */
#content #main {
	float:left;
	width:755px;
	margin-left:20px;
	/* border:1px solid green; */
	}
body.home #content #main {
	float:left;
	width:523px;
	margin-left:15px;
	/* border:1px solid green; */
	}
#main p {
	margin-bottom:15px;
	line-height:1.2em;
	color:#333333;
	}
ul.news-list,
ul.related-links {
	list-style:disc;
	margin-bottom:15px;
	margin-top:15px;
	line-height:1.2em;
	color:#333333;
	}
ul.news-list li,
ul.related-links li {
	margin:0 0 7px 35px;
}

#main a {
	color:#ff0000;
	text-decoration:unerline;
	}
#main a:hover {
	color:#b71921;
	}
#main h1 {
	font-size:18px;
	font-weight:bold;
	color:#0d283c;
	background:url(images/arrow.png) no-repeat;
	border-bottom:1px solid #8f9db9;
	padding-left:20px;
	margin-bottom:1px;
}
#main h2 {
	font-size:18px;
	font-weight:bold;
	color:#0d283c;
	background:url(images/arrow.png) no-repeat;
	border-bottom:1px solid #8f9db9;
	padding-left:20px;
	margin-bottom:15px;
	margin-top:30px;
}
#main h3 {
	font-size:14px;
	font-weight:bold;
	color:#ee1b30;
	margin-top: 15px;
	margin-bottom:5px;
}
#main .picleft {
	float:left;
	margin:0 10px 10px 0;
}

.everydayHeroes .bio {
	margin-left: 180px;
}

.everydayHeroes .profile {
	width: 160px;
	height: 200px;
}

#main .everydayHeroes .logo {
	margin-left: 36px;
}

.everydayHeroes {
	margin-bottom: 2em;
}

#main .imgRight {
	float:right;
	margin:0 0 10px 10px;
}
#content #right {
	float:right;
	width:145px;
	margin-right:15px;
	/* border:1px solid green; */
	}
#right h3 {
	background:url(images/right-h3bg.png) no-repeat;
	height:18px;
	padding:2px 0 1px 20px;
	color:#FFFFFF;
	font-size:12px;
	text-align:left;
	font-weight:bold;
}
#right .rightpanelbody {
	background:#dfe1dc url(images/rightcolbottom.png) no-repeat bottom    ;
	color:#FFFFFF;
	width:123px;
	padding:10px 10px;
	margin:0 0 20px 0;
	text-align:center;
}
#right #right-ads {
	text-align:center;
	}
#right #right-ads a {
	display:block;
	margin-bottom:20px;
	}
#subNav li{
	text-transform: uppercase;
	float: left;
	width: 100%;
	}

#subNav li a{
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	font-size: 10px;
	padding: 8px 6px;
	color: #666666;
	}
#subNav li a:hover {
	color:#b71921;
	}
#content-bottom {
	width:980px;
	margin:auto;
	height:1px;
	background: red;
	}
body.home #content-bottom {
	background: url(images/contentbg-bottom-home.gif) repeat-y;
	}
#footer {
	width:980px;
	margin:20px auto 15px auto;
	height:50px;
	background:url(images/logo-footer-muted.png) no-repeat;
	}
#footer #links {
	margin:5px 0 10px 220px;
	color:#666666;
	width:600px;
	float:left;
	}
#footer #links p {
	margin-bottom:10px;
	}
#footer #links a {
	color:#666666;
	text-decoration:none;
	margin-right:10px;
	font-size:10px;
	}
#footer #links a:hover {
	text-decoration:underline;
	}
#footer #pashley {
	float:right;
	width:126px;
	margin:0;
	height:40px;
	}
#footer #pashley a {
	display:block;
	height:40px;
	background:url(images/pashley-footer.gif) no-repeat;
}
#footer #pashley a strong {
	display:none;
	}


#main .bio {
	margin-left: 180px;
}

/*/////////forms///////////////'//*/

form#largeForm {
font:normal 11px Arial, Verdana, Helvetica, sans-serif;
color:#494a46;
margin:0 15px;
padding:0;
min-width:480px;
max-width:520px;
width:520px;

}

form#largeForm p{
margin:0 0 5px 0;
}

form#largeForm fieldset {
border:none;
padding:10px;
margin:0 0 10px;
}

form#largeForm fieldset legend {
font:normal 16px Georgia, "Times New Roman", Times, serif;
color:#6a6d78;
margin:0 0 10px;
font-variant:small-caps;
}

form#largeForm label {
font-weight: bold;
width:120px;
display:block;
float:left;
padding:0;
margin:5px 10px 0 0;
text-align:right;
}

form#largeForm input.text, form#largeForm textarea, form#largeForm select {
font:normal 11px Arial, Verdana, Helvetica, sans-serif;
color:#747270;
width:340px;
margin:5px 0 0;
float:none;
border: 1px solid #ccc;
}

form#largeForm .inputGroup{
clear:left;
width:170px;
overflow:auto;
margin:0 auto;
padding:0;
}

form#largeForm .inputGroup input{
/margin:-4px; /* i.e. */
}

form#largeForm .inputGroup p{
line-height:0;
padding:0;
overflow:auto;
padding:0;
margin:0 auto 4px;
}

form input#reset {
margin-left:0px;
}

form input#submit {
background:#fff;
border:1px solid #d7d7d7;
color:#494a46;
font:normal 11px Arial, Verdana, Helvetica, sans-serif;
font-weight:bold;
}


.submit{
float: right;
margin: 10px 15px 10px 0;

}

textarea {
overflow:auto;
}

form br {
clear:left;
}


form .search{
margin:15px 0 0 0;
}

/*/////////// News Scroller //////////// */
#newsscroller {
	background: url(images/scrollerbg.png) repeat;
	height:252px;
	width:174px;
	margin:auto;
	margin-top:0px;
	margin-left:805px;
	position:absolute;
	z-index:10;
	color:#FFFFFF;
}
#newsscroller a:hover {
	color:#b71921;
}

#marqueecontainer {
	position: relative;
	overflow: hidden;
	height: 222px;
	border: none;
	background-color:none;
}
#marqueecontainer a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
#marqueecontainer p {
	padding-top:10px;
	margin-bottom:15px;
}

/*///////////Misc //////////// */

.table-default {
	width: 100%;
}

.table-default thead th {
	background: #ccc;
}

.table-default th,
.table-default td {
	padding: 4px;
}
.table-default tr:nth-child(even) {
	background: #DDD;
}

.table-default tr:nth-child(odd) {
	background: #FFF;
}


.tableData{
margin: 15px auto 0;
}

.tableData td{
text-align: center;
background: #e9ece1;
padding: 5px;
}

.tableData th{
text-align: center;
background: #ced0c7;
font-weight: bold;
text-transform: uppercase;
padding: 5px;
}

.tableData td a{
font-weight: normal;
}

.tableData td a:hover{
font-weight: normal;
}

/*/////////// Officials table styles //////////// */
.officialsTable{
margin: 15px auto 0;
}

.officialsTable td{
text-align: left;
background: #e9ece1;
padding: 10px;
}

.officialsTable th{
text-align: left;
background: #ced0c7;
font-weight: bold;
text-transform: uppercase;
padding: 10px;
}

.officialsTable td a{
font-weight: normal;
}

.officialsTable td a:hover{
font-weight: normal;
}

/*/////////// Home Page Quicklinks //////////// */
div#quick-link-schedules a { background-position: 0 -4px; height: 150px }
div#quick-link-scores a { background-position: -258px -4px; }
div#quick-link-seedings a { background-position: 0 -166px; }
div#quick-link-brackets a { background-position: -258px -166px; }
div#quick-link-bylaws a { background-position: 0 -316px; }
div#quick-link-official a { background-position: -258px -316px; }
div#quick-link-520 a { background-position: 0 -469px; }
div#quick-link-aia365 a { background-position: -258px -772px; }
div#quick-link-schools a { background-position: 0 -776px; }
div#quick-link-content a { background-position: 0 -622px; }
div#quick-link-videos a { background-position: -258px -622px; }
div#quick-link-forms a { background-position: -258px -469px; }

.quick-links-heading { width:498px; height:22px; background:url(http://aiaonline.org/img/img_orange_arrow.gif) left no-repeat; border-bottom:1px solid #8F9DB9; padding:0px 0px 3px 20px; margin-bottom:20px;}
.quick-links { padding-bottom:6px; }
.quick-link { width:260px; float:left; height:160px; background-repeat: no-repeat;}
.quick_link_right { margin-left:19px; }
.quick-link-mask { height:150px; width:257px; }
.quick-link a {display:block; height:150px; text-indent:-999em; overflow: hidden; background-image: url(images/quicklink-buttons.png); background-repeat: no-repeat; background-position: 0 0; }


.related-links a
{
	line-height: 16px;
}

.related-links a.application-pdf:after,
.related-links a.application-vndms-word:after,
.related-links a.application-msword:after,
.related-links a.application-vndms-excel:after,
.related-links a.application-link:after {
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
}

.related-links a.application-pdf:after {
	content: url(/images/fileicons/acrobat.gif);
}

.related-links a.application-vndms-word:after,
.related-links a.application-msword:after {
	content: url(/images/fileicons/word.gif);
}

.related-links a.application-vndms-excel:after {
	content: url(/images/fileicons/excel.gif);
}

.related-links a.application-link:after {
	content: url(/images/fileicons/link.png);
	zoom: 75%;
}

.about ul {
	list-style: initial;
    margin: 1em 0 1em 2em;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 8px;
  line-height: 1.42857;
  text-decoration: none;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}


.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: white;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
}

.classified {
	margin-bottom: 2em;
}

.rotator-wrapper {
    position: relative;
    overflow: hidden;
    z-index:1;
}

.rotator-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

#banner-rotator {
    width: 980px;
    height: 282px;
    position: absolute;
    overflow: hidden;
}

#banner-rotator .attribution {
    position: absolute;
    left: auto;
    top: auto;
    right: 200px;
    bottom: 38px;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    text-shadow: 0 0 2px #000;
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
}

#partner-rotator {
    width: 100%;
    height: 90px;
}

#partner-rotator .rotator-item {
	height: 100%;
	width: 100%;
}

#partner-rotator .rotator-item a {
	height: 100%;
	width: 100%;
	text-align: center;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center
}

#partner-rotator .rotator-item a img {
	max-width: 100%;
	max-height: 100%;
}


