body {
  font-family: Arial;
  font-size: 12px;
  margin: 0;
  background: #fff url('img/repeat_bg.jpg') repeat-x scroll center top;
  color: #252525;
}

img {
  border: 0;
}

h2 {
  margin: 30px 0 0;
  font-size: 1.6em;
}
h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
#sidebar h2, cite {
  text-decoration: none;
}
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited {
  color: #333;
}

h1, h2, h3 {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-weight: bold;
}

a, h2 a:hover, h3 a:hover {
  color: #06c;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

small {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.9em;
  line-height: 1.5em;
}
small,
#sidebar ul ul li,
#sidebar ul ol li,
.nocomments,
.postmetadata,
blockquote,
strike {
  color: #777;
}

.screen-reader-text {
  left: -1000em;
  position: absolute;
}

#bg_wrap {
  width: 1100px;
  background-image: url('img/main_bg.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0px auto;
}

#container {
  margin: 0 auto;
  width: 960px;
}

/* header */

#headwrap {
  height: 140px;
  margin: 0;
  padding: 0;
}

#logo {
  float: left;
  height: 140px;
}

#slogan {
  float: left;
  margin: 0;
  padding: 85px 0 0;
  width: 290px;
}

#contact_top {
  color: #fff;
  float: left;
  font-weight: bold;
  height: 90px;
  margin: 0;
  padding: 0;
  text-align: right;
  text-transform: capitalize;
  width: 559px;
}
#contact_top .small {
  display: blocK;
  font-size: 19px;
  margin: 0;
  opacity: 0.5;
  padding: 20px 0 0 20px;
}
#contact_top .number {
  display: block;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0;
  opacity: 0.7;
  padding: 0 0 0 15px;
}

#menu {
  float: left;
  height: 50px;
  margin: 0;
  padding: 0;
  width: 559px;
}
#menu .left,
#menu .right {
  display: block;
  float: right;
  width: 9px;
}
#menu .menu_items {
  background-color: #f2f2f2;
  display: block;
  float: right;
  height: 50px;
  letter-spacing: 1px;
  width: 540px;
}
.menu_items ul {
  display: inline;
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.menu_items li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.menu_items a:link,
.menu_items a:visited {
  -moz-border-radius: 3px;
  background: #3c3c3c;
  color: #fff;
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 12px 3px 0;
  padding: 5px;
  text-decoration: none;
}
.menu_items a:active,
.menu_items a:hover {
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f2f2f2;
  background-image: url('img/menu_active.gif');
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 12px 3px 0;
  padding: 5px 5px 10px;
}

#header_rule {
  background-image: url('img/header_rule.gif');
  background-position: center top;
  background-repeat: no-repeat;
  height: 10px;
  margin: 0;
  padding: 0;
  width: 960px;
}

#flash {
  height: 216px;
  width: 960px;
}

/* Content */

#content {
  font-size: 1.2em;
}
.narrowcolumn {
  float: left;
  margin: 0;
  padding: 0 0 20px 25px;
  width: 600px;
}
.narrowcolumn .entry,
.widecolumn .entry {
	line-height: 1.4em;
}
.narrowcolumn .postmetadata {
  padding-top: 5px;
  text-align: center;
}

.postmetadata {
  clear: both;
}

.bPost {
  margin: 0 0 20px;
  text-align: justify;
}

.navigation {
  display: block;
  margin-bottom: 60px;
  margin-top: 60px;
  text-align: center;
}

/* Sidebar */

#sidebar {
  margin-left: 700px;
  padding: 20px 0 10px;
  width: 210px;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#sidebar ul,
#sidebar ul ol {
  margin: 0;
  padding: 0;
}

#sidebar ul ul,
#sidebar ul ol {
  margin: 5px 0 0 10px;
}

#sidebar ul li {
  list-style-image: none;
  list-style-type: none;
  margin-bottom: 15px;
}

#sidebar ul ul li,
#sidebar ul ol li {
  margin: 3px 0 0;
  padding: 0;
}

#sidebar form {
  margin: 0;
}

#sidebar #searchform #s {
  padding: 2px;
  width: 200px;
}

#sidebar #searchsubmit {
  padding: 1px;
}

#sidebar h2 {
  margin: 5px 0 0;
  padding: 0;
  font-family: 'Lucida Grande', Verdana, Sans-Serif;
  font-size: 1.2em;
}

/* Searchform */

#searchform {
  margin: 10px auto;
  padding: 5px 3px;
  text-align: center;
}

/* Footer */

#menu_bottom {
  background: #002c54;
  clear: both;
  color: #fff;
  font-size: 13px;
  height: 140px;
}

#menu_bottom a:link,
#menu_bottom a:visited {
  color: #90a0af;
  text-decoration: none;
}


#menu_bottom a:hover {
  color: #fff;
  text-decoration: underline;
}

#mb_wrap {
  margin: 0 auto;
  text-align: left;
  width: 960px;
}

#mb_wrap .badges {
  float: left;
  padding: 10px 20px;
  width: 310px;
}

#mb_wrap .mb_guides,
#mb_wrap .mb_international {
  float: left;
  padding: 0;
  width: 150px;
}

#mb_wrap .mb_menu {
  float: left;
  padding: 0;
  width: 310px;
}

#mb_wrap ul {
  list-style-image: none;
  list-style-type: none;
  margin: 20px 0 0;
  padding: 0;
}

#mb_wrap li {
  margin: 0;
  padding: 0;
}

#mb_wrap .mb_menu img {
  float: right;
  padding: 5px;
}

.bComment fieldset {
  border: 0;
  padding: 5px 10px;
}

.bComment .input input,
.bComment .input textarea,
.bComment .input select {
  clear: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #F8F8F8;
  border: 1px solid #BBB;
  padding: 2px 5px;
}

.bComment .input input {
  height: 20px;
}
.bComment .field_required {
  background-image: url('img/required.png');
  background-position: right top;
  background-repeat: no-repeat;
}

.bComment .input .submit,
.bComment .input .preview {
  height: 30px;
  width: 120px;
}
