/*-----------------------------------------------------------------------------
[UPS Systems] Print Stylesheet

date:      01/03/07
author:    []
email:     [info AT c9dd DOT com]
website:   [http://www.c9dd.com/]


Colours used:	#DFE6E7  -  Blue	 	- Background 
				#333333  -  Dark Grey	- Body Copy
				#9FB4BA  -  Light Blue	- Borders
				#134B60  -  Dark Blue	- Telopone numbers
				#FFFFFF  -  White

-----------------------------------------------------------------------------*/


/* --------------------------------------------------------------------------------------------------------- Import other stylesheets */

/* @import url("typography.css"); */

/* ----------------------------------------------------------------------------- Import other stylesheets Ends*/


/* --------------------------------------------------------------------------------------------------------- Main Default Styles */


* { /* Removes default padding and margin on all elements */
    margin: 0;
    padding: 0;
    border: 0;
}

.devBorder { /* Development Border so I can see what the elements are playing at when I need to */
	border: 1px solid #FF0000;
}

.border {
	border: 1px solid #91A9B0;
} 

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.clearBoth {
    clear: both;
}

.floatRight {
    float: right;
	display: inline; /* IE fix */
}

.floatLeft {
    float: left;
	display: inline; /* IE fix */
}

.hidden {
	visibility: hidden;
}

.displayNone {
	display: none;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
	color: #134B60;
}

.italic {
	font-style: italic;
}

.blue {
	color: #235462;
}

.red {
	color: #CC0000;
}

.green {
	color: #4FA500;
}

.margin1 {
	margin: 1em;
}

.marginTop1{
	margin-top: 1em;
}

.marginRight1 {
	margin-right: 1em;
}

.marginBottom1 {
	margin-bottom: 1em;
}

.marginLeft1 {
	margin-left: 1em;
}

body {
    font: 62.5%/1.5em Verdana, Arial, Helvetica;
	/*background-color: #DFE6E7;*/
	background: #DFE6E7 url(../images/main_bg.jpg) repeat-y top center;
    color: #333333;
    /* text-align:center; */
}

#wrapper {
    width: 73em;
	background: #FFF url(../images/ups_logo.jpg) no-repeat top left;
	margin: 0 auto;
	height: 70em;
}


h1 {
    font-size: 2.2em;
}
    
h2 {
   	font-size: 2.0em;    
}
    
h3 {
    font-size: 1.8em;
}
    
h4 {
    font-size: 1.6em;    
}
    
h5 {
    font-size: 1.4em;    
}
    
p {
    font-size: 1em;    
} 

a:after {
    content: " (" attr(href) ") ";
}
/* ----------------------------------------------------------------------------- Main Default Styles Ends */


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Header */
#homeLink {
	display: none;
}

#header {
	display: none;
}



/* ----------------------------------------------------------------------------- Header Ends*/



/* ------------------------------------------------------------------------------------------------------------------------------------------------------------- Contantarea */

#contentarea {
	margin-top: 1.5em;
	width: 100%em;

}


/* ------------------------------------------------------------------------------------------------------------------- Left Column */

#leftColumn {
	display: none;
}



/* ---------------------------------------------------------------------------------------------- Left Column Ends */



/* ------------------------------------------------------------------------------------------------------------------- Page Content */


#pageContent {
	width: 100&;
	margin: 0 2em 0 1em;
}

#pageContentCopy img {
	margin: 0.4em 1.5em;
	padding: 0.5em;
	display: block;
	background: #FFF url(../images/img_bg.jpg) repeat-x;
	float: right;
}

#nav {
	display: none;
}

#pageContentHeader {
	display: none;
}

/* header images dependent on browser */
#pageContentHeader img#header_img_ie6 {
	display: none;
}

#homePageNewsColumn {
	display: none;
}


#pageContentCopy {
	width: 100%;
}

#pageContentCopy p{
	float: left;
}

#pageContentCopy img {
	float: right;
	margin: 2em;
}

/* ------------------------------------------------------------------------------------------- SUB CONTENT COPY STYLES */
#breadcrumb {
	width: 100%;
	height: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFE6E7;
	margin-bottom: 2em;
	
}
#breadcrumb ul li {
	list-style: none;
	float: left;
	display: inline;
	margin-right: 0.5em;
}

.breadcrumbPageselect {
	font-weight: bold;
}

#container p {
	margin: 0.5em 0;
	padding: 0.5em 0;
	float: left;
}

#container ul {
	margin: 0 0 0 2em;
}

#container h1 {
	font-size: 1.8em;
	font-weight: normal;
}

#container h2 {
	font-size: 1.2em;
}

#container h3 {
	font-size: 1.2em;
	font-weight: normal;
}

#container h1,
#container h2,
#container h3 {
	margin: 1em 0;
}

#container h1 {
	color: #4FA500;
}

#container h2,
#container h3 {
	color: #134B60;
}

#container img {
	margin: 0.4em 1.5em;
	padding: 0.5em;
	display: block;
	background: #FFF url(../images/img_bg.jpg) repeat-x;
	background-position: bottom left;
	float: right;
}

#container table td {
	border-bottom: 1px solid #CCCCCC;
}

div#container div#newsPage em {
	padding-bottom: 0;
	margin-bottom: 0;
}

div#container div#newsPage h2 {
	padding-top: 0;
	margin-top: 0;
}

/* ---------------------------------------------------------------------- SUB CONTENT COPY STYLES ENDS */
	
#independentAdvice {
	width: 13em;
	height:18em;
	background: #97ACB1 url(../images/independentAdvice_bg.jpg) no-repeat;
	/*border: 1px solid #91A9B0;*/
	margin-left: 2em;
}

#independentAdvice h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0.8em;
	padding-top:0.8em;
}

#independentAdvice p {
	margin:0 0.8em;
	font-size: 1em;
	line-height: 1.1em;
}

#independentAdvice a {
	color: #FFF;
	margin: 0.8em;
}

#homePageNewsColumn h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #134B60;
	margin: 0.8em 0 0 1.5em;
}

.newsStory {
	margin: 1.5em 0 0 1.6em;
}

.newsStory img {
	margin-right: 0.8em;
}

div.newsStory p {
	font-size: 1em;
	padding-top: 0;
	margin-top: 0;
	font-style: italic;
}

.newsStory a {
	margin-top: 0.8em;
	font-size: 1em;
	color: #235462;
}

	


/* ------------------------------------------------------------------------------------------ Page Content Ends */

/* ----------------------------------------------------------------------------- Contentarea Ends*/
 
 
 
 
 
 
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------- Navigation */





/* ----------------------------------------------------------------------------- Navigation Ends*/



/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Footer */

#subFooter{
	width: 64em;
	height: 14em;
	background: #FFF url(../images/subFooter_bg.jpg) repeat-x;
	/*background-position: bottom left;*/
	margin: 1em 4em;
}
#subFooter p {
	padding: 2em 2em 0 1.8em;
	font-size: 1.2em;
	font-weight: bold;
	color: #134B60;
}
#subFooter ul {
	padding: 1em 2em 2em 2em;
	float: left;
	width:;
}

#subFooter ul li {
	list-style-type: none;
	margin-bottom: 0.3em;
}
	


#footerArea {
	margin: 0 2em 2em 2em;
}

#investing {
	width: 6.5em;
	height: 4em;
	background: #F1F4F5 url(../images/investing_bg.jpg) repeat-x;
	text-align: center;
}

#investing img {
}

#footer {
	margin-left: 1em;
	width: 60.8em;
	height: 4em;
	background: #BFCDD0 url(../images/footer_bg.jpg) repeat-x;
}

#footer p {
	margin: 1.4em 1em;
}

/* ----------------------------------------------------------------------------- Footer Ends*/



/* --------------------------------------------------------------------------------------------------------------------------------------------------------------- Homepage */

/* ----------------------------------------------------------------------------- Homepage Ends*/






/* ---------------------------------------------------------------------------------------------------------------------------------------------------------- Your template */

/* ----------------------------------------------------------------------------- Your template Ends*/

.tr {
	background-color:transparent;
	background-image: url(../images/tr.gif);
	background-position:top right;
	background-repeat:no-repeat;
	height:100%;
}

.bl {
	background-color:transparent;
	background-image: url(../images/bl.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:100%;
}
/*
.tl {
	background-color:transparent;
	background-image: url(../images/tl.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:100%;
}

.br {
	background-color:transparent;
	background-image: url(../images/br.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	height:100%;
}*/

/* PNG Over Ride For Better Browsers */

html>body #wrapper .tr {
	background-image:  url(../images/tr.png);
}

html>body #wrapper .bl {
	background-image:  url(../images/bl.png);
}
/*
html>body #wrapper .tl {
	background-image:  url(../images/tl.png);
}

html>body #wrapper .br {
	background-image:  url(../images/br.png);
}
*/





/* MAIN NAV START */

.menu {
	display: none;
}

.top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #134B5F;
}
.bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #134B5F;
}

/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility: visible;
}

/* DROP DOWN FOR MAIN NAV FINISH */

#cloud9 {
	text-indent:0;
	z-index:0;
	color: #DEE6E8;
}












