/* 

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/secBodyBkg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

/*  ---------  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 {
	clear: both;
	width: 952px;
	background-repeat: repeat-x;
	padding-top: 73px;
	background-position: bottom;
	background-image: url(../images/secContentBkg.gif);
	padding-bottom: 20px;
	float: left;
		}
#content #leftContent {
	width: 225px;
	float: left;
	padding-right: 45px;
	text-align: right;
}

		
#content #rightContent {
	width: 580px;
	float: left;
	padding-right: 43px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #63CDF6;
	padding-left: 47px;
}

#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;}


/* ----------  links and navigation  ---------- */

a {color: #0077A3;}
		
a:hover {color: #00425B;}

#navContainer a:focus {outline: 0;}
		

/* ----------  fonts ---------- */

ul {list-style-type: none;}

/* ----------  images  ---------- */

a img {
		border: 0;
		}
		
/* ----------  hacks  ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  
