/*
CSS COLORS
Background: #f3f4f4
Dark Green Body: #8c9b93
Dark Blue: #00355f
Teal: #5aa5ac
Red: #B42E34
*/

* {
   	margin: 0; 
   	padding: 0;
   	font-weight: normal;
	border: none;
}

body, a {
   	font-family: "Trebuchet MS", Arial, sans-serif; 
	color: #757E78;
	min-height: 775px;

}

h1 {
	font-size: 21px;
	line-height: 33px;
}

p {
	font-size: 12px;
	line-height: 18px;
}

a {
	text-decoration: none;
}

li {
	list-style-type: none;
}

/*---------------------------------------WRAPPERS---------------------------------------*/

#wrapper {
	width: 950px;
	position: relative;
	margin: 20px auto 0;
}

#wrapTop {
	position: relative;
	width: 950px;
	height: 26px;
	background-image: url('../img/rebati_bkgd_top.png');
}

#wrapMiddle {
	width: 898px;
	min-height: 593px;
	padding: 0 26px;
	background-image: url('../img/rebati_bkgd_mid.png');
	background-repeat: repeat-y;
}

#wrapBottom {
	width: 950px;
	height: 31px;
	background-image: url('../img/rebati_bkgd_btm.png');
	margin-bottom: 30px;
}


/*---------------------------------------TOPNAV---------------------------------------*/

#topNav {
	position: absolute;
	width: 177px;
	height: 34px;
	top: 10px;
	right: 0px;
}

#topNav ul {
	font-size: 11px;
	bottom: 0;
}

#topNav li {
	height: 18px;
	border-right: #8c9b93 1px solid;
	display: inline;
	padding: 10px 6px 0 4px;
}

#topNav li a:hover {
	color: #eb6e1f;
}

#topNav li.noRightBorder {
	border-right: 0;
}

/*---------------------------------------BANNER---------------------------------------*/

#bannerMain {
	position: relative;
	width: 100%;
	height: 220px;
}

#bannerArt {
	position: absolute;
	left: 0;
	top: 25px;
	width: 680px;
	height: 117px;
	background-image: url('../img/rebati-banner-art.png');
	background-repeat: no-repeat;
}

/*---------------------------------------BANNER LINKS---------------------------------------*/

#linkBox {
	position: absolute;
	width: 470px;
	height: 28px;
	top: 162px;
	left: 0;
}

#linkBox ul {
	font-size: 12px;
	position: absolute;
	top: 8px;
}

#linkBox li {
	border-right: #8c9b93 1px solid;
	display: inline;
	padding: 6px 7px 7px 2px;
}

#linkBox li a:hover {
	color: #5aa5ac;
}

#linkBox li.paddingLeftZero {
	padding-left: 0;
}

#linkBox li.noRightBorder {
	border-right: 0;
}

#linkBox li span {
	position: relative;
}

#linkBox form {
	display: inline;
	position: relative;
	top: 5px;
	left: 3px;
}

#linkBox form input {
	border: 0;
}


a.rightPad {
	padding-right: 4px;
}

a.rightPad2 {
	padding-right: 2px;
}

/*---------------------------------------COLUMNS---------------------------------------*/

#column1 {
	float: left;
	width: 310px;
/*	padding-top: 220px;*/
/*	background-color: green;*/
	padding-right: 18px;
}

#column1 h1 {
	margin-top: -5px;
	
}

#column2 {
	float: left;
	padding-left: 20px;
	width: 525px;
	border-left: 1px solid #999;
}

#column2 p {
/*	font-size: 11px;
	line-height: 16px;*/
	margin-top: 6px;
}

#column2 p.topMarginZero {
	margin-top: 0;
}

#buttonWrapper {
	float: right;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
/*	background-color: green;*/
}   

#buttonMore {
	float: right;
	width: 174px;
	height: 37px;
	background-image: url('../img/button-more-eng-NEW.png');
	background-repeat: no-repeat;
	background-position: 0 -37px;
	cursor: pointer;
	overflow: hidden;
}

#buttonMore:hover {
	background-position: 0 0;
}

#footer-inside {
	width: 100%;
}


/*---------------------------------------BOTTOM FOOTER TEXT---------------------------------------*/

#wrapBottom p {
	font-size: 10px;
	color: #999;
}

#wrapBottom a:hover {
	color: #5aa5ac;
}

#bottomTextLeft {
	float: left;
	margin-left: 14px;
	margin-top: 13px;
}

#bottomTextRight {
	float: right;
	margin-right: 14px;
	margin-top: 13px;
}

/*---------------------------------------GENERAL CLASSES, HACKS, ETC.---------------------------------------*/

.clearfloat { 
	clear: both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.linkSelectGreen {
	color: #5aa5ac;
}

.linkSelectOrange {
	color: #eb6e1f;
}

.textColorOrange {
	color: #eb6e1f;
}

.textColorTeal {
	color: #37939b;
}

.textColorBlue {
	color: #24408f;
}

.topMarginZero {
	margin-top: 0;
}

.redFix {
	color: red;
}

.fixMe {
	color: red;
}

/*#linkBox ul li.dropDown img {
	padding: 4px;
}*/

