@charset "utf-8";

html{
	height:100%;
}

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
	height:100%;
}

.errorMessage p{
	color: red;
}

.weatherBanner{
	margin-bottom: 5px;
	width: 800px;
	background-color:#DCDEE0;
	font-size: 14px;
}

.weatherBanner:link, .weatherBanner:active, .weatherBanner:visited{
	color:red;
}

.hidden{
    display:none;	
}

.homepageHeading{
	width:175px;
	height:50px;
}

.homepageDesc{
	height:70px;
}

.homepageLinks{
	height:70px;
}

.homepageLogo{
	width:160px;
	height:60px;
}

#myHermesLogo {
    width:170px; 
    height: auto;
}

.customHR {
	color: #DCDEE0; 
	background-color: #DCDEE0; 
	border: 1px dotted #999999; 
	border-style: none none dotted; 
}

<!--/* ~~ 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;
}*/


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;
}

.margined{
	margin: 3px 3px 3px 3px;
}


a{
	text-decoration:none;
	font-size:10px;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #0099FF;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	font-family:Verdana, Geneva, sans-serif;
	
}


a:visited {
	color: #0099FF;
	text-decoration: none;
}
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;
}

/* ~~this fixed width container surrounds the other divs~~ */
#container {
	width:800px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	position:relative;
	min-height:100%;
}

* html #container {
	height:100%;	
}

#header {
	background: #FFF;
	padding-bottom:10px;
}

#sidebar1 {
	float: left;
	width: 200px;
	background: #FFF;
	padding-bottom:28px;
	padding-right:10px;
}

#photoPanel {	
	width: 590px;
	padding-bottom:10px;
}

#content{	
	width: 590px;
	float: left;
	padding-bottom:28px;
}


/* ~~ The footer ~~ */
#footer {
	padding: 10px 0;
	background: #FFF;
	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:800px;
	height:28px;
	margin:0 auto;
	margin-top:-28px;/*pushes footer up to sit on bottom of page when content smaller than browser window*/
}


h1
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#0099FF;
}

h2
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#0099FF;
}

h3
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#0099FF;
}


.inputBoxLabel
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#0099FF;
}


.smallFontBlue
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#0099FF;	
}

.formText
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#999999;	
}

.smallFontGrey
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#999999;	
}

p, li
{
	font-family:Verdana, Geneva, sans-serif;
	color:#999999;
	font-size:12px;
}


.leftMenu{
	width:200px;
}

.leftMenu p{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}

.leftMenu a{
	text-decoration:none;
	color:#6E6C64;
	font-size:12px;
}

.leftMenu a:visited{
	text-decoration:none;
	color:#6E6C64;
}


.form-300
{
	BACKGROUND-COLOR: #FFF;
	FONT-FAMILY: Arial, verdana, helvetica, sans-serif;
	FONT-SIZE: 11px;
	COLOR: #333333;
	WIDTH: 298px;
	BORDER-RIGHT: 1px solid  #999999;
	BORDER-TOP: 1px solid  #999999;
	BORDER-LEFT: 1px solid  #999999;
	BORDER-BOTTOM: 1px solid  #999999;
	margin-bottom: 5px;
}

/* @group Button */

p.button {
	float: left;
	height: 20px;
}
p.button a {
	text-decoration:none;
	float: left;
	color: #FFF;
	height: 20px;
	display: block;
	font-size: 13px;
	background: #9d9da0 url(../images/button.PNG) no-repeat right -20px;
	line-height: 18px;
}
p.button a span {
	float: left;
	height: 20px;
	cursor: pointer;
	display: inline;
	margin: 0 10px 0 0;
	padding: 0 10px 0 20px;
	background: #9d9da0 url(../images/button.PNG) no-repeat 0 0;
}
p.button a:hover {
	color: #FFF !important;
	background-position: right -140px;
}
p.button a:hover span {
	background-color: #0091cd;
	background-position: 0 -120px;
}

p.button a:visited{
	color: #FFF;
}

p.b_white a {
	background-position: right -60px;
}
p.b_white a span {
	background-position: 0 -40px;
}
p.b_white a:hover {
	background-position: right -180px;
}
p.b_white a:hover span {
	background-color: #0091cd;
	background-position: 0 -160px;
}


/* @end group */
.leftBottomContainer, .middleBottomContainer{
    width:175px;
    min-height:320px;
    float:left;
}


.leftBottomContainer{
    margin-right:10px;
}

.middleBottomContainer {
    margin-right:30px;
}

.rightBottomContainer {
	 width:180px;
	 float:left;
}

.leftBottomTable, .rightBottomTable{ 
    background-color:#FFF;	
}

.hermesContainerBottom{
    vertical-align:top;
    min-height: 300px;
    padding: 3px 2px;
}

.hermesContainerBottomHeader{
    padding-top: 0px;
    margin-top: 0px;	
}

.hermesContainerBottom h2{
	padding:0px;
	margin:0px;
    margin-bottom:3px;	
}

.alignTop{
    vertical-align:top;	
}

.newsItem h3{
    font-size:10px;
    color:#999999;
    font-weight:normal;
    margin:0px;
    padding:0px;
}

.newsItem p{
	margin:0px;
	padding:0px;
	color:#999999;
	font-size:10px;
}

.retailerContainer, .customerContainer{
    width:180px;	
}

.newsButton{
	padding:0px;
	margin:0px;
}

#courier-promo img{
	width: 591px;
}

#parcelshop-promo img{
	width: 204px;
}

.smaller{
	font-size: 19px;
}

#section-header p {
    float: left;
    text-align: left;
}
#section-header p {

    padding: 13px 10px;
    text-align: centre;
}
#section-header * {
    font-size: 14px;
    margin: 0;
    padding: 0;
}
p:last-child {
    margin-bottom: 0;
}
p {
    display: block;
    font-family: "myriad-pro","myriad pro",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 15px;
}

#section-header {
    background-color: #eaeaea;
    border: 1px solid #aa0016;
    border-radius: 4px;
    color: #535353;
    float: left;
    margin: 0 0 20px;
    width: 800px;
}
#section-header {
    color: #fff;
    overflow: hidden;
}
