@charset "utf-8";
/* neutralize browser styles */
body, html {
	margin:0;
	padding:0;
	}
	
/* Layout styles start here*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2B347D url(../images/body_bg.jpg);
	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 */
}

/* neutralize browser spacing for vertical elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
	}

/* ---------All layout generic styles---------------- */
#container  {
	width: 750px;
	margin: 10px auto 0;
	padding: 0;
	text-align: left;
	background: #fff;
} 

/* ---------Header specific styles here---------------- */
#header {
	background: url(../images/azft_logo_750.gif) no-repeat;
	margin: 0;
	height: 115px;
	width: 750px;
}
#header h1 {
	text-indent: -1000em;
}

/* -------------- Navbar specific styles -------------*/
#navbar  {
	padding: 0;
	margin: 0;
	background: #AB3925 url(../images/navbar_bg_copper.gif) repeat-x;
	height: 30px;
}

/* -- Navbar Main navigation menu --*/
#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 950px;
}
#navbar li {
	float: left;
	background:url(../images/navbar_sep.gif) no-repeat top left;
	display: block;
	margin: 0;
	padding: 0;
}
#navbar ul a:link,#navbar ul a:visited{
	color: #fff;
	display: block;
	font-size:12px;
	line-height: 2.3em;
	padding: 0 1.25em 0;
	text-decoration: none;
	height: 30px;
	float: left;
}
#navbar ul a:hover{
	background:url(../images/navbar_bg_dkGold.gif) repeat-x;
	color:#A6331F;
	border: none;
}
#navbar ul a.current{
	background:url(../images/navbar_bg_gold.gif) repeat-x;
	color:#a6331f;
}

/* ---------mainContent specific styles here---------------- */
#mainContent  {
	padding: 40px;
}
#mainContent h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #D42129;
	padding-bottom: .5em;
}
#mainContent h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #2C347D;
	padding-bottom: 0.25em;
}
#mainContent p {
	font-size: 0.95em;
	line-height: 125%;
	color: #2B347D;
}
#mainContent ul, #mainContent ol {
	padding: 0 20px .75em 40px;
}
#mainContent li {
	color: #2B347D;
	padding-bottom: .5em;
}


/* -------------- Footer specific styles -------------*/
#footer  {
	padding: 15px;
	background: #fff;
}
#footer p {
	font-size: 0.8em;
	text-align: center;
	color: #2C347D;
}
#footer a:link,#footer a:visited {
	color: #029DB8;
}
#footer a:hover,#footer a:active {
	color: #AB3925;
}
form {
	font-size: .85em;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0;
} 
.disclaimer {
	font-size: 0.85em;
	color: #2C347D;
}
		
.paddingTop {
	padding-top: .5em;
}

