 /* Style from main menus and drop downs @import url('menu.css'); */
/*
 * Website Main Style Sheet
 * @author: 	webteam@ab.gov.ag / k browne
 * @created:	25th April, 2013
 * @license:	closed
 */

 /* Eric Mayer (http://meyerweb.com/eric/tools/css/reset/) Web Page Reset 
  ------------------------------------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {font-weight:bold;}
textarea:focus, input:focus{outline: none;}

.centered {margin-left:auto; margin-right:auto;}
.hidden {display:none;}
.hbox{overflow: auto;}

/* Main layout styles
------------------------------------------------------------------------------------------ */
#page_crown
{
	padding:5px;
	border-bottom:solid 1px #eee;
	overflow:auto;
}
#flag 
{
	margin-top:10px;
	display:block;
	margin-left:25px;
	margin-right:20px;
}
#page_crown_content
{
	width:980px;
}
#page_crown_content img {float:left;}
#page_crown_content a
{
	color:#777;
	font-family:Trebuchet MS;
	font-size:14px;
	text-decoration:none;
	display:block;
	float:left;
	margin:20px 0px 0px 10px;
	font-style:italic;
}
#page_crown_content a:hover {color:#257AA6;}

#header_content
{
	overflow:hidden;

	padding-top:3px;
}
.page > header > nav
{
	background-color:#257AA6;
	overflow:auto;
	min-height:75px;
	border-top:solid 3px #01A9D0;
	background-color:#65BF2A;
}

#frm_search
{
	float:right;
	width:200px;
	border:solid 1px #bbb;
	border-radius:3px;
	background-color:#eee;
	margin-top:29px;
}
#frm_search input[type="submit"]:hover {cursor:pointer;}
#frm_search input[type="submit"]
{
	display:block;
	float:right;
	padding:3px;
	width:30px;
	background-color:#fff;
	border:0px;
	background-image:url('../images/search_icon.png');
	background-repeat:no-repeat;
	background-position:center;
}
#frm_search input[type="text"]
{
	padding:4px;
	border:0;
	border-right:dotted 1px #ccc;
	font-family:Tahoma;
	width:160px;
}
#minister_img
{
	float:right;
}
.action-button
{
	padding:10px;
	background-color:#65BF2A;
	color:#fff;
	font-family:Verdana;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	border-radius: 5px;
	border:solid 1px #3B7018;
}
.info-section .action-button
{
	float:right;
}
/* Main Navigation Styles
------------------------------------------------------------------------------------------ */
#main_nav
{
	width:960px;
	background-color:#3B7019;
	margin-top:15px;
	border-radius:3px;
	overflow:auto;
	padding:10px;
	min-height:26px;
}
#nav_content
{
	width:980px;
	overflow:auto;
	margin-bottom:10px;
	min-height:50px;
}
#home_carousel img
{
	border-bottom-left-radius:3px;
	border-bottom-right-radius: 3px;
}
.dropdown
{
	
	width:180px;
	min-height:55px;
	background-color:#257BA7;
	border:solid 1px #257BA7;
	position:absolute;
	z-index:100;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	padding:3px 0px;
	margin:4px auto; 
	position:absolute;  
	left:-999em;
}
.dropdown a
{
	padding:10px;
	font-size:13px;
	color:#fff;
}
/* ------------------------------------------------------------------------------------------ */
#home_carousel
{
	float:left;
	width:620px;
	height:315px;
	background-color:#f8f8f8;
	margin-left:10px;
}
#home_news
{
	float:right;
	width:316px;
	overflow:auto;
	padding:10px;
	min-height:250px;
	margin-right:10px;
}
#home_news h2
{
	font-family:Tahoma, Arial;
	font-size:18px;
	color:#ecc553;
	font-weight:300;
	letter-spacing:1px;
	margin-bottom:15px;
}
.news-item+.news-item {margin-top:15px;}
.news-item
{
	width:300px;
	min-height:50px;
}

.news-item-date
{
	color:#ccc;
	font-family:Arial;
	font-size:12px;
	font-style:italic;
	margin-bottom:3px;
}
.news-item-summary
{
	text-decoration:none;
	color:#fff;
	font-family:Arial;
	font-size:14px;
	letter-spacing:.5px;
}
footer
{
	background-color: #F0F0E1;
	font-size:11px;
	font-family:Arial;
	border-top:solid 2px #01A9D0;
	overflow:auto;
}
#footer_tail
{
	background-color:#B8B8AD;
}
footer #footer_body
{
	padding:0px 20px 20px 20px;
	min-height: 80px;
	background-color: #F0F0E1;
	overflow: auto;
}
footer #footer_cnt
{
	width:980px;
	padding:20px 0px;
}
#footer_cnt p {margin-left:25px; font-style:italic;}

#footer_contact
{
	float:right;
}
#footer_contact h1
{
	font-family:Arial;
	font-size:35px;
	font-weight:bold;
	color:#68C02E;
}
#footer_contact p
{
	line-height:1.5em;
	font-family:Tahoma;
	color:#555;
	font-size:15px;
	padding:5px;
}
.footer-links + .footer-links {margin-left:25px;}
.footer-links
{
	float:left;
	width:200px;
}
.footer-links h3
{
	padding:10px;
	font-family: Verdana;
	font-size:13px;
	background-color:#68C02E;
	color:#fff;
	text-align: center;
}
.footer-links ul 
{
	padding:25px 0px 0px 25px;
	font-family:Arial;
	font-size:12.5px;
	list-style-type:square;
}
.footer-links ul li+li
{
	margin-top:10px;
}
.footer-links ul li a:hover {text-decoration: underline;}
.footer-links ul li a
{
	text-decoration:none;
	color:#00A9D0;
}

/* Home Page Styles
------------------------------------------------------------------------------------------ */
#home_content
{
	min-height:400px;
	background-color:#fff;
	width:980px;
	padding-top:10px;
	overflow:auto;
}

.info-section
{
	min-height:180px;
	width:310px;
	float:left;
	padding:5px;
	overflow: auto;
}
.info-section + .info-section
{
	/* border-left:dotted 1px #ddd; */
	margin-left:10px;
}
.info-section h1
{
	font-size:30px;
	font-family:Verdana,Arial;
	font-weight:bold;
	color:#02AACF;
}
.info-section p
{
	font-family:Verdana;
	font-size:13px;
	color:#888;
	padding:5px 0px;
	line-height: 1.5em;
}
.info-section ul
{
	padding-left:25px;
	font-family:Arial;
	font-size:12.5px;
	list-style-type:square;
}
.info-section ul li+li
{
	margin-top:10px;
}
.info-section ul li a:hover {text-decoration: underline;}
.info-section ul li a
{
	text-decoration:none;
	color:#00A9D0;
}
 #home_spectrum_assignment ul
 {
 	padding:20px 0px 0px 25px;
	font-family:Arial;
	font-size:12.5px;
	list-style-type:square;
 }
#home_spectrum_assignment ul li+li
{
	margin-top:10px;
}
#home_spectrum_assignment ul li a:hover {text-decoration: underline;}
#home_spectrum_assignment ul li a
{
	text-decoration:none;
	color:#00A9D0;
}
.section-header
{
	font-size:32px;
	font-weight:bold;
	font-family:Tahoma, Verdana;
	border-bottom:solid 3px #000;
	padding-bottom:5px;
}
#home_info
{
	margin-bottom:25px;
	overflow:auto;
}
#home_national_plan
{
	overflow: auto;
	margin-bottom:25px;
}
#home_national_plan p
{
	font-family:Arial;
	font-size:14px;
	color:#555;
	line-height:1.5em;
	float:left;
	width:500px;
	padding:10px 0px 10px 0px;
}
#home_spectrum_assignment
{
	float:left;
	width: 450px;
	height:150px;
	padding:0px 0px 5px 10px;
	border-left:dotted 1px #ccc;
	margin-top:10px;
}
#home_spectrum_assignment h3
{
	font-family:Verdana;
	font-size:20px;
	font-weight: bold;
}
/* Detail Page Styles
------------------------------------------------------------------------------------------ */
#main_content
{
	width:610px;
	display:table-cell;
	min-height:500px;
	padding:10px;
}
#main_content h1, h2
{
	font-size:25px;
	color:#257BA7;
	font-family:Tahoma, Arial, sans-serif;
	font-weight:bold;
	padding:10px 0px;
}
#main_content h2
{
	font-size:18px;
}
#main_content p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14.5px;
	color:#555;
	line-height:1.6em;
}
#main_content p+p, p+h1
{
	margin-top:20px;
}
#main_content ul
{
	border:dotted 1px #ccc;
	background-color:#f8f8f8;
	padding:10px 10px 10px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#555;
	line-height:1.5em;
	list-style-type:disc;
	margin-bottom:20px;
}
#main_content ul li+li
{
	margin-top:10px;
}
#detail_sidebar
{
	width:320px;
	padding:10px;
	min-height:250px;
	overflow:auto;
	display:table-cell;
	background-color:#f0f0f0;
	border-left:solid 5px #ccc;
}
#detail_main
{
	width:980px;
	overflow:auto;
	display:table;
}
#disclaimer_link
{
	float:right;
	font-size:12px;
	color:#000;
	text-decoration:none;
	font-style:italic;
}

#disclaimer_link:hover
{
	color:#257BA7;
}


/* highlights for main menu common style */

#home_page #home_link , #about_page #about_link, #license_page #license_link, #policies_page #policies_link,
#national_plan_page #national_plan_link, #reports_page #reports_link, #contact_page #contact_link
{
	background: #257BA7;
	border-radius: 2px;
}

#home_page #home_link a, #about_page #about_link a, #procedures_page #procedures_link a, #trade_page #trade_link a,
#legislation_page #legislations_link a, #case_page #case_link a, #forms_page #forms_link a
{
	color:#fff;
	text-shadow: 1px 1px 1px #257BA7;
}

/* Text styles
------------------------------------------------------------------------------------------ */
.page-header-txt
{
	font-size:32px;
	color:#fff;
	font-family:Georgia;
	margin-top:15px;
	margin-left:10px;
	letter-spacing: 1px;
}
/* Table styles
  ------------------------------------------------------------------------------------------ */
 .detail-table
 {
 	width:610px;
 	border:solid 1px #ccc;
 	margin:10px 0;
 	font-size:10px !important;
 }
.detail-table thead
{
	border:solid 1px #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	background-color:#CED8FB;
	color:#3F58BF;
}
.detail-table thead th
{
	padding:15px;
}
.detail-table tr td
{
	border-right:solid 1px #ccc;
	padding:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	border-bottom:solid 1px #ccc;
}
.requirements-table tr td
{
	text-align:left !important;
}
.row-odd
{
	background-color:#E8EDFF;
}
.detail-table .left-row
{
	text-align:left;
}
.row-even
{
	background-color:#f6f6f6;
}

/* Forms styles
  ------------------------------------------------------------------------------------------ */
#calculator
{
	padding:15px;
	width:580px;
	border:solid 1px #ccc;
	background-color:#f6f6f6;
	overflow:auto;
}
.field
{
	padding:5px;
}
.field + .field {border-top:dotted 1px #ddd;}
.field label
{
	font-size:18px;
	display:block;
	float:left;
	width:150px;
	font-family:Trebuchet MS;
	margin-top:12px;
	font-weight:bold;
	margin-right:15px;
}
.field input[type="text"]
{
	padding:10px;
	font-size:13px;
	font-family:Segoe UI, Arial;
	border:solid 1px #ccc;
	width:350px;
}
.field select
{
	padding:10px;
	font-size:13px;
	font-family:Segoe UI, Arial;
	border:solid 1px #ccc;
	width:373px;
}
#item_cost
{
	text-align:right;
	font-weight:bold;
	font-size:20px;
}
#controls
{
	width:544px;
	overflow:auto;
}
#controls button
{
	float:right;
	font-weight:bold;
}
#total_tax
{
	float:right;
	margin-right:35px;
	margin-top:30px;
}


#date_time
{
	float:right;
	padding:5px;
	width:280px;
	height:50px;
	overflow:auto;
}
#site_date
{
	padding-right:10px;
	border-right:dotted 1px #ccc;
	width:120px;
	float:left;
	margin-right:15px;
}
#site_date p
{
	font-family:Verdana;
	color:#555;
	font-size:13px;
}
#site_date h2
{
	font-size:28px;
	padding:0px;
}
#site_time
{
	float:left;
}
