* {margin:0px;padding:0px;}
font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif
body {
	background-image: url(../images/Option_1.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#e0e0e0;
	margin: 0;
	padding: 0;
	font-family:arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#body_main {
	background-image: url(../images/Option_1.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#e0e0e0;
	margin: 0;
	padding: 0;
	font-family:arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#body_AU {
	background-image: url(../images/AU.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#e0e0e0;
	margin: 0;
	padding: 0;
	font-family:arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#body_products {
	background-image: url(../images/products.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#e0e0e0;
	margin: 0;
	padding: 0;
	font-family:arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#body_mediaroom {
	background-image: url(../images/Downloads.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#e0e0e0;
	margin: 0;
	padding: 0;
	font-family:arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#body_Careers {
	background-image: url(../images/Careers.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#e0e0e0;
	margin: 0;
	padding: 0;
	font-family:arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#body_Services {
	background-image: url(../images/Services.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#e0e0e0;
	margin: 0;
	padding: 0;
	font-family:arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#body_wwa {	
	background-image: url(../images/WWA.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#e0e0e0;
	margin: 0;
	padding: 0;
	font-family:arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#body_wwd {
	background-image: url(../images/WWD.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#e0e0e0;
	margin: 0;
	padding: 0;
	font-family:arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
 
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#0165ae;
	text-decoration:none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	Text-decoration:none;color:#0165ae;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color:#000;
}
/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	height:200px;
	vertical-align:bottom;
}

.sidebar1 {
	float: right;
	width: 40%;
	height:20%;
	padding-bottom:10px;
}
.content {
	padding: 10px 0;
	width: 60%;
	float: left;
}
.sidebar2 {
	float: left;
	width: 20%;
	padding: 10px 0;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	height:auto;
	border-top 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	list-style-image: none;
	list-style-type: none;
}
ul.nav li {
	border-bottom 1px solid #666 /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	}
/* ~~The footer ~~ */
#footer {
	padding-top: 8px;
	font-size:11px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	width:100%;
	margin-top:10px;
	margin-bottom:6px;
	color: #979797;
}
/* ~~miscellaneous float/clear classes~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
-->
#tabs {
	float:left;
	width:100%;
	font-size80%
	line-height:normal;
	margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden;
	padding-top:0px; 67px
	}
#tabs ul {
	margin:0;
	padding:8px 10px 299px 300px;
	list-style:none;
	}
-->
#tabs2 {
	float:left;
	width:100%;
	line-height:normal;
	margin-bottom0px /*margin between menu and rest of page*/
	overflow: hidden;
	}
#tabs2 ul {
	margin-right:2%;
	padding:10px 10px 10px 1%;/*for giving tab2 left */
	list-style:none;
	width:100%;
	}
#tabs2 li {
	vertical-align:top;
	display:inline;
	}
#tabs2 a {
	float:left;
	height80px;
	width212px;34%/*for giving tab2 width */
	text-decoration:none;
	}
#tabs2 a span {
	float:left;
	display:block;
	margin-right:10px;
	margin-top:20px;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs2 a span {float:none;}

#tabs3 {
	float:left;
	width:100%;
	line-height:normal;
	margin-bottom:0px; /*margin between menu and rest of page*/
	overflow: hidden;
	}
#tabs3 ul {
	margin-right:9%;
	padding:10px 10px 0px 0%;/*for giving tab2 left */
	list-style:none;
	width:100%;
	}
#tabs3 li {
	vertical-align:top;
	display:inline;

	}
#tabs3 a {
	float:left;
	height:78px;
	width:118px;34%/*for giving tab2 width */
	text-decoration:none;
	}
#tabs3 a span {
	float:left;
	display:block;
	padding:0px 0px 25px 0px;
	margin-right:0px;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs3 a span {float:none;}

#tabs4 {
	float:left;
	width:80%;
	line-height:normal;
	overflow: hidden;
	}
#tabs4 ul {
	margin-right:9%;
	padding:5px 10px 10px 5px;/*for giving tab2 left */
	list-style:none;
	width:100%;
	margin-bottom:45px;
	}
#tabs4 li {
	vertical-align:top;
	display:inline;
	}
#tabs4 a {
	width:170px;34%/*for giving tab2 width */
	text-decoration:none;
	float:left;
	background-image:url(../images/btn.jpg);
	height:25px;
	background-repeat:repeat-x;
	background-position:center left;
	margin: 0 10px 10px 10px;
	padding: 20px 20px 15px 20px;
	text-align:center;
	vertical-align:middle;
	display:block;
	}
#tabs4 a span {
	float:left;
	display:block;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs4 a span {float:none;}

-->
#wrapper_in {
	width:632px;
	text-align:justify;
	position:relative;
	margin-left:5%;
}
#wrapper_image {
	position:absolute;relative;
	top:440px;
	left:9px;
	padding:0 0 0 5px;/*for giving tab2 left */
	
}
#wrapper_in_one {
	float:left;
	width:230px;
	text-align:justify;
	margin-left:3%;
	margin-bottom:26px;
}
#wrapper_in_two {
	float:right;
	width:390px;
	text-align:justify;
	margin-right:5%;
	margin-bottom:26px;
	}

#nav li {float:left;position:relative;}
#nav ul {position:absolute;z-index:9999;left: -9999px;top:31px;padding:0px;height: auto;width:110px;background:#fff;}
#nav a {display: block;width: 150px;color: #333;text-decoration: none;padding: 1px;font-size:12px;}
#nav li a#tab-who, #nav li a#tab-inn, #nav li a#tab-resp, #nav li a#tab-job, #nav li a#tab-new {float: left;padding:0;text-indent:-00px; width:124px; height:35px;background:url(../images/right.gif); no-repeat: 0 0;overflow:hidden;}
#nav li a#tab-who {width:124px;background-position:0 0 left;}
#nav li a#tab-inn {width:125px;background-position:-126px 0;}
#nav li a#tab-resp {width:142px;background-position:-251px 0;}
#nav li a#tab-job {width:99px;background-position:-393px 0;}
#nav li a#tab-new {width:75px;background-position:-492px 0;}

#nav li:hover ul, #nav li.sfhover ul {left: 0;}
#nav li:hover a#tab-who, #nav li.sfhover a#tab-who {background-position:0 -31px;}
#nav li:hover a#tab-inn, #nav li.sfhover a#tab-inn {background-position:-126px -31px;}
#nav li:hover a#tab-resp, #nav li.sfhover a#tab-resp {background-position:-251px -31px;}
#nav li:hover a#tab-job, #nav li.sfhover a#tab-job {background-position:-393px -31px;}
#nav li:hover a#tab-new, #nav li.sfhover a#tab-new {background-position:-492px -31px;}

#nav ul li {padding:0 10px 5px 10px;}
#nav ul li a:link, #nav ul li a:active, #nav ul li a:visited {color:#000;}
#nav ul li a:hover {color:#0064ae;}


#post-sub2 {float:left;width:100%; w\idth:100%; margin-right:auto; margin-left:auto;}
#post-sub2 h3 {margin:10px;}
#post-sub2 a {text-decoration:none;}
#post-sub2 ul {margin:10px;list-style:none;font-size:12px;color:#666;}
#post-sub2 ul li {margin:5px 0 10px 0;padding:10px 0 0 0;border-top:1px solid #eee;}

.box {float:left;position:relative;padding:5px;background:#fff;z-index:1;}
.box .c-tl,
.box .c-tr,
.box .c-bl,
.box .c-br {position:absolute; width:10px; height:10px; font-size:1px; line-height:0; background:url(../images/corners.png); no-repeat 0 0; z-index:10;}
.box .c-tl {top:0; left:0; background-position:0 -10px;}
.box .c-tr {top:0; right:0; background-position:-10px -10px;}
.box .c-bl {bottom:0; left:0; background-position:0 -20px;}
.box .c-br {bottom:0; right:0; background-position:-10px -20px;}

.content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */
ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */

.blockquote {margin-left:20px;}

#news {
	position: absolute;
	z-index: 10;
	float:right;
	display:inline;
	top: 426px;
	left: 655px;
}
h2 {
	margin: 0 0 8px 4px;
  	font:bold 14px Verdana;
  	color:#0064ae;
  }
.boxfooter {
	position: absolute;	
	margin: 0;
	padding: 0;
 	top: 590px;
	left:34%;
 	z-index: 20;
	}
.boxmenu {
	margin: 0 0 200px 0;
	padding: 0;
	float:left;
	position:absolute;	
 	top: 416px;
	left:79.5%;
	z-index:10;
	width:21.5%;
	}
#post-sub {float:left; left:700px; position:absolute; width:198px; w\idth:198px;}
#post-sub a {text-decoration:none;}
#post-sub ul {margin:10px;list-style:none;font-size:12px;color:#666;}
#post-sub ul li {margin:5px 0 10px 0;padding:10px 0 0 0;border-top:1px solid #eee;}

#post-main {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: justify;
	float:left;	
	position:relative;
	width: 75%;74.5%;	
	w\idth: 75%;74.5%;
	padding:15px 5px 15px 6px;
	margin-left: auto;
	margin-right: 9px;
	}
	
#wrapper {margin:0 auto;width:900px;text-align:left;position:relative;}
/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {width: 100%; margin:0; clear:both;}
