@charset "UTF-8";
/* CSS Document */

/* Start General Elements */

body {
	background-color: #e2d9ca;
	margin: 0px;
	background-image: url(/images/img_body_bg.jpg);
	background-repeat: repeat-x;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
}
/* End General Elements */



/* Start Headings */

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}
h1 {
	font-size: 22px;
	color: #842b41;
	font-weight: normal;
	line-height: 28px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #842b41;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
h2 {
	font-size: 18px;
	color: #842b41;
	font-weight: normal;
	line-height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-top: 10px;
}
h3 {
	font-size: 14px;
	color: #000;
	font-style: normal;
	font-weight: bold;
	padding-top: 10px;
}
h4 {
}
h5 {
}
h6 {
}

a {
	color: #842b41;
	text-decoration: underline;
}

ul {
}

li {
	margin-bottom: 10px;
	color: #842b41;
}

/* End Headings */




/* Start General Content */

p {
	margin-top: 0px;
	margin-bottom: 16px;
	line-height: 18px;
}

/* End General Content */



/* Start Clear Floated Elements */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* End Clear Floated Elements */



/* Start Container Elements */


.universal-body-container {
	margin: auto;
	height: auto;
	width: 980px;
}

.body-container {
	margin: auto;
	background-color: #FFF;
	position: relative;
}

/* End Container Elements */



/* start Banner */

.banner-container {
	margin: auto;
	height: 189px;
	position: relative;

}
.banner-container-small {
	margin: auto;
	height: 90px;
	position: relative;

}

.banner-logo {
	height: 189px;
	width: 429px;
	float: left;
	background-image: url(/images/img_banner_logo.jpg);
	background-repeat: no-repeat;
}

.banner-logo-small {
	height: 90px;
	width: 242px;
	float: left;
	background-image: url(/images/img_banner_logo_small.jpg);
	background-repeat: no-repeat;
	background-position: 10px;
}


.banner-serach {
	float: right;
	margin: auto;
	width: 360px;
	text-align: right;
	padding-right: 12px;
	padding-top: 12px;
}



.banner-text {
	text-align: right;
	float: right;
	margin: auto;
	position: absolute;
	right: 18px;
	bottom: 26px;
}

.banner-text-small {
	text-align: right;
	float: right;
	margin: auto;
	position: absolute;
	right: 18px;
	bottom: 0px;
}

.banner-text-grey {
	font-size: 24px;
	color: #969696;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 16px;
}

.banner-text-red-large {
	font-size: 30px;
	color: #842b41;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 16px;
}

.banner-text-content {
	color: #842b41;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
}

/* end Banner */


/* start Prime Nav */

.top-nav-container {
	background-image: url(/images/img_prime_nav_bg.png);
	height: 36px;
	overflow: visible;
}

/* end Prime Nav */







/* Start Body Elements */

.body-content {
	margin: auto;
	width: 980px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.col-1 {
	float: left;
	margin-right: 14px;
	margin-left: 14px;
	width: 217px;
}
.col-2 {
	float: left;
	margin-right: 14px;
	margin-left: 14px;
	width: 462px;
}
.col-3 {
	float: left;
	margin-right: 14px;
	margin-left: 14px;
	width: 707px;
}
.col-4 {
	float: left;
	margin-right: 14px;
	margin-left: 14px;
	width: 952px;
}

.home-content {
}

.home-content p {
	color: #FFF;
	font-size: 16px;
	line-height: 24px;
}

.people table {
	width: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.people tr {
}

.people td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.people img {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #CCC;
	height: auto;
	width: 88px;
}



.general table {
	width: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.general tr {
}

.general td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

.general img {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #CCC;
	height: auto;
	width: 88px;
}
/* End Body Elements */






/* Start Right Elements */

.right-col-container {
	margin: auto;
}

.right-links-container {
	margin: auto;
}
.right-links-container h1 {
	color: #842b41;
	font-size: 18px;
	font-weight: normal;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #842b41;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.right-links-container h2 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.right-links {
	background-color: #e0e0e0;
	background-image: url(/images/img_right_bg.png);
	background-repeat: repeat;
	padding: 10px;
	margin: auto;
}

div.right-links {
	overflow:hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	font-size: 12px;
}

div.right-links ul {
	list-style:none;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
}

div.right-links ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

div.right-links ul li a {
	color:#842b41;
	cursor:pointer;
	text-decoration: none;
}

div.right-links ul li.selected a,
div.right-links ul li a:hover {
	color:#666;
	text-decoration:none;
}




.right-links-blk {
	background-color: #e0e0e0;
	background-image: url(/images/img_right_bg.png);
	background-repeat: repeat;
	padding: 10px;
	margin: auto;
}

div.right-links-blk {
	overflow:hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	font-size: 12px;
}

div.right-links-blk ul {
	list-style:none;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
}

div.right-links-blk ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

div.right-links-blk ul li a {
	color:#000;
	cursor:pointer;
	text-decoration: none;
}

div.right-links-blk ul li.selected a,
div.right-links-blk ul li a:hover {
	color:#666;
	text-decoration:none;
}

/* End Right Elements */





/* Start Base Elements */

.base {
	margin: auto;
	height: 46px;
	width: 980px;
	position: relative;
	background-color: #6f6f6f;
	background-repeat: repeat-x;
	background-image: url(/images/img_base_bg.png);
	vertical-align: middle;
}

.base-pad {
	margin: auto;
}


.base-links-container {
	float: left;
	margin-left: 20px;
	color: #FFF;
	vertical-align: middle;
	margin-top: 15px;
	font-size: 11px;
}

.base-nav {
	background-color: transparent;
}

div.base-nav {
	float:right;
	overflow:hidden;
	z-index: 1100;
	font-size: 11px;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 20px;
}

div.base-nav ul {
	list-style:none;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
}

div.base-nav ul li {
	float:left;
	margin: 0px;
}

div.base-nav ul li a {
	color: #FFF;
	display:block;
	cursor:pointer;
	padding: 0px;
	text-decoration: none;
	margin-right: 20px;
}

div.base-nav ul li.selected a,
div.base-nav ul li a:hover {
	color: #000000;
	text-decoration:none;
}

/* End Base Elements */
