/* Zero's */

body, p, form {
	margin: 0;
	padding: 0;
}

/* Utility Styles */

.b { font-weight: bold; }

.i { font-style: italic; }

.clear { clear: both; }

.left { float: left; }

.right { float: right; }

.tRight { text-align: right; }

.red { color: #993333; }

a img { border: none; }

.cntr { text-align: center; }

.blue { color: #3399cc; }

img.pad { padding: 5px; }

/* Template Elements */

body {
	background: url(../images/global/bodyBG.jpg) top left repeat-x #FFFFFF;
}

#page-wrapper {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0pt auto;
	position: relative;
	width: 999px;
}

#header {
	background: url(../images/global/headerBG.jpg) top left no-repeat;
	height: 103px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 999px;
}

#content-wrapper {
	margin: 0pt auto;
	position: relative;
	top: 130px;
	width: 820px;
}

#footerSep {
	margin-left: 10px;
	background: url(../images/global/footerSep.jpg) top left no-repeat;
	width: 2px;
	height: 71px;
	float: left;
}

/* ---------------------------- Header ----------------------------- */

#logo {
	float: left;
	padding-top: 10px;
	padding-left: 95px;
}

#main-nav {
	float: left;
	position: relative;
	list-style-type: none;
	left: 25px;
	top: 45px;
}

* html #main-nav {
	top: 57px;
}

#main-nav li {

	position: relative;
	float: left;
	padding: 15px;
}

/* ---------- Text Formatting --------------- */

p {
	padding: 10px 0px 0px 10px;
}

a {
	color: #993333;
	text-decoration: none;
}

a:hover {
	color: #3399cc;
}

.footerText {
	color: #666666;
	font-size: 10px;

}

.rightFooter {
	padding: 0px 0px 0px 15px;
	text-align: left;
}


/* ------------------------- 2 Column Layout ------------------------- */

.leftCol {
	float: left;
	padding-left: 15px;
	width: 49%;
}

.rightCol {
	float: right;
	width: 49%;
}

#content-wrapper ul {
	list-style-type: square;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul.blueBull {
	list-style-image: url(../images/global/blueBull.jpg);
}

#content-wrapper ul.resList {
	list-style-type: none;
	line-height: 1.8;
}
