@charset "UTF-8";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  background:url(../images/body_bg.jpg) #2b4289 repeat-x top;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #ffffff;
}

h1 {
  color: #ffe296;
  font-size: 30px;
  font-weight: normal;
}

h2 {
  color: #091525;
  font-size: 22px;
  font-weight: normal;
}

a {
  color: #ffe296;
  font-style: italic;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;	
}

a img, img a {
  border: none;	
}

p img {
  margin: 5px 10px;	
}

.alert {
  color:#C00;
}

.policy-emphasis {
  font-weight: bold;
  font-size: 20px;
}

.emphasis {
  font-weight: bold;
}

.price {
  color: #F2AD11;	
}

.center {
  text-align: center;	
}

#container-bg {
  margin: 0 auto;
  width: 960px;
  padding-top: 360px;
  background: url(../images/container_bg.jpg) no-repeat center top;
}

#container {
  margin: 0 0 0 23px;
  width: 916px;
  clear: both;
}

#menu, #menu-header {
  width: 204px;
  float: left;
  padding: 10px 10px 0;
}

#menu-header {
  margin-left: 23px;
  color: #ffffff;
}

#menu-header p {
  margin: 0;
  text-align: center;
}

#menu {
  background: url(../images/menu_bg.jpeg) #091525 no-repeat center top;
  padding: 0 10px;
}

#menu ul {
  list-style-type: none;
  padding: 0 10px;
  margin: 0;
}

#menu a {
  font-size: 20px;
}

#main-content, #content-header {
  width: 672px;
  float: right;
}

#content-header {
  float: left;
}

#content-header h1, #content-header h2 {
  text-align: center;
  margin: 0;
}

#main-content {
  background: url(../images/main_content_bg.jpeg) #122c50 no-repeat top;
  padding: 0 10px;
  min-height: 550px;
}

#menu-clouds {
  width: 290px;
  height: 200px;
  background: url(../images/menu_cloud_float.jpg) no-repeat;
  position: relative;
  left: -76px;
}

#footer {
  width: 985px;
  height: 475px;
  position: relative;
  left: 53px;
  background:url(../images/large_btm_clouds_bg.jpg) no-repeat;
  clear: both;
}

#footer p {
  text-align: center;
  padding: 240px 0 0;
  color: #000000;
}
