/*-------------------------------------------

              Title :  Jonathan Wood
              Usage :  Global Layout
              Author:  Adam Roberts - WSI

---------------------------------------------*/


/*====================TOC====================

                1. Reset
                2. Containers
                3. Skip Links
                4. Branding
                5. Site Navigation
                6. Content
                7. Supp Navigation
                8. Site Info

=============================================*/



/* 1. Reset
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}

a {
	text-decoration: none;
	outline: none;
	}

a:hover {
	text-decoration: underline;
	}

img, fieldset {
	border: none;
	}

img {
	vertical-align: top;
	}

legend {
	display: none;
	}


/* 2. Containers
---------------------------------------------*/
body {
	background: url(../images/body_bg.gif) top repeat-x;
	}

#header {
	width: 917px;
	height: 231px !important;
	margin: 0 auto;
	background: url(../images/header_bg.jpg) no-repeat 0 38px;
	}

#content {
	background: url(../images/content_bg.gif) top repeat-x;
	}

#content .container-content {
	width: 917px;
	margin: 0 auto;
	position: relative;
	}


/* 3. Skip Links
---------------------------------------------*/
#skip {
	display: none;
	}


/* 4. Branding
---------------------------------------------*/
#branding {
	width: 250px;
	height: 37px;
	background: url(../images/jonathanwood.gif) no-repeat;
	}

#branding h1 {
	width: 100%;
	height: 37px;
	}

#branding h1 a {
	position: absolute;
	width: 250px;
	height: 37px;
	overflow: hidden;
	text-indent: -500em;
	}


/* 5. Site Navigation
---------------------------------------------*/
#site-nav {
	position: relative;
	top: -35px;
	right: 0px;
	float: right;
	}
#site-nav h3 {
	position: absolute;
	left: -500em;
	}

#site-nav ul li {
	float: left;
	}

#site-nav ul li a {
	padding: 10px;
	display: block;
	overflow: hidden;
	font: 14px 'Myriad', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #bcd2eb;
	}

#site-nav ul li a:hover {
	text-decoration: none;
	color: #fff;
	}

#site-nav ul li a:active {
	color: #ade47e;
	}


/* 6. Content
---------------------------------------------*/
#catcher {
	position: absolute;
	top: 85px;
	}

#catcher h2 {
	font: 60px 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	}

ul#buttons {
	padding-top: 20px;
	padding-left: 50px;
	}

ul#buttons li {
	margin-right: 50px;
	width: 199px;
	height: 51px;
	display: block;
	float: left;
	}

ul#buttons li.one a {
	position: absolute;
	width: 199px;
	height: 51px;
	background: url(../images/buttons-one.png) top left no-repeat;
	text-indent: -500em;
	behavior: url("iepngfix.htc");
	cursor: pointer;
	}

ul#buttons li.one a:hover {
	background: url(../images/buttons-one.png) top right no-repeat;
	behavior: url("iepngfix.htc");
	cursor: pointer;
	}

ul#buttons li.two a {
	position: absolute;
	width: 199px;
	height: 51px;
	background: url(../images/buttons-two.png) top left no-repeat;
	text-indent: -500em;
	behavior: url("iepngfix.htc");
	cursor: pointer;
	}

ul#buttons li.two a:hover {
	background: url(../images/buttons-two.png) top right no-repeat;
	behavior: url("iepngfix.htc");
	cursor: pointer;
	}

ul#buttons li.four a {
	position: absolute;
	width: 199px;
	height: 51px;
	background: url(../images/buttons-four.png) top left no-repeat;
	text-indent: -500em;
	behavior: url("iepngfix.htc");
	cursor: pointer;
	}
	
ul#buttons li.four a:hover {
	background: url(../images/buttons-four.png) top right no-repeat;
	behavior: url("iepngfix.htc");
	cursor: pointer;
	}

#main {
	width: 600px;
	margin-top: 85px;
	min-height: 700px;
	}

#sub {
	position: absolute;
	z-index: 1;
	width: 305px;
	min-height: 500px;
	top: 10px;
	right: 0px;
	background: url(../images/sidebar.png) top right no-repeat;
	padding-top: 10px;
	}


/* 7. Supp Navigation
---------------------------------------------*/
#footer {
	float: left;
	width: 917px;
	height: 60px;
	margin: 0 auto;
	background: url(../images/footer_bg.gif) no-repeat;
	margin-bottom: 10px;
	}
#supp-nav {
	padding-top: 10px;
	padding-left: 10px;
	}

#supp-nav h3 {
	position: absolute;
	left: -500em;
	}

#supp-nav ul li {
	float: left;
	margin-right: 14px;
	}

#supp-nav ul li a {
	color: #a8acb0;
	font: 12px Arial;
	}

#supp-nav ul li a:hover {
	color: #585858;
	text-decoration: none;
	}


/* 8. Site Info
---------------------------------------------*/
#copyright {
	color: #a8acb0;
	font: 12px Arial;
	padding-left: 10px;
	}

#copyright p {
	float: left;
	clear: left;
	margin-top: 10px;
	}
