/* CSS Document */

* {
  margin : 0;
  padding : 0;
}
body {
  margin-top : 20px;
  margin-left : 20px;
  font-family : Georgia, "Times New Roman", Times, serif;
  font-style : normal;
  font-variant : normal;
  font-weight : normal;
  font-size : small;
  line-height : normal;
  text-align: center;
  background-color : rgb(200, 200, 200);

}
h1, h2, h3 {
  font-family : Georgia, "Times New Roman", Times, serif;
  text-align : center;
  color : #00f;
}

h2 {
  margin-bottom : 0.8em;
  font-size : 1.3em;
  font-weight : bold;

  text-align : left;
}
h3 {
  margin-bottom : 0.8em;
  font-family : Arial, Verdana, sans-serif;
  font-style : normal;
  font-variant : normal;
  font-weight : bold;
  font-size : 1em;
  line-height : normal;
  color : rgb(255, 255, 255);
}

h4 {
  margin-bottom : 0.8em;
  font-family : Georgia, "Times New Roman", Times, serif;
  font-style : normal;
  font-variant : normal;
  font-weight : bold;
  font-size : 1.2em;
  line-height : normal;
  color : rgb(255, 255, 255);
}

p, blockquote, ul, ol {
  margin-bottom : 1.4em;
  line-height : 1.8em;
}
ul {
  margin-left : 3em;
}
ol {
  margin-left : 3em;
}

a:hover {text-decoration: underline;}

div.top {
  margin-left: auto;
  margin-right: auto;
  width : 880px;
  background-color : rgb(255, 255, 255);
}

div.content {
 
  margin-left: auto;
  margin-right: auto;
  width : 840px;
  background-color : rgb(255, 255, 255);
  padding : 20px;
  text-align : left;
  background-repeat: no-repeat;
}

div.main-header {
  background-color: #421314; 
  height : 100px;
  padding: 5px; 
  margin-bottom: 1px; 
  color: #eee;
}

.main-header .title {float: left; padding: 15px; padding-top: 15px; padding-left: 15px}
.main-header .login-search {float: right; padding-top: 0px;}
.main-header .login-search .phone {text-align: right;}
.main-header .clear {clear: both;}
.main-header a {color: #421314;}
.main-header img { border: none; } 



.menu {
	margin: 0px;
	padding: 0px;
	}
	
.menu-name {text-align: right; margin-top: 25px; margin-right: 5px;
            padding-bottom: 3px; border-bottom: solid 1px #aaa; margin-left: 15px;}
.menu-name img {display: inline;}
  
.menu img {border: none;}   

.menu a span {color: white;}

 .menu li {
  padding: 0px;
  margin: 0px;
	list-style: none;
	}

.moduletable-hmenu li {display:block; float:left; margin-left: 5px; margin-right: 2px; padding-left: 5px; 
                       background-image: url(images/bar.png);
                       background-repeat: no-repeat;}
.moduletable-hmenu .first {padding-left: 0px; background-image: none; margin-left: none;}
.moduletable-hmenu {margin-left: 9px;}
.top-menu { height: 21px; padding-top: 6px; background-color: #421314;}



label
{
width: 8em;
float: left;
text-align: right;
display: block;
padding: .25em;
}

input
{
color: #000;
background: #d2deee;
border: 1px solid #343320; 
padding: .1em;
margin-left: -1.25em;
}

.submit input
{
margin-left: -.3em;
color: #FFF;
background: #535132;
border: 2px outset #d7b9c9
}

fieldset
{
border: 1px solid #343320;
width: 25em;
padding: 1em;
}

legend
{
color: #fff;
background: #535132;
border: 1px solid #343320;
padding: 3px 8px;
margin-left: 1em;
font-size: 1.2em;
}


div.redbox {
  padding: 10px;
  border: 5px solid #B00000;
}

div.redhead {
  padding : 20px;
  color : rgb(255, 0, 0);
  font-size : 2.6em;
  font-weight : bold;
  text-align : center;
}

div.bluehead {
  padding : 20px;
  color : rgb(0, 0, 255);
  font-size : 2.6em;
  font-weight : bold;
  text-align : center;
}

div.centerred {
  padding : 20px;
  color : rgb(255, 0, 0);
  font-size : 1.6em;
  text-align : center;
}


div.centerredhigh {
  color : rgb(255, 0, 0);
  font-size : 1.4em;
  text-align : center;
}

div.centerblue {
  padding : 20px;
  color : rgb(0, 0, 255);
  font-size : 1.8em;
  font-weight : bold;
  text-align : center;
  font-family : arial;
}

div.centerblack {
  padding : 20px;
  font-size : 1.2em;
  font-weight : bold;
  text-align : center;
}

div.biggerblack {
  padding-top: 10px;
  font-size : 1.2em;
  font-weight : bold;
}

div.centerbrown {
  padding : 20px;
  color : rgb(102, 51, 0);
  font-size : 1.6em;
  font-weight : bold;
  text-align : center;
}

div.brownbullet {
  margin-bottom : -30px;
  color : rgb(102, 51, 0);
  font-size : 1.4em;
  font-weight : bold;
  text-align : left;
}

div.paraindent {
  margin-left : 40px;
  margin-right : 40px;
}



div#logo {
  padding : 10px 50px 0 0;
  width : 650px;
  height : 250px;
  text-align : right;
}
div#logo h1 {
  font-size : 3.6em;
  font-weight : normal;
  font-style : italic;
}
div#logo h2 {
  font-size : 1.6em;
  font-weight : normal;
  font-style : italic;
}
div#logo a {
  color : rgb(255, 255, 255);
}



div#bookNotification h3{
  color : rgb(0, 153, 255);
  font-weight : bold;
}

div.clearfix {
  border-top : 1px solid rgb(209, 188, 92);
  padding : 10px;
  color : rgb(247, 168, 63);
}

div.clearfix img {
  margin: -1px 0 0 4px;
  position: absolute;
}

div.sectionheader {
  margin : 15 px;
  padding : 30 px;
  font-size : 1.2em;
  font-weight : bold;
  font-family : Georgia, "Times New Roman", Times, serif;
}

div.sectionheader label {
  padding : 30 px;
}

div#main {
  padding : 0 25px;
  margin-top : 0px;
  float : left;
  width : 500px;
  margin-bottom : 2em;
  padding-bottom : 0.7em;
  border-bottom-width : 2px;
  border-bottom-color : rgb(51, 204, 0) !important;
  border-bottom-style : none !important;
}
div#main label {
  width : 220px;
  float : left;
}
div#main div#mainimage {
  float : right;
  margin : 0 4px 4px 0;
}
div#main div#mainimage img {
  border : 1px solid #fff;
}
div#main div#mainimage p {
  font-size : 1.2em;
  font-weight : bold;
  margin : 5px 50px;
  font-family : Georgia, "Times New Roman", Times, serif;
  color : #ffde3d;
}

.warning {
  margin-left : 10px;
  color : rgb(255, 0, 0);
  font-weight: bold;
}

.lookatme {
  color : rgb(0, 153, 255);
  font-weight: bold;
}

div#rtcolumn {
  float:right; 
  width:200px; 
  margin-top : 5px;
}

#sidebar {
  float : right;
  width : 200px;
  border : 4px solid rgb(37, 84, 48);
}

div#login {
    width : 150px;
    border-top: 1px solid rgb(209, 188, 92);
    margin-top : 400px;
}
#client {
  border : 4px solid rgb(102, 102, 102);
  padding : 10px;
  margin : 20px;
}
#menu {

}
#menu ul {
  margin : 0;
  list-style-type : none;
  list-style-image : none;
  list-style-position : outside;
  line-height : normal;
}
#menu li {
  display : inline;
}
#menu a {
  border-top : 1px solid rgb(102, 102, 102);
  padding : 10px;
  display : block;
  font-weight : bold;
}
#menu a:hover {
  background : rgb(100, 100, 100);
  text-decoration : none;
  color : #ffde3d;
}
#menu .active a {
  background : rgb(37, 84, 48) none repeat scroll 0% 50%;
  text-decoration : none;
  color : rgb(255, 255, 255);
}
#updates ul {
  margin : 0;
  list-style-type : none;
  list-style-image : none;
  list-style-position : outside;
}

#zip .content {
  padding : 10px 0;
}

#zip ul {
border-bottom : 1px solid rgb(209, 188, 92);
margin : 0;
list-style-type : none;
list-style-image : none;
list-style-position : outside;
line-height : normal;
}
#zip li {
border-top : 1px solid rgb(209, 188, 92);
padding : 10px;
}

#phones {
  width : 400px;
}
#phones .content {
  padding : 10px 0;
}

#phones ul {
border-bottom : 1px solid rgb(209, 188, 92);
margin : 0;
list-style-type : none;
list-style-image : none;
list-style-position : outside;
line-height : normal;
}
#phones li {
border-top : 1px solid rgb(209, 188, 92);
padding : 10px;
}


#footer {
width : 600px;
padding : 20px 50px;
background : rgb(0, 0, 0) none repeat scroll 0% 50%;
clear : both;
}
#footer p {
margin : 0;
font-size : x-small;
}
