@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(http://www.jtgonline.com.au/img/bg_wip.jpg);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

p {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #1f5ba9;
}

.bounding {
	display: block;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 24px;
	text-align: center;
	background-image: url(images/JTG-online_logo.jpg);
	background-repeat: no-repeat;
	background-position: center 74px;
	padding-top: 150px;
}

.header {
	height: 134px;
	display: block;
	width: 100%;
	background-color: #fafafa;
}

.navbar{
	width: 700px;
	height: 134px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(http://www.jtgonline.com.au/img/logo_jtgo.jpg);
	background-repeat: no-repeat;
	background-position: -6px 12px;
	padding-left: 240px;
	font-size: 20px;
}

.navitem {
	display: block;
	float: left;
	padding-top: 48px;
	padding-right: 32px;
	padding-bottom: 12px;
	padding-left: 24px;
}

.navbar a {
	text-decoration: none;
	color: #000;
}

.navbar a:hover {
	text-decoration: none;
	color: #1f5ba9;
}

h1 {
	background-color: #f8f6f6;
	padding: 8px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 3px 3px 4px #ccc;
	-webkit-box-shadow: 3px 3px 4px #ccc;
	box-shadow: 3px 3px 4px #ccc;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#cccccc')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#cccccc');
	position: relative;
	bottom: 40px;
	border: 1px solid #e7e6e6;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
}

h1 span {
	font-size:0.7em;
}

h1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

.latestwork h1, .previouswork h1 {
	bottom: 0px;
	}

h2 {
	font-size: 20px;
	font-weight: normal;
	clear: both;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #1b57ac;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 15px;
	padding-left: 15px;
}

h5 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f8f6f6;
	font-size: 14px;
	padding-left: 15px;
	font-weight: normal;
	padding-top: 14px;
}

.content {
	width: 960px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.content2 {
	width: 1010px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.showcase {
	display: block;
	float: left;
	height: 350px;
	width: 300px;
	background-color: #FFF;
	margin-right: 20px;
	margin-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 3px 3px 4px #ccc;
	-webkit-box-shadow: 3px 3px 4px #ccc;
	box-shadow: 3px 3px 4px #ccc;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#cccccc')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#cccccc');
}

.showcase-img {
	height: 250px;
	width: 300px;
	background-color: #f8f6f6;
	background-image: url(../img/comingsoon.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}

.showcase-img img {
	margin-top: 80px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.footer {
	display: block;
	height: 100px;
	background-color: #FFF;
	width: auto;
	clear: both;
	margin-top: 60px;
}

.top {
	height: 60px;
	width: 60px;
	left: 50%;
	margin-left: 400px;
	position: absolute;
	margin-top: -30px;
}

.top img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

.latestwork {
	float: left;
	width: 49%;
}

.latestwork-fullwidth {
	float: left;
	width: 100%;
	
	
}

.previouswork {
	float: right;
	width: 49%;
	
}

.latestwork h2, .previouswork h2 {
	margin-bottom: 24px;
	padding-bottom: 0px;
	width: 99%;
	height: 40px;
	float: left;
	font-size: 26px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.latestwork-fullwidth {
	padding: 0px;	
}

.latestwork-fullwidth h2 {
	margin-bottom: 24px;
	padding-bottom: 6px;
	width: 99%;
	height: 20px;
	float: left;
	font-size: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.latestwork h3, .previouswork h3, .latestwork-fullwidth h3 {
	font-size: 22px;
	color: #999;
	padding-top: 24px;
	padding-bottom: 18px;
}

.latestwork h4, .previouswork h4, .latestwork-fullwidth h4 {
	color: #999;
}

.latestwork a, .previouswork a  {
	text-decoration: none;
	color: #000;
	padding-left: 36px;
	background-image: url(../img/btn-arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	display: block;
	padding-top: 2px;
}

.latestwork a:hover, .previouswork a:hover {
	text-decoration: none;
	color: #1f5ba9;
	padding-left: 36px;
	background-image: url(../img/btn-arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	display: block;
	padding-top: 2px;
}

.latestwork-fullwidth a  {
	text-decoration: none;
	color: #000;
	height: 40px;
	display: block;
	padding-top: 2px;
}

.latestwork-fullwidth a:hover {
	text-decoration: none;
	color: #1f5ba9;
	height: 40px;
	display: block;
	padding-top: 2px;
}

.latestwork-fullwidth img  {
	padding-top: 12px;
	padding-bottom: 12px;	
}

.divider {
	display: block;
	clear: both;	
}

.inbuild {
	background-image: url(../img/inbuild.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	position: relative;
	z-index: 21;
	
}

.linker {
	display: block;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 20px;
	z-index: 33;
	left: 12px;
}

.linker img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

.secondary-navbar {
	font-size: 14px;
	width: 1010px;
}

.secondary-navbar p {
	padding-right: 25px;
	float: left;
	height: 35px;
	width: 250px;
	font-size: 18px;
}

.txt-selected {
	color: #0A96EC!important;
	background-image: url(../img/down-arrow.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 24px;
}

.comp-panel {
	display: block;
	background-color: #FFFFFF;
	margin-top: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0B95ED;
	line-height: 18px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}

.comp-panel a {
	display: inline;
}

.example a {
	float: right;
	position: relative;
	bottom: 28px;
	right: 12px;
	font-size: 16px;
	color: #000;
	text-decoration: underline;
}

.example a:hover {
	float: right;
	position: relative;
	bottom: 28px;
	right: 12px;
	font-size: 16px;
	color: #666!important;
	text-decoration: underline;
}

.notes {
	background-color: #F5F5F5;
	padding-top: 12px;
	padding-right: 90px;
	padding-bottom: 12px;
	padding-left: 12px;
}

.notes h3 {
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}


.flag {
	color: #F00;	
}

/* Expanders */

.layer1 {
	margin: 0;
	padding: 0;
	width: 980px;
}
 
.heading {
	margin: 0px;
	color: #34B149;
	cursor: pointer;
	position: relative;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 30px;
	font-size: 18px;
	text-transform: uppercase;
	background-image: url(../img/tick.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0B95ED;
}

.heading2 {
	margin: 0px;
	color: #0B95ED;
	cursor: pointer;
	position: relative;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 30px;
	font-size: 18px;
	text-transform: uppercase;
	background-image: url(../img/tick2.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0B95ED;
}

.heading3 {
	margin: 0px;
	color: #FF0000;
	cursor: pointer;
	position: relative;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 30px;
	font-size: 18px;
	text-transform: uppercase;
	background-image: url(../img/cross.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0B95ED;
}

.contentx {
	background-color: #fafafa;
	padding-top: 24px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
p {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.logos {
	/*display: block;
	width: 50%;*/
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


#mc_embed_signup{
	position:relative;
	margin:20px auto;
	border-radius:5px;
	-moz-box-shadow: 5px 7px 5px #787877;
	-webkit-box-shadow: 5px 7px 5px #787877;
	box-shadow: 5px 7px 5px #787877;
}

#mc_embed_signup label{
	font-weight:bold;
	color:#333;
}


#mc_embed_signup select{
	border:1px solid #999;
}
