@charset "UTF-8";
	
/* CSS Document */
body {
	padding: 25px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #9dc5a2;
	font-family: Calibri, Arial, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-image: url(../images/bg-main-new.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 100%;
	width: 100%;
}
th {
	text-align: right;
}
h1 {
	color: #ba3854;
	font-size: 16px;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}
h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 7px 0px;
}
h3 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
}
h3.teamMembers {
	padding: 3px 5px 3px 5px;
	background-color: #ba3854;
	color: #FFFFFF;
	width: 830px;
}

a h3.teamMembers {
	color: #FFFFFF;
	text-decoration: none;
}
 a:hover h3.teamMembers {
	color: #000000;
	text-decoration: none;
}

h1.teamSection {
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 2px 0px;
	background-color: #666666;
	color: #FFFFFF;
	width: 830px;
}
a h1.teamSection  {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover h1.teamSection {
	color: #000000;
	text-decoration: none;
}
div.teamSections div {
	margin-left: 10px;
}

.outerDiv {
	width: 900px;
	position:absolute;
	z-index: 1;
    top: 30px;
    left: 50%;
    margin-left: -450px;
	background-color: #FFFFFF;
	filter:alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;  /* fx, safari, opera */
	height: 700px;
}
.mainTable {
	position:absolute;
	z-index: 2;
	width: 900px;
	position:absolute;
	z-index: 1;
    top: 30px;
    left: 50%;
    margin-left: -450px;
}
.header {
	background-color: #FFFFFF;
	padding: 15px 25px 25px 25px;
	background-image: url(../images/bg-header.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.content {
	padding: 0px 25px 20px 25px;
}
.contentDiv {
	height: 340px;
	overflow: auto;
	overflow-x:hidden;
}
.contentMovie {
	padding: 0px 15px 20px 0px;
	white-space: nowrap;
}
.contentTextarea {
	padding: 0px 0px 20px 0px;
	vertical-align: top;
}
.additionalLinks {
	background-color: #FFF;
	background-image: url(../images/bg-arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;	
	padding: 3px 3px 3px 20px;
	min-width: 10px;
	white-space: nowrap;
}
.pinBorder {
	border-top: 2px solid #666666;
}
.adBorder {
	margin: 0px 15px 0px 0px;
	border: 2px solid #666666;
}
.footer {
	color: #ba3854;
	background-color:#FFFFFF;
	padding: 25px 25px 15px 25px;
	background-image: url(../images/bg-footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.additionalLinks a {
	color: #000000;
	text-decoration: none;
} 
.additionalLinks a:hover {
	color: #ba3854;
	text-decoration: none;
}

a {
	color: #ba3854;
}
a:hover {
	color: #000000;
}

a.loginLink {
	color: #666666;
	text-decoration: none;
	font-size: 14px;
}
a.loginLink:hover {
	color: #ba3854;
}

.errorText {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	width: 100%;
}
.errorBorder {
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 20px 0px;
	border: 2px solid #880000;
	background-color: #cc0000;
}
.errorUL {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
	line-height: 16px;
}


/* MENU */

.menu {
	position:relative;
	width: 850px;
	height: 1.8em;
	border-top: 1px dashed #666666;
	border-bottom: 1px dashed #666666;
	margin: 10px 25px 23px 25px;
	padding: 0px 0px 0px 0px;
	font-size:14px;
}
* html .menu{
	padding-bottom:0;
}
.menu ul{
	list-style-type:none;
	padding:0;
	margin:0 0 0 0;
	width:100%;
	height:100%;
}
.menu li{
	float:left;
}
.menu table{
	position:absolute;
	border-collapse:collapse;
	left:0;
	top:0;
}
.menu a,.menu :visited{
	color:#666666;
	text-decoration:none;
}
.menu a em.lDrop,.menu :visited em.lDrop {
	display:block;
	float:left;
	width:5px;
	height:1.8em;
	padding-bottom: 1px;
}
.menu a b,.menu :visited b {
	display:block;
	font-weight:normal;
	float:left;
	padding:0 10px;
	height:1.8em;
	line-height:1.7em;
	cursor:pointer;
	padding-bottom: 1px;
}
.menu a em.rDrop,.menu :visited em.rDrop {
	display:block;
	float:left;
	width:5px;
	height:1.8em;
	padding-bottom: 1px;
}
.menu ul ul{
	visibility:hidden;
	position:absolute;
	top:1.7em;
	/*left:0px;*/
	width:100%;
}
.menu :hover{
	white-space:normal;
}
.menu a:hover b {
	color:#ba3854;
}

.menu a:hover b.drop {
	border-bottom:1px solid #e2eae2;
	padding-bottom: 0px;
}
.menu a:hover em.lDrop{
	border-bottom:1px solid #e2eae2;
	padding-bottom: 0px;
}
.menu a:hover em.rDrop{
	border-bottom:1px solid #e2eae2;
	padding-bottom: 0px;
}
.menu li:hover>a b.drop {
	border-bottom:1px solid #e2eae2;
	padding-bottom: 0px;
}
.menu li:hover>a em.lDrop{
	border-bottom:1px solid #e2eae2;
}
.menu li:hover>a em.rDrop{
	border-bottom:1px solid #e2eae2;
	padding-bottom: 0px;
}
.menu ul li:hover ul,.menu ul a:hover ul{
	display:block;
	visibility:visible;
	top:1.7em;
	margin-top:1px;
}
.menu ul :hover ul li{
	display:block;
	border-left:1px solid #6666666;
	height:1.8em;
}
.menu ul :hover ul li a{
	display:block;
	font-size: 12px;
	line-height:2.2em;
	width:auto;
	float:left;
	color:#000;
	padding:0 15px 0px 0px;
}
.menu ul :hover ul li a:hover{
	color:#ba3854;
}


/* NEW MENU */
.menuDivContainer {
	width:850px;
	margin:10px 0px 0px 25px;
	background-image:url(../images/menu-bg.gif); 
	background-repeat:repeat-x;
}
a,a:visited,a:hover,a:active {

}
/**/.menuUL,.menuUL ul {
	padding:0;
	margin:0;
	list-style:none
}
.menuUL {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	width:850px;
	height:45px;
}
.menuUL div div {
	position:absolute;
	right: -95px;
	height:0;
	width:800px;	
}
.menuUL ul {
	position:absolute;
	left:0;
	bottom:0;	
}
.menuUL li {
	float:left;
	margin-top:0;	
}
.menuUL li.right {
	float:right;	
}
.menuUL li.right ul {
	left:auto;
	right:0;	
}
.menuUL li.right ul li {
	float:right;	
}
.menuUL a {
	position:relative;
	line-height:22px;
	display:block;
	font-family:verdana,sans-serif;
	font-size:11px;
	padding:0 10px;
	text-decoration:none;
	outline:0;
}
.menuUL a.top-a {
	z-index:10;
	min-width:1px;
	margin-bottom:100px;
	color:#666666;
	font-size: 13px;
}
* html .menuUL a.top-a {
	width:1px;	
	white-space: nowrap;
}
.menuUL ul a {
	height:22px;
	top:22px;
	float:left;
	color:#666666;
}
.menuUL ul a.pad {
	padding:0 1px;	
}
.menuUL ul a.pad b {
	position:absolute;
	left:0;
	height:22px;
	display:block;
	width:800px;
	cursor:default;	
}
.menuUL li.right ul a.pad b {
	left:auto;
	right:0;	
}
.menuUL li:hover>a {
	color:#c00;	
}
.menuUL a.top-a:hover,.menuUL a.top-a:active,.menuUL a.top-a:focus {
	margin-bottom:0;
	color:#ba3854;
}
.menuUL ul a:hover,.menuUL ul a:active,.menuUL ul a:focus {
	padding-bottom:100px;
	color:#ba3854;
}

