
body{
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	 overflow-x: hidden;
	 background-color: #f1f1ef;
	 font-family: "franklin-gothic-urw",sans-serif;
	 color: #333; 
	 }
	 

html {margin: 0; padding: 0; }

img, a, h1, h2, h3, h4, h5, tr, td, #search-btn, .number-off, .number-on {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}


p {font-size: 16px; line-height: 19px; color: #333; font-weight: 400;}

h1 {color: #0a1f3d; font-size: 25px; line-height: 25px; font-weight: 900; text-align: center; }

h1:hover {text-decoration: none; color: #009fdf;}

h1.feat-prop-header {color: #FFF; margin: 0; text-align: left;}

h1.admin {margin: 0; text-align: left;}

h2 {color: #444; font-weight: 700; font-size: 20px; margin-bottom: 30px;}

h3 {color: #444; font-weight: 700; font-size: 23px; }

hr.thin {
	height: 1px;
	border: 0;
	color: #333;
	background-color: #333;
}

.prop-detail {border-collapse: collapse; margin-bottom: 30px;   table-layout: fixed; }

.prop-detail th {background-color: #dcdcdb; color: #555; font-size: 17px; font-family: "franklin-gothic-urw-cond",sans-serif; text-align: left; word-wrap: break-word;
	table-layout: fixed;
}

.prop-detail tr {border-bottom: 1px solid #bdbdbd;    }

.prop-detail tr:last-child {
	border-bottom: none;
 }  

.prop-detail td {background-color: #FFF; font-size: 15px; font-weight: 500; color: #555; word-wrap: break-word;  }
 
.prop-detail td a:link {color: #e47100; text-decoration: none; }
.prop-detail td a:visited {color: #e47100; text-decoration: none; }
.prop-detail td a:hover {color: #e47100; text-decoration: underline; }
 
 .residents-img {width: 100%; height: 250px; background-image: url(/images/residents.jpg); background-size: cover; background-position:center top; background-repeat: no-repeat; position: relative; top: -152px;}

 
 .contact-img {width: 100%; height: 250px; background-image: url(/images/header-img.jpg); background-size: cover; background-position:center center; background-repeat: no-repeat; position: relative; top: -152px;}


 
a:link.forum-msg-title {display: block;font-size: 14px; font-weight: 700;padding: 8px 0 8px 0; } 
.forum-msg-num	{font-size: 14px; font-weight: 700; margin: 8px 0 8px 10px;font-family: "franklin-gothic-urw-cond",sans-serif; } 

 
/*** LINKS ***/

a:hover {cursor: pointer;}

a:link.featured-prop-link {color: #e47100; text-decoration: none; font-weight: 900; font-size: 18px; position: relative; bottom: 4px;}
a:visited.featured-prop-link {color: #e47100; text-decoration: none; font-weight: 900; font-size: 18px;}
a:hover.featured-prop-link {color: #f67c03; text-decoration: none; font-weight: 900; font-size: 18px;}


a:link.btn 		{cursor: pointer; text-decoration: none; font-size: 16px; color: #FFF; background-color: #e47100; border-radius: 50px; padding: 8px 28px 8px 28px; font-weight: 700;  }
a:visited.btn 	{text-decoration: none; color: #FFF;}
a:hover.btn 	{text-decoration: none; color: #FFF; background-color: #f67c03; padding: 12px 28px 12px 28px;    }

a:link.footer-link 		{color: #FFF; text-decoration: underline; }
a:visited.footer-link 	{color: #FFF; text-decoration: underline; }
a:hover.footer-link 	{color: #bbbbbb; text-decoration: underline; }

a:link.admin-link 		{color: #FFF; text-decoration: none; }
a:visited.admin-link 	{color: #FFF; text-decoration: none; }
a:hover.admin-link 		{color: #bbbbbb; text-decoration: none; }

a:link.btn-footer 		{cursor: pointer; text-decoration: none; font-size: 15px; color: #FFF; background-color: #e47100; border-radius: 50px; padding: 8px 0 8px 0; font-weight: 700; display: block; text-align: center;  }
a:visited.btn-footer 	{text-decoration: none; color: #FFF;}
a:hover.btn-footer 	{text-decoration: none; color: #FFF; background-color: #f67c03; padding: 12px 0 12px 0;    }




a:link.border-link img {border: 10px solid rgba(255,255,255,1.0); text-decoration: none;}
a:visited.border-link img {border: 10px solid rgba(255,255,255,1.0); text-decoration: none;}
a:hover.border-link img {border: 10px solid rgba(255,255,255,0.5); text-decoration: none;}

a:link.yellow-btn 		{cursor: pointer; text-decoration: none; font-size: 17px; color: #444; background-color: #fdda24; border-radius: 50px; padding: 8px 0 8px 0; font-weight: 700; text-align: center; width: 100%; display: block; }
a:visited.yellow-btn 	{text-decoration: none; color: #444; width: 100%;}
a:hover.yellow-btn 	{text-decoration: none; color: #333; background-color: #f5c714;  width: 100%; }

a:link.blue-btn 		{cursor: pointer; text-decoration: none; font-size: 17px; color: #FFF; background-color: #009fdf; border-radius: 50px; padding: 8px 15px 8px 15px; font-weight: 700; text-align: center; font-family: "franklin-gothic-urw-cond",sans-serif;  }
a:visited.blue-btn 	{text-decoration: none; color: #FFF; }
a:hover.blue-btn 	{text-decoration: none; color: #FFF; background-color: #0f91c7; }

a:link.result-link {font-size: 20px; font-weight: 700; color: #f57b02; text-decoration: none; margin-top: 10px; }
a:visited.result-link {font-size: 20px; font-weight: 700; color: #f57b02; text-decoration: none; margin-top: 10px;}
a:hover.result-link {font-size: 20px; font-weight: 700; color: #e47100; text-decoration: none; margin-top: 10px;}



a:link.orange-btn 		{cursor: pointer; text-decoration: none; font-size: 20px; color: #FFF; background-color: #e47100; border-radius: 50px; padding: 8px 0 8px 0; font-weight: 700; text-align: center; width: 100%; display: block;  text-transform: uppercase; margin: 40px 0 25px 0;}
a:visited.orange-btn 	{text-decoration: none; color: #FFF; width: 100%;}
a:hover.orange-btn 	{text-decoration: none; color: #FFF; background-color: #d95c00;  width: 100%; }

.contact-foot {width: 100%;}
	
/*** CLASS ***/


.master-width {width: 90%; max-width: 1300px; margin: 0 auto; }
.extra-width {width: 90%; max-width: 2000px; margin: 0 auto; }

.search-bar-width {width: 90%; max-width: 1300px; margin: 0 auto;}

.responsive {width: 100%; height: auto;}

.opacity:hover {opacity: 0.66;}

.feature-header {margin: 200px 0 20px 0;}

.feat-prop-txt {color: #FFF; font-weight: 700; margin-left: 3%;}
.feat-prop-img {background-size: cover; height: 200px; background-position: center center;border-radius: 3px; border: none; }
.feat-prop-img:hover {opacity: 0.8; }

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%; 
    height: 800px;
}
.fill img {
    flex-shrink: 0;
    object-fit: cover; 
    width: 100%;
    height: 800px;
}

.gradient {height: 232px; width: 100%; background-size: contain; background-repeat: repeat-x; background-image: url(/images/gradient.png);position: absolute; top: 0; z-index: -1;}

.condensed {font-family: "franklin-gothic-urw-cond",sans-serif; }

.mobile-show {display: none; }

.feature-txt {width: 80%; color: #555; margin: 0 auto; text-align: center; padding-bottom: 30px; }


.search-bar {width: 100%; background-color: #222c4a; position: relative; z-index: 9; }
.search-bar-2 {width: 100%; background-color: #222c4a; position: relative;  max-height: 56px; top: -4px; z-index:1000;}

.home-position {top: 780px; position: absolute; width: 100%;}

.footer {color: #FFF; font-size: 14px; line-height: 21px; }

.right {text-align: right;}

.feature-icon {
	width: 150px; 
	height: 150px; 
	border: none; 
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center; 
	position: absolute;  
	}
	
.big-icon-position {position: relative; margin-top: 30px;}	

.feature-icon:hover {width: 160px; height: 160px;}

.social-icon {display: inline-block; width: 30px; height: 30px; margin: 0 10px 0 10px; position: relative; top: 10px; }

.green {color: #62bb46; text-align: center; }

.green-txt {color: #62bb46; }

.search-btn {font-family: "franklin-gothic-urw-cond",sans-serif; font-size: 17px; font-weight: 700; text-align: center; padding: 10px 0 10px 0;}

.search-btn-2 {font-family: "franklin-gothic-urw-cond",sans-serif; font-size: 17px; font-weight: 700; text-align: center; padding: 10px 0 10px 0;}

.on-btn {background-color: #009fdf; color: #FFF; }
.off-btn {background-color: #dadada; color: #222c4a}

.off-btn:hover {background-color: #FFF; color: #222c4a; cursor: pointer;}


.mobile-pad {display: none; }

.result-txt-right {text-align: right; }

.result-box {width: 98%; padding: 0 1% 0 1%; background-color: #FFF; box-shadow: 5px 5px 10px rgba(105, 105, 105, 0.2); margin-top: 15px;}

.result-txt {font-size: 14px;}

.result-img {background-size: cover; height: 230px; width: 100%; background-position: center center; text-align: right; position: relative;}


.lrg-txt {font-size: 17px; font-weight: 700; margin-bottom: 20px;}


.map-only {
	margin: 0;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;

}

/* for drag-n-drop photo uploader */

#drag-upload-wait {
	float:left;
	margin-left:100px;
	display:none;
}

.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}


/**
.map-col {
	float:right;
	margin: 0;
	position: relative;
	width: 33.34%;
	height: 100%;
	overflow: hidden;

}

.results-col {
	float:left;
	margin: 0;
	width: 66.66%;
	height: 906px;
	left: 0;
	position: absolute;
	overflow-y: scroll;
	
}

**/

.prop-detail-map {border:1px solid #bdbdbd; width: 100%; height: 604px; }


.map-col {
	float:left;
	margin: 0;
	left: 0;
	top: 0;
	position: fixed;
	width: 33.34%;
	height: 100vh;
	z-index: 1;

}

#map
{
	 border:0;
	 height: 100%; 
	 width: 100%; 
	 position: absolute; 
}

.results-col {
	float:right;
	margin: 0;
	width: 66.66%;
	right: 0;
	position: relative;
	
}

.results-col:after {clear: both;}
.map-col:after {clear: both;}




.number-on {
	background-color: #f67c03; 
	color: #FFF; 
	font-size: 24px; 
	font-weight: 700; 
	text-align: center; 
	padding: 8px; 
	border-radius: 50px; 
	box-shadow: 
	0 2px 5px rgba(0, 0, 0, 0.3), 
	0 0 0 10px rgba(255, 255, 255, 0.5);
	position: absolute; 
	right: 20px; 
	top: 20px; 
	width: 28px; 
	height: 28px; 
	font-family: 'Roboto', sans-serif; 
	border: 2px solid #FFF;

	}
	
.number-off {
	background-color: #f67c03; 
	color: #FFF; 
	font-size: 24px; 
	font-weight: 700; 
	text-align: center; 
	padding: 8px; 
	border-radius: 50px; 
	box-shadow: 
	0 2px 5px rgba(0, 0, 0, 0.3); 
	position: absolute; 
	right: 20px; 
	top: 20px; 
	width: 28px; 
	height: 28px; 
	font-family: 'Roboto', sans-serif; 
	border: 2px solid #FFF;
	}
	
.number-off:hover {
	box-shadow: 
	0 2px 5px rgba(0, 0, 0, 0.3), 
	0 0 0 10px rgba(255, 255, 255, 0.5);
	cursor: pointer;	
}

.number-on:hover {
	box-shadow: 
	0 2px 5px rgba(0, 0, 0, 0.3), 
	0 0 0 8px rgba(255, 255, 255, 0.5);
	cursor: pointer;	
}


.big-img {background-size: cover; background-position: center center;  width: 100%; height: 550px;}


.roommate-match {position: absolute; bottom:0; right: 0; left: 0; margin-left: 0; margin-right: 0; }

.prop-sml-txt {font-size: 13px; line-height: 17px; margin-top: 30px; margin-bottom: 40px;}

.prop-sml-txt a:link {font-weight: 600;}


.min-height {min-height: 700px; padding-bottom: 40px;}

/*** ID ***/


#left-tog	{width: 33%; border-right: 1px solid #222c4a; border-radius: 30px 0 0 30px; display: inline-block; }
#mid-tog	{width: 33%; display: inline-block;}
#right-tog	{width: 33%; border-left: 1px solid #222c4a; border-radius: 0 30px 30px 0;display: inline-block;}

/*** ADDED 4th Tog Button - 10/11/18 - John F ***/
#tog-1	{width: 28%; border-right: 1px solid #222c4a; border-radius: 30px 0 0 30px; display: inline-block; }
#tog-2	{width: 18%; display: inline-block;border-right: 1px solid #222c4a; }
#tog-3	{width: 28%; display: inline-block; border-right: 1px solid #222c4a;}
#tog-4	{width: 24%; display: inline-block;border-radius: 0 30px 30px 0; }


#find-home-txt {text-align: right; color: #FFF; font-weight: 700; font-size: 17px; font-style: italic; position: relative; top: 10px; letter-spacing: -0.02em;}

#wrap-int {overflow-x: hidden; box-shadow: inset 0 -50px 0 #666; }
#wrap {overflow-x: hidden; position: relative; height: 100vh; }

#logo-home {width: 220px; height: auto; margin-top: 80px; }

#logo-int {
	width: 140px; 
	height: auto; 
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	position: relative;
	z-index: 100;
 }
 
	/***** iPad Smaller than 959px *****/
	@media only screen and (min-width: 720px) and (max-width: 1024px) {
		
		#logo-home {width: 140px; height: auto; margin-top: 50px;}
		
		#logo-int {
			width: 140px; 
			height: auto; 
			margin-top: 42px;
			margin-left: auto;
			margin-right: auto;
			left: 0;
			right: 0;
			position: relative;
			z-index: 15;
		
		 }
	
	}	
	
	
	/***** iPhone (portrait) *****/
	@media only screen and (min-width: 320px) and (max-width: 720px) {
		
		#logo-home {width: 140px;height: auto; margin-top: 35px; }
		
		#logo-int {
		width: 120px; 	
		top: 20px;
		position: relative;
		z-index: 15;
	
	 	}

	}	
	
	
	
#logo-footer {width: 150px; height: auto; position: relative; top: -10px;}


#header-container {width: 100%; height: 138px; background-color: #666; position: absolute; top: 0; z-index: 2;}

.int-header-txt {color: #FFF; position: relative; top: 84px; font-size: 15px; font-weight: 700; letter-spacing: 2px; text-shadow: 1px 1px 0px #666;z-index: 3; }

#search-btn {background-color: #e47100; border-radius: 30px; padding: 8px; background-size:contain; height: 24px; width: 10%; margin-left: 2%; position: relative; float: left; top: 6px; border: none;}
#search-btn:hover {background-color: #f67c03; }

#search-btn-2 {background-color: #e47100; border-radius: 30px; padding: 8px; background-size:contain; height: 18px; width: 10%; position: relative; float: left; border: none;}
#search-btn-2:hover {background-color: #f67c03; }

#white-bgnd {width: 100%; background-color: #FFF;}
#off-white-bgnd {width: 100%; height: 100%; background-color: #f1f1ef; position: relative; z-index: -3; }


#footer-align-fix {position: relative; left: 15px; margin-top: 16px; line-height: 18px;}

#halftone {position: absolute; top: 0; z-index: -2; background-image: url(/images/halftone-2.png), url(/images/video-img.jpg); background-size: cover; width: 100%; height: 800px; background-blend-mode: soft-light;}

#site-title {color: #FFF; font-style: italic; font-weight: 700; font-size: 19px; text-shadow: 2px 2px #000; position: relative; top: 30px; font-family: "franklin-gothic-urw-cond",sans-serif; }

#site-title-int {color: #FFF; font-style: italic; font-weight: 700; font-size: 19px; position: relative; top: 30px; font-family: "franklin-gothic-urw-cond",sans-serif; }

#greeting {
	width: 100%; 
	text-align: center; 
	position: absolute; 
	top: 360px; 
	z-index: 1; 
	color: #FFF; 
	text-transform: uppercase; 
	letter-spacing: 2px; 
	font-weight: 500; 
	font-size: 17px; 
	line-height: 30px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	
	}
	
#greeting div {
	font-family: bodoni-urw, serif;
	font-weight: 700;
	font-style: italic;
	font-size: 75px;
	line-height: 60px;
	color: #FFF;
	text-shadow: 0px 1px 10px rgba(0,0,0,0.2);
	text-transform: capitalize; 	
	margin: 30px 10% -10px 10%;

	
	}	

#filter-position {position: absolute; width: 300px;right:40px; top: 64px; }
.search-again {display: block; position: absolute;  top: 40px; right: 5%; }

.search-again:hover {opacity: 0.75;}

#select-contact {position: relative; width: 100%; }

.contact-txt-area {min-height: 800px; }



/*** FORM STYLES ***/
	
.frm-fld-1 {
	position: relative;
	float: left;
	width: 96%; 
	padding: 8px 2% 8px 2%;
	background-color:transparent;
	border-style: none;
	border-bottom: 2px solid #009fdf;
	font-size: 14px;
	margin-top: 15px;
	border-radius: 5px 5px 0 0;
	}	

.frm-fld-3 {
	position: relative;
	float: left;
	width: 25%; 
	padding: 8px 2% 8px 2%;
	margin-right: 4%;
	background-color:transparent;
	border-style: none;
	border-bottom: 2px solid #009fdf;
	font-size: 15px;
	margin-top: 15px;
	border-radius: 5px 5px 0 0;
	}	
	

.frm-txt-area {
	position: relative;
	float: left;
	width: 96%; 
	padding: 8px 2% 8px 2%;
	border-style: none;
	border-bottom: 2px solid #009fdf;
	font-size: 14px;
	margin-top: 15px;
	height: 150px;
	min-height: 50px;
	resize: vertical;
	}			


.frm-sbmt {width: 50%; background-color: #009fdf; border-radius: 30px; color: #FFF; font-family: "franklin-gothic-urw-cond",sans-serif; font-size: 18px; text-align: center; padding: 10px; margin-top: 25px; border: none;}

.frm-sbmt:hover {background-color: #0f91c7; cursor: pointer;}






/*** SLIDESHOW STUFF ***/

#slider-container {width: 100%; height: 800px; position: absolute; top: 0; z-index: -1;}

.slide {width: 100%; height: 800px; /*** background-blend-mode: soft-light;***/ background-position: center center;  background-repeat: no-repeat; background-size: cover; z-index: -2; position: relative;}

a:link		{color: #00aced; text-decoration: none;  }
a:visited	{color: #00aced; text-decoration: none;  }
a:hover		{color: #00619b; text-decoration: none;  }

a:link.slide-link 		{color: #FFF; text-decoration: none; font-size: 13px; display: block; margin-top: 8px;  }
a:visited.slide-link 	{color: #FFF; text-decoration: none; font-size: 13px;  }
a:hover.slide-link		{color: #682a8d; text-decoration: none; font-size: 13px; }





.left-menu-fix {left: -50px;}



/* styles added by J Franck */

.stretchy {width: 90%; height: 30px; font-size:15px; padding-left:5px;}
.btn-action {padding: 8px 20px 8px 20px; color: #FFF; font-size: 14px; font-weight: 400; background-color: #e47100; border-radius: 3px; text-decoration: none; display: inline-block; border: none; cursor:pointer; cursor:hand;  }
.btn-other {padding: 8px 20px 8px 20px; color: #FFF; font-size: 14px; font-weight: 400; background-color: #666; border-radius: 3px; text-decoration: none; display: inline-block; border: none;  cursor:pointer; cursor:hand; }
.btn-small {padding:3px 8px 3px 8px; font-size:12px;}
.btn-rounded {border-radius: 50px;}
.orange {color: #e47100;}
.alert {color: #e47100; font-weight: 700;}
.larger {font-size:24px;}

.small-font {font-size:14px; line-height: 21px; padding-bottom:15px;} /* italic was removed */

span.nobreak {
  white-space: nowrap;
}

.submit-image {float:left;margin:0 10px 10px 0;}

.back-button {padding-top:20px;}

.admin-thumb {width:150px; height:90px; background-size: cover;}
.admin-thumb-resource {width:150px; height:250px; background-size: cover;}

.tablegrid {border-top:1px solid #C0C0C0; border-left:1px solid #C0C0C0;}
.tablegrid td {border-right:1px solid #C0C0C0; border-bottom:1px solid #C0C0C0;}

textarea {font-family:arial; font-size:12px; padding:3px;}

.admin-menu {width: 100%; background-color: #222c4a; color:white; }

.search-again {font-size:14px; font-weight:100; margin:0;}

#frm_addr {display:none;}

#msgLastname {
	display:none;
	visibility:hidden;
	font-size:0px;
	width:0;
	padding:0;
	border-width:0;}
	
.pop-up {  
	width:60%; 
	position:absolute; 
	
	left: 0;
	right: 0;
	margin: auto;
	margin-top:10px;
	border-radius: 8px;
	padding:3px;
	background-color: #222c4a;
	/* background-image:url(/images/trans-white.png); */
	color: #fff;
	font-size:13px; 
	text-align:center;
	
}

.pop-up-content {
	margin:20px 20px 20px 20px;	
}

.pop-headline {
	color:#fff;
	font-size:34px; 
	font-family:"franklin-gothic-urw",sans-serif;
	font-weight: 800;
}

.pop-up p {
	color:#FFF;
	font-size:20px;
	line-height:24px;
	font-family:"franklin-gothic-urw",sans-serif;}
	
.pop-disclaimer {
	margin-top:5px; 
	color:#fff;
	font-size:14px;
	font-family:"franklin-gothic-urw",sans-serif;
}

.pop-up-container {width:1000px; margin-left: auto; margin-right: auto; position:static; z-index:2; display:inline; }

.x-container {float:right; top:-5px; right:-5px; position:relative; z-index:101; cursor:pointer; cursor:hand; }

.x-size { width:10px ; height:10px ; }


a:link.p_link		{color:#06988e; text-decoration:none; }
a:visited.p_link	{color:#06988e; text-decoration:none; }
a:hover.p_link		{color:#06988e; text-decoration:underline; }
	
a:link.green-btn-sml {
	-moz-box-shadow:inset 0px 1px 0px 0px #559894;
	-webkit-box-shadow:inset 0px 1px 0px 0px #559894;
	box-shadow:inset 0px 1px 0px 0px #559894;
	background-color:#00655e;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #004a45;
	display:inline-block;
	color:#FFF;
	font-family:'Trajan', Times, serif; 
	font-size:13px;
	letter-spacing:1px;
	font-weight:normal;
	font-style:normal;
	height:34px;
	line-height:40px;
	width:230px;
	text-decoration:none;
	text-align:center;
	margin:10px 0px 10px 0px;
	padding-bottom:2px;
	opacity:1; 
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

a:link.green-btn-sml:hover {
	background-color:#237874;
	color:#FFF;
	text-decoration: none;
}

a:link.green-btn-sml:active {
	position:relative;
	top:1px;
	color:#FFF;
	text-decoration: none;
}

.marquee {
	height:45px;
	background-color: #222c4a;
	color:#e47100;
	font-size:34px; 
	font-family:"franklin-gothic-urw",sans-serif;
	font-weight: 800;
	
}
.marquee a:link, a:visited {color:#e47100;}
.marquee a:hover {color:#e47100;}

