/* screen.css */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:980px;/* for mozilla*/
	background:#03224e;
	color:#000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	}
	
h1
	{
	font-weight:bold;
	margin:0px 0px 18px 0px;
	line-height:18px;

	}
		
#main h1
	{
	font-weight:bold;
	margin:0px 0px 18px 0px;
	line-height:18px;
	color: #0066CC;
	font-size: 14px;	
	}
p
	{
	line-height:18px;
	margin:0px 0px 18px 0px;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:980px;
	text-align:left;
	margin:auto;
	position:relative;
	background-image: url(images/bg_outer.gif);
	background-repeat: repeat-y;
	background-position: center;
	}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header
	{
	position:absolute;
	top:0;
	width:980px;
	height:312px;
	overflow:hidden;
	z-index:100;
	background:url(images/bg_header.jpg);
	}
#left 
	{
	position:relative;/*ie needs this to show float */
	width:189px;
	float:left;
	padding:322px 20px 0px 20px;
	background-color: #32AFDF;
	}
#main
	{
	width:480px;
	float:left;
	padding:10px 0px 0px 0px;
	}
	

#right
	{
	width:190px;
	float:right;
	background-color: #CEDB43;
	}
#right img
	{
	margin:0px 0px 10px 0px;
	}
#footer 
	{
	width:980px;
	clear:both;
	height:60px;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	color:#fff;
	background-color: #03224e;
	}
#footer p { padding:16px 0px 0px 10px; margin:0px; }
#footer a { color:#fff; text-decoration:none; }
#footer a:hover { text-decoration:underline; }
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:80px;/* for ie5 */
	he\ight:79px;/* for ie6 */
}

#centrecontent 
	{
	width:710px;
	float:right;
	padding:322px 20px 0px 0px;
	}
	
* html #centrecontent 
	{
	width:730px;
	float:right;
	padding:322px 20px 0px 0px;
	}
.galleryitem {
	background-color: #E3E4BA;
	padding: 10px;
	height: 160px;
	width: 120px;
	float:left;
	margin-right:18px;
	margin-bottom:15px;
	border: 1px solid #999999;
}

.galleryitem img{
	margin-bottom:5px;
	border: 1px solid #fff;
}
		
#clearfooter {width:100%;height:50px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-102px;} /*safari wrapper */

#nav li a
	{
	padding:10px 10px 10px 10px;
	width:190px;
	display:block;
	text-decoration:none;
	border-bottom:1px solid #fff;
	color:#367ecf;
	}
#nav li a:hover { background:#cccccc; color:#fff; }

#topnav
	{
	position:absolute;
	top:290px;
	right:10px;
	}
#topnav li 
	{
	float:left;
	margin:0px 0px 0px 0px;
	}
#topnav li a
	{
	color:#fff;
	text-decoration:none;
	padding:5px 10px 5px 5px;
	display:block;
	text-transform: uppercase;
	font-weight: bold;
	}
#imgb 
	{
	border: 1px solid #666666;
	}
#sponsorimage
	{
	margin:-10px 0px 0px 0px;
	border:solid;
	border-color:#333;
	border-width:1px;
		}
#news {
	border: 1px solid #FFFFFF;
	padding:10px;
	padding-bottom:0px;
	width:170px;

}

* html #news
{
width:190px;}



.storedd {
	color: #FFFFFF;
	background-color: #C6252D;
	padding: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #32AFDF;
	margin-bottom: 10px;
}
.azstore {
	background-color: #F0F0F0;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #CEDB43;
	width:450px;
}

.newsitem {
	background-color: #E3E4BA;
	padding: 15px;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0066CC;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #CB242B;
		width:450px;
}
.newsitem p{
	line-height:18px;
	margin:5px 0px 0px 0px;
}

.azstore td {
	font-size: 11px;
}

.padme {
	font-size: 11px;
}

#jobs td{
padding:5px;
line-height:17px;
}
.azstore p{
	line-height:18px;
	margin:5px 0px 0px 0px;
	font-size: 11px;
}

.storedd, .storedd p, .storedd td {
	font-size: 11px;
}


.storedd ul {
	list-style-type: none;
}
.storedd ul li  {
padding: 3px;
}

.storedd ul li a {
	color: #FFFFFF;
}

.storedd a {
	color: #FFFFFF;
}
h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #32AFDF;
}
#padme td {
	padding: 3px;
	font-size: 11px;
}
#tenantlogo {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
#idstores {
	font-size: 11px;
}
#smalllogo {
padding:5px;
float:right;
}

.infobox {
	position:relative;
    width:190px;
    }
.infobox img {
	position:relative;
	z-index:2;
    }
.infobox .more {
	display:block;
    position:absolute;
    z-index:3;
    left:-1px;
    top:-1px;
    width:190px;
    padding:78px 5px 5px;
	text-align:center;
    }

#store li{
	margin-left: 40px;
	list-style-type: square;
	line-height:12px;
	margin-top:5px;
}


#storeoffer li{
	margin-left: 20px;
	list-style-type: square;
	line-height:12px;
	margin-top:5px;
}