﻿/*-------------------------------------------

              Title :  Cornerstone
              Usage :  Global Layout
              Author:  QualityXHTML

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


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

                1. Reset
                2. Container
                3. Skip Links
                4. Header
                5. Site Navigation
                6. Footer

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



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

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}

a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

img, fieldset {
	border: none;
	}

img {
	vertical-align: top;
	}

legend {
	display: none;
	}


/* 2. Container
---------------------------------------------*/
body {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	font-family: 'Franklin Gothic Book', 'Franklin Gothic Medium', sans-serif;
	}


/* 3. Skip Links
---------------------------------------------*/
#skip {
	position: absolute;
	left: -500em;
	}


/* 4. Header
---------------------------------------------*/
#header {
	position: relative;
	height: 248px;
	background: url(../images/header_bg.jpg) no-repeat top left;
	}

#header h1 {
	position: absolute;
	top: 196px;
	left: 320px;
	width: 383px;
	height: 37px;
	}

#header h1 a {
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: -500em;
	}


/* 5. Site Navigation
---------------------------------------------*/
#site-nav {
	position: absolute;
	top: 263px;
	left: 0;
	z-index: 5;
	width: 100%;
	text-align: center;
	cursor: default;
	}

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

#site-nav ul li {
	display: inline;
	margin-left: 6px;
	padding-left: 12px;
	background: url(../images/li_sep_bg.gif) no-repeat 0 4px;
	}

#about #site-nav ul li {
	background-position: 0 -60px;
	}

#site-nav ul li:first-child {
	position: absolute;
	left: -500em;
	}

#site-nav ul li:first-child + li {
	background: none;
	}

#site-nav ul li a {
	color: white;
	font-size: 1.1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: #3985C5 0 1px 1px;
	}

#about #site-nav ul li a {
	color: #1D5B90;
	text-shadow: white 0 1px 1px;
	}


/* 6. Footer
---------------------------------------------*/
#footer {
	position: absolute;
	bottom: 49px;
	left: 0;
	z-index: 3;
	width: 100%;
	color: white;
	font-size: 0.9em;
	letter-spacing: 1px;
	word-spacing: -1px;
	text-align: center;
	text-shadow: #2458A4 0 1px 1px;
	}

#footer a {
	position: relative;
	color: white;
	font-weight: normal;
	}

#footer > a {
	text-decoration: underline;
	}