/*
	Site: GO Australia
	Date: 05/29/2009
	Author: Larry Chartier
	Description: Core CSS File
	Additional CSS Files: 

	WEB COLORS USED FOR THIS SITE
	---------------------------------------------------------------------
	#000000		Color		Used for: 
	#000000		Color		Used for: 
	#000000		Color		Used for: 
	#000000		Color		Used for: 
	#000000		Color		Used for: 
	#000000		Color		Used for: 
	#000000		Color		Used for: 	
	---------------------------------------------------------------------
*/

/* Base style removal, global fixes and browser/platform fixes */

:link, :visited { text-decoration: none }
ul,ol { list-style: none }
h1,h2,h3,h4,h5,h6,pre,code { font-size: 1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,dl,dt,dd,input { margin: 0; padding: 0 }
a img, :link img, :visited img { border: none }
address { font-style: normal }
a, a:link, a:visited, a:hover, a:active { outline: 0; }


/*	Custom styles begin */


body {font-family: Verdana;color: #666;background-color: #eee;}

div.wrapper {width: 960px;margin: 0 auto;}

div#header {background: #fff;padding-top: 26px;}
div#header h1 a.logo {text-indent: -9999px;display: block;float: left;background: url(go-logo.gif) no-repeat 20px 0;width: 346px;height: 73px;padding: 0 0 0 20px;}

div#header div#right {float: right;display: inline;width: 550px;}
div#header div#right a.aus {text-indent: -9999px;display: block;float: right;display: inline;background: url(aus-can.gif) no-repeat;width: 146px;height: 38px;margin: 0 20px 0 0;}

div#header div#right p {clear: right;font-size: 11px;line-height: 18px;padding: 17px 0 0 0;}
div#header div#right p a {float: right;margin-right: 10px;color: #333;font-weight: bold;}
div#header div#right p a.last {margin-right: 20px;}
div#header div#right p a:hover {color: #1a77a6;}
div#header div#right p a.active {color: #1a77a6;}

div#focal {height: 300px;width: 100%;background: url(blue-banner.jpg) repeat-x;margin: 25px 0 0 0;padding:0;}
div#focal h1 {text-indent: -9999px;display: block;background: url(so-you-think.gif) 0 25px no-repeat;width: 322px;height: 86px;margin: 0 0 10px 20px;padding: 25px 0 0 0;}
div#focal h1.so {background: url(soyouthink.gif) no-repeat 0 15px;width: 442px;height: 31px;padding: 15px 0 0 0;margin: 0 0 3px 20px;}

div#focal p  {color: #fff;font-size: 11px;line-height: 17px;width: 460px;padding: 0 0 10px 20px;}
div#focal a.contact-button {text-indent: -9999px;display: block;background: url(contact-but.gif) no-repeat;width:191px;height: 40px;margin: 5px 0 0 20px;}
div#focal a.contact-button:hover {background: url(contact-but-hover.gif) no-repeat;}

div#focal div#photos {float: right;display: inline;width: 433px;margin: 0 10px 0 0;}


div#secondary {background: #fff;padding: 20px 0;}

div#secondary a {color: #1a77a6;}
div#secondary a:hover {color: #666;}

div#secondary h3 {color: #4b4845;font-size: 14px;margin-bottom: 15px;padding: 0 20px;}

div#secondary p {font-size: 11px;line-height: 17px;margin-bottom: 7px; }

div#secondary hr {color: #fff; background-color: #fff; border: 1px dotted #ccc; border-style: none none dotted;margin-left: 20px; }

div#secondary h4 {color: #4b4845;font-size: 12px;margin-bottom: 6px;}
div#secondary h4 span {font-weight: normal;}

div#right-feature {float: right;display: inline;width: 440px;}
div#right-feature img {float: left;padding: 2px;border: 1px solid #ccc; margin: 0 15px 10px 0;}


div#right-feature p {font-size: 11px;line-height: 17px;margin-bottom: 7px; }
div#right-feature p.links {margin-top: 10px;}
div#right-feature hr {color: #fff; background-color: #fff; border: 1px dotted #ccc; border-style: none none dotted;margin-left: 0; }

div#footer {border-top: 1px dotted #ccc;padding: 10px 0;background: #eee;font-size: 10px;color: #999;}
div#footer p.byme {float: right;width: 200px;text-align: right;}

div#footer a {color: #999;}
div#footer a:hover {color: #333;}
