body {
	font-family: Arial, Helvetica, sans-serif;
	color: #1a1a1a;
	font-size: 11pt;
	background: #f4fff2;
}

a {
	color: #00385f;
	text-decoration: underline;
}

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

.container {
	box-shadow: 0 0 10px #222;
	width: 950px;
	margin: 14px auto 0;
	background: white;
    behavior: url(modules/Core/CssTemplateThemes/Arrangement/PIE.htc);
    position: relative;
}

.header {
}

.header-logo {
	margin: 10px 0 10px 10px;
	float: left;
}

.header-centre {
	margin: 20px 10px 15px 20px;
	float: left;
	width: 415px;
	color: #808080;
	font-size: 10pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: left;
	line-height: 14pt;
}

.text-size-field {
	text-align: right;
	margin: 20px 10px 0;
	padding: 10px 5px 0;
	color: #666666;
	}

.header-top-right {
	text-align: right;
	margin: 0 10px 0;
	color: #006e99;
	font-size: 8pt;
}

.header-right {
	margin: 10px 10px;
	float: right;
	width: 255px;
	text-align: center;
	background: #006e99;
	box-shadow: 3px 3px 10px #222;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(modules/Core/CssTemplateThemes/Arrangement/PIE.htc);
    position: relative;
	color: white;
	padding: 10px 10px 10px 20px;
}

.header-call {
  text-shadow: 0 0 8px #222;
	color: white;
	font-size: 10pt;
	font-weight: normal;
	float: left;
	text-align: center;
}

.header-number {
	font-size: 10pt;
	color: white;
	font-weight: normal;
	padding: 10px 0 0 0;
}

.header-address {
	float: right;
	text-align: right;
}

.header-number a {
	color: white;
	text-decoration: none;
}

.header-number a:hover {
	text-decoration: underline;
}

.content {
	width: 950px;
	margin: 0 auto;
	background: white;
	padding: 0;
}

.sidebar {
	width: 220px;
	float: left;
}

.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 10px 10px 20px 10px;
  behavior: url(modules/Core/CssTemplateThemes/Arrangement/PIE.htc);
  position: relative;
  background: white;
	border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
	-o-border-radius: 10px 0 0 0;
	-ms-border-radius: 10px 0 0 0;	
}

.sidebar ul li {
}

.sidebar ul li a {
	display: block;
    color: #6e6e6e;
	text-decoration: none;
	background: url(images/menu-sep.jpg) bottom center no-repeat;
	padding: 8px;
}

.sidebar ul li a:hover {
	color: #00385f;
	background: #f4ffde;
}

.sidebar-links {
	text-align: center;
}

.sidebar-links a {
	box-shadow: 3px 3px 10px #222;
	display: block;
    behavior: url(modules/Core/CssTemplateThemes/Arrangement/PIE.htc);
    position: relative;
	background-color: #006e99;
	color: white;
	border: 1px solid #1b1464;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	margin: 0px 5px 0px;
	padding: 20px;
	text-decoration: none;
}

.sidebar-links a:hover {
	color: #222;
	text-shadow: 0 0 3px #00385f;
}

.text {
	float: right;
	width: 723px;
	background: white;
}

.footer {
	width: 965px;
	text-align: center;
	margin: 10px auto 0;
	color: #1a1a1a;
	font-size: 9pt;
	position: relative;
	line-height: 1.5em;
}

.footer a {
	color: #1a1a1a;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.text .panel {
  margin: 0 10px 10px 0;
  box-shadow: 0 0 15px #aaa;
  padding: 10px;
  box-shadow: 5px 5px 5px #888;
  background: white;
  behavior: url(modules/Core/CssTemplateThemes/Arrangement/PIE.htc);
  position: relative;
  border: 1px solid #ddd;
}

.text .content-pane {
  margin: 10px;
  box-shadow: 0 0 15px #999;
  width: 180px;
  padding: 10px;
  box-shadow: 5px 5px 5px #888;
  background: white;
  float: left;
  behavior: url(modules/Core/CssTemplateThemes/Arrangement/PIE.htc);
  position: relative;
  border: 1px solid #ddd;
}
