@CHARSET "UTF-8";
.main-menu {
	position: absolute; 
	left: 271px; 
	top: 85px; 
	width: 500px;
	color:#7AC142;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.main-menu a {
	color:#7AC142;
	margin: 0 5px 0 5px;
}

.center-form {
	margin: 50px auto 100px auto; 
	width: 460px;
}

.center-form.body {
	margin: 0;
}

.center-form h3 {
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:#7AC142;
}
			
.center-form div {
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #555;
	margin-top: 20px;
	
}

.center-form div a {
	color:#7AC142;
}

.center-form table {
	padding: 6px;
}

.center-form table td {
	padding: 0 4px 0 4px;
	color: #555;
}

.center-form .forgot-link a {
	color:#7AC142;
}
	
.center-form input.submit {
	border:0 none;
	color:#FFF;
	cursor:pointer;
	float:left;
	font-size:12px;
	height:25px;
	padding:0;
	text-transform:uppercase;
	width:80px;
	background-color:#555;
	float: right;
}

.agent-inputs {
}

.agent_hide {
	display: none;
}

.agent_show {
	display: block;
}

.right-column table {
	padding: 6px;
}

.right-column table td {
	padding: 2px 4px;
	color: #555;
}

.right-column table td input {
	height: 26px;
	border: 1px solid #666;
}
				
.right-column input.submit {
	border:0 none;
	color:#FFF;
	cursor:pointer;
	float:left;
	font-size:12px;
	height:25px;
	padding:0;
	text-transform:uppercase;
	width:80px;
	background-color:#555;
	float: right;
}


/* OPP SLIDE SHOW */
.slideshow {
	width: 738px;
	height: 415px;
}

.slideshow-nav {
	width: 100%;
	height: 50px;
	padding: 0;
	list-style: none;
	text-align: center;
	margin: 10px 0 0 0;
}

.slideshow-nav li {
	display: inline;
	padding: 3px;
	line-height: 14px;
}

.slideshow-nav li a {
	background-color: #fff;
	border: 2px solid #00372B;
	padding: 7px 14px;
	font-size: 0;
	cursor: pointer;
	line-height: 0;
	display: inline-block;
}

.slideshow-nav li a img {
	display: none;
}

.slideshow-nav li a.active {
	background-color: #00372B;
}			

.slideshow-nav li a:hover {
	background-color: #00372B;
}

.slideshow-nav li.hide {
        display: none;
}


.right-column {
	float:left;
	width:200px;
}

.right-column .sub-logo {
	margin-bottom: 10px;
	text-align:center;
}

.left-column {
	float:left;
	margin-right:30px;
	width:500px;
}

.left-column hr {
	background-color: #EEE;
	margin: 15px 0 5px 0;
}

.main-body {
	font:12px/19px Arial;
	color: #4D4D4D;
	margin-bottom: 15px;
}

.main-body p {
	font:12px/19px Arial;
	color: #4D4D4D;
	margin-top: 10px;
}



.main-body h2 {
	color: #00372B;
	font:21px/24px Arial;
	margin: 0;
}


.main-body h3 {
	color: #4D4D4D;
	font:15px/21px Georgia,serif;
	font-style: italic;
	margin: 0;
}

.contact {
	margin: 20px 0;
	height: 100px;
	background: url("/images/Harold_Green.jpg") no-repeat 0 0;
}
.contact span {
	display: block;
	margin-left: 120px;
}
.contact .contact-title {
	font:12px/19px Arial;
	color: #666;
}

.contact .contact-name {
	font:21px/21px Arial;
	color: #00372B;
}

.contact .contact-phone {
	margin-top: 5px;
	font:18px/20px Arial;
	color: #5BB730;
}

.contact .contact-email {
	font:14px/24px Arial;
	color: #5BB730;			
}


/* FILE LISTING */



ul#file-listing a {
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

#file-listing {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 618px;
	line-height: 1.4;
}

#file-listing.single {
	width: 200px;
}

#file-listing li {
	float: left;
	width: 200px;
	height: 65px;
	margin: 0 9px 30px 0;
	background: url(/images/icons/unknown.png) center left no-repeat;
}

#file-listing li.end-row {
	margin: 0;
}

#file-listing li.txt {
	background-image: url(/images/icons/txt.png);
}


#file-listing li.vector {
	background-image: url(/images/icons/vectorgfx.png);
}

#file-listing li.floorplan {
        background-image: url(/images/icons/floorplan.png);
}

#file-listing li.oriolecover {
        background-image: url(/images/icons/oriolecover.png);
}


#file-listing a {
	display: block;
	padding-left: 70px;
	height: 100%;
}

#file-listing a:hover {
	text-decoration: none;
	white-space: normal;
}

#file-listing span.heading {
	color: #000;
	font-weight: bold;

}

#file-listing span {
	color: #808080;
	display: block;
}

#file-listing span.download {
	padding-left: 15px;
	color: #004739;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url(/images/icons/download.gif);
}
			

