/* CSS Reset */  
* {  
  margin: 0;  
  padding: 0;  
}  
  
body {  
  margin: 0 auto;
  text-align:center;
  background: #f0f0f0;
	color: #000;
}
h2 {  
  font-size: 24px;  
  line-height: 34px;  
  padding: 10px 0;
  color: #699;
}  
      
h3 {  
  font-size: 18px;  
  line-height: 22px;  
  padding: 6px 0; 
  color: #399; 
}
h4 {  
  font-size: 16px;
  padding: 5px 0px;
  color: #396;
}

#page {
  margin: 0 auto;
  background: #fff;
  border:solid 1px #ccc;
  width: 825px;
  height: 100%;
}
#header, #main, #sidebar, #footer, {
	overflow:hidden;
}

#header {
  margin: 0 auto;
}
#logo {
  margin-top: 0px;
  background:url(../images/aaeoy_abqnm_logo.jpg) no-repeat center;
  width: 825px;
  height: 100px;
}
#rotating {
    position: relative;
    background:url(../images/header_1.jpg) no-repeat left;
    width: 825px;
    height: 128px;
}
.rotating-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

#nav {  
	margin:0 auto;
	overflow:hidden;
	background-color: #f8f8f8;
	border-bottom: 1px solid #ccc;
}  
    
#nav ul {  
  margin: 0 auto; 
  list-style: none;
	font-variant:small-caps;
	display: inline;
}
    
#nav ul li {  
  float: left;
}

#nav ul li a {  
  display: block; 
  font-size: 14px;  
  text-align: center;  
  text-decoration: none;  
  color: #555;
  font-weight: bold;
	color: #069;  
  padding:15px 10px 0px 10px ;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 0px 0px;
}  
      
#nav ul li a:hover { 
  border:0;
 	color: #c00;
}  

#nav ul li.active a {  
  float: left;
  color: #c00;
	background-color: #eee;
}

a:link, a:visited {
	text-decoration:none;
}
a:hover,a:active 
{
	color:#ef0050;
	text-decoration:none;
}
a img {
	border:0;
}

span.amp {
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}

/* Main */
#main {
	margin: 0 auto;
	background:#fff;
  text-align:left;
  
}

#main ol li{
  margin-left: 20px;
}

#content {
	float: left;
  width: 590px;
  font-family: Georgia, serif;
	padding:10px 2px 2px 5px;
}
#content p {
  font-size:15px;
  line-height:1.3em;
  padding-bottom: 12px;
}
#content ul li{
  font-size:15px;
  margin-left: 30px;
  list-style: disc; 
}
#sidebar {
	float: right;
	width: 205px;		
	padding: 10px 10px;
	font-family: Verdana,Tahoma, Arial, Serif;
	font-size:13px;
	margin-top:10px;
	border:#eee 1px solid;
  background-color:#f4f4f4;
}
#sidebar p{
  padding-top: 12px;
}
#sidebar a:link {
  border-bottom: 1px dotted;
}

#footer {
	margin: 0;
	width: 825px;
  clear: both;
  text-align: center;
}
#footer p {
	margin:0;
	font-size: 0.9em;
	text-align: center;
	color: #999;	
}
#footer hr {
  color: #eee;
  text-align: center;
}
#footer a:link {
	border-bottom: 1px dotted;
	border:0;
}

.smallcap {  
	font-variant:small-caps;
}
.aligncenter {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/* Award Winners Page */
.grid {
  display: table;
  border-spacing: 4px;
  margin: 0 auto;
} 
.row {
  display: table-row;
  clear: both;
}
.image {
  display: table-cell;
  background-color: #fff;
  vertical-align: top;
  text-align: center;
}
.twocols {
	width:47% !important;
}
.threecols {
	width:31% !important;
}
.image img {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
#content .image p {
  color: #777;
  font-family: Verdana,Tahoma, Arial, Serif;
  font-size: 70%;
  text-align: center;
  padding-top: 4px;
}

#content .image p a:link {
  border-bottom: 1px dotted;
}
/* press button */
.press {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.press:hover {
	color:#0000cc;
	text-decoration: none;
}
.press:active {
	position: relative;
	top: 1px;
}
.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
