html {
	height: 100%;
	width: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;			
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	color:#666666;
	font-family: arial;
}

a {
	color: #127cc1;
}


a:hover {
	color: red;
}


div {
	text-align: left;
}

#container {
	position:absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	text-align: center;
}

#maincontent {
	position: relative;
	width: 899px;
	left:0px;
	height: auto;
	font-size:0.8em;
	background-color:white;
	margin:0px;
	margin-top:0px;
	padding:0px;
	top:0px;
	float:left;
}

#headerContainer {
	position:relative;
	background-image:url('/images/header_bg.png');
	width:100%;
	height:92px;
	min-height:92px;
	top:0px;
	left:0px;
	margin:0px;
	margin-top:0px;
	padding:0px;	
}

#rltlogo {
	position:absolute;
	left:21px;
	top:21px;
	width:213px;
	height:43px;
	background-image:url('/images/logo.png');
}

#rltlogoie55 {
	position:absolute;
	left:21px;
	top:21px;
	width:213px;
	height:43px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/logo.png');
}

#rltlogo p,#rltlogo h1 {
	display:none;
}

#rltlogoie55 p,#rltlogoie55 h1 {
	display:none;
}

#searchBox {
	position:absolute;
	right:20px;
	top:50px;
	color: white;
	font-size: 0.8em;
	padding-right:5px;
}

#searchBox label {
	padding-right:10px;
}

#searchBox select {
	font-size:1.0em;
	border:1px solid white;
	background-color:#0abdf1;
	color: white;
}

#searchBox input {
	font-size:1.0em;
	border:1px solid white;
	background-color: #62b5e5;
	padding-left:2px;
	color: white;
}

.submitButton {
	font-size:1.0em;
	background-color: #62b5e5;
	color: white;
	border:1px solid white;
	padding-right:2px;
	
}

#searchBox submit {
	font-size:1.5em;
}

#tertiaryNavigation {
	position:absolute;
	right:20px;
	top:10px;
	color: white;
	font-size: 0.9em;
	display:block;
}

#tertiaryNavigation span {
	padding-right:5px;
}

#tertiaryNavigation a {
	color: white;
}

#tertiaryNavigation a:hover {
	color: yellow;
}


#primaryNavigation {
	position:relative;
	background-color:#2e3192;
	width:100%;
	min-height:18px;
	height:auto;
	float:left;
}

.primaryNavigationItem {
	position:relative;
	float:left;
	left:0px;
	top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;	
	width:auto;
}

#primaryNavigation div a {
	color:white;
	text-decoration:none;
	font-size:0.9em;
}

#primaryNavigation div a:hover {
	color:#0abef1;
	text-decoration:underline;
}

.navItemSelected {
	background-color:#3eb5e5;
	color:#666666;
	border-top:1px solid white;
	border-left:1px solid white;
}

#secondaryNavigation {
	position:relative;
	background-color:#3eb5e5;
	width:100%;
	height:auto;
	border-top:1px solid #88d8f4;
	float:left;
}


.secondaryNavigationItem {
	position:relative;
	float:left;
	left:0px;
	top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:2px;	
	width:auto;
}

.bordered {
	border-bottom:1px solid black;
}

.snBordered {
	border-bottom:1px solid #1b89af;
}

#secondaryNavigation div a {
	color:white;
	text-decoration:none;
	font-size:0.7em;
}

#secondaryNavigation div a:hover {
	color:#2e3192;
	text-decoration:none;
}

.secondaryNavItemSelected {
	background-color:#88d8f4;
	border-left:1px solid white;
	border-right:1px solid #1b89af;	
}

.secondaryNavItemSelected a:hover {
	color:white;
}


#navigationShadow {
	position:absolute;
	left:0px;
	bottom:-10px;	
	width: 899px;
	margin: 0px;
	height:9px;
	min-height:9px;
	padding:0px;
	background-repeat:repeat-x;
	background-image:url('/images/blackstripefadebg.png');	
	z-index:1;
}

#navigationShadowIE6 {
	display:none;
}


#tickerPanel {
	position:relative;
	width:197px;
	left:0px;
	background-image:url('/images/left_bg.jpg');
	background-repeat:no-repeat;
	float:left;
	clear:both;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
}

.tickerCopy {
	padding-left:10px;
	padding-right:10px;
}

#tickerPanel h5 {
	font-size:0.9em;
	color:#2e3192;
	margin:0px;
	margin-top:0px;
}

#tickerPanel h6 {
	font-size:0.9em;
	color:#0054a6;
	margin:0px;
	margin-top:0px;
}

#tickerPanel p {
	font-size:0.8em;
	margin:0px;
	margin-top:5px;
	line-height:1.5em;
	
}

#tickerPanel p a {
	color: #92278f;
	text-decoration: none;
}

#tickerPanel p a:hover {
	color: #0054a6;
	text-decoration: underline;
}

.tickerSeparator {
	position:relative;
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #999999;
	width:100%;
	height:1px;
}

.invisibleSeparator {
	border:0px;
}

.tickerBand {
	position:relative;
	padding-top:3px;
	padding-bottom:3px;
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:0px;
	color:white;
	font-weight:bold;
	font-size:0.9em;
	padding-left:10px;
}

.tickerShadow {
	position:relative;
	width: 100%;
	margin-left:0px;
	margin-right:0px;
	height:9px;
	min-height:9px;
	margin:0px;
	padding:0px;
	background-repeat:repeat-x;
}

.tickerShadowIE6 {
	position:relative;
	width: 100%;
	margin-left:0px;
	margin-right:0px;
	height:9px;
	min-height:9px;
	margin:0px;
	padding:0px;
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/stripefadebg.png');
}

.tickerShadow[class] {
	background-image:url('/images/stripefadebg.png');
}


.tickerTopBand {
	background-color:#acbed8;
}

.tickerBottomBand {
	background-color:#cdbfdb;
}

.signupPanel p {
	color:#0054a6;	
	padding-bottom:15px;
}

.signupPanel label {
	color: #3fc1f3;
	font-size:0.8em;
	font-weight:bold;
	
}

.signupPanel input {
	color: #999999;
	font-size:0.8em;
	margin-bottom:5px;
	width:95%;
	border:1px solid #cccccc;
	background-color:white;
}

.signupPanel .submitbutton {
	color: #3333CC;
	font-size:0.8em;
	border: 1px solid #999999;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:3px;
	width:5em;
	margin-top:10px;
	background-color:white;	
}




#footerContainer {
	position:relative;
	background-color:#0091d6;
	background-image:url('/images/footer_bg.jpg');
	background-repeat:no-repeat;
	width:100%;
	float:left;
}

.footerComponent {
	position:relative;
	height:100%;
	width:49%;
	font-size:0.7em;
	color:white;
	vertical-align:middle;
	padding-top:4px;
	padding-bottom:auto;
	float:left;
}

#footerCopyright {
	left:0px;
	text-align:left;
	margin-bottom:5px;
}

#footerLinks {
	float:right;
	right:0px;
	text-align:right;
	margin-bottom:5px;
}

#footerLinks span {
	padding-right:10px;
}

#footerCopyright span {
	padding-left:10px;
}


.footerComponent a {
	color: white;
	text-decoration: none;
}

.footerComponent a:hover {
	color: yellow;
	text-decoration: underline;
}

#shadowBase {
	position:relative;
	background-image:url('/images/shadow_base.gif');
	width:100%;
	height:20px;
	background-repeat: repeat-x;
	float:left;
}

#shadowRight {
	position: absolute;
	top:0px;
	right:-20px;
	width: 20px;
	height: 100%;
	min-height:100%;
	background-image:url('/images/shadow.gif');
	top:0px;
	background-repeat: repeat-y;	
	z-index:0;
}



#shadowBottomRight {
	position:absolute;
	background-image:url('/images/shadow_botright.gif');
	width:20px;
	height:20px;
	bottom:0px;
	left:0px;
	background-repeat:no-repeat;	
}

#shadowBottom {
	position:absolute;
	background-image:url('/images/shadow_bottom.gif');
	width:20px;
	height:20px;
	bottom:20px;
	left:0px;
	background-repeat:no-repeat;
}


#fullPanel {
	position:relative;
	width:699px;
	float:left;
	margin-top:0px;
	margin-left:3px;
	margin-right:0px;
	padding:0px;
	min-width:699px;
	min-height:297px;
}

#fullPanelPhoto {
	position:relative;
	width:699px;
	height:297px;
	background-color:#efefef;
	margin:0px;
	padding:0px;
}

#fullPanelPhoto h1 {
	display:none;
}

#fullPanelPhoto h2 {
	display:none;
}

#fullPanelBody {
	padding-top:20px;
	padding-left:35px;
	padding-right:35px;
	padding-bottom:20px;
	width:auto;
	float:left;
	text-align:justify;
}

#fullPanelBody h2 {
	font-size:1.2em;
}



.clearer {
	clear: both;
	top:0px;
	height:1px;
	font-size: 1px;
	visibility: hidden;
	content: "&nbsp;";
}

.dotclearer {
	height:400px;
}

.shadowclearer {
	height:440px;
}

.headerclearer {
	height:1px;
}

.panelclearer {
	height:168px;
}

.tickerclearer {
	height:9px;
}




.notFoundHeadingPhoto {
	background-image:url('/images/featurephoto_notfound.png');
}


p.info {
	color: #33CC66;
	border-top:1px dotted #cccccc;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#f0f0f0;
	border-bottom:1px dotted #cccccc;
}

p.errors {
	color:#FF3366;
	border-top:1px dotted #cccccc;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#f0f0f0;
	border-bottom:1px dotted #cccccc;
}

em.errors {
	color:#FF3366;
}

em.info{
	color:#33CC66;
}



ul.errors li {
	color:#FF3366;
}

ul.errors span {
	color:#FF3366;
}


