@charset "UTF-8";
/* CSS Document */
body, select, input, textarea {
	font-size:100%;
	font-size:0.75em;
	color:#333;
	line-height:150%;
	text-align:justify;
}
body {
	padding-top: 2em;
	padding-bottom: 2px;
}
#skiplinks {
	position: absolute;
	top: -999em;
}

#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(resources/contentBG.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
h2, h3, h4, h5, h6  {
padding-bottom: 0.8em;
}
p , ul{
padding-bottom: 1.2em;
}h1 {
	height: 196px;
	background-image: url(resources/header-te-call.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 2em;
	background-color: #2C6151;
}
h1 a {
	position: absolute;
	top: -999em;
}
#main {
	width: 100%;
	position: relative;
	float: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
}
#main h2 {
	font-size: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
	color: #2F6151;
	padding-bottom: 1.5em;
	padding-left: 250px;
	white-space: nowrap;
}
#form legend   {
	font-size: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
	color: #2F6151;
	padding-bottom: 1.5em;
}
#main ul li {
	color: #006451;
	padding-left: 30px;
	background-image: url(resources/mainbullet.gif);
	background-repeat: no-repeat;
	background-position: 13px center;
}
#navigation {
	position: relative;
	width: 222px;
	float: left;
}
#navigation ul {
	padding-top: 1em;
	position: relative;
}
#navigation ul li ul {
	padding-top: 0px;
}

#navigation ul li {
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E9EBEA;
}
#navigation ul li a {
	padding-left: 40px;
	font-size: 0.95em;
	color: #2E5F50;
	text-decoration: none;
	line-height: 2.5em;
	background-color: #F8F8F8;
	display: block;
	background-image: url(resources/bullet.gif);
	background-repeat: no-repeat;
	background-position: 18px center;
}
#navigation ul li ul li a {
	background-image: none;
	font-style: italic;
	color: #999;
}

#navigation ul li a:hover {
	background-image: url(resources/bulletrollover.gif);
}
#text {
	float: left;
	position: relative;
	width: 440px;
	padding-right: 20px;
}

#text a {
	color: #000;
}
#text a:hover {
	color: #116451;
}


#form {
	width: 160px;
	position: relative;
	float:right;
	padding-right: 10px;
}
#form div span {
	display: block;
}
#form input {
	width: 100%;
	height: 1.8em;
	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: #999;
	border-right-color: #999;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#form  select option {
	color: #006451;
}
#form  select {
	width: 100%;
	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: #999;
	border-right-color: #999;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
	color: #006451;
}
#form div {
	padding-bottom: 0.5em;
}
#form textarea {
	width: 100%;
	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: #999;
	border-right-color: #999;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	height: 4em;
}
#form form fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#form legend{
	font-size: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
	color: #2F6151;
	padding-bottom: 0px;
}
#form  .submit {
	width: 50px;
	position: relative;
	background-color: #006451;
	color: #FFF;
}

#footer {
	padding: 1em;
	background-color: #2C6151;
	color: #FFF;
	clear: right;
	margin-top: 2em;
	position: relative;
}
#footer p {
	width: 70%;
	font-size: 0.9em;
	padding-bottom: 0px;
}
#validation {
	background-color: #FFF;
	padding-top: 1em;
}
