@charset "iso-8859-1";
/* CSS Document */


html, body {
	margin:0;
	padding:0;
	border: 0;
	height: 100%;
}
body {
	background: #FFF;
	font: 13px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #000;
}

/**************************************
	Global               
***************************************/

/*	Headers  */

/*	Elements  */

a {
	color: #B90045;
/*	text-decoration: none; */
}
a:hover {
	color: #B90045;
/*	text-decoration: underline;*/
}

a:visited {
	color: #000000;
/*	text-decoration: underline;*/
}

td {
	vertical-align: top;
	font-size: 13px;
}

img, fieldset, form { 
	border: 0 solid;
	margin: 0;
	padding: 0;
}
input, select, textarea {
	color: #2E516A;
	font: normal 11px Arial;
}


/**************************************
	Containers
***************************************/

.bone {
	height: 100%;
	width: 100%;
	border: 0px solid;
}


/**************************************
	Top Pane
***************************************/


#TopPane {
	background: #F5F4F0 url(../images/bg-top.jpg) top left repeat-x;
	margin: 0;
	border: 0px solid;
}

#TopPane .left {
	padding: 0;
	height: 215px;
	float: none;
}

#TopPane h1 {
	font: normal 24px Impact, "Arial Narrow", Arial;
	padding-top: 30px;
	margin: 0;
}
#TopPane h1  {
	border: 0px solid;
	text-decoration: none;
	font-style: italic;
	color: #B90045;
}

#TopPane .left .slogan {
	padding: 5px 0 0 35px;
	font-style: italic;
	font: bold 12px Arial;
	color: #666666;
}

#TopPane .bg-l {
	background: url(../images/bg-top-left.jpg) top left no-repeat;
	height: 305px;
	padding: 0 20px 0 40px;
}
#TopPane .bg-r {
	background: url(../images/bg-top-right.jpg) top right no-repeat;
}

/*	Top Navigation  */

#TopPane .logo {
	float: left;
	margin-right: 10px;
}

/*	Top Navigation  */


table.top-nav {
	width: 100%;
	text-align: center;
}
table.top-nav td {
	vertical-align: middle;
	text-align: center;
	font: bold 13px Arial;
	white-space: nowrap;
	height: 27px;
	overflow: hidden;
	padding: 0;
}
table.top-nav td div {
	padding: 6px 5px 3px 0;
	border-right: 1px dashed #D2809F;
}

table.top-nav a {
	color: #FAB600;
	text-decoration: none;
}
table.top-nav a:hover,
table.top-nav .current a {
	color: #fff;
}

table.top-nav .current a:visited {
	color: #fff;
}
table.top-nav a:visited {
	color: #FAB600;
}


/**************************************
	Middle Pane
***************************************/

#MiddlePane {
}


/**************************************
	Content Pane
***************************************/

.table-main {
	width: 100%;
}
.contentPane {
	width: 100%;
	padding: 30px 10px 20px 25px;
}
.contentPane .bg {
/*	margin: -30px 0 0 -30px*;*/
}

.table-images td {
	text-align: center;
	font-size: 11px;
}

.contentPane h1.header {
	position: absolute;
	top: 253px;
	margin: 0;
	padding-right: 5px;
	height: 41px;
	float: left;
	color: #fff;
	font: normal 30px Impact, "Arial Narrow", Arial;
	background: url(../images/bg-header.gif) top left repeat-x;
}

/**************************************
	Left Pane
***************************************/

.leftPane {
	padding: 0;
	font-size: 13px;
	position: relative;
	top: -10px;
}
.leftPane .bg {
	width: 184px;
}

.leftPane ul, .rightPane ul, .email ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
}


/* Block Email */
#TopPane .email {
	float: right;
	border: 0px solid;	
	padding: 20px 5px 5px 16px;
	font-size: 13px;
}
#TopPane .email li {
	padding: 0px 3px 2px 0;
	display: inline;
}
#TopPane .email a {
	padding: 0 0 5px 17px;
	color: #666;
	background: 0 2px no-repeat; 
}

#TopPane .email a.icon-email {	background-image: url(../images/icon-mail.gif); }
#TopPane .email a.icon-directions {	background-image: url(../images/icon_phone.gif); }
#TopPane .email a.icon-locations {	background-image: url(../images/icon-locations.gif); }


/* Block Left Navigation */
.left-nav {}
.left-nav div {
	margin: 10px 0 10px;
}
.left-nav li {
	padding: 5px 0 5px 25px;
	border-bottom: 1px dashed #D8D3C5;
	font-weight: bold;
}

.left-nav a, .email a {
	color: #000;
	text-decoration: none;
}
.left-nav .current a {
	color: #000
}

.left-nav a:hover {
	color: #000
}

.left-nav a:visited {
	color: #666666
}

.refer  {
}
.refer div {
	height: auto;
	background: none;
	margin: 0px 0 0px;
}
.refer a {
	color: #000;
}



/**************************************
	Right Pane
***************************************/


.rightPane {
	padding: 10px 0 0 0;
	font-size: 11px;
}

/*
.rightPane .bg {
	background: url(../images/bg-right-top.gif) top left no-repeat;
	width: 216px;
	height: 90px;
}

*/

/* Learning Center */

.rightPane h2 {
	margin: 0;
	font-size: 13px;
}
.rightPane .bg h2 {
	padding: 0px 5px 5px 60px;
}


.rightColumn {
	padding: 20px 20px 0 20px;
	background: #F5F4F0 url(../images/bg-right-top.gif) top left no-repeat;
	border-bottom: 5px solid #E1E0DB;
	margin: 10px 0;
}


.rightColumn .block {
	padding: 0;
	margin-bottom: 5px;
}
.rightColumn h2 {
	margin: 2px 0;
	padding: 0;
}
.rightColumn input, .rightColumn select {
	margin: 3px 0 0 0;
	display: block;
}
.rightColumn .button-right {
}
.rightColumn .form-field {
	width: 140px;
}

.rightColumn strong {
	font: bold 13px Arial;
	color: #666;
	width: 140px;
}
/* Articles */

.articles a {
	font-weight: bold;
	font-size: 13px;
}
.articles p {
	margin: 2px 0 5px 0;
}

.rightPane .hr {
	display: none;
	border-top: 1px dashed #B4C3CB;
	margin: 5px 0;
}

/* Newsletters */

.newsletters,
.location {
	background: #F5F4F0;
	padding: 10px 20px 5px 20px;
}

/* Block Locations */

.location h2 {
	font-size: 13px;
	margin: 0;
	padding: 5px 0;
}
.location p {
	margin: 0;
}

/**************************************
	Tables
***************************************/

.table-quotes {
	width: 100%;
	border: 0;
	margin: 0px 0;
}
.table-quotes td {
	text-align: center;
}
/**************************************
	Bottom Pane
***************************************/

#BottomPane {
	background: #F5F4F0;
	padding: 20px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

#BottomPane p {
	margin: 0;
	text-align: center;
	color: #B90045
}
#BottomPane a {
	text-decoration: underline;
	color: #B90045
}





/**************************************
	Forms, buttons
***************************************/

#ContentPane form {
	padding-left: 50%;
}
#ContentPane fieldset {
	width: 500px;
	margin-left: -250px;
}
.form {
}
.form-half {
	float: left;
	width: 50%;
}
.input {
	width: 100%;
	border: 1px solid #7F9DB9;
}
.label {
	font-weight: bold;
}
.field {
	padding-right: 8px;
	margin-bottom: 10px;
}
.mandatory {
	color: #D63333;
	margin-bottom: -2px;;
}

/**************************************
	Stuff Things
***************************************/

.spacer {
	display: block;
	clear: both;
	overflow: hidden;
	height: 1px;
	font-size:1px;
	width: 1px;
}
.left { float: left; }
.right { float: right; }
.center { text-align: center; }
.bottom {vertical-align: bottom; }
.clear { clear: both; }
.hide { display: none; }
.smaller { font-size: 85%; }

#gloss_table {
	margin: 5px 0 5px 25px;
}
#gloss_table a
{
	color: #B90045;
}
h5.gloss
{
	margin: 5px 0 5px 45px;
}

.sitemap a {
	color: #000;
	text-decoration: none!important;
	font-weight: bold;
}
.sitemap a:hover 
{
	color: #FAB600;
}
.sitemap .current a {
	color: #FAB600;
}

.sitemap a:visited 
{
	color: #666666;
}