/* General styles */
	body, h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
		margin: 0;
		padding: 0;
	}
	input{ margin: 0; padding: 0; vertical-align: top;}
    body {
        margin: 0;
        padding: 0;
        background: #39444b url(http://jatech.ca/images/background.png) repeat;
		font-size: 12px;
		font-family: Arial, sans-serif;
    }
	a {
    	color:#369;
	}
	a:hover {
		color:#036;
		text-decoration:none;
	}
    p {
        margin:0;
        padding:0;
    }
	img {
		margin: 0;
		padding: 0;
	}
	#wrap{
		margin: 0 auto;
        padding: 0;
        border: 0;
        width: 892px;
	}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
		height: 212px;
		background-image: url(http://jatech.ca//images/slogan.png);
		background-position: top right;
		background-repeat: none;
    }
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:10px 0 0 0;
	    padding:0;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
	.support{
		margin-left: 525px;
		margin-bottom: 180px;
	}
	.spacer{
		height: 7px;
		background-color: #d4d4d4;
		background-image: url(http://jatech.ca/images/header_border.png);
		background-repeat: repeat;
		line-height: 1px;
		clear: both;
		float: left;
		width: 100%;
		font-size: 1px;
	}
	.spacer2{
		height: 7px;
		background-color: #5ab1ce;
		line-height: 1px;
		clear: both;
		float: left;
		width: 100%;
		font-size: 1px;
	}
	#menu{
		clear: both;
		float: left;
		background: #eee;
		background-image: url(http://jatech.ca/images/menu_bg.png);
		background-repeat: repeat;
		height: 43px;
		width: 100%;
	}
	#menuLinks{
		margin-top: 14px;
	}
	#menuLinks ul li{
		float: left
	}
	#menuLinks ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#menuLinks li{
		margin: 0 10px;
		padding: 0;
		float: left;
		text-align: center;
    }
	#menuLinks a, #menuLinks a:link, #menu a:visited{
		font-weight: bold;
		text-decoration: none;
		color:#036;
	}
	#menuLinks a:hover{
		color:#369;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */
	.leftmenu {
	    background:#0a4260;
		background-image: url(http://jatech.ca/images/left_bg.png);
	}
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left: 242px;
        background: #d1d8dd;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom: 0em;
	}
	.leftmenu .col1 {
        margin:0 0 0 200px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	}
    .leftmenu .col2 {
        float:left;
        width:242px;
        position:relative;
        right:242px;
    }
	#quote{
		padding-top: 7px;
		height: 29px;
		background-color: #0a4260;
	}
	.leftShadow{
		width: 100%;
		background: #33778a;
		background-image: url(http://jatech.ca/images/left_shadow.png);
		background-repeat: repeat;
		height: 16px;
	}
	.leftBox{
		width: 100%;
		background: #33778a;
		background-image: url(http://jatech.ca/images/left_bg.png);
		background-repeat: repeat;
		padding-bottom: 1em;
	}
	.leftBox h2{
		padding: 0 1em;
		color: #9ce8ff;
		font-size: 1em;
		font-weight: bold;
	}
	.leftBox h3{
		padding: 0 1em;
		color: #fff;
		font-size: 1em;
		font-weight: bold;
	}
	.leftBox p{
		margin: 0;
		padding: 0 1.5em 0.5em 1.5em;
		color: #fff;
		text-align: justify;
	}
	p.leftLink{
		text-align: right;
		width: 212px;
	}
	p.leftLink a:link, p.leftLink a:visited{
		color: #9ce8ff;
		text-decoration: none;
	}
	p.leftLink a:hover{
		color: #fd0;
	}
	.leftBox a:link, .leftBox a:visited{
		color: #9ce8ff;
		text-decoration: none;
	}
	.leftBox a:hover{
		color: #fd0;
	}
	#search{
		padding-top: 3px;
		clear: both;
		float: left;
		text-align: right;
		background: #d4d4d4;
		background-image: url(http://jatech.ca/images/search_bg.png);
		background-repeat: repeat;
		width: 650px;
		height: 26px;
		font-size: 10px;
		color: #666;
	}
	.topBox{
		width: 129px;
		height: 112px;
		background: #39c;
		background-image: url(http://jatech.ca/images/top_bg.png);
		background-repeat: repeat;
		float: left;
		margin-bottom: 2px;
	}
	.topBox p.image{
		text-align: center;
		margin: 0;
		padding: 0;
	}
	.topBox h3{
		width: 100%;
		text-align: center;
		color: #0a4260;
		font-style: italic;
		margin-top: 2px;
		font-size: 1em;
		font-weight: bold;
		padding: 0;
	}
	.topBox ul{
		list-style:none;
	}
	.topBox ul li{
		margin: 3px 0 0 5px;
	}
	.topBox a:link, .topBox a:visited{
		color: #fff;
		text-decoration: none;
	}
	.topBox a:hover{
		text-decoration: underline;
	}
	.topSpace{
		width: 4px;
		height: 112px;
		background: #39c;
		background-image: url(http://jatech.ca/images/top_space.png);
		background-repeat: repeat;
		float: left;
	}
	.jatext{
		background-color: #d1d8dd;
		width: 645px;
		clear: both;
	}
	.clear{
		clear: both;
	}
	#jcontent{
		width: 650px;
		background-color: #d1d8dd;
		clear: both;
		float: left;
		padding: 2px;
	}
	#jcontent p{
		padding: 6px 12px;
		color: #094260;
	}
	#jcontent h1{
		font-size: 20px;
		padding: 6px 12px;
		margin: 0;
		color: #036;
	}
	#jcontent h2{
		font-size: 16px;
		padding: 6px 12px;
		margin: 0;
		color: #036;
	}
	#jcontent .ifeatures h2{
		font-size: 16px;
		padding: 6px 0 0 12px;
		margin: 0;
		color: #036;
	}
	#jcontent .ifeatures h3{
		font-size: 14px;
		padding: 6px 0 0 12px;
		margin: 0;
		color: #036;
	}
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top: 7px solid #0A4260;
		background-color: #d1d8dd;
    }
    #footer p {
        padding: 0.5em 1em;
        margin:0;
		text-align: center;
    }
