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


/*	-------------------------------------------------------------
	Global declarations
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#wrapper {
	padding: 0;
	width: 990px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/wrapperBg.gif);
	background-repeat: repeat-y;
	}

body {
	background-image: url(../images/bodyBg.png);
	background-repeat: repeat-x;
	background-color: #bbbbbb;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

img {
	border: 0;
	}
	

/*	-------------------------------------------------------------
	Info Nav
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#infoNav {
	position: relative;
	float: right;
	right: 30px;
	height: 35px;
	top: 7px;
	}

#infoNav ul {
	padding: 0;
	margin: 0;
	}

#infoNav li {
	position: relative;
	display: inline;
	list-style: none;
	float: right;
	margin-right: 8px;
	}

#infoNav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	}

#infoNav a:link {
	text-decoration: none;
	}

#infoNav a:visited {
	text-decoration: none;
	}

#infoNav a:active {
	color: #ffffff;
	text-decoration: underline;
	}

#infoNav a:hover {
	color: #ffffff;
	text-decoration: underline;
	}


/*	-------------------------------------------------------------
	Home
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#homeHeader {
	position: relative;
	float: left;
	width: 990px;
	height: 179px;
	background-image: url(../images/homeHeaderBg.gif);
	background-repeat: no-repeat;
	}

#homeMiddleContainer {
	position: relative;
	float: left;
	width: 990px;
	height: 375px;
	background-image: url(../images/homeMiddleBg.gif);
	}

#homeFlash {
	position: relative;
	float: left;
	left: 30px;
	width: 499px;
	height: 345px;
	}

#homeText {
	position: relative;
	float: right;
	right: 42px;
	width: 395px;
	}
#PRbannerContainer { background-image: url(../images/PRBanner.jpg); position: relative; width: 395px; height: 62px; }
#PRtextContainer { position: relative; top: 10px; left: 70px; }
#homeText h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	}

#homeText p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	}

#homeFooter {
	position: relative;
	float: left;
	width: 990px;
	height: 161px;
	background-image: url(../images/footerBg.gif);
	background-repeat: no-repeat;
	}

#homeFooter h2 {
	text-indent: -10000px;
	}

#homeFooterNav {
	position: relative;
	float: left;
	left: 30px;
	margin-top: 40px;
	}

#homeFooterNav ul {
	padding: 0;
	margin: 0;
	}

#homeFooterNav li {
	position: relative;
	display: inline;
	list-style: none;
	float: left;
	margin-right: 8px;
	}

#homeFooterNav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	}

#homeFooterNav a:link {
	text-decoration: none;
	}

#homeFooterNav a:visited {
	text-decoration: none;
	}

#homeFooterNav a:active {
	text-decoration: underline;
	}

#homeFooterNav a:hover {
	text-decoration: underline;
	}
.latestNews { color: #6d0e41; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; }
#latestNewsLinks { position: relative; width: 395px; }
#latestNewsLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6d0e41;
	}
#latestNewsLinks a:link {
	text-decoration: none;
	}
#latestNewsLinks a:visited {
	text-decoration: none;
	}
#latestNewsLinks a:active {
	text-decoration: underline;
	}
#latestNewsLinks a:hover {
	text-decoration: underline;
	color: #B9568B
	}
#footerSubscribe {
	position: relative;
	float: right;
	right: 12px;
	width: 267px;
	height: 146px;
	top: -71px;
	}

#footerSubscribe p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	text-align: center;
	color: #ffffff;
	}

#footerSubscribe ul {
	padding: 0;
	margin: 0;
	text-align: center;
	}

#footerSubscribe li {
	list-style-type: none;
	display: inline-block;
	}

#footerSubscribe a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	margin-right: 10px;
	}

#footerSubscribe a:link {
	text-decoration: none;
	}

#footerSubscribe a:visited {
	text-decoration: none;
	}

#footerSubscribe a:link {
	text-decoration: underline;
	}

#footerSubscribe a:link {
	text-decoration: underline;
	}

#subscribeGraphic	{
display: block;
height: 55px;
width: 265px;
}

/*	-------------------------------------------------------------
	Navigation
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#nav {
	position: relative;
	float: left;
	width: 630px;
	height: 39px;
	}

ul#cssmw0 > li > span > a {
	text-align: center;
	}

ul#cssmw0 li span * a {
	text-align: center;
	}


/*	-------------------------------------------------------------
	Search
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#search {
	position: relative;
	float: right;
	height: 39px;
	text-align: right;
	padding-top: 10px;
}

#search h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-right: 10px;
	display: inline;
	}


/*	-------------------------------------------------------------
	Layout
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#header {
	position: relative;
	float: left;
	width: 990px;
	height: 179px;
	background-image: url(../images/headerBg.gif);
	background-repeat: no-repeat;
	}

#logo {
	position: relative;
	float: left;
	width: 139px;
	height: 179px;
	}

#middleContainer {
	position: relative;
	float: left;
	width: 990px;
	background: url(../images/middleBg3.gif) repeat-y;
	}

#middleContainer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}

#middleContainer h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#middleContainer p, #middleContainer table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	}

#middleContainer table {
	margin: 20px;
	}
	
#middleContainer a:link, #middleContainer a:visited {
color: #6d0e41;
text-decoration: underline;
}
#middleContainer a:hover	{ 
color: #b9568b;
text-decoration: underline;
}
#homeMiddleContainer a:hover { color: #b9568b; text-decoration: underline; }
#col1 {
	position: relative;
	float: left;
	left: 30px;
	width: 263px;
	}

#col2 {
	position: relative;
	float: left;
	left: 60px;
	width: 350px;
	}
	
/*
#contact #col2 {
	position: relative;
	float: left;
	left: 60px;
	width: 290px;
	}

*/
#col3 {
	position: relative;
	float: right;
	right: 42px;
	width: 263px;
	}
	
#contact #col3 {
	position: relative;
	float: right;
	right: 42px;
	width: 345px;
	}

#navSearchContainter {
	position: relative;
	float: left;
	width: 805px;
	height: 39px;
	}

#pageFooter {
	position: relative;
	float: left;
	width: 990px;
	height: 140px;
	background-image: url(../images/pageFooterBg.gif);
	background-repeat: no-repeat;
	}

#pageFooter h2 {
	text-indent: -10000px;
	}

#pageFooterNav {
	position: relative;
	float: left;
	left: 30px;
	margin-top: 20px;
	}

#pageFooterNav ul {
	padding: 0;
	margin: 0;
	}

#pageFooterNav li {
	position: relative;
	display: inline;
	list-style: none;
	float: left;
	margin-right: 8px;
	}

#pageFooterNav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	}

#pageFooterNav a:link {
	text-decoration: none;
	}

#pageFooterNav a:visited {
	text-decoration: none;
	}

#pageFooterNav a:active {
	text-decoration: underline;
	}

#pageFooterNav a:hover {
	text-decoration: underline;
	}

/*	-------------------------------------------------------------
	Forms
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

form {
font-size: 10px;
}

#middleContainer textarea {
width: 250px;
font: Verdana, Arial, Helvetica, sans-serif;
}

#middleContainer input[type='text']	{
width: 246px;
}

#middleContainer input[type='text']:focus, textarea:focus	{
background-color: pink;
}


/*	-------------------------------------------------------------
	Webinar
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

ul#webinarList	{
list-style: none; 
font-style: italic;
font-size: 12px;
line-height: 2.0em;
}

.boldLink	{
font-weight: bold;
}
/*CREDITS*/
#homeCreditArea { position: relative; left: 200px; width: 990px; float: left; }
#homeCredit a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #565555;
	}

#homeCredit a:link {
	text-decoration: none;
	}

#homeCredit a:visited {
	text-decoration: none;
	}

#homeCredit a:active {
	text-decoration: underline;
	}

#homeCredit a:hover {
	text-decoration: underline;
	}
