/*
Goldilocks Approach to Responsive Web Design Boilerplate

Author: Design by Front - @designbyfront
Version: 0.1
URL: http://www.goldilocksapproach.com
----------------------------------------------------------------------------------------

CONTENTS - GLOBAL.CSS
-----------------------------------------
1. RESET
2. ROOT
3. CORE TYPOGRAPHY
4. LINKS
5. GLOBAL LAYOUT & GLOBAL CUSTOM TYPOGRAPHY
6. CUSTOM LAYOUT & TYPOGRAPHY (Baby bear)
7. BROWSER AND NON-SEMANTIC STYLING

CONTENTS - LAYOUT.CSS
-----------------------------------------
8. CUSTOM LAYOUT & TYPOGRAPHY (Daddy bear)
9. CUSTOM LAYOUT & TYPOGRAPHY (Mummy bear)

*/


/* 1. RESET
----------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Armata', sans-serif;
}
body p, label {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* 2. ROOT
----------------------------------------------------------------------------------------*/
html {
	overflow-y: scroll;
	background: #334466;
}
/* /ht Ethan Marcotte - http://front.ie/l8rJaA */
img, embed, object, video {
	max-width: 100%;
}
.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video {
	width: 100%;
}
/* 3. CORE TYPOGRAPHY
----------------------------------------------------------------------------------------*/
body {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1em;
	line-height: 1.618em;
	color: #333;
	background-color:#fff;
}
h1, h2, h3, h4, h5, h6 {
	color: #334466;
	display: inline-block;
	float: left;
	font-size: 1.4em;
	letter-spacing: 0.04em;
	line-height: 1em;
	margin-bottom: 1em;
	margin-left: 0.7em;
	margin-top: 0.9em;
}
p, label, ol, dl, blockquote {
	font-size: 0.813em;
	line-height: 1.618em;
	margin-bottom: 1.618em;
	max-width: 30em; /* Optimal width for long-form text */
}
#carousel-directory {line-height: 0em; margin-bottom: 0em;}
p.complete {
	float: left;
	margin: 1.7em 10em 1.7em 0.8em;
}
ul {
	list-style-type: disc;

}
ol {
	list-style-type: decimal;
	margin-left: 1.618em;
}
#nav ul, nav ol {
    font-size: 0.9em;
    list-style: none outside none;
    margin: 0 auto;
    max-width: 67em;
}
#nav li {
	background-image: url("/images/border-right.png");
	background-position: right center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	float: left;
	padding: 1em 2.5em;
}
#nav li.first {
	background-image: url("/images/border-right.png") , url("../Library/Caches/Cleanup At Startup/Transmit/images/border-right.png");
	background-position: left center, right center;
	background-repeat: no-repeat, no-repeat;
	color: #FFFFFF;
	display: block;
	float: left;
	padding: 0.8em 2.5em;
}
#search input {
	float: right;
	margin: 0.8em 14em 0.8em 0;
	width: 21.5em;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
small {
	font-size: 80%;
}
/* 4. LINKS
----------------------------------------------------------------------------------------*/
a, a:visited {
	outline: none;
	color: #439BBD;
	text-decoration: underline;
}
a:hover {
	outline: none;
	text-decoration:none;
}
a:active, a:focus {
	outline: none;
}
#footer a {
	color:#fff;
	font-size: 0.713em;
	text-decoration: none;
}
/* 5. GLOBAL LAYOUT & GLOBAL CUSTOM TYPOGRAPHY
----------------------------------------------------------------------------------------*/
#header {
	background-color:#334466;
	padding: 3.2em 0;
}
#header .logo {
	margin: 0 auto;
	position: relative;
	width: 60em;
}
#header .logo img {
	
}
#nav {
	background-image: url("/images/nav.jpg");
	float: left;
	width: 100%;
	height: 3.1em;
} 
.footer-container {
	background-color:#334466;
	margin: 0 auto;
	max-width: 60em;
	padding: 1.618em;
}
.abroado-company{margin-top:1.6em;}

.success-container {
	background-color:#98A3B6;
	margin: 0 auto;
	max-width: 60em;
	padding: 1.618em;
	border-radius:3px;
}
#footer {
	background-color:#334466;
	height: 12em;
}
#footer .footer-menu {
    background-color: #334466;
    float: left;
    list-style: none outside none;
    margin-left: 0;
    padding-right:4.8em;
}
#footer .copyright {
	color: #FFFFFF;
	float: right;
	font-size: 0.6em;
	margin-top: 1em;
}
.social-icons {
	float:left;
}
.social li {
	float:left;
	list-style:none;
}
.aipp {
    float: left;
    list-style: none outside none;
    margin-left: 1em;
}

.validation {
	float:right;
	margin-top:1em;
}

.title-column {
 clear: both;
    float: left;
    height: 5em;
    margin-top: -0.7em;
    width: 4.5em;
}

.firstname-column {
   float: left;
    height: 5em;
    margin-top: -0.7em;
    width: 25.5em;
}

.left-column {
	float:left;
	width:30em;
	height: 5em;
	margin-top: -0.7em;
}
.right-column {
	width:27em;
	float:left;
	height: 5em;
	margin-top: -0.7em;
}
.form-container {
	border: 1px solid #707C94;
	margin-bottom: 1em;
	padding: 0 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input, textarea {
	border: medium none;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 9px rgba(0, 0, 0, 0.23) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
	color: #222222;
	font-size: 13px;
	height: 2em;
	padding-left: 10px;
	position: relative;
	transition: all 0.2s linear 0s;
}
input.right {
	border: medium none;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 9px rgba(0, 0, 0, 0.23) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
	color: #222222;
	font-size: 13px;
	height: 2em;
	padding-left: 10px;
	position: relative;
	transition: all 0.2s linear 0s;
	width:386px;
}
input.telephone2 {
	border: medium none;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 9px rgba(0, 0, 0, 0.23) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
	color: #222222;
	font-size: 13px;
	height: 2em;
	padding-left: 10px;
	position: relative;
	transition: all 0.2s linear 0s;
	width: 299px;
}
.submit-centre {
	margin:0 auto;
}
input[type=submit] {
	background-color: #70AA5E;
	color: #FFFFFF;
	display: block;
	margin: 0 auto;
	width: 23.7em !important;
	margin: 0 auto 1.5em;
}
select {
	height: 2.5em;
	padding: 0.5em;
	border-radius: 3px;
	border: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
	transition: all 0.2s linear;
}
textarea {
	height: 6em;
	width: 94%;
}
.required {
	background-color:#fbf5a8;
}
.error {
	display:block;
	color: #FF0000;
}
.comments {
	width:100%;
	clear:both;
}
.success {
	width:100%;
}
#business {
	margin: 0 auto;
}
.business-title {
	background-image: url("/images/nav.jpg");
	text-align:center;
	color: #FFFFFF;
	padding: 0.5em;
}

h1.success{clear:both; width:100%; color: #FCBB67;} 
p.success {
    font-size: 1.3em;
    max-width: 100% !important;
	color: #FFFFFF;
}
.success-container span{color:#FCBB67;}
/* 6. CUSTOM LAYOUT & TYPOGRAPHY (Baby bear)
----------------------------------------------------------------------------------------*/
#container {
	padding: 0.809em;
	max-width: 30em;
	margin: auto;
}

#abroado-container {
    margin: -1em auto 5em;
    max-width: 61.3em;
    padding: 0.809em;
}

#business-container {
    margin: 1em auto 5em;
    max-width: 61em;
    padding: 0.809em;
}



aside {
	width: 100%;
}
/* 7. BROWSER AND NON-SEMANTIC STYLING
----------------------------------------------------------------------------------------*/
.cf:before, .cf:after {
	content: "";
	display: block;
}
.cf:after {
	clear: both;
}
.ie6 .cf {
	zoom: 1
}
.ajaxmail-send {
	width:100px;
	cursor:pointer;
	text-align:center;
	padding:0 10px;
	margin:10px auto 0 auto;
	font-family:'arial';
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	background-color:#60a060;
	border:3px solid #cfcfcf;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
}
/* 7. CAROUSEL
----------------------------------------------------------------------------------------*/



.image_carousel {
	padding: 15px 0 15px 40px;
	position: relative;
}
.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
}
a.prev, a.next {
	background: url("/images/miscellaneous_sprite.png") no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 85px;
}
a.prev {
	left: -22px;
	background-position: 0 0;
}
a.prev:hover {
	background-position: 0 -50px;
}
a.prev.disabled {
	background-position: 0 -100px !important;
}
a.next {
	right: -22px;
	background-position: -50px 0;
}
a.next:hover {
	background-position: -50px -50px;
}
a.next.disabled {
	background-position: -50px -100px !important;
}
a.prev.disabled, a.next.disabled {
	cursor: default;
}
a.prev span, a.next span {
	display: none;
}
.pagination {
	text-align: center;
}
.pagination a {
	background: url("/images/miscellaneous_sprite.png") 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}
