@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serifArial;
	background-image: url(_Images/bg_top.png);
	background-repeat:repeat-x;
	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: #000000;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #0000CC;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
/* Containers */
.axyz3 #headcontainer {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 940px;
	padding: 20px 0 40px 0;
	background-image: url(_Images/bg_top2.png);
}
.axyz3 #container {
	background: #000000;
	margin: 0 auto 10px 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. */
	width: 900px;
	padding: 15px 20px;
	background-image: url(_Images/FieldActions-Bg_940x600.jpg);
	background-repeat: no-repeat;
}
.axyz3 #footercontainer {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 940px;
	padding: 0;
}
/* Elements */
.axyz3 #axyz3header {
	height: 25px;
	text-align: left;
	text-transform: uppercase;
	border: 0;
}
.axyz3 #newsheader {
	padding: 5px; /* the auto margins (in conjunction with a width) center the page */
	height: 16px;
	text-align: center;
	vertical-align: bottom;
	background-color: #FF0000;
	width: 890px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px auto;
}
.axyz3 #titleheader {
	padding: 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 24px;
	text-align: left;
	background-color: #0000CC;
	width: 890px;
	font-weight: bold;
	vertical-align: bottom;
	text-transform: uppercase;
}
.axyz3 #titleheader_white {
	padding: 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 24px;
	text-align: left;
	background-color: #FFFFFF;
	width: 890px;
	font-weight: bold;
	vertical-align: bottom;
	text-transform: uppercase;
}
.axyz3 #announceheader {
	padding: 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 18px;
	text-align: center;
	background-color: #CCCCCC;
	width: 890px;
	font-weight: bold;
	vertical-align: bottom;
	text-transform: uppercase;
}
.axyz3 #socialmediaheader {
	padding: 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 18px;
	text-align: right;
	background-color: #666666;
	width: 890px;
	font-weight: bold;
	vertical-align: bottom;
	text-transform: uppercase;
}
.axyz3 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.axyz3 #mainContent {
	margin: 0 -10px;
}
.axyz3 #footer {
	text-transform: uppercase;
	padding: 0;
} 
.axyz3 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#apDivMain {
	position:relative;
	width:470px;
	height:20px;
	z-index:1;
	left: 0px;
	top: 0px;
	visibility: visible;
	padding: 5px;
	text-transform: uppercase;
	background-color: #FFFFFF;
}
#apDiv_900px {
	position:relative;
	width:890px;
	height:20px;
	z-index:1;
	left: 0px;
	top: 0px;
	visibility: visible;
	padding: 5px;
	text-transform: uppercase;
	background-color: #FFFFFF;
}
#apDivFlash {
	position:relative;
	width:678px;
	height:20px;
	z-index:1;
	left: 1px;
	top: 0px;
	background-image: url(_Images/Black1x1_75Percent.png);
	visibility: visible;
	padding: 5px;
	text-transform: uppercase;
}
#apDiv2ndTopRight {
	position:relative;
	width:190px;
	height:20px;
	z-index:1;
	left: 0px;
	top: 90px;
	visibility: visible;
	padding: 5px;
	text-transform: uppercase;
	background-color: #FFFFFF;
}
#apDiv2ndTopLeft {
	position:relative;
	width:190px;
	height:20px;
	z-index:1;
	left: 0px;
	top: 85px;
	background-image: url(_Images/Black1x1_75Percent.png);
	visibility: visible;
	padding: 5px;
	text-transform: uppercase;
}
#apDiv2ndBottomLeft {
	position:relative;
	width:190px;
	height:20px;
	z-index:1;
	left: 0px;
	top: 85px;
	background-image: url(_Images/Black1x1_75Percent.png);
	visibility: visible;
	padding: 5px;
	text-transform: uppercase;
}
#apDiv2ndBottomRight {
	position:relative;
	width:190px;
	height:20px;
	z-index:1;
	left: 0px;
	top: 85px;
	background-image: url(_Images/Black1x1_75Percent.png);
	visibility: visible;
	padding: 5px;
	text-transform: uppercase;
}
#apDiv210x210 {
	position:relative;
	width:190px;
	height:20px;
	z-index:1;
	left: 0px;
	top: 85px;
	visibility: visible;
	padding: 5px;
	text-transform: uppercase;
	background-color: #FFFFFF;
}
#apDiv470x210 {
	position:relative;
	width:470px;
	height:20px;
	z-index:1;
	left: 0px;
	top: 85px;
	visibility: visible;
	padding: 5px;
	text-transform: uppercase;
	background-color: #FFFFFF;
}
/* Font styles */
.axyz3headerstyle {
	color: #FFFFFF;
	font-size: 21px;
}
.axyz3headerstyle2 {
	color: #333333;
	font-size: 21px;
	font-weight: bold;
}
.axyz3photostyle {
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
}
.axyz3photostyle2 {
	font-size: 17px;
	font-weight: bold;
}
.axyz3photostyle3 {
	font-size: 14px;
	font-weight: bold;
}
.footerstyle {
	color: #CCCCCC;
	font-size: 10px;
}
.newsstyle {
	color: #FF3300
}
