/*************************************
   WELCOME TO THE CUSTOM STYLESHEET
--------------------------------------
              style.css
        BlueTrip CSS Framework
    Put your custom styles in here.
***************************************/

/**************************************/
/*           COLOR SCHEME             */
/**************************************
- black		#000
- white		#fff
- text      #494949
- green     #66b737
- dk green  #3F9F31
***************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
body { background:url(../images/1_bg1.jpg) top repeat-x; color:#5b5b5b; margin: 0;}
a:link {color:#66b737; text-decoration: underline; cursor:pointer; font-weight: 400;}
a:hover, a:visited:hover {text-decoration: none; color: #5B5B5B;}
a:visited {color: #586B4D; font-weight: 400;}
.green { color:#66b737}
.container {width:1000px;margin:0 auto; font-size: 1.4em;}
.tester1 {width: 100%; scroll: auto;}
.tester2 {width: 2000px;}
.content {width: 870px; margin-left: 100px; clear: both;}
hr {color: #D6D6D6; margin-top: 1em;}
big {font-size: 1.2em}
/**************************************/
/*              HEADER                */
/**************************************/
.header {}
/**************************************/
/*             NAVIGATION             */
/**************************************/
#submenu ul {margin: 0; list-style-type: none;}
#submenu ul li {list-style-type: none; display: inline; margin: 0 1em 0 0; }
#submenu ul li a {font-weight: 400;  text-decoration: underline;}
#submenu ul li a:hover {text-decoration: none;}
#submenu ul li.current a, #submenu ul li.self a {font-weight: bold;}



/**************************************/
/*            MAIN CONTENT            */
/**************************************/
#layout {clear: both; overflow: hidden; margin-bottom: 1.6em;}	



/**************************************/
/*               FOOTER               */
/**************************************/
.footer {text-align: right; font-size: 85%; overflow: hidden;}
.footer ul {margin-bottom: .5em;}
.footer ul li {list-style-type: none; display: inline; margin: 0 0 0 1em;}
#footer_bar {line-height: 14px; overflow: hidden;margin-bottom: 10px;}
.gray {background: #D6D6D6;  float: right;  width: 690px; }

