/*
---------------------------------------------------------------------
SAT Worldwide - Screen Stylesheet
Developed by Ambition Creative Ltd 2010
---------------------------------------------------------------------

Notes :

#6c6f70 : Mid Grey (Body Background & Headers)
#464646 : Dark Grey (Text)
#bcce1b : SAT Worldwide Green
#ebf0ba : Light Green (Sub Nav)
#727d09 : Mid Green (Links)
#9bac08 : Dark Green (Hovers)

*/

/*
Define Tags
-------------------------------------------------------------------*/

html, body {
	height: 100%;
}

body {
	background: url(../images/gradient_body.jpg) #6c6f70 repeat-x fixed;
	color: #464646;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 75%;
	text-align: center;
}

/*
Common Classes
--------------------------------------------------------------------*/

.content_divider {
	display: none;
}

.left {
	clear: both;
	float: left;
	margin: 0 1em 0 0;
}

.right {
	clear: both;
	float: right;
	margin: 0 0 0 1em;
}

.indent_text {
	float: left;
	margin: 0 16px;
}

.convert_result {
	font-size: 1.7em;

}

.small {
	font-size: .8em;
}

p.more_owners_trigger {
	text-align: right;
	cursor: pointer;
}

/*
Style Links
--------------------------------------------------------------------*/

#exchange_disclaimer a,
#body_content a,
#credit a {
	padding-bottom: .1em;
	color: #9bab08;
	border-bottom: 1px solid #bcbcbc;
	font-weight: bold;
}

#exchange_disclaimer a:hover,
#body_content a:hover,
#credit a:hover {
	color: #727d09;
}


/*
Define Page Structure
--------------------------------------------------------------------*/

#wrapper {
	background: url(../images/page_background.png) repeat-y;
	margin: 0 auto;
	padding: 0 10px 25px 10px;
	width: 940px;
	min-height: 100%;
	text-align: left;
}

/*
Define Header
-------------------------------------------------------------------*/

#accessibility_nav {
	position: absolute;
	top: -9999px;
	left: 0;
}

#header_container {
	background: url(../images/gradient_header.jpg) repeat-x;
	width: 882px;
	height: 81px;
	padding: 32px 29px 0 29px;
	overflow: hidden;
}

#header_container h1 {
	float: left;
	display: block;
	background: url(../images/sat_worldwide_logo.png) no-repeat;
	width: 298px;
	height: 56px;
	text-indent: -9999px;
	overflow: hidden;
}

#header_container h1 a {
	float: left;
	display: block;
	width: 298px;
	height: 56px;
	text-indent: -9999px;
	overflow: hidden;
}

#contact_info_container {
	float: right;
	margin: 10px 0 0 0;
	width: 500px;
	overflow: hidden;
}

#contact_info_container p {
	text-align: right;
	font-size: 1.5em;
	color: #6c6f70;
	line-height: 1.3em;
	text-transform: lowercase;
}

#contact_info_container a {
	color: #6c6f70;
	font-weight: bold;
}

#contact_info_container a:hover {
	color: #464646;
}


/*
Define Navigation
-------------------------------------------------------------------*/

#main_nav_container {
	background: url(../images/gradient_nav.jpg) repeat-x;
	margin: 0 29px;
	width: 882px;
	height: 44px;
}

#main_nav_list {
	float: left;
	padding: 0 0 0 9px;
}

#main_nav_list li {
	float: left;
	background: url(../images/nav_divider.jpg) 100% 45% no-repeat;
}

#main_nav_list li.home_button,
#main_nav_list li.home_button:hover {
	background: url(../images/icon_home.png) 50% 48% no-repeat;
	width: 35px;
	padding: 0;
	text-indent: -999em;
	overflow: hidden;
}

#main_nav_list a {
	float: left;
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 1.5em;
	text-transform: uppercase;
	letter-spacing: .17em;
}
#main_nav_list a  {
	color: #fff;
}

#main_nav_list a:hover {
	color: #bcce1b;
}

#search_form {
	float: right;
	display: block;
	width: 260px;
	height: 39px;
	padding: 10px 12px 0 12px;
}

#search_label {
	float: left;
	line-height: 24px;
	padding: 0 12px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .17em;
}
#search_text {
	float: left;
	width: 138px;
	height: 13px;
	padding: 5px;
	font-size: 12px;
	color: #666;
	border: 1px solid #6c6f70;
}

#search_submit {
	float: right;
}


/* 
Homepage Banner & Marketing Boxes
-------------------------------------------------------------------*/

#sector_highlights,
#page_banner {
	clear: both;
	width: 882px;
	height: 263px;
	margin: 6px 29px;
}

#highlight_container {
	position: relative;
	width: 600px;
	height: 263px;
}

#highlight_container li {
	float: left;
	display: block;
	background-color: #6c6f70;
	background-repeat: no-repeat;
	width: 216px;
	height: 263px;
	text-indent: -9999px;
  overflow: hidden;
	cursor: pointer;
}

h4.highlight_header a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 263px;
}

li#highlight_1 {
	background-image: url(../images/banner_images/migration_home_banner.jpg); 
	background-position: 70% 0;
}

li#highlight_2 {
	background-image: url(../images/banner_images/overseas_home_banner.jpg); 
	background-position: 63% 0;
}

li#highlight_3 {
	background-image: url(../images/banner_images/regular_payments_home.jpg); 
	background-position: 67% 0;
}

li#highlight_4 {
	background-image: url(../images/banner_images/business_home_banner.jpg); 
	background-position: 80% 0;

}

/* 
Exchange Rates Ticker
-------------------------------------------------------------------*/

#exchange_ticker {
	clear: both;
	background: url(../images/gradient_sub_nav.jpg) 0 100% repeat-x;
	margin: 0 29px;
	padding: 0 10px;
	width: 862px;
	height: 33px;
	color: #fff;
	overflow: hidden;
}

#exchange_ticker h3 {
	float: left;
	line-height: 33px;
}

.tickercontainer { 
	background: url(../images/ticker_divider.gif) 0 48% no-repeat;
	float: right;
	width: 565px;
	height: 33px;
	line-height: 33px; 
	overflow: hidden; 
}

.tickercontainer .mask { 
	background: url(../images/ticker_divider.gif) 100% 48% no-repeat;
	position: relative;
	width: 565px;
	height: 33px;
	overflow: hidden;
}

ul.newsticker {
	position: relative;
	left: 560px;
}

ul.newsticker li {
	float: left;
	margin: 0;
}

ul.newsticker span {
	color: #4b4d4e;
	padding: 0 .3em 0 2em;
}

ul.newsticker a {
	white-space: nowrap;
	color: #ebf0ba;
}

ul.newsticker a:hover {
	color: #f2f4de;
}

/*
Define Body Content
-------------------------------------------------------------------*/

#body_container {
	clear: both;
	margin: 20px 29px 0 29px;
	padding: 0 0 20px 0;
	width: 882px;
	overflow: hidden;
}

#body_content {
	float: left;
	width: 566px;
	padding: 0 10px;
}

#body_content h2 {
	font-size: 1.9em;
	color: #6c6f70;
	line-height: 1.5em;
}

#error #body_content h2 {
	font-size: 1.6em;
}

#body_content h3 {
	margin: .3em 0 .7em 0;
	padding-bottom: .3em;
	font-size: 1.3em;
	font-weight: bold;
	color: #6c6f70;
	line-height: 1.5em;
	border-bottom: 1px solid #bac746;
}

#body_content h4 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
}

#body_content p {
	margin: .8em 0;
	line-height: 1.5em;
}

#body_content ol {
	list-style: outside;
	list-style-type: decimal;
	margin: .5em 0 1em 0;
	line-height: 1.5em;
}

#body_content ul {
	list-style: outside;
	list-style-type: disc;
	margin: .5em 0 1em 0;
	line-height: 1.5em;
}

#body_content li {
	margin-left: 2.2em;
	padding: .2em 3em .2em 0em;
}

#body_content table {
	margin: .3em 0;
	width: 100%;
}

#body_content th, #body_content td {
	padding: .6em .8em;
	border: 1px solid #9e9e9e;
}

#body_content th {
	background: #ebf0ba;
	font-weight: bold;
}



/* News Listing */

.news_item {
	clear: both;
	margin: 1em 0;
	overflow: hidden;
}

.article_date {
	float: left;
	background: url(../images/gradient_nav.jpg) 0 100% #838788 repeat-x;
	margin: 4px 0 0 0;
	width: 55px;
	height: auto;
	overflow: hidden;
}

#body_content .article_date p {
	margin: 0;
	padding: 1em .7em .7em .7em;
	font-size: 1.1em;
	color: #fff;
	text-align: center;
	line-height: 1.2em;
}

.article_date span {
	display: block;
	margin: 0 0 .2em 0;
	font-size: 2em;
	color: #bcce1b;
}

.article_overview {
	float: left;
	margin: 0 0 0 15px;
	width: 495px;
	overflow: hidden;
}

#body_content .article_overview h3 a,
#body_content .search_results h3 a {
	padding-bottom: 0 ;
	font-weight: bold;
	color: #6c6f70;
	line-height: 1.5em;
	border-bottom: none;
}

#body_content .article_overview h3 a:hover {
	color: #464646;
}

#body_content .testimonial h3 {
	margin: .4em 0;
}

#body_content .testimonial p {
	margin: .4em 0 1.2em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.6em;
}


/*
Define Popup Pages
---------------------------------------------------------------------
*/

body#popup {
	background: url(../images/gradient_header.jpg) #fff repeat-x;
	height: auto;
	padding: 28px 28px 18px 28px;
	text-align: left;
}

body#popup.external {
	background: #fff;
}

body#popup #header_container {
	background: none;
	margin: 0;
	padding: 0;
	height: 70px;
	width: 100%;
}

body#popup #header_container h1 {
	margin: 0;
}

body#popup #header_container h2 {
	font-size: 1.6em;
}

body#popup #body_content {
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

/*
Define Forms
---------------------------------------------------------------------
*/

#errorContainer h4 {
	background: #cc0000;
	margin: 1em 0;
	padding: .6em 1em;
	color: #fff;
}

#form_container input[type=text],
#form_container textarea,
#form_container select {
	float: left;
}

#form_container .textarea,
#form_container .selectmenu {
	width: 220px;
}

#form_container textarea.textarea {
	width: 215px;
	padding: 5px;
}

#form_container input.error,
#form_container textarea.error,
#form_container select.error {
	border: 1px solid #cc0000;
}

#form_container table {
	margin: 5px 0 10px 0;
	border: none;
	font-size: .95em;
}

#form_container td {
	background: #f6f6f6;
	border: none;
	border-bottom: 1px solid white;
	padding: .7em .8em;
	vertical-align: middle;
	line-height: 1.3em;
}

#form_container td.label {
	background: #ebf0ba;
	width: 34%;
	font-weight: bold;
	text-align: right;
}

#form_container td.label_left {
	background: #ebf0ba;
	width: 34%;
	font-weight: bold;
	text-align: left;
}

#form_container td span {
	display: block;
	margin: .4em 0;
}

#form_container td.label_top {
	background: #ebf0ba;
	width: 34%;
	padding: 1em .8em;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
}

label.error {
	display: block;
	float: left;
	margin: 3px 0 0 10px;
	background: url(../images/error.png) left center no-repeat;
	padding: 0 10px 0 22px;
	width: auto;
	height: 16px;
	line-height: 16px;
	color: #cc0000;
	font-weight: bold;
}

label.valid {
	background: url(../images/accept.png) left center no-repeat;
}

#terms_container {
	clear: both;
	display: block;
	font-size: .95em;
	overflow: hidden;
}

/*
Define Expanding Block
-------------------------------------------------------------------*/

.expand_container {
	display: block;
	margin: 0 0 .7em 0;
	position: relative;
	overflow: hidden;
}

#body_content .expand_container h4 {
	display: block;
	background: url(../images/right_arrow.gif) #ebf0ba 12px center no-repeat;
	cursor: pointer;
	margin: 0;
	padding: .5em 26px;
}

#body_content .expand_open h4 {
	background: url(../images/down_arrow.gif) #d3db83 8px center no-repeat;
}

#body_content .expand_text {
	padding: 0 26px;
}

/*
Define Secondary Content
-------------------------------------------------------------------*/

#secondary_content {
	float: right;
	background: #ebf0ba;
	margin: 5px 0 0 0;
	width: 278px;
	overflow: hidden;
}

#secondary_content a {
	color: #727d09;
	font-weight: bold;
}

#secondary_content a:hover {
	color: #9bac08;
}

#secondary_content ul.secondary_nav {
	margin: .3em 1.2em;
}

#secondary_content ul.secondary_nav li {
	display: block;
	background: url(../images/sub_nav_bullet.gif) .3em 11px no-repeat;
}

#secondary_content ul.secondary_nav li a {
	display: block;
	background: url(../images/content_underline.gif) 0 100% repeat-x;
	padding: 13px .5em 14px 1.7em;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #454641;
}

#secondary_content ul.secondary_nav li a:hover {
	color: #9aaa07;
}

.module_container {
	clear: both;
	margin: 0 0 12px 0;
	overflow: hidden;
}

.module_container h3 {
	display: block;
	background: url(../images/gradient_sub_nav.jpg) repeat-x;
	padding: 0 1em;
	height: 36px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	line-height: 36px;
	text-transform: uppercase;
}

.module_container h4 {
	margin: 1em 14px 0 14px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
}

.module_container p {
	margin: .6em 14px;
	font-size: .9em;
	line-height: 1.4em;
}

p.quote {
	background: url(../images/quotes.gif) 0 2px no-repeat;
	margin: .5em 14px 0 14px;
	padding: 0 0 0 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.6em;
}

/* Contact Options */

#contact_options {
	background: #fff;
	padding: 0 0 10px 0;
}

#call_us {
	background: url(../images/telephone_number.jpg) no-repeat;
	width: 278px;
	height: 43px;
	text-indent: -999em;
	overflow: hidden;
}

#follow_twitter a {
	display: block;
	background: url(../images/twitter_button.jpg) 0 0 no-repeat;
	width: 278px;
	height: 44px;
	text-indent: -999em;
	overflow: hidden;
}

#follow_twitter a:hover {
	background: url(../images/twitter_button.jpg) 0 100% no-repeat;
}

/* Mailing List Signup */

#mail_list_signup {
	position: relative;
	margin: .7em 0 0 0;
}

.mail_list_textarea {
	width: 185px;
	height: 13px;
	padding: 4px;
	color: #666;
	font-size: 12px;
	line-height: 1em;
	border: 1px solid #bcce1b;
}

.mail_list_submit {
	position: absolute;
	background: url(../images/join_button.gif) no-repeat;
	margin: 0 0 0 6px;
	width: 44px;
	height: 23px;
	border: none;
	text-indent: -999em;
	overflow: hidden;
	cursor: pointer;
}


/*
Define Footer
-------------------------------------------------------------------*/

#footer_container {
	clear: both;
	margin: 0 29px;
	padding: 1.2em 0;
	border-top: 1px solid #6c6f70;
	border-bottom: 1px solid #6c6f70;
	font-size: .9em;
	overflow: hidden;
}

ul#footer_nav {
	float: left;
	background: url(../images/footer_nav_divider.gif) 0 50% no-repeat;
	margin: 0 0 0 1.1em;
	padding: 0 0 0 1.3em;
	overflow: hidden;
}

ul#footer_nav li {
	float: left;
	background: url(../images/footer_nav_divider.gif) 100% 50% no-repeat;
	margin: 0 1.2em 0 0;
	padding: 0 1.3em 0 0;
	text-transform: uppercase;
}

#seo_links a,
ul#footer_nav li a {
	color: #464646;
}

#seo_links a:hover,
ul#footer_nav li a:hover {
	color: #6c6f70;
}

#footer_container p {
	float: right;
}

#seo_container {
	clear: both;
	margin: 0 29px;
	padding: 1.2em 0 0 0;
	overflow: hidden;
	font-size: .8em;
	line-height: 1.5em;
}

#seo_links {
	float: left;
	width: 566px;
}

#credit {
	float: right;
	width: 278px;
}

#credit p {
	text-align: right;
}







