@charset "UTF-8";



html {
	font-size: 100%;
}
body  {
	background: #837956 url(http://www.justmigrate.com.au/images/site/Beach.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
.twoColFixLt #container {
	margin: 10px auto 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 980px;
	background: #EFD2A6;
}
.twoColFixLt  #sidebarUpper {
	float: left; /* since this element is floated, a width must be given */
	width: 395px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLt #sidebarUpper #logo {
	height: 400px;
	background: url(http://www.justmigrate.com.au/nonFlash/Card1.jpg) no-repeat left top;
}


/******** Vertical Menu Bar **************/


.twoColFixLt #sidebarUpper #navBar {
}
#sidebarUpper   #mia   a     {
	border: 0;
}
.twoColFixLt #sidebarUpper #mia {
	height: 105px;
	width: 105px;
	padding: 1px;
	margin-bottom: 15px;
	margin-top: 50px;
	position: relative;
	margin-left: 30px;
}

#sidebarUpper #navBar ul {
	list-style: none;
}

#sidebarUpper #navBar ul li {
	margin: 0px;
	padding: 0px;
}

#sidebarUpper #navBar ul a:link,#sidebarUpper #navBar ul a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #000000;
	margin: 0;
	display: block;
	width: 250px;
}

#sidebarUpper #navBar ul li a:hover,#sidebarUpper #navBar ul li a:active {
	color: #ffffff;
	text-decoration: none;
}

#sidebarUpper #navBar ul li a.current,#sidebarUpper #navBar ul li a.current:hover,#sidebarUpper #navBar ul li a.current:active {
	color: #ffffff;
	cursor: default;
}


/************ End of Vertical Menu **********/ 

/********* Headings / Titles / H1 ***********/
.twoColFixLt #heading {
	padding-left: 20px;
	width: 515px;
	margin-bottom: 10px;
	padding-bottom: 1px;
	margin-top: 100px;
	padding-top: 1px;
}
.twoColFixLt #heading #error {
	position: relative;
	width: 250px;
	height: 50px;
	top: 30px;
}
.twoColFixLt #heading #sitemap {
	background: url(http://www.justmigrate.com.au/headings/sitemap.gif) no-repeat;
	height: 73px;
	width: 301px;
	top: 30px;
	position: relative;
	text-indent: -3000px;
}
.twoColFixLt  #heading  #welcome {
	position: relative;
	width: 247px;
	height: 56px;
	top: 30px;
	background: url(http://www.justmigrate.com.au/headings/welcome.gif) no-repeat;
	text-indent: -3000px;
}

.twoColFixLt  #heading  #services {
	position: relative;
	width: 375px;
	height: 62px;
	top: 30px;
	background: url(http://www.justmigrate.com.au/headings/services.gif) no-repeat;
	text-indent: -3000px;
}

.twoColFixLt  #heading  #benefits {
	position: relative;
	width: 380px;
	height: 73px;
	top: 30px;
	background: url(http://www.justmigrate.com.au/headings/benefits.gif) no-repeat;
	text-indent: -3000px;
}

.twoColFixLt  #heading  #contact {
	position: relative;
	width: 344px;
	height: 72px;
	top: 30px;
	background: url(http://www.justmigrate.com.au/headings/contact.gif) no-repeat;
	text-indent: -3000px;
}
/**** End of Headings / Titles / H1 ******/

.twoColFixLt #heading #stars {
	width: 72px;
	position: relative;
	height: 93px;
	background: url(http://www.justmigrate.com.au/images/site/southernCross.gif) no-repeat;
}
.twoColFixLt #mainContent {
	padding: 1px 20px 20px;
	width: 500px;
	font-size: 1.4em;
	margin-top: 10px;
} 

.twoColFixLt #mainContent p span.test {
	font-size: .95em;
	font-style:italic;
}	


.twoColFixLt #mainContent #contactDetails {
	width: 280px;
}
.twoColFixLt #mainContent #stamp {
	background: url(http://www.justmigrate.com.au/images/site/TamaraStamp.jpg) no-repeat left top;
	height: 250px;
	width: 200px;
}
.twoColFixLt  #footer {
	width: 970px;
	padding: 1px;
	font-size: 1.2em;
}
.twoColFixLt #footer #address {
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 680px;
	padding: 1px 1px 15px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	font-size: 1.4em;
}
.bold {
	font-weight: bold;
}


/**** main content Links ****/
a {
	color: #666666;
	border-bottom: thin dashed #999999;
	text-decoration: none;
	outline: 0;
}

/**** End of main content Links ****/

.siteMapList {
	font-size: 1.6em;
}
.flagDutch {
	background: url(http://www.justmigrate.com.au/images/site/dutchFlag_sml.png) no-repeat left center;
	text-indent: -2000px;
	height: 39px;
	width: 250px;
}
.flagAus {
	background: url(http://www.justmigrate.com.au/images/site/AustraliaFlag_sml.png) no-repeat left center;
	height: 41px;
	width: 250px;
	text-indent: -2000px;
}

/***** Site Map main content formatting only *********/
.twoColFixLt #mainContentSiteMap {
	padding: 1px 20px 20px;
	width: 500px;
	margin-top: 10px;
} 

#mainContentSiteMap ul a:link,#mainContentSiteMap ul a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #000000;
	margin: 0;
	display: block;
	width: 250px;
	border-bottom-style: none;
}

#mainContentSiteMap ul li a:hover,#mainContentSiteMap ul li a:active {
	color: #ffffff;
	text-decoration: none;
}


/***** End of Site Map formatting *********/

/****** base formatting ******/

.twoColFixLt #base {
	padding: 1px;
	margin: 10px auto 0px;
	width: 980px;
	height: 50px;
	color: #FFFFFF;
	font-size: 1.2em;
}
.twoColFixLt #base #siteLink {
	width: 500px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#base #siteLink a:link,#base #siteLink a:visited {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	border-bottom: thin solid #FFFFFF;
}


#base #siteLink a:hover,#base #siteLink a:active {
	color: #ffffff;
	
}

/****** End of base formatting ******/
