/* 

STYLE SHEET FOR REGION XII's JOBJET WEB SITE
by bluespace creative, Inc.
www.bluespacecreative.com

*/

/* ---------  defaults  --------- */

* {margin: 0; padding: 0;}

body {
	background-color: #FFF;
	font: 13px/22px regular arial, Arial, Helvetica, sans-serif;
	color: #58585a;
	background-image: url(../images/bodyBkg.gif);
	background-repeat: no-repeat;
	background-position: center 134px;
	}

/*  ---------  structure  --------- */

#wrapper {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 43px;
		}
		
#logo {
	float: left;
	padding-left: 34px;
	display: inline;
	padding-right: 23px;
		}
		
#navContainer {
	float: left;
	height: 90px;
	width: 612px;
	display: inline;
		}
		
#callout {
	padding-left: 50px;
	padding-top: 37px;
	clear: both;
	float: left;
	display: inline;
}

#content {
	float: left;
	clear: both;
	width: 952px;
	background-image: url(../images/homeContentBkg.jpg);
	background-repeat: no-repeat;
	height: 413px;
	padding-top: 50px;
	background-position: 0px 100px;
		}
		
#content #rightContent {
	width: 258px;
	float: right;
	padding-right: 43px;
	padding-top: 26px;
}

#footer {
	clear: both;
	font-size: 12px;
	color: #b0acac;
	line-height: 20px;
	padding-left: 98px;
	padding-top: 17px;
		}

#footer a {
	color: #BAB6B6;
	text-decoration: none;
}

#footer a:hover {
	color: #6A6464;
	text-decoration: underline;
}

#footImg {
	float: left;
	padding-top: 6px;
	padding-bottom: 25px;
	padding-right: 17px;
}
		
#content ul {
	list-style-type: disc;
	padding-left: 19px;
	padding-bottom: 13px;
}

#content li {padding-bottom: 2px;}


p {padding-bottom: 11px;}


/* ---------- 3. links and navigation ---------- */

a {
	color: #0077A3;
		}
		
a:hover {
	color: #00425B;
		}

#navigation {
		}

#navigation a:focus {outline: 0;}
#navigation a{}
		

#navigation ul {
		}

#navigation li {
		}
		
/* ---------- 4. fonts ---------- */
ul {
		list-style-type: none;
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  
