/********* BEGIN RESET STYLES *********/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td ,ul,ol{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}


:focus {
	outline: 0;
}
/********* END RESET STYLES *********/

/*-------/  TAG SELECTORS - BEGIN ALPHABETIZED LOOSELY  ---------------*/

/* ---------- BEGIN UNIVERSAL TEXT STYLES ---------- */
body, td, div, p{
font-family:Arial, Helvetica, sans-serif;
line-height:1.5em;
color:#7b7a7a;
}
div, td, h3, h4{
	font-size:9pt;
}

a{color:#0f5dd3;}
h2, h4,p{margin-bottom:0.5em;}
h2{font-size:10.5pt; color:#6c04be;}
h4{text-decoration:underline;}
/* ---------- END UNIVERSAL TEXT STYLES ---------- */

body
{
width:100%;
text-align: center;
background-color:#fff;
}

blockquote{margin:1em 0 1em 1em;}
blockquote, q {
	quotes: "" "";
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
ol li, ul li{
	margin:0;
	padding:0 0 0 1em;
}
ol, ul {
	padding-left:1.5em;
}

ol li{
	margin-bottom:1em;
}


ul {
	list-style-image:url("../images/09_au_arrow.gif");
}
.list-alpha {
	list-style-image:none;
	list-style-type:lower-alpha;
}
.list-num {
	list-style-image:none;
	list-style-type:decimal ;
}

/* --------- BEGIN - GLOBAL CLASSES ---------  */

/* ---------    vertical spacers  ---------  */
.sp5{line-height:5px;}
.sp10{line-height:10px;}
.sp14{line-height:14px;}
.sp15{line-height:15px;}
.sp20{line-height:20px;}

/* --------- general Colors ---------  */
.burg {color:#4f0202;}

/* ---------   floats & alignment ---------    */
.left{float:left;}
.right{float:right;}

/*.clear{clear:both; line-height:2px; width:1px; display:none;}*/
.clear{position:relative; clear:both; line-height:0px; width:1px; height:0px; }
html>body .clear{clear:both; line-height:0px; width:1px; }
.kill-br br{display:none;}
 html > body .clear{ display:block;}

/* ---------  formatting ---------    */
.bold { font-weight:bold; }
.hide{display:none;}

.icon-pdf{
	display:inline-block;
	padding-left:25px;
	background: url(/images/pdf-icon.gif) center left no-repeat;
	line-height:2em;
}


/* ---------   content padding ---------  */
.inside5{padding:0px 5px;}
.inside10{padding:0px 10px;}
.inside20{padding:0px 20px;}
/* --------- END - GLOBAL CLASSES ---------  */

/* ---------  BEGIN:: site structure  ---------    */

#site {
	position:relative;
	float:none;
	width:830px;
	margin-top:2em;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	color:#494949;
	/*overflow:hidden;*/
	background: url(../images/09_au_bkg_site.gif) 0px 0px repeat-y;
}

#header {
	float:right;
	width:166px;
	height:112px;
}
.masthead{
	display:block;
	float:left;
	width:166px;
	height:123px;
}
	#mh1{
		background: url(../images/09_au_mast_1.jpg) 0px 0px no-repeat;
	}
	#mh2{
		background: url(../images/09_au_mast_2.jpg) 0px 0px no-repeat;
	}
	#mh3{
		background: url(../images/09_au_mast_3.jpg) 0px 0px no-repeat;
	}
	#mh4{
		background: url(../images/09_au_mast_4.jpg) 0px 0px no-repeat;
	}
	#mh5{
		background: url(../images/09_au_mast_5.jpg) 0px 0px no-repeat;
	}
/* ---------  all:: logo  ---------    */
#logo {
	width:830px;
	height:123px;
}
	#logo a{display:block;width:100%;height:123px;}
/* ---------  all:: top navigation  ---------    */
#main-nav{
	clear:both;
	margin-left:13px;
	width:805px;
	height:32px;
	background:url(../images/09_au_bkg_nav_main.jpg) 0px 0px repeat-x;
}
/* navigation: #nav
 * ------------------------------------------------------------------------- */
#nav-left, #nav-mid, #nav-right{float:left;}
#nav-right{float:right;}
#nav-left{
	width:7px;
	height:32px;
	background:url(../images/09_au_nav_lead.jpg) 0px 0px no-repeat;
}
#nav-mid{
	padding-left:23px;
	width:760px;
	height:32px;
}
#nav-right{
	width:9px;
	height:32px;
	background:url(../images/09_au_nav_end.jpg) 0px 0px no-repeat;
}

/***********************************/
#nav {
	display:block;
	padding:0; 
	margin:0;
	width:706px;
	list-style:none; 
	height:32px; 
	position:relative; 
	z-index:200; 
}

#nav li.top {
	display:block;
	float:left;
	padding:0 10px;
	background:url(../images/09_nav_main_divider.jpg) 99% 0 no-repeat;
}
#nav li#top-1{padding:0 10px 0 0;}
#nav li a {
	display:block;
	float:left;
	line-height:32px;
	height:32px;
	text-decoration:none;
	cursor:pointer;
	color:#fff;
}
#nav li a:hover {color: #f3b715;}
/***********************************/

#main {
	margin-left:42px;
	width:766px;
	background: url(../images/09_au_bkg_content_gray.gif) 0px 0px repeat-y;
}

#content {
	float:left;
	width:381px;
}

#sidebar {
	float:right;
	width:342px;
}
#footer {
	margin-left:13px;
	width:805px;
	height:3em;
	line-height:3em;
	text-align:center;
	color:#cdb681;
	background-color:#5d0e89;
}
#footer a{
	display:inline-block;
	padding:0 15px;
	color:#fff;
	height:3em;
	line-height:3em;
}
#footer a:hover{
	color:#f3b715;
}
#footer-end {
	width:830px;
	height:15px;
	line-height:15px;
	background: url(../images/09_au_bkg_footer_main.gif) 0px 0px no-repeat;
}
/* ---------  END:: site structure  ---------    */


/******* CONTACTS - CUSTOM ***********/
.block-contacts{
	display:block;
	float:left;
	margin-right:0.6em;
	width:48%;
}
.block-contacts p{
	margin-bottom:2em;
}

.title-contacts{
	display:block;
	margin-bottom:2em;
	width:240px;
	height:37px;
	line-height:37px;
	text-align:center;
	background:url(../images/09_bkg_title_contacts.gif) 0 0 no-repeat;
	color:#fff;
}