/* Basic stuff */

html {
	background-color: white;
	font-family: sans-serif;
	overflow-y: scroll;
	font-size: 12px;
	color: #373737;
}

body {
	margin: 0;
}

/* Reset a few things */

h1, h2, h3, h4, h5, h6, p, img, ul, li, form, fieldset, table, td, tr, input {
	border-width: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

a {
	color: #0055a5;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img, label img {
	display: block;
}

input, textarea {
	font-family: sans-serif;
	font-size: 13px;
}

/* page */

div#page {
	width: 950px;
	margin: 0 auto;
}

/* header */

div#header {
	position: relative;
	height: 102px;
}

/* logo */

img#logo {
	position: absolute;
	top: 22px;
	left: 2px;
}

/* top links */

ul#toplinks {
	position: absolute;
	top: 4px;
	right: 21px;
	list-style-type: none;
}
ul#toplinks li {
	display: inline;
}
ul#toplinks a {
	color: black;
	text-decoration: none;
}
ul#toplinks a:hover {
	text-decoration: underline;
}
ul#toplinks img {
	position: relative;
	top: 4px;
}

/* search */

form#search {
	position: absolute;
	top: 34px;
	right: 21px;
}
form#search input.search_submit {
	width: 66px;
	height: 22px;
	background: url("../img/button_search.png") no-repeat;
	cursor: pointer;
}
form#search input.search_text {
	border: 1px solid #9c999c;
	padding: 2px 4px;
	height: 16px;
	width: 160px;
}
form#search input.empty {
	color: #7f7f7f;
}

/* menu */

ul#menu {
	position: absolute;
	right: 21px;
	bottom: 0px;
	height: 37px;
	list-style-type: none;
}
ul#menu li {
	display: inline;
}
ul#menu a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	float: left;
	height: 37px;
	width: 119px;
	margin-left: 2px;
	background: url("../img/menu_buttons.png") no-repeat;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
}
ul#menu a:hover {
	background-position: 0px -74px;
}
ul#menu a.selected,
ul#menu a.selected:hover {
	background-position: 0px -37px;
}

/* start planning */

div#startplanning {
	position: relative;
	height: 290px;
	background: url("../img/backdrop.jpg") no-repeat;
	padding-bottom: 21px;
}
div#startplanning h1 {
	position: absolute;
	top: 29px;
	right: 20px;
	height: 37px;
	width: 387px;
}
div#startplanning form {
	position: absolute;
	width: 374px;
	height: 187px;
	background: url("../img/orange_blob.png") no-repeat;
	top: 74px;
	right: 13px;
	padding: 8px 0 0 22px;
}
div#startplanning label {
	padding: 12px 0 4px 0;
	display: block;
	clear: both;
	font-size: 8px;
}
div#startplanning select {
	float: left;
	margin-right: 16px;
}
div.datebit {
	float: left;
}
div#startplanning div.datebit label {
	padding-top: 3px;
	font-size: 13px;
}

div#startplanning_submit {
	width: 145px;
	height: 42px;
	position: absolute;
	top: 135px;
	left: 128px;
}
div#startplanning_submit input {
	width: 145px;
	height: 42px;
	background: url("../img/button_start_planning.png") no-repeat;
	cursor: pointer;
}

div#menu_strip {
	height: 14px;
	background: url("../img/menu_strip.png") no-repeat;
	padding-bottom: 21px;
}

/* left */

div#left {
	width: 630px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

/* right */

div#right {
	width: 300px;
	float: left;
}
div#right img {
	display: block;
}
div#adunit_300x250 {
	margin-bottom: 21px;
}

/* boxes */

.box {
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-bottom: 21px;
}
.box_h {
	height: 36px;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	padding: 0 21px;
}
div#right .box_h {
	text-align: center;
	color: #202020;
}

.box_300 {
	background-image: url("../img/box_300_bottom.png");
}
.box_300_orange {
	background-image: url("../img/box_300_orange.png");
}
.box_300 .h_white {
	background-image: url("../img/box_300_h.png");
}
.box_300_orange .h_silver {
	background-image: url("../img/box_300_h_silver.png");
}

.box_304 {
	background-image: url("../img/box_304_bottom.png");
	float: left;
	width: 304px;
}
.box_304 .h_blue {
	background-image: url("../img/box_304_h_blue.png");
	color: white;
}
.box_304 .h_grey {
	background-image: url("../img/box_304_h_grey.png");
	color: white;
}
.box_304 .h_orange {
	background-image: url("../img/box_304_h_orange.png");
	color: white;
}

.box_630_silver {
	background-image: url("../img/box_630_silver.png");
}
.box_630_silver .h_orange {
	background-image: url("../img/box_630_h_orange.jpg");
	color: white;
}

/* page box */

div.page_box {
	background: url("../img/box_630_bottom.png") no-repeat bottom left;
	padding-bottom: 20px;
}
div.page_box h1 {
	background-image: url("../img/box_630_h_orange.jpg");
	color: white;
}
div.page_box div.page_box_inner {
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	padding: 12px 20px 0 20px;
}
div.page_box div.page_box_inner p {
	line-height: 17px;
}

div.page_box div.content {
	padding: 12px 20px 0 20px;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
}
div.page_box div.content p {
	line-height: 17px;
	margin: 14px 0;
}
div.page_box div.content h3 {
	font-size: 19px;
	color: #f58628;
	margin: 16px 0 12px 0;
}
div.page_box div.content h4 {
	font-size: 14px;
	color: #1a308d;
	margin: 14px 0 12px 0;
}

div.page_box div.content ul {
	list-style-type: none;
	font-weight: bold;
	line-height: 17px;
}
div.page_box div.content ul li {
	padding: 2px 0 2px 20px;
	background: url("../img/bullet.png") no-repeat 6px 7px;
}

/* box tabs */

ul.box_tabs	{
	list-style-type: none;
	height: 30px;
	background: url("../img/box_tabs_bg.png") repeat-x;
	margin: 0 1px;
}
ul.box_tabs li	{
	float: left;
}
ul.box_tabs a	{
	height: 30px;
	padding: 0 14px;
	line-height: 30px;
	text-decoration: none;
	float: left;
}
ul.box_tabs li:first-child a	{
	padding-left: 20px;
}
ul.box_tabs a:hover {
	background: url("../img/box_tabs_bg.png") repeat-x bottom left;
}
ul.box_tabs a.selected:hover,
ul.box_tabs a.selected {
	background: white;
	border-right: 1px solid #bfc1c7;
	border-left: 1px solid #bfc1c7;
	padding: 0 13px;
}
ul.box_tabs li:first-child a.selected {
	border-left-width: 0;
	padding: 0 13px 0 14px;
}
ul.box_tabs li:first-child a.selected 	{
	padding: 0 13px 0 20px;
}

ul.box_link_list {
	padding: 13px 0 23px 21px;
	list-style-type: none;
}
ul.box_link_list li {
	margin: 3px 0;
}
ul.box_link_list a {
	text-decoration: none;
}
ul.box_link_list a:hover {
	text-decoration: underline;
}

div.box_inner {
	padding: 13px 18px 23px 21px;
}

/* course of the month */

div#course_of_the_month h4 {
	font-size: 16px;
}
div#course_of_the_month a {
	text-decoration: none;
	font-weight: bold;
}
div#course_of_the_month p {
	margin: 12px 0;
}

/* spotlight destination */

div#spotlight_destination h4 {
	font-size: 16px;
}
div#spotlight_destination a {
	text-decoration: none;
	font-weight: bold;
}
div#spotlight_destination p {
	margin: 10px 0;
}
div#spotlight_destination p img {
	float: left;
	border: 1px solid #b7b7b7;
	background-color: white;
	padding: 2px;
	margin: 0 10px 2px 0;
}

/* poll */

div#poll {
	position: relative;
}
div#poll p.poll_q {
	font-weight: bold;
	font-size: 14px;
}
div#poll ul {
	list-style-type: none;
	padding: 15px 0;
}
div#poll li {
	margin: 3px 0;
}

div#poll input.submit {
	position: absolute;
	bottom: 20px;
	left: 82px;
	height: 36px;
	width: 139px;
	background: url("../img/button_submit_vote.png") no-repeat;
	cursor: pointer;
}

/* article box */

a#article_box {
	background: url("../img/box_article.jpg") no-repeat;
	height: 161px;
	clear: both;
	margin-bottom: 21px;
	padding: 11px 14px 0 175px;
	display: block;
	text-decoration: none;
}
a#article_box span.h3 {
	font-size: 21px;
	font-weight: normal;
	font-family: Georgia, serif;
	color: #202020;
	display: block;
}
a#article_box span.p {
	margin: 12px 0;
	font-family: Georgia, serif;
	color: #373737;
	display: block;
}
a#article_box span.p_byline {
	margin: 9px 0;
	font-weight: bold;
	font-family: sans-serif;
	color: #373737;
	display: block;
}

/* newsletter signup */

div#newsletter_signup {
	background: url("../img/box_newsletter.png") no-repeat;
	height: 100px;
	margin-bottom: 21px;
	padding: 11px 12px 0 12px;
}
div#newsletter_signup h3 {
	font-size: 8px;
}
div#newsletter_signup p {
	color: black;
	line-height: 14px;
	padding-top: 4px;
}
div#newsletter_signup form {
	padding-top: 14px;
}
div#newsletter_signup label {
	color: white;
	float: left;
	line-height: 22px;
	margin-right: 10px;
}
div#newsletter_signup input.nl_text {
	border: 1px solid #9c999c;
	padding: 2px;
	float: left;
	width: 180px;
	margin-right: 8px;
}
div#newsletter_signup input.nl_submit {
	width: 35px;
	height: 22px;
	background: url("../img/button_go.png") no-repeat;
	float: left;
	cursor: pointer;
}

/* feature photo */

div#featured_photo {
	text-align: center;
}
div#featured_photo p {
	color: white;
	padding: 10px 0;
	font-size: 12px;
}
div#featured_photo p.caption {
	font-size: 16px;
	font-weight: bold;
	text-shadow: #da5700 0 0 3px, #da5700 0 0 3px;
}
div#featured_photo img {
	background-color: white;
	border: 1px solid #b1b1b1;
	padding: 5px;
	margin: 0 auto;
}

/* tefl courses, region guides, articles, etc. */

div.articleblurb {
	border-top: 1px solid #c8c8c8;
	padding: 20px 0 24px 0;
}
div.region_guide {
	padding: 20px 0 20px 0;
}
div.tefl_course_pic {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 21px;
}
div.tefl_course_info {
	width: 400px;
	float: left;
}
div.articleblurb h2 a {
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}
div.tefl_course p {
	margin: 3px 0;
}
div.tefl_course p.tc_available_in {
	margin: 1px 0;
	font-weight: bold;
	font-size: 11px;
}
div.articleblurb p.read_more {
	margin: 1px 0;
	font-weight: bold;
}
div.articleblurb p.read_more a {
	text-decoration: none;
}
div.tefl_course p.tc_blurb {
	color: #797979;
}
div.articleblurb p.read_more a:hover {
	text-decoration: underline;
}
div.tefl_course div.tefl_course_text p {
	margin: 14px 0;
}
p.rg_tagline,
div.page_box div.content p.rg_tagline {
	font-weight: bold;
	color: #797979;
	margin: 1px 0;
}
p.rg_byline,
div.page_box div.content p.rg_byline {
	font-size: 11px;
	font-weight: bold;
	margin: 1px 0;
}

/* navbar */

div#navbar {
	height: 75px;
	background: url("../img/footer.jpg") no-repeat;
}
div#navbar ul {
	list-style-type: none;
	color: white;
	text-align: center;
	position: relative;
	top: 29px;
}
div#navbar li {
	display: inline;
}
div#navbar a {
	color: white;
	text-decoration: none;
}
div#navbar a:hover {
	text-decoration: underline;
}

/* footer */

div#footer {
	height: 105px;
}
div#footer p {
	text-align: center;
	padding-top: 20px;
}

/* misc */

div.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}



