/* layout
----------------------------------------------- */
*, html {
	margin: 0;
	padding: 0;
}

.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
}
.wrap1 {
  float:left;
  background:url(/images/shadow/shadow.gif) right bottom no-repeat;
}
.wrap2 {
  background:url(/images/shadow/corner_bl.gif) -18px 100% no-repeat;
}
.wrap3 {
  padding: 0px 8px 8px 0px;
  background:url(/images/shadow/corner_tr.gif) 100% -18px no-repeat;
}


.wrap0_all {
  margin-top: 20px;
  margin-left: 100px;
  margin-bottom: 20px;
  width: 1011px;
  float:left;
  background:url(/images/shadow/shadow.gif) right bottom no-repeat;
  }
.wrap1_all {
  background:url(/images/shadow/shadow180.gif) no-repeat;
  }
.wrap2_all {
  background:url(/images/shadow/corner_bl_all.gif) 0px 100% no-repeat;
  }
.wrap3_all {
  padding:6px 6px 6px 6px;
  background:url(/images/shadow/corner_tr_all.gif) 100% 0px no-repeat;
  clear: both;
}

#all_container {
}

body { 
	background-color: #FFFFFF;
	color: #8D8D8D;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 62.5%;
	height: 100%;
}

#header {
	width: 999px;
	margin: auto;
	/*margin-top: 20px;*/
	text-align: center;
	background-color: #294a9c;
}

.editable_content {
	position: relative;
}

#header img {
	margin: 20px 0px;
}

#container {
	width: 949px;
	min-height: 500px;
	margin: auto;
	padding: 25px;
	background-color: #ffffff;
	z-index: 0;
}

.contact {
	font-size: 1.2em;
}

.contact th {
	text-align: left;
	font-weight: normal;
}

#bottom_navigation {
	width: 999px;
	margin: auto;
	color: #6D6F72;
	line-height: 2em;
	background-color: #DCDCDC;
}

#bottom_navigation div ul {
	margin-left: 15px;
	margin-right: 15px;
}

#bottom_navigation div ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left: 8px;
	padding-right: 8px;
	float: left;
}

#bottom_navigation div ul li a {
	font-size: 1.2em;
	font-weight: bold;
	color: #6D6F72;
}

#navigation {
	width: 999px;
	margin: auto;
	color: #ffffff;
	background-color: inherit;
	text-align: center;
	font-weight: bold;
}

#navigation ul {
	/*margin-left: 5em;*/
}

#navigation ul li {
	position: relative;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float: left;
	z-index: 2;
}

#navigation ul li a {
	font-size: 1.4em;
	color: #ffffff;
}

#navigation ul li div {
	position: absolute;
	display: none;
	background-color: #1D3676;
	top: 20px;
	left: 5px;
	text-align: left;
	color: #ffffff;
}

#navigation ul li div ul li a {
	font-size: 1.2em;
	color: #ffffff;
}

#navigation ul li div ul {
	margin: 5px;
}

#navigation ul li div ul li {
	float: none !important;
	text-align: left;
	line-height: 1.5em;
}

#content {
	width: 949px;
	margin: auto;
	background-color: #ffffff;
}

#footer {
	width: 999px;
    margin: auto;
	text-align: center;
	background-image: url("/images/bg_bottom.gif");
	line-height: 20px;
	position: relative;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0.5px;
}

#footer a {
	color: #ffffff;
	font-weight: bold;
}

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

/* typography
----------------------------------------------- */
	
h1 {
	color: #8D8D8D;
	font-size: 2em;
	border-bottom: 2px solid #8D8D8D;
}

h1 a {
	color: #8D8D8D;
	font-size: 2em;
	border-bottom: 2px dashed #8D8D8D;
}

h2 {
	color: #8D8D8D;
	font-size: 1.8em;
	border-bottom: 2px dashed #8D8D8D;
}

h2 a {
	color: #8D8D8D;
	font-size: 1.8em;
	border-bottom: 2px dashed #8D8D8D;
}

h3 {
	color: #8D8D8D;
	font-size: 1.4em;
	border-bottom: 2px dashed #8D8D8D;
}

h3 a {
	color: #8D8D8D;
	font-size: 1.4em;
	border-bottom: 2px dashed #8D8D8D;
}


/* links 
------------------------------------------- */

a {
	border: 0px;
	text-decoration: none;
	color: #000000;
}

a img {
	border: 0;
}