@charset "utf-8";
html{
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#navcontainer {
	height: 45px;
	overflow: hidden;
	margin-left: -970px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/bg_nav_over.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#navcontainer ul {
	position:absolute;
	white-space:nowrap;
	display:inline;
	width:970px;
	background-image: url(../images/bg_nav_over.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 45px;
}

#navcontainer.homepage {
	height: 45px;
}

#nav {
	color: #702c91;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	overflow: hidden;
	background-image: url('../images/bg_nav_over.gif');
	background-repeat: repeat-x;
	background-position: left;
	text-align: left;
}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	overflow: hidden;
	font-size: 16px;
	width: 194px;
	cursor:pointer;
	cursor:hand;
}

#nav a {
	margin: 0px;
	padding: 0px;
	line-height: 45px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	border-left: dotted 1px #fff;
	background-repeat: repeat-x;
	background-position: left;
}

#nav li.firstNav a{ border-left:none !important; }
#nav li.firstNav span{ border-left:none !important; }

#navcontainer.homepage #nav a {
	height: 45px;
	margin: 0px;
	padding: 0px;
	line-height: 45px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	border-left: dotted 1px #fff;
	background-repeat: repeat-x;
	background-position: left;
}

#nav .selected span {
	margin: 0px;
	padding: 0px 0px 0px 50px;
	line-height: 45px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	border-left: dotted 1px #fff;
	background-repeat: no-repeat;
	background-position: left;
}

#nav a,#nav a:visited {
	background-image: url('../images/bg_nav_off.gif');
	color: #702c91;
	text-decoration: none;
}

#nav a:hover,#nav a:active {
	background-image: url('../images/bg_nav_over.gif');
	background-position: top left;
	color: #fff;
	text-decoration: none;
}

#navcontainer.homepage #nav a:hover,#navcontainer.homepage #nav a:active {
	background-image: none;
	background-image: url('../images/bg_nav_over.gif');
	background-position: top left;
	color: #333;
	text-decoration: none;
}

#nav a span {
	margin: 0px;
	padding: 0px 0px 0px 50px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	border: none;
}

#nav span.subnav {
	display: inline;
	background: transparent;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
/*
	font-family: 'Lucida Grande', 'Lucida Sans', sans-serif;
*/
	line-height: 2px;
	vertical-align: 2px;
}

#nav a.navlevel2 {
	margin: 0px;
	padding: 0px;
	line-height: 2px;
	overflow: auto;
	text-decoration: none;
	display: inline;
	border: none;
	background: transparent;
	font-size: 11px;
/*
	font-family: 'Lucida Grande', 'Lucida Sans', sans-serif;
*/
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000;
	vertical-align: 2px;
}

#nav a.navlevel2.selected {
	text-decoration: underline !important;
}

#nav a.navlevel2:visited {
	background: transparent;
}

#nav a.navlevel2:hover,#nav a.navlevel2:active {
	background: transparent;
	color: #000;
}

#navstudio {
}

#navstudio.selected {
	background-image: url('../images/bg_nav_on.gif');
}

#navservices {
}

#navservices.selected {
	background-image: url('../images/bg_nav_on.gif');
}

#navwork {
}

#navwork.selected {
	background-image: url('../images/bg_nav_on.gif');
}

#navcontact {
}

#navcontact.selected {
	background-image: url('../images/bg_nav_on.gif');
}

#navstudio span {
	background-repeat: no-repeat;
	background-position: left;
	background-image: url('../images/icon_renew.png');
}

#navservices span {
	background-repeat: no-repeat;
	background-position: left;
	background-image: url('../images/icon_join.png');
}

#navwork span {
	background-repeat: no-repeat;
	background-position: left;
	background-image: url('../images/icon_benefits.png');
}
#navoffers span {
	background-repeat: no-repeat;
	background-position: left;
	background-image: url('../images/icon_hotoffers.png');
}
#navcontact span {
	background-repeat: no-repeat;
	background-position: left;
	background-image: url('../images/icon_contact.png');
}
#navnewsletter span {
	background-repeat: no-repeat;
	background-position: left;
	background-image: url('../images/icon_newsletter.png');
}
#navfaqs span {
	background-repeat: no-repeat;
	background-position: left;
	background-image: url('../images/icon_faqs.png');
}
#navctnc span {
	background-repeat: no-repeat;
	background-position: left;
	background-image: url('../images/icon_tnc.png');
}
#navhome span {
	background-repeat: no-repeat;
	background-position: left;
	background-image: url('../images/icon_home.png');
}
span.homepagenavcopy {
	background-image: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	white-space: normal;
	float: left;
	display: block;
	width: 170px;
	line-height: 14px;
	font-weight: normal;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #eee9f4;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}
.oneColFixCtrHdr #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: left;
}
.oneColFixCtrHdr #header h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #702c91;
	font-size: 20px;
	font-weight:normal;
}
.mytable {
	font-size: 0.8em;
	border-bottom: 1px #702c91 dotted;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #mainContent h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #702c91;
	font-size: 18px;
	font-weight:normal;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 0.9em;
	text-align: left;
}
.oneColFixCtrHdr #mainContent a {
	color: #702c91;
	text-decoration:underline;
}
.oneColFixCtrHdr #mainContent a:hover {
	color: #000;
	text-decoration:underline;
}
.oneColFixCtrHdr #footer {
	clear: both;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#702C91;
	color: #ffffff;
	font-size: 65.5%;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer a {
	padding: 0 4px;
	text-decoration: none;
	color: #fff;
}
.oneColFixCtrHdr #footer a:hover {
	text-decoration: underline;
	color: #fff;
}

.oneColFixCtrHdr #menu {
	padding: 0; /* 939598this b2b4b6padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0 auto;
	text-align: center;	background:#D7D098;
	width: 970px;
	height: 20px;
	color: #e6da9e;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oneColFixCtrHdr #menu a {
	padding: 0 20px;
	text-decoration: none;
	color: #5b5681;
}
.oneColFixCtrHdr #menu a:hover {
	text-decoration: none;
	color: #333333;
}
.oneColFixCtrHdr .bene {
	width: 90%;
	margin: 6px 6px 6px 10px;
	padding: 10px 20px 10px 20px;
	font-size: 9pt;
	background-color: #F8F8F8;
	color: #333333;
}
.oneColFixCtrHdr .bene a{
	color: #702c91;
	text-decoration:underline;
}
.oneColFixCtrHdr .bene a:hover{
	color: #000000;
	text-decoration:none;
}

