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

body {
  margin:0px;
  padding:0px;
  background-color:#3E101C;
  background-image: url(../images/body_bg_top_02.png);
  background-repeat: repeat-x;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #FFFFFF;
        height:100%;
  }

a {
  color:#A19392;
}

html {
        height:100%;
}


/* Text Styles` */

h1 {
  font-size: 28px;
  margin-top: 0px;
  color: #A19392;
  margin-bottom: 5px;
  font-weight: normal;
}

h2 {
  font-size: 24px;
  margin-top: 0px;
  color: #A19392;
  margin-bottom: 5px;
  font-weight: normal;
}
h3 {
  font-size: 20px;
  margin-top: 0px;
  color: #A19392;
  margin-bottom: 5px;
  font-weight: normal;
        text-indent:25px;
}
p {
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}

/* End of text Styles */





/* Images, Rules, and other Misc*/

img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}
hr {
  color: #62131F;
  background-color: #62131F;
  height: 2px;
  margin-left:60%;
  border:0px;
}
/* End of Images, Rules, and other Misc*/






/* Global layout*/

#wrapper {
  width: 1200px;
        margin-left:-150px;
}
#nav {
  position: absolute;
  width:1200px;
  height: 50px;
  margin-top: 30px;  
}
#nav ul {
  list-style-type: none;
  margin-left: 20%;
}
#nav li {
  display: inline;
  padding-right: 20px;
  padding-left: 20px;
}
#nav a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: normal;
}
#nav a:hover {
  color: #A19392;
}
#left_side {
  width: 469px;
  background-repeat: repeat-y;
  background-position: top;
  background-image: url(../images/leftside_bg_07.png);
  float: left;
  text-align: right;
}
#left_side_content {
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.left_side_buttons {
  margin-top: 10px;
  margin-bottom: 10px;
}
#right_side {
  float: left;
  min-height:1000px;
  background-image: url(../images/right_side_bg_05.png);
  width: 650px;
  background-repeat: repeat-y;
}



.clear {
  clear: both;
}
#footer {
  background-color: #301017;
        padding-bottom: 20px;
  
}

.postDate {
        font-size:12px;
        color:#cccccc;
}

.selectedPage {
        
        border-bottom: 2px solid #62131F;
}

/* End of Global layout*/




/* Home Page layout Styles*/

#slideshow {
  
  padding-right: 50px;
  padding-left: 50px;
}


#slideshow a {
        color:#666666;
        text-decoration:none;
}

#footer {
  text-align: left;
  padding-left: 200px;
  padding-top: 10px;
}
#footer p {
  font-size: 12px;
  color: #EEEEEE;
}
#footer a {
  color: #999999;
}
#here_to_help {
  background-image: url(../images/here_to_help_header_11.png);
  width: 525px;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 60px;
  margin-left: 50px;
        margin-top: 25px;
}
#here_to_help_content {
  background-color: #3E141A;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}
#blog {
  margin-left: 50px;
  width: 525px;
  background-image: url(../images/recent_news_header.png);
  background-repeat: no-repeat;
  margin-top: 25px;
  padding-top: 90px;
}
#blog_content {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #3E141A;
}

#blog_content a {
        color:#A19392;
        text-decoration:underline;
}

#blog_content a:hover {
       color:#666666;
}


#blog a {
        color:#A19392;
        text-decoration:underline;
}

#blog a:hover {
       color:#666666;
}


/* End of Home Page layout Styles*/



/* About and Links Page layout Styles*/

.block {
        float:left;
        width:290px;
       margin-top: 25px;
}

.block a {
       color:#cccccc;
       font-weight:bold;
       font-size: 14px;
}
.block a:hover {
       color:#aaaaaa;
       font-weight:bold;
       font-size: 18px;
}

.block ul {
       list-style-type:none;
}

#blockone {
        margin-left:50px;
        margin-right:20px;
}





/* Form Css styles */

/* background color of a selected field. */
 .fieldSelected {
 background: transparent !important;
 border-color: transparent !important;
background-color: #3E101C;
}
