﻿body
{
    text-align: center;
    margin: 0;
    font-family: "Trebuchet MS", sans-serif;
    color: #333;
}

#container {
    margin: 0 auto;
    width: 1208px;
}

#header 
{
    /*background-image: url('../images/header_logo2.gif');*/
    background-repeat: no-repeat;
    background-color: #1A1713;
    /*overflow: hidden;*/
    height: 204px;
}

#footer 
{
    text-align: center;
    width: 100%;
    height: 76px;
    border-top: solid 1px black;
}

#content
{
    margin-top: 30px;
    background-image: url('../images/back_falls.gif');
    background-repeat: no-repeat;
    background-position: center;
}

#top_nav
{
    text-align: right;
    padding: 22px 15px 23px 0;    
}

#top_nav ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#top_nav ul li 
{
    position: relative;
    margin-left: 34px;
    display: inline;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 1.1em;
}

#top_nav ul li a
{
    text-decoration: none;
    color: #CFC58B;
}

#top_nav ul li a:hover
{
    /* text-decoration: underline; */
    color: #FFF;
}

#bottom_nav
{
    height: 52px;
    margin-top: 1px;
    background: #1A1713;    
}

#bottom_nav ul
{
    margin: 0;
    padding: 16px 0 0 0;
    list-style-type: none;
}

#bottom_nav ul li 
{
    position: relative;
    margin-left: 42px;
    display: inline;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 0.9em;
}

#bottom_nav ul li a
{
    text-decoration: none;
    color: #CFC58B;
}

#bottom_nav ul li a:hover
{
    color: #FFF;
}

#login_bar
{
    position: relative;
    top: -50px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 0.75em;
    background-color: #fff;
    text-align: right;
    color: #39352B;    
}

#login_bar a
{
    color: #06F;
    text-decoration: none;
}

#login_bar a:hover
{
    text-decoration: underline;
}    

.loginBtn
{
    position:relative;
    top: 8px;
    cursor: pointer;
    margin: 0 15px 0 25px;    
}

.copyright
{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 0.6em;
    color: #39352B;    
}

.clear
{
  clear: both;    
}

.rotator
{
    font-size: 0.9em;
    color: #333;
}

/*====================================*/
         /* Columns styles */

.textContainer
{
  margin-left: auto; margin-right: auto;
  padding-bottom: 10px;
  width: 75%;
}

.leftColumn
{
  float: left;
  width: 50%;  
}

.rightColumn
{
  
}

/*====================================*/

.italic
{
  font-style: italic;
  font-size: 0.8em;
}

.bold
{
  font-weight: bold;    
}

/*====================================*/
        /*ADDED BY CGOMEZAL*/
/*====================================*/
h2
{
	text-align: left;
    font-family: "Trebuchet MS", sans-serif;
    font-style: italic;
    font-size: 1.65em;
    font-weight: lighter;	
    color:#333;
    margin-bottom: 4px;
}

p
{
	font-family: "Trebuchet MS", sans-serif; 
    font-size: 0.9em;
	text-align:left;
}

p a
{
    color: #06F;
    text-decoration: none;
}

p a:hover
{
    text-decoration: underline;
}    


table
{
	/*width:800px;*/
	padding:0px 0px 20px 0px;	
	text-align:left;
	font-family: "Trebuchet MS", sans-serif; 
}

table span
{
    font-size: 0.75em;    
}

.message
{
	font-family: "Trebuchet MS", sans-serif;
    font-size: small;
    color: #666666; 
    text-align:center;
}

.par
{
	color:#666666;
    font-family: "Trebuchet MS", sans-serif; 
    font-size:small;
	text-align:justify;
	width:50%;	
}

.SingUp
{
	color:Black;
    font-family: "Trebuchet MS", sans-serif; 
    font-size:small;
    background-color: Transparent;
    width: 100%;	
    text-align:right;
}

.text
{
	color:Black;
    font-family: "Trebuchet MS", sans-serif; 
    font-size:small;
    width:170px;    
}

.imgLayout
{
	position:relative; 
	left:0px;
	top: -68px;
	height: 226px;
	width: 371px;
}

.imgRight
{
    height: 38%; 
    width: 38%; 
    position: relative; 
    float: right; 
    margin-left: 20px;
}

.imgLeft
{
    height: 31%; 
    width: 31%; 
    position: relative; 
    float: left; 
    margin-right: 20px;
}

.centeralign
{
	text-align:center;	
	font-family: "Trebuchet MS", sans-serif; 
}

.leftalign
{
	text-align:left;	
	font-family: "Trebuchet MS", sans-serif; 
	color:#666666;
}

.rightalign
{
	text-align:right;	
	font-family: "Trebuchet MS", sans-serif; 
	color:#666666;
}
/*====================================*/
        /*ADDED BY CGOMEZAL*/
/*====================================*/

