@charset "UTF-8";
/* CSS Document */

body {
	background-color: #72654e;
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-x; 
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
}

/* ------- GLOBAL ------- */

a {
	text-decoration: underline;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.margin-left {
	margin-left: 10px;
}

.margin-right {
	margin-right: 10px;	
}

.margin-top {
	margin-top: 15px;	
}

.margin-bottom {
	margin-bottom: 10px;
}


ul {
	margin-left: 0px;
	padding-left: 24px;
}

li {
	margin-left: 0px;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

input, textarea {
}


/* ------- TEXT DEFINITIONS ------- */

h1 {
	margin: 0px;
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color:#999999;

}

h2 {
	font-size: 20px;
	margin: 0px;
	line-height: 28px;
}

/* ------- LAYOUT ------- */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 976px;
}

#top-menu {
	text-align: right;
	font-size: 10px;
	color: #999999;
}

#top-menu a {
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
}

#top-menu a:hover {
	color: #666666;
}

#header {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	height: 121px;
}

#menu {
	float: right;
	color: #666666;
	margin-top: 90px;
}

#menu a {
	color: #CCCCCC;
	font-size: 16px;
	text-decoration: none;
	padding-right: 16px;
	padding-left: 16px;
}	

#menu a:hover {
	color: #666666;
}

#footer {
	font-size: 10px;
	color: #2b2620;
	text-transform: uppercase;
	line-height: 14px;
	margin-top: 5px;
}

#footer a {
	color:#2b2620;
	text-decoration: none;
	
}

#footer a:hover {
	color: #333333;
}

#left-column {
	float: left;
	background-color: #2b2620;
	display: inline;	
}

#left-content {
	padding: 30px;
	width: 650px;
}	

#right-column {
	float: left;
	background-color: #1f1c17;
	padding: 16px;
	width: 233px;
	border-left: 1px solid #666666;
	line-height: 26px;
	display: inline;	
}

#sub-nav {
	float: right;
	color: #CCCCCC;
}

#sub-nav a {
	color: #CCCCCC;
}

#sub-nav a:hover  {
	color: #999999;
}

.divider {
	height: 10px;
	border-top: 1px dotted #666666;
	clear: both;
	margin-top: 5px;
}

.menu-divider {
	background-color: #666666;
	width: 1px;
	height: 17px;
}

 
#flashcontent {
	height: 500px;
	width: 650px;
	text-align: center;
 }
 
  
#flashcontent2 {
	height: 400px;
	width: 650px;
	text-align: center;
 }
 

#home-image1 {
	height: 252px;
	width: 355px;
	float: left;
	border-bottom:  1px solid #666666;
}

#home-image2 {
	height: 252px;
	width: 355px;
	float: left;
	border-bottom: 1px solid #666666;
}

.rates td {
	border-collapse: collapse;
	padding: 5px;
}

.rates-al-row {
	background-color: #434c26;
}

.rates-top {
	background-color: #294349;
}
	