body{
	background: #ffffff url(auk/bg.jpg) repeat-x center top;
	margin:0;
	padding:0 0 10px;
	font: 75%/1.5em Arial, Verdana, Tahoma, sans-serif;
	color: #808080;
	line-height: 1.5em;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #ff0000;
	background: inherit;
	text-decoration: underline;
}
/* list side by side */
.horizontal li {
	display:inline;
	clear: both;
}
/* list indent*/
ul.indent{ 
	padding:0 15px; 
}
/* list style*/
ul{ 
	padding:0; 
	margin:0; 
} 
li{ 
	padding:0; 
	list-style-type: none;
}
/* heading */
h1, h2 {
	font-family: 'Arial', Tahoma, Sans-serif;
}
h1 {
	font-size: 120%;
	font-weight: normal;
	color: #006699;
}
h2 {
	font-size: 95%;
	text-transform: uppercase;
	color: #808080;
}
h3 {
	font-size: 95%;
	font-family: arial, Tahoma, Sans-serif;
	color: #547cb7; 
}
img {
	border: 0px; 
}

#layout{
	width: 960px; /*Width of main page*/
	margin: 0 auto; /*Center container on page*/
}
#header {
	width: 960px;
	position: relative;
	height: 96px;
	background: transparent url(auk/header.png) no-repeat center top;
	padding: 0;	
	color: #FFFFFF;
}
.header_flash {
	display:block;
	position: relative;
	float: right;
	width: 365px;
	margin: 10px 15px 0 0;
	clear: both;
}
.logo a {
   display:block;
   position:absolute;
   width:255px;
   height:90px;
   margin:0 0 0 10px;
   background:transparent url(../images/auklogo.png) no-repeat left top;
   z-index:100; /* Places <span> on top of <a> text */  
}
.menu {
	display:block;
	position: relative;
	float: right;
	right: 10px;
	width: 700px;
	margin: 0;
	clear: both;
}
#contentwrapper {
	width: 960px;
	background: #efefef url(auk/content.png) repeat-y center top;
	margin: 0 auto;
	text-align: left;
	overflow:hidden;
}

#maincontent{
	clear: both;
	float: left;
	width: 664px;
	padding: 11px; 
	margin: 0;
	display: inline;
	min-height: 200px;
}
#maincontent h2 {
	font: bold 110% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #88ac0b; 
	padding: 0px 0 0px 30px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(../images/bullet.png) no-repeat 3px 50%;	
	text-transform: none;
}

#rightcolumn{
	float: left;
	padding: 10px 8px;
	width: 257px; /*Width of right column*/
	font-weight: normal;
	color: #808080;
	background: #ffffc0;
}

/* Footer */	
#footer {
	color: #808080;
	background: #ffffff url(auk/footer.png) no-repeat center top;
	clear: both;
	font-weight: normal;
	width: 960px;
	height: 68px;
	text-align: center;	
	padding: 20px 0 0 0;
	font-size: 100%;	
}
#footer a { 
	color: #808080;
	font-weight: normal;
	text-decoration: none; 	
	background: transparent;
}
#footer a:hover {
	color: #0000c0;
	font-weight: normal;
	background: transparent;
}
/* nav menu */
ul.dropdown  { 
position: relative; 
list-style-type: none;
}
ul.dropdown li { 
font-family: 'Arial', Tahoma, Sans-serif;
font-size: 14px;
font-weight: normal; 
float: right; 
zoom: 1; 
background: transparent; 
}
ul.dropdown a:hover { 
color: #808080; 
}
ul.dropdown a:active { 
color: #ffa500; 
}
ul.dropdown li a  {
display: block; 
padding: 0 8px; 
border-right: none;
color: #ffffff; 
}
ul.dropdown li:last-child a  { 
border-right: none; 
} /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover  { 
background: #F3D673; 
color: black; 
position: relative; 
}
ul.dropdown li.hover a  { 
color: black; 
}
/* sub nav 1 */
ul.dropdown ul { 
width: 140px; 
visibility: hidden; 
position: absolute; 
top: 100%; 
left: 0px; 
}
ul.dropdown ul li { 
font-weight: normal;
list-style-type: none; 
background: #ffa500; 
color: #000; 
border-bottom: 1px solid #ccc; 
float: none; 
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a { 
border-right: none; 
width: 100%; 
display: inline-block; 
} 
/* sub nav 2 */
ul.dropdown ul ul { 
left: 100%; 
top: 0; 
}
ul.dropdown li:hover > ul { 
visibility: visible; 
}
