@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #0d5e82;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #0d5e82;
	letter-spacing:.025em;
}
a {
	color:#29a8e0;
	text-decoration: none;
}
a:hover {
	background: #fbed1f;
}
h1 {
	font: arial;
	font-weight: lighter;
	font-size: 30px;
	color: #0d5e82;
	margin:0 0 0 15px;
	background: #fbed1f;
	padding: 5px 15px;
	width: 50%;
	text-align: left;
}
p {
	padding: 10px 15px;
	width: 65%;
	line-height: 18px;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #29a8e0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom: 40px;
	padding-top:20px;
}
.oneColFixCtr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px 0px 0px 40px;
	position:relative;
}

.corners-top, .corners-bottom {
	margin: 0px 0px 0px 40px;
	background:transparent url(/images/corners.gif) no-repeat scroll 0 0;
	height:6px;
	width:553px;
	overflow:hidden;
}
.corners-bottom {
	background:transparent url(/images/corners-bottom.gif) no-repeat scroll 0 0;
}
#right-column {
	background-color: #0d5e82;
	width: 322px;
	position:absolute;
	left: 70%;
	top: 20px;
	padding: 15px;
	display: inline;
}

#aaj-logo {
	padding: 15px;
	margin-left: 41px;
	}
#header {
	padding: 38px;
	margin-left: 41px;
}
#mainContent {
	background-color: #FFFFFF;
	width: 513px;
}

#location {
	font: arial;
	font-weight: bold;
	font-size: 10px;
	color: #0d5e82;
	margin:0 0 15px 15px;
	background: #fbed1f;
	padding: 0px 15px 5px 15px;
	width: 50%;
	text-align: left;
}

#pagination {
	margin-top: 40px;
	font-size: 11px;
	font-weight:bold;
}
.style1{
	color: #CCCCCC
}

#mainflash {
}

#logo-link	{ 
	margin-top:12px;
	width:105px; 
	height:60px;  
	text-decoration:none; 
	display:block; 
	background-image:url(/images/action-button.png); 
	background-position:0 0; 
	}
	
#logo-link:hover{ background-position:0 60px; }
