/* Main CSS                */
/* www.scancode.com        */
/* Jav 30, 2007            */
/* Author: Stephen Evans   */


/* General */

html, body
{
	background:#FFFFFF;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	/* for internet explorer, text-align should be center */
	text-align:left;
	height:100%;
    border:none;

}

p, table, td 	{
	font-size: 10px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
}
li {
	text-align: left;
}

h1 {
	font-size: 1.8em;
	color: #FF0000;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #777;
	padding-bottom: 5px;
	font-style: normal;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
}

h2 {
	font-size: 1.3em;
	color: #00467f;
	padding-bottom: 1px;
	font-style: normal;
	text-align: left;
	line-height: 1.5em;
}

h3 	{
	font-size: 1.2em;
	color: #fdb813;
	font-weight: bold;
	margin-bottom: -6px;
	line-height: 2em;
}


h4 	{
	font-size: 1.2em;
	color: #95a9cc;
	font-weight: bold;
	margin-bottom: -5px;
	margin-left: 22px;
}

h5 	{
	font-size: 1.2em;
	color: #959386;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 1.4em;
}

a:link, a:visited {
	color:#4C507F;
	text-decoration:underline;
}

a:active {
	color:#36373F;
	text-decoration:none;
}

a:hover {
	color:#ff0000;
	text-decoration:none;
}

a.dl:hover	{color: #ff0000; }

#outline {
	margin:auto;
	background-color:#666666;
	background-image: url(../images/bg_blueorange.gif);
	text-align:left;
	background-repeat: no-repeat;
	background-position: 50% 125px;
  	min-height:1800px;
  	height:auto !important;    /* css hack for IE 6 */
  	height:1800px;    /* css hack for IE 6 */
}

#outlineHome {
	margin:auto;
	background-color:#666666;
	background-image: url(../images/bg_blue.gif);
	text-align:left;
	background-repeat: no-repeat;
	background-position: 50% 125px;
	min-height:1800px;
  	height:auto !important;  /* css hack for IE 6 */
  	height:1800px;    /* css hack for IE 6 */
}

/* Login and Search box */
/*------------------------------------------------------------------*/

.loginsearchbox {
	background: #a6a698;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #858384;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #858384;
	height: 60px;
	width: 200px;
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.loginsearchbox a:link, .loginsearchbox a:visited {
	color: #ffd457; 
	text-decoration:none;
}

.loginsearchbox a:hover, .loginsearchbox a:active {
	color: #ff0000; 
	text-decoration:none;
}


/* Main conatiner */
/*------------------------------------------------------------------*/

#container {
	margin:0px auto;
	padding: 0px;
	width: 835px;
}

/* Main Banner navigation (top) */
/*------------------------------------------------------------------*/

.navbartop {
	color: #333333;
	background: url(../images/mainHeader.jpg) no-repeat;
	height: 120px;
	width: 635px;
	text-align: right;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 12px;
	line-height: 44px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a.navbartoplink:link, a.navbartoplink:visited {
	color:#666666; 
	text-decoration:none;
}

a.navbartoplink:hover, a.navbartoplink:active  {
	color:#ff0000; 
	text-decoration:none;
}

/* Main content (centre column) */
/*------------------------------------------------------------------*/
	
#mainContent {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 22px;
	margin-bottom: 0px;
	margin-left: 22px;
	font-size: 11px;
	line-height: 15px;
	color: #1E1E1E;
	padding: 4px;
	width: 436px;
}

#mainContent p {
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	padding: 0px;
}

/*#mainContent h3 {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: -2px;
}
*/

#mainContent ul {
	list-style-type: disc;
	font-size: 11px;
	text-align: left;
	line-height: 15px;
}

#mainContent ul ul {
	list-style-type: circle;
	font-size: 12px;
	text-align: left;
	line-height: 17px;
}

#mainNavigation
{
	margin-right:6px;

}

#mainNavigationTable {
	  background-color: #a6a698;
      margin: 0 auto;
      height:100%;
   }

/* form fields */
/*------------------------------------------------------------------*/

input, textarea, select {
	color:#444444;
	font-size:10px;
	text-decoration: none;
	background-color:#FFFFFF; 
	border: #999999; 
	border-style: solid; 
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	vertical-align:middle;
}

/* Request Info form fields */
/*------------------------------------------------------------------*/


.requestformheader {
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #ffffff;
	margin-right: 0;
	margin-bottom: 16px;
	margin-left: 0;
	text-align: center;
	padding-top: 4px;
	background: #00467f;
	padding-bottom: 4px;
	}
	
.requestformdivider {
	background: url(../images/divider.gif) repeat-x;
	}
	
	
.requestformlabel {
	margin:2px 0;
	padding:2px;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-align: left;
	}
	
.requestformlabelreqd {
	margin:2px 0;
	padding:2px;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	display: block;
	text-align: left;
	}
.requestformtext {
	margin:0px 2px 0;
	padding:0px 2px 2px 0px;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	text-align: left;
	}
	
/* Supply Order form  */
/*------------------------------------------------------------------*/	
	
#supplyorder th {
	text-align: left;
}


#supplyorder td {
	text-align: left;
}
	

/* To Top of Page */
/*------------------------------------------------------------------*/

.gotoTop {
	display: block;
	border-bottom-width: 1px;
	margin-bottom: 16px;
	padding-bottom: 2px;
	background: url(../images/gotoTopdivider.gif) repeat-x;
	text-align: right;
}

/* Request more information block on right sidebar */
/*------------------------------------------------------------------*/

.requestInfoBorder {
	border: 1px solid #909090;
	margin: 23px 0px;
	padding: 0px;
	height:30px;
}

#requestInfo {
	background: #CCCCCC;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#requestInfo a {
	display: block;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	color: #999999;
	text-align: center;
	font-size: 12px;
	line-height: 2.5em;
}

#requestInfo a:link, #requestInfo a:visited {
	color:#666666; 
	text-decoration:none;
}

#requestInfo a:hover, #requestInfo a:active  {
	background-color: #00467f;
	color:#ffffff; 
	text-decoration:none;
}


/* Table syte (Carrier only for now) */
/*------------------------------------------------------------------*/

.carrierTable {
	border: 0px solid #ff0000;
	text-align: left;
	float: none;
}
	

.carrierTableHeader {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #000000;
	border: 1px solid #cccccc;
	margin: 0px;
	padding: 5px;
	font-size: 13px;
	background-position: center center;
	background-color: #FFE28D;
	text-align: left;
}

.carrierTable td {
	font-size: 11px;
	border: 1px solid #cccccc;
	text-align: left;
	padding: 4px;
}


/* Home Page section modules */
/*------------------------------------------------------------------*/


.homeModule 	{
	background: #ffffff;
	width: 485px;
}

#homeModule  p	{
	font-size: 10px;
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: left;
}

#homeModule  h2 {
	font-size: 11px;
	margin: 0px 0px 8px;
	padding: 0px;
	line-height: 1.3em;
	text-align: left;
}
#homeModule h5 {
	font-size: 11px;
	text-align: left;
	margin-bottom: 8px;
	margin-top: 0px;
}

#homeModule  .arrowlink {
	list-style-image: url(../images/arrowRight.gif);
	margin-top: 0px;
	padding: 0px;
	line-height: 16px;
	list-style-position: outside;
	margin-left: 20px;
}

#homeModule  img {
	border: 0px;
	/*	margin: 10 0 6;*/
    margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	display: block;
	padding-bottom: 10px;
}


/* Home Page - side bar */
/*------------------------------------------------------------------*/

#homesidebar 	{
	width: 200px;
	font-size: 11px;
	line-height: 13px;
	padding: 0px;
	background: #a6a698;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #858384;
	border-bottom-color: #858384;
	border-left-color: #d2ccc6;

}

#homesidebar p			{
	font-size: 10px;
	margin: 0px 6px 4px 8px;
	color: #ffffff;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	line-height: 13px;
}
#homesidebar h2 		{ font-size: 12px; margin: 0; }
#homesidebar h3 		{ font-size: 11px; margin: 0; }
#homesidebar h4 		{ font-size: 10px; margin: 0; }

#homesidebar .homesidebarnews a {
	background: url(../images/icon_page.gif) left top no-repeat;
	display: block;
	padding-left: 20px;
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
}

#homesidebar .homesidebarnews a:hover {
	color: #ff0000;
}	

.HomeModuleHeading {
	margin-top: 18px;
	margin-bottom: 10px;
	text-align: center;
}

.HomeModuleHeadingText1 {
	color: #ffd457;
	font-weight: bold;
}

.HomeModuleHeadingText2 {
	color: #ffffff;
	font-weight: bold;
}



/* side bar  (non-Home page) */
/*------------------------------------------------------------------*/


#sidebar a.dl 			{ display: block; padding-left: 20px; }


#sidebar 			{
	width: 200px;
	font-size: 9px;
	line-height: 13px;
	padding: 0;
	background: #a6a698;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #858384;
	border-bottom-color: #858384;
	border-left-color: #d2ccc6;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#sidebar p			{
	font-size: 10px;
	margin: 4px 14px;
	color: #ffffff;
}
#sidebar h2 		{
	font-size: 14px;
	margin: 0;
	padding: 10px 0px 0px 10px;
}
#sidebar h3 		{
	font-size: 12px;
	margin: 0;
	padding-left: 10px;
}
#sidebar h4 		{ font-size: 10px; margin: 0; }

#sidebar ul li 		{
	padding: 0px 4px 0px 0px;
	margin-bottom: 5px;
	color: #FFFFFF;
	margin-left: -15px;
	margin-right: 8px;
	text-align: left;
	font-size: 10px;
}

.sidequote {
	color: #ffffff;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFCC00;
	padding-top: 8px;
	padding-bottom: 4px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	margin-right: 13px;
	margin-left: 13px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 10px;
	text-align: left;
}


.sidebarbox {
	background: #a6a698;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #949384;
	border-left-color: #d2d2c4;
	color: #FFFFFF;
	font-weight: bold;
}

.sidebar a {
	font-size: 11px;
	color: #FFFFFF;
	padding-bottom: 10px;
	padding-left: 10px;
	text-decoration: none;
}

td.sidebar	{
	background: #a6a698;
 }


/* Management */
/*------------------------------------------------------------------*/
.management {
	font-weight: bold;
	color: #00467f;
}

.managementTitle {
	font-weight: bold;
	color: #000000;
}
.disclaimer {
	font-size: 9px;
	line-height: 12px;
	color: #666666;
}

/* Display section photos */
/*------------------------------------------------------------------*/

.sectionPhoto {
	margin: 0px 0px 10px;
	padding: 0px;
	height: 120px;
	width: 488px;
}


/* botttom navigation bar */
/*------------------------------------------------------------------*/

.navbarbottom {
	color:#ffffff;
	text-align:left;
	margin-top:4px;
	margin-bottom:0px;
	background: #666666;
	padding-top: 4px;
	padding-left: 145px;
	padding-bottom: 0px;
	width: auto;
	/*border:#999999;*/
}

a.navbarbottomlink:link, a.navbarbottomlink:visited {
	color:#ffffff; 
	text-decoration:none;
}

a.navbarbottomlink:hover, a.navbarbottomlink:active  {
	color:#fdb813; 
	text-decoration:none;
}

/* Copyright notice */
/*------------------------------------------------------------------*/
.copyright {
	text-align: center;
}

#outline #container #copyright {
	text-align: center;
	color:#ffffff;
	margin-bottom: 80px;
	margin-left: -38px;
}

/* Careers page */
/*------------------------------------------------------------------*/

#careersheading {
	background: #666666;
	font-size: 1.2em;
	color: #fdb813;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 10px;
}
.careersBorder {
	border: 1px solid #909090;
	margin: 0px 0px;
	padding: 0px;
}

.careerscategory {
	padding-bottom: 0px;
	font-weight: bold;
	margin-bottom: -8px;
}

.careersRefHeader {
	background: #a5a698;
	text-align: left;
	font-size: 1.2em;
	color: #00467f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 8px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 6px;
	font-weight: bold;
}

.careersRefDescBorder {
	text-align: left;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a5a698;
	padding-bottom: 8px;
	margin: 0px;
	padding-top: 8px;
	padding-left: 6px;
}
.careersRefDescNoBorder {
	text-align: left;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding-bottom: 8px;
	margin: 0px;
	padding-top: 8px;
	padding-left: 6px;
}

/* survey */
/*------------------------------------------------------------------*/

.surveyQuestion {
	font-size: 1.3em;
	color: #00467f;
	text-align: left;
	font-weight: bold;
	line-height: 1.3em;
}

/* Home Page - Main Module:  */
/*-----------------------------------------------------------------*/

.homeMainModule	{
	width: 218
	height: auto;
}

.homeMainModule .arrowlink {
	list-style-image: url(../images/arrowRight.gif);
	line-height: 15px;
	font-size: 11px;
	font-weight: lighter;
	margin-left: 12px;
	padding-left: 12px;
}

.homeMainModule .arrowlink a:hover {
	color: red; 
	text-decoration:none;
}

/* Home Page - Main Module: GOLD  */
/*------------------------------------------------------------------*/

.homeMainModuleTop_G {
	width: 218px;
	height: 8px;
	background: url(../images/homeModuleTop_G.gif) left top;
	padding: 0px;
	margin: 0px;
}

.homeMainModuleMid_G .heading {
	color: #003f77;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
}

.homeMainModuleMid_G {
	background: url(../images/homeModuleMid_G.gif) repeat-y 0 0;
	padding-right: 16px;
	padding-left: 6px;
	margin: 0px;
	padding-top: 0px;
}

.homeMainModuleMid_G p {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: lighter;
	line-height: 15px;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 8px;
	padding-right: 19px;
}

.homeMainModuleBot_G {
	width: 218px;
	height: 16px;
	background: url(../images/homeModuleBot_G.gif) left top;
}

/* Home Page - Main Module: BLUE  */
/*-----------------------------------------------------------------*/


.homeMainModuleTop_B {
	width: 218px;
	height: 8px;
	background: url(../images/homeModuleTop_B.gif) left top;
	padding: 0px;
	margin: 0px;
}

.homeMainModuleMid_B .heading {
	color: #fdb813;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
}

.homeMainModuleMid_B {
	background: url(../images/homeModuleMid_B.gif) repeat-y 0 0;
	padding-right: 16px;
	padding-left: 6px;
	margin: 0px;
	padding-top: 0px;
}

.homeMainModuleMid_B p {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: lighter;
	line-height: 15px;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 8px;
	padding-right: 19px;
}
		
.homeMainModuleMid_B .arrowlink a {
	color: white; 
	text-decoration:none;
}


.homeMainModuleBot_B {
	width: 218px;
	height: 16px;
	background: url(../images/homeModuleBot_B.gif) no-repeat left top;
}

/* Mini Navigation Bar  */
/*-----------------------------------------------------------------*/


#navbar {
	clear: left;
	margin: -10px 2px 10px 120px;
	float: right;
	display: block;
}

.navbar-link, .navbar-link-selected  {
	color: white;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	padding: 0 7px;
}

td.navbar-link {
	background-image: url(../images/mininavbar/middle.gif);
	background-repeat: repeat-x;
}

td.navbar-link-selected {
	background-image: url(../images/mininavbar/middle-selected.gif);
	background-repeat: repeat-x;
}

.navbar-link a {
	color: black;
	text-decoration: none;
}

.navbar-link-selected a {
	color: black;
	font-weight: normal;
	text-decoration: none;
}

a.navbar-link:link, a.navbar-link:visited, a.navbar-link:active {
	color: #ffffff; 
	text-decoration:none;
}

a.navbar-link-selected:link, a.navbar-link-selected:visited, a.navbar-link-selected:active {
	color: #003f77; 
	text-decoration:none;
}

/* debug stuff */
/*------------------------------------------------------------------*/

#stretch {
	height:1px;
	float:none;
	clear:both;
	width:100%;
}
