/* Horizon North Logistics Stylesheet, Main Layout styles */
* { margin: 0; padding: 0; text-align: left; outline: none; }

body {
	text-align: center;
	background: #5279a9 url("../img/layout/BackgroundGrad.gif") repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#wrapper {
 	width: 970px;
	text-align:center;
	margin: 0 auto;
	background-color: #6487b2;
}

/* 	Header Styles	*/
#pageHeader {
	width: 960px;
	height: 97px;
	background: #ffffff;
	margin: 0 5px 0 5px;
	border-bottom: 3px solid #6487b2;
}

#pageLogo {
	float: left;
	width: 189px;
	text-align: center;
	padding-top: 9px;
}

#pageTopNav {
	float: left;
	width: 760px;
	height:67px;
	background: url('../img/layout/navBack.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.topNavLeft { background: url('../img/layout/navLeft.gif'); height: 67px; width: 7px; float: left;}
.topNavRight { background: url('../img/layout/navRight.gif'); height: 67px; width: 7px; float: right;}
.buttonBar { height:38px; text-align: right; margin-right: 10px;}
.buttonBar img { padding: 10px 5px 0 0; }

.navLinkBar { height: 29px; line-height: 27px; text-align: right; color: #045082; font-weight: bold; }
.navLinkBar a:link, .navLinkBar a:visited { 
	padding: 6px 5px 8px 5px; 
	color: #045082; 
	font-weight: bold; 
	text-decoration: none; 
}
.navLinkBar a:hover { background: url('../img/layout/navLeft.gif') repeat-x; }


.breadCrumbs {
	float: left;
	width: 771px;
	height: 20px;
	background: url('../img/layout/crumbsBack.gif');
	margin-top: 10px;
	font-weight: bold;
}

.crumbsLeft { background: url('../img/layout/crumbsLeft.gif'); height: 20px; width: 7px; float: left;}

#crumbsLinks {
	color: #3b7da5;
	font-size: 11px;
	text-align: right;
	line-height: 18px;
	padding-right: 10px;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
}

#crumbsLinks a:link, #crumbsLinks a:visited { font-weight: bold; text-decoration: none; color: #3b7da5; }
#crumbsLinks a:hover { text-decoration: underline; }
/* End Header Styles */

#contentWrapper { 
	width: 960px; 
	margin: 0 5px 0 5px; 
	background: url('../img/layout/contentBg.gif') repeat-y; 
	border-bottom: 3px solid #6487b2;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
}

/* Begin Left Hand Menu Navigation Styles */

#leftMenu {
	display:inline;
	width: 186px;
	float: left;
	min-height: 450px;
}

#leftMenu .top { width: 185px; height: 5px; background: url('../img/layout/leftNavTop.gif') no-repeat; }

#sidebar { margin: 50px 0 50px 1px; font-family: Arial, Helvetica, sans-serif;}

.sidebarTitle {
	font-weight: bold;
	color: #055a8d;
	text-align: center;
	vertical-align: bottom;
	text-transform: capitalize;
	line-height: 25px;
	font-size: 14px;
}

#sidebar .menuItem {
	height: 23px;
	border-bottom: 1px solid #8ea8c7;
	background: url('../img/layout/menuBg.gif') top left no-repeat;
}

#sidebar .alternate {
	height: 23px;
	border-bottom: 1px solid #8ea8c7;
	background-position: -185px 0;
}

#sidebar a:link, #sidebar a:visited {
	color: #055a8d;
	padding-left: 10px;
	display: block;
	line-height: 23px;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
	outline: none;
}

#sidebar a:hover {
	color: #1877b1;
}

#sidebar-sub-light {
	background: #626262;
}

#sidebar-sub-light a:link, #sidebar-sub-light a:visited {
	color: #055a8d;
	margin-left: 10px;
	padding-left: 10px;
	display: block;
	line-height: 23px;
	text-decoration: none;
	text-transform: capitalize;
	background: #d5deea;
	border-bottom: 1px solid #8ea8c7;
	font-weight: normal;
	font-size: 11px;
	outline: none;
}

#sidebar-sub-light a:hover {
	background: #dce4ee;
	color: #055a8d;
}

#sidebar-sub-light #current {
	background: #dce4ee;
	color: #055a8d;
	font-weight: bold;
}

#sidebar-sub-blue {
	background: #8ea8c7;
}

#sidebar-sub-blue a:link, #sidebar-sub-blue a:visited {
	color: #055a8d;
	margin-left: 10px;
	padding-left: 10px;
	display: block;
	line-height: 19px;
	text-decoration: none;
	text-transform: capitalize;
	background: #d5deea;
	border-bottom: 1px solid #8ea8c7;
	font-weight: normal;
	font-size: 11px;
}

#sidebar-sub-blue a:hover {
	background: #dce4ee;
	color: #055a8d;
}

/* End Left Hand Menu Navigation Styles */

#mainContent {
	float: right;
	width: 770px;
	display: inline;
	position: relative;
	padding-bottom: 40px;
}

/*	Footer Styles	*/
#footer
{
	background: url("../img/layout/footer-bg.gif"); 
	width: 960px;
	height: 20px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #5279a9;
	text-align: left;
	line-height: 18px;
	vertical-align: middle;
	clear: both;
	border-bottom: 3px solid #6487b2;
	margin-left: 5px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover
{
	text-decoration: underline;
	padding-left: 6px;
	font-weight: bold;
	color: #5279a9;
}

	#footer .copyright
	{
		padding-left: 10px;
	}
/*	End Footer Styles	*/

/*	Begin Small Sidebar Styles	*/

#right-sidebar #sidebar-head {
	height: 24px;
	line-height: 24px;
	padding-left: 6px;
	text-transform: capitalize;
	color: #ffffff;
	font-weight: bold;
	background-color: #7c9abe;
	background-image: url('../img/layout/sidebarLeft.gif');
	background-repeat: no-repeat;
}

#right-sidebar #sb-head-r { 
	float: right;
	background-image: url('../img/layout/sidebarRight.gif');
	background-repeat: no-repeat;
	height: 24px;
	width: 6px;
}

#right-sidebar #sidebar-foot {
	height: 6px;
	background-color: #7c9abe;
	background-image: url('../img/layout/sidebarBLeft.gif');
	background-repeat: no-repeat;
	border-top: 3px solid #7c9abe;
	font-size: 4px;
}

#right-sidebar #sb-foot-r { 
	float: right;
	background-image: url('../img/layout/sidebarBRight.gif');
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}

#right-sidebar #sidebar-body { background: #dee6ef; border-left: 3px solid #7c9abe; border-right: 3px solid #7c9abe; overflow: hidden; }

#right-sidebar .style1 p { padding: 6px; }
#right-sidebar .style1 ul { padding: 6px 20px; list-style-type: circle; }

#right-sidebar #sidebar-body a:link, #right-sidebar #sidebar-body a:visited { color: #2d6c97; text-decoration: none; font-weight: bold; }
#right-sidebar #sidebar-body a:hover { text-decoration: underline; }


#sb-file-foot { height: 60px; border-top: 1px dashed #7c9abe; color: #7c9abe; font-weight: bold; background: #ffffff;}
#sb-file-foot a:link, #sb-file-foot a:visited { color: #7c9abe; text-decoration: none; }
#sb-file-foot a:hover { color: #4a6585; }
#sb-file-foot #ft-text { 
	height: 45px; 
	float: left; 
	width: 115px; 
	margin-top: 8px; 
	margin-left: 6px; 
	background: #ffffff; 
	font-weight: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;	
	line-height: 15px;
}

#sb-file-foot #fileTypeIcon { height: 50px; width: 50px; margin: 5px; float: right;}

#sb-image { width: 184px; overflow: hidden; }

#fileList { list-style-type: none; }
#fileList li { height: 30px; border-top: 1px solid #7c9abe; padding: 0 5px 0 30px; line-height: 30px; }
#fileList a:link, #fileList a:visited { color: #2d6c97; text-decoration: none; font-weight: bold; }
#fileList a:hover { text-decoration: underline; }

#fileList .doc { background: url('../img/layout/icons/doc-s.jpg') no-repeat 3px 5px; }
#fileList .pdf { background: url('../img/layout/icons/pdf-s.jpg') no-repeat 3px 5px; }
#fileList .ppt { background: url('../img/layout/icons/ppt-s.jpg') no-repeat 3px 5px; }

#linkList { list-style-type: none;}
#linkList li { height: 20px; border-top: 1px solid #7c9abe; padding: 0 5px; line-height: 20px; }
#linkList a:link, #linkList a:visited { color: #2d6c97; text-decoration: none; }
#linkList a:hover { text-decoration: underline; }

.odd { background: #f2f2f7; }
.even { background: #ffffff;}
/*	End Small Sidebar Styles	*/

#instructBar {
	height: 40px;
	background: #ffffff;
	border-bottom: 3px solid #7c9abe;
	text-align: center;
	font-size: 14px;
	color: #222;
	line-height: 40px;
	font-weight: bold;
}

#instructBar a:link, #instructBar a:visited { color: #7c9abe; text-decoration: none; }
#instructBar a:hover { text-decoration: underline; }