/* +------------------------------------------------------------------------+ */
/* | PROPERTY OF ADKNOWLEDGE, COPYRIGHT 2009								| */
/* +------------------------------------------------------------------------+ */
/* +------------------------------------------------------------------------+ */
/* | GLOBAL STYLES															| */
/* +------------------------------------------------------------------------+ */

html, body { width: 100%; height: 100%; }

html,body,div,form,input { margin: 0px; padding: 0px; }

h1, h2, h3, h4, p, ul {
	font-weight: normal;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

img { border: none; text-decoration: none; }

body {
	background: #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

a, div { outline: none; }

textarea { font-family: Arial, Helvetica, sans-serif; }

select.txt, input.txt, textarea.txt { padding-left: 3px; border: 2px solid #A8A8A8; color: #666; font-size: 11px; }
select.txt:focus, input.txt:focus, textarea.txt:focus { border: 2px solid #FFCF84 !IMPORTANT; }

/* +------------------------------------------------------------------------+ */
/* | CHROME STYLES															| */
/* +------------------------------------------------------------------------+ */

#bdy {
	background: url(../images/bg/bg_bdy_sdw.png) repeat-y;
	width: 900px;
	padding: 0px 10px;
	margin: 0px auto;
}

/* +----------------------------------------+ */
/* | HEADER							    	| */
/* +----------------------------------------+ */

#hdr { height: 100px; background: #FFF; position: relative; }

#hdr .logo {
	background: url(../images/img/img_logo_adk.gif) center no-repeat;
	width: 300px;
	height: 100%;
	margin-left: 25px;
	float: left;
}

#hdr .tagline {
	position: absolute;
	top: 28px;
	left: 375px;
	font-size: 16px;
	line-height: 22px;
	display: none;
}

.ftr_tagline { display: none; }
#pg_main .ftr_tagline { display: inline; }

#pg_main #hdr .tagline { display: block; }

#hdr .tagline span { margin-left: 40px; }
#hdr .tagline span span { margin: 0px; font-size: 9px; position: relative; bottom: 8px; }

#hdr .content_rt { float: right; top: 0px; right: 0px; position: absolute; width: 200px; }

#hdr .login_btns { overflow: hidden; position: absolute; right: 0px; }
#hdr .login_btns a { color: #FFF; text-decoration: none; text-indent: 12px; padding-top: 3px; font-size: 11px; }
#hdr .login_btns a:hover { text-decoration: underline; }

#hdr .content_rt .login_pub_btn,
#hdr .content_rt .login_adv_btn {
	background: url(../images/btn/btn_login_spt.gif) no-repeat;
	float: left;
	width: 75px;
	height: 20px;
}

#hdr .content_rt .login_btns span { float: left; margin-top: 5px; }
#hdr .content_rt .login_pub_btn { background-position: -75px 0; }

.flag_btns a {
	background: url(../images/icn/icons_32x32_spt.gif) no-repeat;
	height: 16px;
	width: 32px;
	display: block;
	float: right;
	margin-right: 10px;
}

/* HEADER FLAGS */
#hdr .flag_btns { margin: 75px 0px 0px 0px; }
#hdr .flag_btns a.btn_usa_flag { background-position: 0 -72px; }
#hdr .flag_btns a.btn_aus_flag { background-position: 0 -200px; }
#hdr .flag_btns a.btn_uk_flag { background-position: 0 -328px; }

#hdr .flag_btns a.btn_usa_flag:hover { background-position: 0 -8px; }
#hdr .flag_btns a.btn_aus_flag:hover { background-position: 0 -136px; }
#hdr .flag_btns a.btn_uk_flag:hover { background-position: 0 -264px; }

.country_usa #hdr .flag_btns a.btn_usa_flag { background-position: 0 -8px; }
.country_aus #hdr .flag_btns a.btn_aus_flag { background-position: 0 -136px; }
.country_uk #hdr .flag_btns a.btn_uk_flag { background-position: 0 -264px; }

/* FOOTER FLAGS */
#ftr .flag_btns { margin: 10px 0px 0px 0px; }

#ftr .flag_btns a.btn_usa_flag { background-position: 0 -104px; }
#ftr .flag_btns a.btn_aus_flag { background-position: 0 -232px; }
#ftr .flag_btns a.btn_uk_flag { background-position: 0 -360px; }

#ftr .flag_btns a.btn_usa_flag:hover { background-position: 0 -40px; }
#ftr .flag_btns a.btn_aus_flag:hover { background-position: 0 -168px; }
#ftr .flag_btns a.btn_uk_flag:hover { background-position: 0 -296px; }

.country_usa #ftr .flag_btns a.btn_usa_flag { background-position: 0 -40px; }
.country_aus #ftr .flag_btns a.btn_aus_flag { background-position: 0 -168px; }
.country_uk #ftr .flag_btns a.btn_uk_flag { background-position: 0 -296px; }


/* +----------------------------------------+ */
/* | NAVIGATION						    	| */
/* +----------------------------------------+ */

#nav_gbl { background: url(../images/bg/bg_all_spt.gif) 0 0px repeat-x; height: 26px; }
#nav_gbl li {
	float: left;
	text-align: center;
	border-right: 1px solid #516B81;
	height: 26px;
}

#nav_gbl li a {
	width: 120px;
	height: 26px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
}

#nav_gbl li a span { position: relative; top: 5px; }
#nav_gbl li a:hover { background: url(../images/bg/bg_all_spt.gif) 0 -26px repeat-x; }

#pg_main #nav_gbl li a.link_main,
#pg_adv #nav_gbl li a.link_adv,
#pg_pub #nav_gbl li a.link_pub, 
#pg_about #nav_gbl li a.link_about,
#pg_contact #nav_gbl li a.link_contact {
	background: url(../images/bg/bg_all_spt.gif) 0 -52px repeat-x;
}

/* +----------------------------------------+ */
/* | SUB NAVIGATION					    	| */
/* +----------------------------------------+ */

.sub_nav .box_mid { padding: 0px !IMPORTANT; }
.sub_nav .box_top_mid h4 {
	background: none !IMPORTANT;
	padding: 0px !IMPORTANT;
	margin: 0px !IMPORTANT;
	right: 5px;
}

.sub_nav a.nav_link {
	display: block;
	text-decoration: none;
	color: #666;
	font-size: 14px;
	padding: 6px 5px 6px 10px;
}

.sub_nav a.nav_link span.img {
	background: url(../images/icn/icons_16x16_spt.gif) 0 -32px no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 5px;
}

.sub_nav a.nav_link:hover { background: #D9E4EE; }

.pg_about .sub_nav a.sub_link_about,
.pg_press .sub_nav a.sub_link_press,
.pg_careers .sub_nav a.sub_link_careers {
	background: #C0BFC0;
	color: #FFF;
	font-weight: bold;
}

.pg_about .sub_nav a.sub_link_about span.img,
.pg_press .sub_nav a.sub_link_press span.img,
.pg_careers .sub_nav a.sub_link_careers span.img {
	background-position: 0 -48px;
}

/* +----------------------------------------+ */
/* | CONTENT						    	| */
/* +----------------------------------------+ */

#content_top {
	background: url(../images/bg/bg_all_spt.gif) 0 -78px repeat-x;
	height: 270px;
	border-bottom: 4px solid #6990AF;
	position: relative;
}

#content_mid { background: #EDEDED url(../images/bg/bg_content_mid.gif) repeat-x; overflow: hidden; }

.title_area { padding: 30px 0px; color: #FFF; position: absolute; width: 100%; overflow: hidden; }
.title_area .content_lt { float: left; width: 390px !IMPORTANT; padding-left: 20px; }
.title_area .content_rt { position: absolute; right: 0px; top: 0px; }
.title_area p { line-height: 18px; }

.title_area .txt_area { height: 200px; margin-bottom: 10px; overflow: auto; }
#pg_pub .title_area .txt_area {
	 height:220px;
}

.title_area .txt_area a { color: #FFF; }

.title_area .image_area img { border: 2px solid #C8E7F7; position: relative; top: -12px; left: 5px; }
.title_area .content_rt .graphic_area { overflow: hidden; width: 480px; height: 270px;  }

/* +----------------------------------------+ */
/* | FOOTER							    	| */
/* +----------------------------------------+ */

#ftr {
	background: #245A78;
	border-bottom: 4px solid #D1D1D1;
	overflow: hidden;
	font-size: 11px;
}

.ftr_sdw {
	background:url(../images/bg/bg_ftr_sdw.png) no-repeat;
	width: 920px;
	height: 10px;
	margin: 0px auto;
}

#ftr .content_lt { float: left; width: 60%; }
#ftr .content_rt { float: right; }

.nav_ftr { color: #FFF; margin: 10px; }
.nav_ftr a { color: #FFF; text-decoration: none; }
.nav_ftr a:hover { border-bottom: 1px solid #FFF; }

#ftr .content_lt p { color: #D5D5D5; line-height: 14px; margin: 0px 0px 10px 10px; }