/*-----------------------------------------------------------------------------
Base Style Sheet

version:   1.0
author:    Adam Myhre
email:     adam@undergalaxie.com
website:   http://www.undergalaxie.com/
-----------------------------------------------------------------------------*/

@import "layout.css";
/* =General
-----------------------------------------------------------------------------*/

/* Declaring HTML5 elements */
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
  display: block;
  }
	
/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	display: block;
	border: 0;
}
.accordion img {
	margin: auto;
	margin-bottom: 10px;
}

/* =Columns
-----------------------------------------------------------------------------*/
.column-half {
	float: left;
	width: 332px;
	height: 396px;
}
.gutter {
	padding-right: 21px;
}
.column-third {
	float: left;
	width: 217px;
	height: 532px;
}
.gutter2 {
	padding-right: 17px;
}
.column-full {
	clear:both;
	width: 685px;
	margin-top: 21px;
	margin-bottom: 21px;
}
.column-full-bottom {
	padding: 24px;
}
#sideBar .content {
	padding: 9px;
}
#sideBar .content-side-info p, #sideBar .content-side-agents p {
	padding: 0 0 10px;
}

/* =Background Images
-----------------------------------------------------------------------------*/
#wrapper1 {
	background: #e5e5e5 url('../images/bg-wrapper1.jpg') repeat-x left top;
}
#wrapper2 {
	background: #fff url('../images/bg-wrapper2.jpg') repeat-x left top;
}
#canvas1 {
	background: url('../images/bg-canvas1.jpg') no-repeat left top;
	min-height: 960px;
}
#canvas2 {
	min-height: 291px;
}
#navigation {
	background: url('../images/sprite-nav.png') no-repeat left top;
}
.column-full {
	background: url('../images/bg-column.png') no-repeat left top;
}
.column-full-bottom {
	background: url('../images/bg-column-bottom.png') no-repeat left bottom;
}
#footer {
	background: url('../images/bg-footer.jpg') no-repeat left top;
	height: 291px;
}
div.accordion> div {
  background-color: #fff;
	padding: 20px 20px 10px 20px;
}
.content-side-info {
	background: url('../images/bg-side-info.jpg') no-repeat left top;
	padding: 64px 22px 0 22px;
	height: 384px;
}
.content-side-agents {
	background: url('../images/bg-side-agents.jpg') no-repeat left top;
	padding: 67px 22px 0 22px;
	min-height: 120px;
}

/* =Typography
-----------------------------------------------------------------------------*/
@font-face {
  font-family: Whitney;
  src: url('../fonts/Whitney-Book.eot?#iefix') format('embedded-opentype'), 
	     url('../fonts/Whitney-Book.ttf')  format('truetype');
}
@font-face {
  font-family: WhitneyMed;
  src: url('../fonts/Whitney-Medium.eot?#iefix') format('embedded-opentype'), 
	     url('../fonts/Whitney-Medium.ttf')  format('truetype');
}
body {
	font: 12px/18px "Droid Sans","Whitney","Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	color: #666;
}
p {
	padding-bottom: 10px;
}
.content p {
	text-align: justify;
}
#sideBar .content p {
	text-align: center;
}
ul {
	list-style: none;
	padding-bottom: 10px;
}
ol {
	margin-left: 20px;
	padding-bottom: 10px;
}
ul li, ol li {
	padding-bottom: 5px;
}
#sideBar .content-side-agents p.side-workshop-button {
	padding-left: 90px;
}

/* =Headings
-----------------------------------------------------------------------------*/
h1, h2, h3 {
	font: 14px/24px "Droid Sans","WhitneyMed","Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	padding: 15px 0 10px;
	color: #4a4319;
	text-transform: uppercase;
}
div.content h1 {
	padding: 0 0 10px;
}
div.content h2, div.content h3 {
	padding: 15px 0 10px;
}
.accordion h2 {
	clear: both;
}

/* =Links
-----------------------------------------------------------------------------*/
a {
  color: #362f2d;
	text-decoration: none;
	border-bottom: 1px solid #362f2d;
}
a:hover {
	color: #e9843c;
	text-decoration: none;
	border-bottom: 1px solid #e9843c;
}

/* =Language Selectors
-----------------------------------------------------------------------------*/
/* =Branding
-----------------------------------------------------------------------------*/
/* =Main Nav
-----------------------------------------------------------------------------*/
#navigation a * {
  display: none;
}

#navigation {
  list-style: none;
	padding: 0;
  z-index:10;
}

#navigation li {
  float: left;
	padding: 0;
	position: relative;
  z-index: 20;
}

#navigation a,
#navigation a .hover {
  height: 44px;
  position: relative;
  display: block;
  cursor: pointer;
  background: url('../images/sprite-nav.png') 0 0 no-repeat;
	border: none;
}

#navigation a#btn-home {
  background-position: 0 0;
  width: 98px;
}

#navigation .highlight a#btn-home:hover, 
#navigation a#btn-home .hover {
  background-position: 0 -44px;
  width: 98px;
}

#navigation a#btn-plans {
  background-position: -98px 0;
  width: 156px;
}

#navigation .highlight a#btn-plans:hover, 
#navigation a#btn-plans .hover {
  background-position: -98px -44px;
  width: 156px;
}

#navigation a#btn-insurance {
  background-position: -254px 0;
  width: 132px;
}

#navigation .highlight a#btn-insurance:hover, 
#navigation a#btn-insurance .hover {
  background-position: -254px -44px;
  width: 132px;
}

#navigation a#btn-about {
  background-position: -386px 0;
  width: 122px;
}

#navigation .highlight a#btn-about:hover, 
#navigation a#btn-about .hover {
  background-position: -386px -44px;
  width: 122px;
}

#navigation a#btn-contact {
  background-position: -508px 0;
  width: 145px;
}

#navigation .highlight a#btn-contact:hover, 
#navigation a#btn-contact .hover {
  background-position: -508px -44px;
  width: 145px;
}

/* =MEGA Drop Down
-----------------------------------------------------------------------------*/
#navigation li div.sub {
	z-index: 1000;
	position: absolute;	
	top: 44px; left: 0px;
	float: left;
	visibility: hidden;
}
#navigation li div.show {
	visibility: visible;
}
#navigation li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
#navigation li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 220px;
	float: left;
}
#navigation .sub ul li {
	width: 100%;
	color: #fff;
	text-shadow: none;
}
#navigation .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	background-color: #4f4b34;
	padding: 6px 15px 6px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
#navigation .sub a, #navigation .sub a .hover, #navigation .sub a:hover {
	height: auto;
  background: none;
	background-color: #f26522;
}
#navigation .sub ul li a:hover {
  color: #fff; 
  position: relative;
  cursor: pointer;
	background-color: #f26522;
}

/* =Search Box and Ads/Logo
-----------------------------------------------------------------------------*/
/* =Main Content
-----------------------------------------------------------------------------*/
/* =Secondary Content
-----------------------------------------------------------------------------*/
/* =Footer
-----------------------------------------------------------------------------*/
#footer-nav {
	margin-top: 80px;
	float: left;
	width: 219px;
}
#footer-nav ul {
	list-style: none;
	padding: 0;
}
#footer-nav ul li {
	font: 12px/16px "Droid Sans","WhitneyMed","Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	padding: 0;
}
#footer-nav ul li a {
	color: #fff;
  text-decoration: none;
	padding-bottom: 1px;
	border-bottom: none;
}
#footer-nav ul li a:hover {
  text-decoration: none;
	padding-bottom: 0px;
	border-bottom: 1px solid #e9843c;
}

/* =Forms
-----------------------------------------------------------------------------*/
form p {
	text-align: left;
	}
label {
	display: block;
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 10px;
	clear: both;
	}
select {
	font: 1em "Droid Sans","Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	width: 190px;
	padding: 2px;
	border: 1px solid #a09e9f;	
	background: #fff url('../images/bg-search.jpg') repeat top;
	}
textarea {
	font: 1em "Droid Sans","Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	width: 90%;
	padding: 5px;
	border: 1px solid #a09e9f;	
	background: #fff url('../images/bg-search.jpg') repeat top;
	}
input[type="text"], input[type="password"] {
	font: 1em "Droid Sans","Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	width: 190px;
	padding: 5px;
	height: 16px;
	border: 1px solid #a09e9f;	
	background: #fff url('../images/bg-search.jpg') repeat top;
	}
input[type="checkbox"] {
	margin-right: 10px;
	background: #fff url('../images/bg-search.jpg') repeat top;
	}
input.vlong {
	width: 400px;
}
select.vlong {
	width: 100%;
}
select.med {
	width: 100px;
}
select.short {
	width: 65px;
}
select.vshort {
	width: 50px;
}
input.long {
	width: 300px;
}
input.med {
	width: 190px;
}
input.short {
	width: 148px;
}
input.vshort {
	width: 40px;
}
input[type="image"] {
  height: 27px;
  width: 88px;
  padding: 0;
  position: relative;
  display: block;
  cursor: pointer;
  background: url('../images/small-sprite.png') 0 0 no-repeat;
}
input[type="image"]:hover {
  background-position: 0 -27px;
  width: 88px;
}

/* =Tables
-----------------------------------------------------------------------------*/
th, td {
	padding: 2px;
	text-align: left;
	valign: top;
}

th {
	color: #e9843c;
}

/* =Misc 1
-----------------------------------------------------------------------------*/
div.accordion > div.CTA {
	display: block;
  background-color: transparent;
	padding: 0 0 10px;
}

div.CTA img {
	margin: 0;
}

/* =Misc 2
-----------------------------------------------------------------------------*/
/* =Tooltips
-----------------------------------------------------------------------------*/
/* =Image Replacement
-----------------------------------------------------------------------------*/
hr { 
	height: 2px;
	background:url('../images/hr.png') repeat-x top center;
	border: 0;
	margin: 10px;
}
#splash-plans {
	width: 332px;
	height: 396px;
	position: relative;
	margin: 0; padding: 0; overflow: hidden;
}
#splash-plans span {
	background: url('../images/bg-columns1.png') no-repeat;
  background-position: 0 0;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#splash-insurance {
	width: 332px;
	height: 396px;
	position: relative;
	margin: 0; padding: 0; overflow: hidden;
}
#splash-insurance span {
	background: url('../images/bg-columns1.png') no-repeat;
  background-position: -353px 0;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#splash-plan1 {
	width: 217px;
	height: 532px;
	position: relative;
	margin: 0; padding: 0; overflow: hidden;
}
#splash-plan1 span {
	background: url('../images/bg-columns2.png') no-repeat;
  background-position: 0 0;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#splash-plan2 {
	width: 217px;
	height: 532px;
	position: relative;
	margin: 0; padding: 0; overflow: hidden;
}
#splash-plan2 span {
	background: url('../images/bg-columns2.png') no-repeat;
  background-position: -234px 0;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#splash-plan3 {
	width: 217px;
	height: 532px;
	position: relative;
	margin: 0; padding: 0; overflow: hidden;
}
#splash-plan3 span {
	background: url('../images/bg-columns2.png') no-repeat;
  background-position: -468px 0;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#splash-insurance1 {
	width: 332px;
	height: 396px;
	position: relative;
	margin: 0; padding: 0; overflow: hidden;
}
#splash-insurance1 span {
	background: url('../images/bg-columns3.png') no-repeat;
  background-position: 0 0;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#splash-insurance2 {
	width: 332px;
	height: 396px;
	position: relative;
	margin: 0; padding: 0; overflow: hidden;
}
#splash-insurance2 span {
	background: url('../images/bg-columns3.png') no-repeat;
  background-position: -353px 0;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.more {
	float: left;
	clear: both;
	width: 84px;
	height: 23px;
	position: relative;
	margin: 0; padding: 0; overflow: hidden;
}
.more span {
	background: url('../images/btn-more.png') no-repeat;
  background-position: 0 0;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#btn-myolympia {
	width: 237px;
	height: 157px;
	position: relative;
	margin: 0; padding: 0; overflow: hidden;
}
#btn-myolympia span {
	background: url('../images/btn-myolympia.png') no-repeat;
  background-position: 0 0;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}


#footer-logos {
	margin-top: 30px;
	margin-left: 38px;
	float: left;
	width: 180px;
}
#footer-logos ul {
	list-style: none;
	padding: 0;
}
#btn-profit100 {
	float: left; width: 49px; height: 70px; position: relative; margin: 0 20px 0 0; padding: 0; overflow: hidden;
}
#btn-profit100 span {
	background: url('../images/100_tmx_bbb_logos.png') no-repeat;
  background-position: 0 0;
	position: absolute; width: 100%; height: 100%;
}
#btn-profit100:hover span {
  background-position: 0 -70px;
}
#btn-tmx {
	float: left; width: 48px; height: 70px; position: relative; margin: 0 22px 0 0; padding: 0; overflow: hidden;
}
#btn-tmx span {
	background: url('../images/100_tmx_bbb_logos.png') no-repeat;
  background-position: -69px 0;
	position: absolute; width: 100%; height: 100%;
}
#btn-tmx:hover span {
  background-position: -69px -70px;
}
#btn-bbb {
	float: left; width: 41px; height: 70px; position: relative; margin: 0; padding: 0; overflow: hidden;
}
#btn-bbb span {
	background: url('../images/100_tmx_bbb_logos.png') no-repeat;
  background-position: -139px 0;
	position: absolute; width: 100%; height: 100%;
}
#btn-bbb:hover span {
  background-position: -139px -70px;
}

#footer-top50 {
	margin-top: 12px;
	margin-left: 67px;
	float: left;
	width: 51px;
  height: 75px; position: relative; padding: 0; overflow: hidden;
}
#footer-top50 span {
	background: url('../images/alberta50.png') no-repeat;
  background-position: 0 0;
	position: absolute; width: 100%; height: 100%; cursor: pointer;
}
#footer-top50:hover span {
  background-position: 0 -75px;
}

