@import url("/common/styles-profile.css");

body {
	margin: 0;
	padding: 0;
	background: #37464a center top url("/images/page/background.jpg") repeat-x;
	color: /*#333*/#00a2e5;
}


a:link {
	color: #00a2e5;
}

#pageContent a:visited {
	color: #aaa;
}

a:hover,
#pageContent a:hover {
	color: #d93e64;
}


*:focus {
	outline: none;
}


h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.17em;
}

h4,
h5,
h6 {
	font-size: 1em;
}


h1 {
	margin: 0 0 0.5em;
	color: #04a4e5;
	font-family: Tahoma, Arial, sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
	color: /*#555*/#04a4e5;
	font-family: Tahoma, Arial, sans-serif;
}


hr {
	height: 1px;
	background: #eee;
	color: #eee;
}


.spacerGlobal,
.spacerColumn {
	height: 1px;
	overflow: hidden;
	margin: 0 0 -1px;
	font-size: 1px;
}

.spacerGlobal {
	width: 999px;
}

.spacerColumn {
	width: 180px;
}


*.gray,
*.gray *,
.gray a {
	color: #999 !important;
}

a.gray:hover,
.gray a:hover,
.gray a:hover * {
	color: #000 !important;
}


*.gray2,
*.gray2 *,
.gray2 a {
	color: #485456 !important;
}

a.gray2:hover,
.gray2 a:hover,
.gray2 a:hover * {
	color: #000 !important;
}


*.silver,
*.silver *,
.silver a {
	color: #bbc0c1 !important;
}

a.silver:hover,
.silver a:hover,
.silver a:hover * {
	color: #fff !important;
}


*.white,
*.white *,
.white a {
	color: #fff !important;
}

a.white:hover,
.white a:hover,
.white a:hover * {
	color: #6cf !important;
}


#pageHeader {
		margin: 0 39px;
	padding: 24px 0 0;
}


#register {
	margin: 0 16px 0 0;
	padding: 0 0 11px;
}

#registerTitle {
	margin: -1em 0 -0.05em;
	position: relative;
}

#registerContent {
}

#registerContent a {
	margin: 0 0.5em 0 0;
	white-space: nowrap;
}


#pageMenu {
		padding: 0 20px 0 0;
	/*position: relative;
	left: -20px;*/
}

.menuItem {
	vertical-align: top;
}

.menuItemFirst {
}

#homepage .menuItemFirst p a,
#homepage .menuItemFirst p a:hover {
	text-decoration: none !important;
	cursor: default;
}

.menuItemLast {
}

.menuItemPrevious {
}

.menuItemNow {
}

.menuItem p {
	margin: 0;
}

.menuItem .curve {
	display: none;
}

.menuItem p a {
	display: block;
	height: 31px;
	overflow: hidden;
	position: relative;
	z-index: 2002;
	color: #fff;
	font: normal 0.9em/1em Arial, sans-serif;
	text-decoration: none;
	white-space: nowrap;
}


.menuItemNow {
}

.menuItemNow p {
	background: #fff;
}

.menuItemNow .curve {
	display: block;
}

.menuItemNow p a {
	width: 100%;
	color: #586a72 !important;
	text-decoration: none;
}


.menuItem p a:hover {
	color: #6cf;
	text-decoration: underline;
}


.menuItem p strong {
	display: block;
	padding: 8px 20px 0;
	font-weight: normal;
}

.menuItemNow p strong {
	font-weight: bold;
}


.pageList {
	width: 300px;
	overflow: hidden;
	position: absolute;
	z-index: 2002;
	margin: 0 0 0 -25px;
	cursor: default;
	visibility: hidden;
}

#pageHeader.loading .pageList {
	visibility: hidden !important;
}

.menuItem .over .pageList,
.pageList.block {
	visibility: visible;
}

.pageList .rectangle {
		height: 372px;
	margin: 14px 13px;
	padding: 0 13px 0 0;
	overflow: auto;
}

.pageList .rectangle div {
}

.menuItem .over p,
.pageList {
	background: #04a4e5;
}

.menuItem .over .curve {
	display: block;
}

.menuItem .over p a {
	color: #fff !important;
}

.pageList a {
	color: #fff !important;
	text-decoration: underline;
}

.pageList a:visited {
	color: #cdedfa !important;
}

.pageList a:hover {
	color: #e6f6fc !important;
}

.pageList ul {
	margin: 0 0 -0.5em;
}

.pageList ul ul {
	margin: 0.85em 0 1.5em 0.85em;
}

.pageList ul li {
	margin: 0 0 0.6em;
	padding: 0 0 0 13px;
	background: 0 0.4em url("/images/page/marker2-ul.gif") no-repeat;
}

.pageList ul li li {
	background: 0 0.4em url("/images/page/marker2-ul-ul.gif") no-repeat;
}

.pageList ul li li li {
	background: 0 0.6em url("/images/page/marker2-ul-ul-ul.gif") no-repeat;
}

.pageList em {
	font-style: normal;
	font-weight: bold;
}

.pageList strong a:link,
.pageList strong a:visited,
.pageList strong a:hover {
	color: #fff !important;
	text-decoration: none;
	cursor: text;
}


#search {
	width: 156px;
	margin: 0 0 7px;
	white-space: nowrap;
}

#searchForm {
	border: 1px solid #afb8bc;
	cursor: default;
}

#searchInput {
	padding: 0 0 0 4px;
	vertical-align: middle;
}

#searchInput input {
	width: 130px;
	margin: 0;
	padding: 0;
	background: transparent;
	color: #f3f6f9;
	border: none;
	font-size: 12px;
	cursor: text;
}

#searchButton {
	height: 20px;
	padding: 0 5px;
	vertical-align: middle;
}

#searchButton input {
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	color: #f3f6f9;
	font-size: 1em;
	vertical-align: middle;
	cursor: pointer;
}


#logotype {
	display: block;
	width: 186px;
	padding: 34px 0;
}

#logotype img {
	margin: 0 0 0 45px;
	vertical-align: bottom;
}


#newsTicker {
	padding: 0 0 16px;
}

#newsTicker * {
	overflow: hidden;	white-space: nowrap;
	cursor: default !important;
}

#newsTicker a {
	text-decoration: none;
	cursor: pointer !important;
}

#newsTicker a:hover {
	text-decoration: underline;
}

.newsTicker {
	width: 100%;
	height: 1.4em;
	overflow: hidden;
	font: 0.75em/1.2em Arial, sans-serif;
	}


#pageContent {
		margin: 0 23px;
	padding: 16px;
	background: #fff;
}

#homepage #pageContent {
}


#pageBody {
		margin: 0 45px 0 0;
	padding: 7px 0;
}


#pageFooter {
		margin: 0 39px;
	padding: 0 0 16px;
}

#pageFooter a {
	white-space: nowrap;
}

#pageFooter img {
	vertical-align: bottom;
}


#pageNavigation {
	padding: 15px 2.5em 17px 0;
	line-height: 1.5em;
}

#pageNavigation span {
	margin: 0 0.85em 0 0;
	cursor: default;
}


#clock {
	padding: 15px 0 17px 0;
	line-height: 1.5em;
}


#profileContacts {
	margin: 0;
	padding: 0 23px 0 0;
	position: relative;
	top: -0.25em;
	font-family: Tahoma, Arial, sans-serif;
}

#profileContacts dl {
	margin: 0;
	line-height: normal;
}

#profileContacts dt {
	display: none;
}

#profileContacts dd {
	margin: 0 0 1px;
}

#profileTelephoneContainer {
	padding: 0 0 0 24px;
	background: left center url("/images/page/icon-telephone.gif") no-repeat;
	font-size: 2.6em;
}

#profileFaxContainer {
	display: none;
}

#profileMailboxContainer {
	min-height: 17px;
	padding: 1px 0 0 27px;
	background: left top url("/images/page/icon-mailbox.gif") no-repeat;
	font-size: 0.85em;
}


#copyright {
	padding: 0 2.5em 0 0;
}

#profileRegistration {
	margin: 0.5em 0 0;
}

#profileName {
	display: none;
}

#profile {
	margin: 0.5em 0 0;
}


#brick {
}

#brick p {
	margin: 0 0 0.95em;
}

#brick div {
	margin: -0.25em 0 0 0;
}


#pageButtons {
	padding: 15px 0 0 1px;
}

#pageButtons span {
	margin: 0 4px 0 0;
}

#pageButtons img {
	vertical-align: bottom;
}


#pageList {
	padding: 15px 0 0;
}

#pageList h2 {
	margin: 0;
	color: #777;
	font-size: 1.1em;
	font-weight: normal;
}

#pageList ul {
	margin: 1em 0 1.5em 2px;
}

#pageList ul ul {
	margin: 0.85em 0 1.5em 0.65em;
}

#bodyMap ul {
	margin: 1em 0 1.5em 0.75em;
}

#bodyMap ul ul {
	margin: 0.85em 0 1.5em 1.25em;
}


#pageList em {
	font-style: normal;
	font-weight: bold;
}

#pageList strong a:link,
#pageList strong a:visited,
#pageList strong a:hover {
	color: #333;
	text-decoration: none;
	cursor: text;
}


#homepage #scroll {
	height: 350px;
	padding: 0 30px 0 0;
	position: relative;
	z-index: 1001;
	overflow: auto;
}

#bodyHomepage {
		margin: 22px 0 0;
}

#bodyHomepage,
#bodyHomepage td {
	color: #606060;
}

#bodyHomepage h1 {
	margin: 0 0 0.5em;
	font-size: 1.65em;
}


#bodyHomepage h2 {
	font-size: 1.2em;
}

#bodyHomepage h3 {
	font-size: 1.1em;
}


#bodyNews {
	}

#bodyNews h2 {
	margin: 25px 0 15px;
}

#bodyNews div.small.gray a {
	text-decoration: none;
}

#bodyNews div.small.gray a:hover {
	text-decoration: underline;
}


#bannerImage {
	width: 363px;
	}

#banner {
	width: 363px;
}

#bannerRectangle {
	display: block;
	width: 31px;
	min-height: 31px;
	overflow: hidden;
	background: #03a3e5 left center url("/images/page/arrow2.gif") no-repeat;
	opacity: 0.90;}

#bannerRectangle.on {
	/*width: 363px;*/
	background-image: url("/images/page/arrow3.gif");
}

#banner strong {
	display: block;
	width: 363px;
	min-height: 31px;
	overflow: hidden;
}

#banner a {
	display: block;
	width: 363px;
	overflow: hidden;
	padding: 7px 0;
		color: #fff !important;
	text-decoration: none !important;
}

#bannerRectangle.on a {
	text-decoration: underline !important;
}

#banner a span {
	display: block;
	padding: 0 15px 0 37px;
}


#bodyServices {
		padding: 16px 0 0;
}

.serviceItem {
	width: 177px;
}

.serviceItem a {
	display: block;
	width: 177px;
	color: #fff !important;
	text-decoration: none;
}

.serviceTitle {
	height: 32px;
	overflow: hidden;
	background: #19ace6 center top url("/images/page/title-background.gif") no-repeat;
	font-size: 1.1em;
}

.serviceItem.on .serviceTitle {
	color: #def0ff !important;
	text-decoration: underline;
}

.serviceItem strong {
	display: block;
	padding: 8px 15px 0 31px;
	}

.serviceItem a:hover strong em {
	text-decoration: underline;
}

.serviceItem img {
	background: #eee;
	vertical-align: bottom;
}

