/*
-----------------------------------------------
AzteQ Solutions content.css
----------------------------------------------- */
html,body {
	margin: 0;
	width: 100%;
	height: 100%;
}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 62.5%;
	color: #333;
	background: #CCC;
}

/* Special formatting
---------------------------------------*/
body { line-height: 1.5; }
a img { border: 0; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
fieldset, form, legend {
	margin: 0;
	padding: 0;
	border: 0;
}
/* Cope with font squishing */
li li, li p, li dt, li dd, li address, 
dt li, dd li, dt p, dd p,
p p, blockquote p, 
td td, td p, td li, td dt, td dd { 
    font-size: 1em !important;
}

.hide { display: none; } /* hide elements */
.postit, .sep { /* invisible semantic headers - using off left technique */
	position: absolute;
	left: -10000px;
	margin: 0 !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Main element formatting
---------------------------------------*/
p {
    font-size: 1.2em;
}

ul {
    font-size: 1.2em;
}

a:link, a:visited {
	color: #333192;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4 {
	color: #333192;
}
h1 {
    font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
.home h2 {
    margin-bottom: 0;
}

h2.separator {
    padding-top: 0.7em;
    border-top: 2px solid #faa634;
}

h3 + p {
    margin-top: 0;
}

h3 {
	margin: 1.2em 0 0;
	padding: 0;
	color: #222;
	font-size: 1.4em;
	font-weight: bold;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-weight:bold;
}

label {
	font-weight: bold;
}

a img {
    border: none;
}

/* Clearfix
---------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* Structural elements
---------------------------------------*/
.container {
	width: 1035px;
	margin: 10px auto;
	border: 2px solid #333192;
	/* Standard */
	border-radius: 10px;
	/* Webkit*/
	-webkit-border-radius: 10px;
	/* Mozilla */
	-moz-border-radius: 10px;
	background: #FFF;
}

.content {
    width: 100%;
    font-size: 1em;
}



/* Header
---------------------------------------*/
.header {
    width: 995px;
    height: 87px;
    padding: 20px 20px 0;
}
.header img {
    float: left;
}

.header .standardsWrapper {
    float: right;
    width: 130px;
    margin-top: 20px;
}
.header .standardsWrapper .bsNumber {
    float: left;
    padding: 2px 5px 2px 0;
    border-right: 1px solid #333;
}
.header .standardsWrapper .isoNumber {
    float: left;
    padding: 2px 0 2px 5px;
}

/* Footer
---------------------------------------*/
.footer {
	clear: both;
	height: 20px;
	width: 995px;
	padding: 5px 20px;
	color: #FFF;
	/* Standard */
	border-radius: 8px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	/* Webkit*/
	-webkit-border-radius: 8px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	/* Mozilla */
	-moz-border-radius: 8px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	background: #333192;
}

.footer p.copyright {
    float: left;
	margin: 0;
	padding: 1px 10px 1px 0;
}

.footer .vcard,
.footer .vcard .adr {
    float: left;
    font-size: 1.1em;
}
.footer .vcard .adr div,
.footer .vcard .adr span {
    float: left;
    margin-right: 0.5em;
    padding: 1px 0;
}
.footer .vcard .tel {
    float: left;
    padding: 1px 5px;
    font-size: 1.1em;
}

/* Menu
---------------------------------------*/
.menu {
    width: 995px;
    height: 30px;
    margin: 0 0 14px;
    padding: 0 20px;
}
.menu ul {
    margin: 0;
    padding: 0;
    font-size: 1.1em;
    list-style: none;
}
.menu ul li {
    float: left;
    width: 127px;
    height: 30px;
    margin: 0 3px 0 0;
    list-style: none;  
}
.menu ul li a {
    display: block;
    margin: 0;
    padding: 9px 10px;
    color: #FFF;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    background: url(../img/bg_menu.png) 0 0 no-repeat; 
}
.menu ul li.current a,
.menu ul li a:hover {
    color: #333192;
    font-style: normal;
    background: url(../img/bg_menu.png) 0 -30px no-repeat; 
}

/* Columns
---------------------------------------*/
.colLayout {
	display: block;
}
.colLayout:after {
    display: block;
    clear: both;
    height: 0;
    content: ".";
    visibility: hidden;
}
.colLayout .colPart {
	float: left;
}

/* 2 Cols */
.colLayout.twoCol .colPart {
	width: 48%;
}
.colLayout.twoCol .colPart + .colPart {
	float: right;
	margin-right: 0 !important;	
}

/* Quick links
---------------------------------------*/
.secondary .quickLinks {
    width: 203px;
    height: 196px;
    padding: 25px 5px 5px;
    background: url(../img/bg_panel_home.gif) 0 0 no-repeat;
}
.quickLinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.quickLinks ul li {
	margin: 0 0 5px;
	padding: 1px 0 5px 0;
	font-weight: bold;
	list-style: none;
	color: #333192;
	border-bottom: 1px solid #FFF;
}

.quickLinks li a {
	color: #333192;
	font-weight: bold;
	text-decoration: none;
}
.quickLinks li a:hover {
    text-decoration: underline;
}

/* Right-hand nav 
---------------------------------------*/
ul.rightnav {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

ul.rightnav li {
	margin: 0 0 10px;
	padding: 1px 0 10px 0;
	list-style: none;
	color: #FFF;
	font-size: 1.1em;
	border-bottom: 1px dotted #333192;
}

ul.rightnav li a {
	color: #333192;
	font-weight: bold;
	text-decoration: none;
}
ul.rightnav li a:hover {
    text-decoration: underline;
}

/* Content
---------------------------------------*/
.primary {
    float: left;
    width: 765px;
    margin: 0 14px 0 20px;
}

.secondary {
    float: right;
    width: 216px;
    margin-right: 20px; 
}

.banner {
	width: 100%;
	height: 182px;
}
.panel.subpage .banner {
    height: 151px;
    margin-bottom: 40px;
}

.panel.home {
    width: 700px;
}
.panel.subpage {
    width: 640px;
    margin-left: 129px;
}

.panel.subpage p,
.panel.subpage ul {
    font-size: 1.4em;
}

.panel ul {
    margin: 0 0 1em;
    padding-left: 1em;
}
.panel ul li {
    margin: 0;
    padding: 0;
}

.panel .mainContent {
    width: 560px;
}

.panel .contentImageLeft {
    float: left;
    margin: 0 20px 15px 0;
}
.panel .contentImageRight {
    float: right;
    margin: 0 0 15px 20px;
}

p.strapline {
    color: #333192;
    font-weight: bold;
}

/* Content
---------------------------------------*/
.home h3 {
    float: left;
    margin-top: 26px;
}

.home img.circles {
    float: left;
    padding: 0 0 20px 20px;
}
