/*@charset "utf-8";*/
/* CSS Document */

body {
	font: 0.8em "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color:  #343434;
	background: #004e98; /*#121212;*/
	margin: 0;
	padding: 0;
}


.myDiv {
  width: 800px;
  margin: 30px auto;
  background: #d21b20;
  padding: 20px 0 20px 0;
  position: relative;

  /* Do rounding (native in Firefox and Safari, CC in IE) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    CCborderRadius: 20px;
}

#wrapper {
	width: 710px;
	margin: 0px auto;
	background: #ffffff;
	padding: 0px 25px 25px 25px;
	/*border: 15px solid #d21b20;*/ /*#2e2e2e;*/
    /*position:relative;*/
}

#header{
   position:relative;
   height: 200px;
}


.style-right {
    float: right;
}

.style-left{
    float: left;
}


.style1{
    font-size: 18px;
}

.style2{
    font-size: 18px;
}

.style-hours{
    font-size: 15px;
}


.contact-indent{
    text-indent: 2cm;

}


.style-packages{
    font-size: 16px;
    border-bottom:1px solid #222222;
}

.style-heading{
    font-size: 16px;
}

.style-heading-plus2{
  font-size: 18px;
  /*color: red;*/
}

.style-heading-plus3{
  font-size: 20px;
  /*color: red;*/
}

.Red-Italic{
  color: red;;
  font-style: italic;
}


.style11 {
    font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.style12 {
    font-size: 12px;
}

.style3{
  font-style: italic;
  letter-spacing: 3pt;
}


h1 {
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 0.3em 0;
	text-indent:-99999px;
}

#nav {
	list-style: none;
	padding: 0;
	margin: 10px 0 20px 0;
	background: #2e2e2e url(images/nav_bar.jpg) repeat-x;
	display: block;
	overflow: hidden;
	font-size: 0.9em;
	height: 33px;
	text-transform:capitalize;
}
#nav li {
	display: inline;
}
#nav li a {
	display: block;
	float: left;
	padding: 10px 20px;
	color: white;
	text-decoration: none;
}
#nav li a:hover {
	background: #1b1b1b url(images/nav_bar_o.jpg) repeat-x;
}
#load {
	display: none;
	position: absolute;
	right: 30px;
	top: 30px;
	background: url(images/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}

#content {
    font-family: Comic Sans MS;
    text-align: center;
    width: 100%;
    margin:0 auto;
    width:700px;
}

h2 {
	margin: 0;
	padding: 0.5em 0;
	color:#568945;
	font-family: Comic Sans MS;
    font-size: 40px;
}
p {
	margin: 0;
	padding: 0.4em 0;
	color: #000000;
	line-height: 1.4em;
}
#content img.right {
	float: right;
	margin: 0 0 8px 8px;

}
#foot {
	padding: 0px;
	text-align: center;
	margin: 0px 0 0 0;
	/*border-top:1px solid #222222;*/
    clear: both;
}


.photoblock-many {		/* A general full-width photo block (that clears), for many thumbnails */
   margin: 0px 0px 0px 0px;
   clear: both;
   width: 100%;
   text-align: center;
   font-size: 10px;
   color: #888888;
}
.photoblock-many a {		/* (Need clear links in the photo block) */
   /*background-color: red;
   background-repeat: repeat-y;*/
}

.photo {			/* A normal photo */
  padding: 2px 2px;
  margin: 10px 2px;
  vertical-align: middle;
  background: #ece9d8;
  border-right: solid #808080 1px;
  border-top: solid #ececec 1px;
  border-bottom: solid #808080 1px;
  border-left: solid #ececec 1px;
}

#gen li a{
  color: #000000;
}

#gen .no-marker{
  list-style: none;
}


#gen li a:hover{
  color: #FF0033;
}


#gen li a img{
  border: none;
}

#deposit a{
    color: #000000;
    text-decoration: none;
}

#deposit a:hover{
    color: #FF0033;
}

