/* Additional Stylesheets */
@import "navigation.css";
@import "roundedbox.css";
/* END Additional Stylesheets */

/* Basic Styles */
body {
	color: #464646; 
	margin: 0;
	padding: 0;
	}

body { /* This rectifies the text flicker issue on FF2- for mac degrades gracefully */
	-moz-opacity: .9999;
	}

strong {
	font-weight: bold;
}

p {
	margin-top: 0;
	margin-bottom: 2em;
	}
.large {
	color: #464646; 
	font-size: 1.25em;
	line-height: 1.25em;
	}

a:link {
	color: #0082d1;
	text-decoration: none;
	}
a:visited {
	color: #6276e6;
	text-decoration: none;
	}
a:hover {
	color: #44b7e6;
	}
a:active { }

.lcase {
	text-transform: lowercase;
}

.ucase {
	text-transform: uppercase;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #0082d1;
	font-family: Helvetica, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 0.9em;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0.5em;	
	}

h1 {
	font-size: 3em;
	
	}

h2 {
	font-size: 2.5em;
	}

h3 {
	font-size: 2em;
	}

h4 {
	font-size: 1.5em;
	}

h5 {
	font-size: 1.25em;
	}

h6 {
	font-size: 1em;
	}

.black {
	color: #222;
	}
.orange, h1.orange, h2.orange, h3.orange, h4.orange, h5.orange, h6.orange {
	color: #ff7f00;
	}
.contact h3.orange, .contact p {
	margin: 10px 0 0;
	padding: 0;
	}
#notice {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	}
#notice .body {
	margin: 0;
	padding: 0;
	}

#content ol.numlist {
	list-style: decimal;
	margin-left: 2em;
}

#content ol.numlist li {
	list-style: decimal;
}

/* END Basic Styles */

/* Header, Footer & Navigation */
#header, #footer {
	background-color: #f9f9f9;
	}
	
#header {
	font-size: 14px;
	line-height: 14px;
	background-color: #fff;
	background-image: url(../images/alternate_header_background.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 4em;
	border-bottom: 1px solid #eaeaea;
	}

#footer {
	color: #cacaca;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image: url(../images/footer_background_alt.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #eaeaea;
	}

#footer a.terms{
	color: #CACACA;
	text-decoration: none;
	}

#footer a {
	color: #2d2d2d;
	text-decoration: none;
	}
#footer p {
	clear: both;
	}

#footer h3.logo {
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	background-image: url(../images/logo_footer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 120px;
	height: 28px;
	float: left;
	margin: 20px 20px 10px 0;
	padding: 0;
	}

#footer a.omnilabmedia {
    font-size: 24px;
    font-weight: normal;
    line-height: 20px;
    background-image: url(../images/omnilabmedia_grey.gif);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 20px 0 10px;
    padding: 0;
    width: 147px;
    height: 32px;
    float: left;
    }
#footer a.dubsat {
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	background-image: url(../images/dubsat.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 20px 20px 10px 0;
	padding: 0;
	width: 88px;
	height: 28px;
	float: left;
	}

#footer a.substation {
    font-size: 24px;
    font-weight: normal;
    line-height: 20px;
    background-image: url(../images/substat_footer_logo_light.gif);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 20px 0 10px;
    padding: 0;
    width: 124px;
    height: 28px;
    float: left;
    }

#footer a.tracksend {
    font-size: 24px;
    font-weight: normal;
    line-height: 20px;
    background-image: url(../images/tracksend_footer_logo_light.gif);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 20px 20px 10px 0px;
    padding: 0;
    width: 108px;
    height: 28px;
    float: left;
    }

#footer a.aav {
    font-size: 24px;
    font-weight: normal;
    line-height: 20px;
    background-image: url(../images/aav_footer_logo_light.gif);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 20px 20px 10px 0px;
    padding: 0;
    width: 72px;
    height: 28px;
    float: left;
    }

#footer a.omnilabmedia span, #footer a.dubsat span, #footer h3.logo span, #footer a.substation span, #footer a.tracksend span, #footer a.aav span {
	display: none;
	}
    
	/* The CSS that's required to position the footer */

	html {
		height: 100%;
		}

	body {
		height: 100%;
		}

	#container {
		position: relative;
		min-height: 100%;
		}

	* html #container {
		height: 100%;
		}

	#footer {
		position: relative;
		margin: -96px auto 0;
		}

	/* A CSS hack that only applies to IE -- specifies a different height for the footer */

	* html #footer {
		margin-top: -89px;
		}

/**/
#content {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	}
.bgimage {
	background-color: #80d0f1;
	height: 230px;
	margin-right: 342px;
	margin-bottom: 20px;
	display: block;
	}

/* Right column*/
#rightcol {
	display: block;
	width: 310px;
	float: right;
	clear: both;
	}

#rightcol .rounded {
	margin-bottom: 14px;
	}

ul.rightcol {
	width: 310px;
	float: right;
	margin: 0 0 0 32px;
	padding: 0;
	list-style-type: none;
	display: block;
	
	}
ul.rightcol li.learn {
	height: 113px;
	padding-top: 17px;
	}

ul.rightcol li.learn a span {
	display: none;
	}

ul.rightcol li.learn a {
	width: 197px;
	display: block;
	
	}

ul.rightcol li.learn a#findout {
	background-image: url(../images/front-rightcol_findout.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 64px;
	margin-bottom: 13px;
	margin-left: 14px;
	}
ul.rightcol li.learn a:hover#findout {
	background-image: url(../images/front-rightcol_findout_ov.gif);
	}

ul.rightcol li.learn a#register {
	background-image: url(../images/front-rightcol_register.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	margin-bottom: 17px;
	margin-left: 14px;
	}
ul.rightcol li.learn a:hover#register {
	background-image: url(../images/front-rightcol_register_ov.gif);
	}

ul.rightcol li {
	background-color: #edf6fc;
	background-image: url(../images/front-rightcol_background.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 130px;
	margin-bottom: 15px;
	padding: 0;
	display: block;
	}
ul.rightcol form {
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	padding-top: 36px;
	padding-right: 45px;
	display: block;
	}

ul.rightcol input {
	margin-bottom: 15px;
	border: solid 1px #aed7f1;
	
	}

ul.rightcol .submit {
	float: right;
	margin-bottom: 0;
	margin-left: 15px;
	border-style: none;
	border-width: 0;
	}

/**/
#rightcolnav {
	width: 210px;
	float: right;
	clear: both;
	padding-bottom: 60px;
	padding-left: 30px;
	display: block;
	}
	
#rightcolnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	}

#rightcolnav ul li a {
	color: #bcbcbc;
	font-size: 1.4em;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	}
#rightcolnav ul li#rnavselected a {
	color: #0082d1;
	}

/**/
.show {
	display: block;
	}

.hide {
	display: none;
	}

	
/**/

div.caxtons-page div.bgimage {
	background-color: #fff;
	background-image: url(../images/websend_small.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 210px;
	height: 34px;
	margin-bottom: 30px;
	}

.field, select, textarea {
	border: solid 1px #cacaca;
	margin-right: 4px;	
	}

div.caxtons-page a:hover h2 {
	color: #80d0f1;
	}

div.caxtons-page form ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

div.caxtons-page form li {
	float: left;
	margin: 0 15px 10px 0;
	}
/**/
div#container.contact .column {
    width: 49%;
    float: left;
    border: 1px #ff7f00;
    display: block;
    }
div#container.contact .column3 {
    width: 30%;
    float: left;
    border: 1px #ff7f00;
    display: block;
    }

div#container.contact h1#heading {
	background-image: url(../images/contact_heading.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 354px;
	height: 52px;
	clear: both;
	display: block;
	}

h2#phone {
	background-image: url(../images/contact_phone.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 105px;
	height: 25px;
	clear: both;
	display: block;
	}

h2#postal {
	background-image: url(../images/contact_postal.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 114px;
	height: 25px;
	clear: both;
	}

h2#email {
	background-image: url(../images/contact_email.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 90px;
	height: 25px;
	clear: both;
	}

h2#now {
	background-image: url(../images/contact_now.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 77px;
	height: 25px;
	clear: both;
	}

h1#heading span, h2#phone span, h2#postal span, h2#email span, h2#now span {
	display: none;
	}

.first {
	font-size: 1.2em;
	}
.emphasis {
	font-size: 1.1em;
	}
/**/
#steps {
	width: 185px;
	height: 52px;
	float: right;
	display: block;
	}
#steps span {
	display: none;
	}

#steps.one {
	background-image: url(../images/step1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

#steps.two {
	background-image: url(../images/step2.gif);
	background-repeat: no-repeat;
	}

#steps.three {
	background-image: url(../images/step3.gif);
	background-repeat: no-repeat;
	}

#nameregistration {
	}
	
#nameregistration .field {
	margin-bottom: 4px;
	border: solid 1px #cacaca;
	}

#nameregistration label {
	color: #b3b3b3;
	font-size: 10px;
	font-weight: bold;
	width: 12em;
	float: left;
	display: block;
	}
#nameregistration label.big {
	width: auto;
	float: none;
	margin-left: 20px;
	display: inline;
	}
#nameregistration fieldset {
	clear: both;
	margin-left: 20px;
	padding: 5px 0 0;
	border-style: none;
	border-width: 0;
	display: block;
	}

#nameregistration fieldset.half {
	width: 44%;
	float: left;
	clear: none;
	}

#nameregistration legend {
	color: #0082d1;
	font-size: 18px;
	font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	}
	
.divider {
	background-image: url(../images/form_background.gif);
	background-repeat: repeat-y;
	background-position: center 0;
	width: 100%;
	float: left;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	border-color: #f0f0f0 #f7f7f7 #f7f7f7;
	border-style: solid;
	border-width: 3px 0 0;
	display: block;
	}
.divred {
	background-image: url(../images/form_background_red.gif);
	}

.divgreen {
	background-image: url(../images/form_background_red.gif);
	
	}

.dividerend {
	background-repeat: repeat-y;
	display: block;
	width: 100%;
	float: left;
	clear: both;
	border-style: solid;
	border-width: 3px 0 0;
	border-color: #f0f0f0 #f7f7f7 #f7f7f7;
	}
	
/**/
#container.register {
	height: 100%;       /* Jaepil, this is to keep the footer */
	min-height: 1000px; /* at the right position              */
	}
	
/**/
#container.register2 {
	height: 100%;       /* Jaepil, this is to keep the footer */
	min-height: 750px;  /* at the right position              */
	}

/**/
#container.requirements {
	height: 100%;      /* Jaepil, this is to keep the footer */
	min-height: 670px; /* at the right position              */
	}
#container.requirements div.collumn {
	background-color: #80d0f1;
	width: 240px;
	height: 380px;
	float: left;
	display: block;
	}

#container.requirements #col1 {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	left: 20px;
	height: 0px;
	margin-right: 20px;
	width: 240px;
	}

#container.requirements #col2 {
	width: 600px;
	height: 0px;
	background-color: #fff;
	margin-right: 20px;
	}

#container.requirements #col3 {
	right: 20px;
	width: 150px;
	}
#container.requirements #known {
	
	}

#container.requirements #unknown {
	}

#container.requirements #firefox {
	background-image: url(../images/browser_good_firefox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 240px;
	height: 150px;
	}

#container.requirements #internetexplorer {
	background-image: url(../images/browser_good_ie.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 240px;
	height: 150px;
	}

#container.requirements #safari {
	background-image: url(../images/browser_good_safari.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 240px;
	height: 150px;
	}

#container.requirements #netscape {
	background-image: url(../images/browser_good_netscape.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 240px;
	height: 150px;
	}

#firefox span, #internetexplorer span, #safari span, #netscape span {
	display: none;
	}


/**/
#phonenumber, #faxnumber {
	width: 135px;
	}

#abn1, #abn2, #abn3, #abn4, #areacode, #faxareacode {
	width: 42px;
	}

#postcode {
	width: 57px;
	}

/* Floats */
.floatleft {
	float: left;
	margin-right: 20px;
	}
.float_button {
	float: left;
	line-height: 24px;
	margin-left: 10px;
	margin-right: 10px;
	
	}
	
.clearboth {
	clear: both;
}

img.pix64 {
	width: 96px;
	height: 96px;
}

.floatright {
	float: right;
	clear: both;
	margin-left: 20px;
	}
.floatrightbase {
	margin-left: 40px;
	float: right;
	clear: both;
	margin-bottom: 60px;
	}

.box {
	background-color: #f7f7f7;
	padding: 5px 10px;
	border: solid 1px #f0f0f0;
	
	}
	
#phonebox {
border-right: #ffffff 20px solid;
}

#support {
	background-image: url(../images/contact_image.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 315px;
	}
#support div.rounded div.body {
	padding: 0 0 0 2px;
	}

.fauxfieldlabel {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #b3b3b3;
}
/**/
#left_content{
	width:600px;
}

#content.partner .divider p {
	margin-left: 260px;
	}
#content.partner .divider img {
	margin-top: 12px;
	}

#content.partner blockquote {
	color: #0082d1;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background-color: white;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 12px 20px 12px 220px;
	line-height: 100%;
	}
#content.partner .divider p.last {
	margin-bottom: 0;
	}
#content.partner .author {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#464646;
	}	

/* Black and Night classes */
body.black #container {
	background-color: #000;
}

body.night #container {
	background-color: #142638;
	background-image: url(/iqenterprise/background.jpg);
	background-repeat: repeat-x;
}

body.black #footer,
body.night #footer {
	background-color: #111;
	background-image: url(../images/footer_background_black.gif);
	color: #666;
}

body.black #footer {
	border-top-color: #444;
}

body.night #footer {
	border-top-color: #122539;
}

body.black #footer div#map ul li a:link,
body.black #footer div#map ul li a:visited,
body.night #footer div#map ul li a:link,
body.night #footer div#map ul li a:visited {
	color: #666;
}

body.black #footer div#map ul li#footselecthead li a:link,
body.black #footer div#map ul li#footselecthead li a:visited,
body.night #footer div#map ul li#footselecthead li a:link,
body.night #footer div#map ul li#footselecthead li a:visited {
	color: #0082D1;
}


body.black #footer div#map ul li a:hover,
body.night #footer div#map ul li a:hover,
body.black #footer div#map ul li#footselecthead li a:hover,
body.night #footer div#map ul li#footselecthead li a:hover {
	color: #0082D1;
}


body.black #footer div#map ul li#footselecthead a,
body.night #footer div#map ul li#footselecthead a {
	color: #fff;
}

body.black #footer h3.logo,
body.night #footer h3.logo {
	background-image: url(../images/logo_footer_black.gif);
}

body.black #footer a.dubsat,
body.night #footer a.dubsat {
	background-image: url(../images/dubsat_black.gif);
}

body.black #footer a.parent,
body.night #footer a.parent {
	background-image: url(../images/omnilabmedia_black.gif);
}

body.black #footer a.substation,
body.night #footer a.substation {
	background-image: url(../images/substat_footer_logo_dark.gif);
}

