/*
* BASE COLORS
*  - Footer-Blue: #084b8d;
*  - Leftmain-Blue: #285d8d;
*  - Rightmain-Blue: #0d2c48;
*  - 
* /

/* ====== HTML OVERRIDES =========== */

footer
{
  font-size: 1.5em;
  height: 25px;
  padding-top: 5px;
}

/* ======== BOOTSTRAP OVERRIDES ====== */



/* ======== OWN CLASSES ========== */

.center-text
{
  text-align: center;
}

.center-it
{
  margin-left: 20%;
  margin-right: 20%;
}

.footer-bg
{
	background-color: #084b8d;
	background-image:-moz-linear-gradient(top, #055aa2, #084b8d);
	background-image:-ms-linear-gradient(top, #055aa2, #084b8d);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#055aa2), to(#084b8d));
	background-image:-webkit-linear-gradient(top, #055aa2, #084b8d);
	background-image:-o-linear-gradient(top, #055aa2, #084b8d);
	background-image:linear-gradient(top, #055aa2, #084b8d);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient
                    (startColorstr='#055aa2', endColorstr='#084b8d', GradientType=0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.white-text
{
  color: #ffffff;
}

/* ========== STYLES ======= */

.rightmain
{
  background-color: #0d2c48;
  margin-left: 60px;
  margin-bottom: 20px;
}

.leftmain
{
  background-color: #285d8d;
  margin-bottom: 20px;
}

.main-title
{
  text-transform: uppercase;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 900;
  padding: 20px;
}

.main-text
{
  padding: 20px;
  padding-bottom: 70px;
}

.main-image
{
  
}

.main-image img
{
  width: 440px;
}

.main-botimage
{
  background-image: url('../img/dropshaddow.png');
  background-repeat: no-repeat;
  background-color: #fff;
}

.leftmain .main-botimage .roundbutton
{
  position: relative;
  right: -25px;
  top: -85px;
  width: 85px;
}

.rightmain .main-botimage .roundbutton
{
  position: relative;
  right: -15px;
  top: -70px;
  width: 85px;
}

.rightmain .main-botimage img
{
  position: relative;
  top: -40px;
  width: 350px;
}

.leftmain .main-botimage img
{
  position: relative;
  top: -55px;
  width: 340px;
}

footer img
{
  position: relative;
  top: -35px;
}

.foo
{
  clear:both;
}
