html { height: 100% }

html, body
{
	margin: 0;
}

body
{
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
	min-height: 100%;
}

div#header
{
	background-color: #34495e;
	color: white;
	padding: 16px 0 16px 30px;
	overflow: hidden;
	position: relative;
}

div#header img { float: left }

ul#menu_bar
{
	margin: 0 0 0 100px;
	overflow: hidden;
}

ul#menu_bar li
{
	float: left;
	display: block;
	color: white;
	margin: 16px 12px 0 12px;
	padding-bottom: 6px;
	border-top: 3px solid transparent;
}

ul#menu_bar li a
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

ul#menu_bar li.active
{
	border-bottom: 3px solid white;
}

ul#menu_bar li.active a
{
	color: inherit;
}

div.banner
{
	margin: 0;
	padding: 30px 40% 30px 6%;
	font-size: 2em;
	font-weight: bold;
	background-color: #5fadd4;
	color: #34495e;
	position: relative;
	background-image: url('/site_media/frontend/map.png');
	background-position: right 0;
	background-repeat: no-repeat;
	height: 210px;
	overflow: hidden;
}

div.banner .cycle
{
	margin-right: 0.2em;
}

div#content
{
	padding: 1px 30px;
	background-color: #f2f2f2;
}

div#footer_buffer { height: 130px; }

div#footer
{
	background-color: #34495e;
	color: white;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px;
	height: 70px;	/* grow/shrink this in sync with footer_buffer above */
}

div#footer ul
{
	margin: 0;
	padding: 0;
}

div#footer li
{
	float: left;
	margin-right: 25px;
	display: block;
}

div#footer li.pack { margin: 0 5px 0 0; }
div#footer li.pack a { padding: 0 }

div#footer h2
{
	margin-top: 0;
}

div#footer a
{
	color: white;
}

span.contact_button
{
	background: white;
	color: black;
	font-weight: bold;
	padding: 5px;
	position: absolute;
	top: 0;
	right: 30px;
	padding-right: 32px;
	background: white url('/site_media/plus_button.png') 90% no-repeat;
}

span.contact_button.minus
{
	background: white url('/site_media/minus_button.png') 90% no-repeat;
}

span.contact_button:hover
{
	cursor: pointer;
}

div#contact_form
{
	padding: 8px;
	display: none;
}

div#contact_form label
{
	display: inline-block;
	vertical-align: top;
	width: 10em;
}

div#contact_form input,
div#contact_form textarea
{
	width: 300px;
}

button, a.ui_button
{
	background-color: #191919;
	color: white;
	font-weight: bold;
	border: 2px solid #191919;
	padding: 4px;
	text-decoration: none;
}

button:hover, a.ui_button:hover
{
	cursor: pointer;
	color: #191919;
	background-color: white;
	text-decoration: none;
}

.immiguru_button
{
	font-weight: bold;
	background-color: #fd810f;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.immiguru_button:hover
{
	background-color: black;
	cursor: pointer;
}

div#immiguru_login
{
	position: absolute;
	right: 30px;
	top: 10px;
	text-align: right;
	font-size: 20px;
	padding: 5px 10px;
	line-height: 1;
}

div#immiguru_login a
{
	text-decoration: none;
	font-weight: bold;
	color: white;
}

div#testimonials
{
	padding: 1em;
}
