﻿/*******************Global*******************/

body 
{
	font-family: Arial;
	font-size: 13px;
	color: #393536;
	position: relative;
	margin: 0;
	background-color: #DDDDDD;
	text-align: left;
	line-height: 20px;
}

form
{
	width: 1001px;
	margin: 0 auto;
	display: block;
	position: relative;
}

a, a:visited, a:active
{
	color: #393536;
	text-decoration: none;
} 

a:hover
{
	color: #FB9101;
}

h1
{
	color: #1473C3;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	background-image: url("../Graphics/Master/underline.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 25px;
}

h2
{
	color: #1473C3;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	background-image: url("../Graphics/Master/underline.png");
	background-position: left bottom;
	background-repeat: no-repeat;
}

img
{
	border: none 0;
}

.clear
{
	clear: both;
}

/*******************End Global*******************/

/*******************Master page*******************/

/***HEADER***/

#divHeaderBack
{
	width: 1001px;	
	margin-top: 5px;
	margin-left: 3px;
	position: absolute;
	z-index: 20;
	overflow: visible;
	background-image: url("../Graphics/Master/header.png");
	background-repeat: no-repeat
}

.divHeaderBack
{
	height: 177px;
}

.divHeaderBackNavigationHover
{
	height: 600px;
}

#divHeaderContent
{
	/*overlaid ontop of image to give correct realestate size (because of image shadow etc)*/
	width: 990px;
	height: 170px;
	position: relative;
}

#divAvcoLogo
{
	padding-top: 28px;
	padding-left: 31px;
}

#divBusinessPeople
{
	/*display must be modified for Home page css as header contact is displayed instead of masterbusinesspeople*/
	display: none;
	margin-top: 5px;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 134px;
	width: 245px;
}

#divBusinessPeopleOrange
{
	position: absolute;
	top: 0px;
	margin-top: 10px;
	right: 0px;
	height: 153px;
	width: 225px;
}

#divHeaderContact
{
	/*display must be modified for Home page css as header contact is displayed instead of masterbusinesspeople*/
	display: none;
	margin-bottom: 6px;
	margin-right: 18px;
	line-height: 26px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: right;
	color: #393536;
}

#divHeaderContact span
{
	color: #0095D7;
	padding-left: 4px;
	padding-right: 4px;
}



#divHeaderLinks
{
	margin-bottom: 2px;
	position: absolute;
	bottom: 0px;
	left: 14px;
	height: 34px;
}

.aHeaderLink, .aHeaderLink:visited
{
	color: White;
	line-height: 35px;
	padding-left: 8px;
	padding-right: 8px;
	display: inline-block;
	font-weight: bold;
}

.aHeaderLinkActive, .aHeaderLinkHover
{
	line-height: 33px;
	padding-left: 7px;
	padding-right: 7px;
	display: inline-block;
	border: solid 1px #DDDDDD;
	border-bottom: 0px;
	color: #393536;
	background-color: #EEEEEE;
	font-weight: bold;
}

.aHeaderLinkHover, .aHeaderLinkHover:hover
{
	font-weight: bold;
}

.aHeaderLinkHover, .aDropDownLink:hover, .aHeaderLinkHover:hover
{
	background-color: #EEAB4F;
	color: White;
}

.aDropDownLink
{
	width: 113px;
	line-height: 30px;
	padding-left: 12px;
	display: inline-block;
}

#divHeaderLinks span
{
	color: #0095D7;
}

.spanLinksContainer
{
	position: relative;
	height: 34px;
	display: inline-block;
}

.spanDropDownLinks
{
	position: absolute;
	z-index: 1000;
	display: none;
	left: 0px;
	top: 34px;
	width: 125px;
	border: solid 1px #DDDDDD;
}

.spanDropDownLinks ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	background-color: #EEEEEE;
}

.spanDropDownLinks li
{
	background-color: #EEEEEE;
	width: 100%;
}

/***END HEADER***/

/***CONTENT***/

#divContentBack
{
	/*Used previously for image as background, now kept for consistency with header and footer*/
	width: 1001px;
	margin-top: 5px;
	padding-left: 3px;
	padding-top: 182px;
	
	background-color: #DDDDDD;
}

.imgHeaderInverted, .imgHeaderInvertedIE6
{
	display: none;
}

.imgHeader
{
	display: none;
}

#divContent
{
	/*overlaid ontop of image to give correct realestate size (because of image shadow etc)*/
	width: 990px;
	
	position: relative;
	background-color: White;
}

/***END CONTENT***/

/***FOOTER***/

#divFooterBack
{
	height: 72px;
	width: 1001px;
	/*17 - 6(content-shadow)*/
	margin-top: 11px;
	margin-left: 3px;
	
	background-image: url("../Graphics/Master/footer.png");
	background-repeat: no-repeat;
}

#divFooterContent
{
	height: 59px;
	width: 987px;
}

#divTickITLogo
{
	margin-top: 5px;
	margin-right: 31px;
	float: right;
}

#divFooterLinks
{
	margin-left: 25px;
	color: White;
}

#divFooterLinks a, #divFooterLinks a:active, #divFooterLinks a:visited
{
	margin-left: 4px;
	color: White;
	line-height: 61px;
}

#divFooterLinks a:hover
{
	color: #FB9101;
}

#divFooterLinks span
{
	padding-left: 3px;
	line-height: 59px;
	color: #0095D7;
}

/***END FOOTER***/