/* @override http://localhost/devsites/redferndevelopments.com/styles.css */

img{
	behavior: url("png.htc");
}


body{
	font: 0.9em Verdana, sans-serif;
	margin:0px;
 	line-height: 1em; 
	color: #333; 
	background: #FFF;
}
a{
	text-decoration:none;
	color:#265D79;
}
a {
	cursor: pointer;
}
a:hover{
	text-decoration:underline;
}
#PageHeader{
	margin:0px auto;
	width:750px;
	height:100px;
}

#PageHeader img {
	float: left;
}

#loginBox {
	float:right;
	width: 280px;
	text-align:right;
	vertical-align:top;
	margin-top:30px;
}
input, select{
	font-size:12px;
	border:1px solid #afafaf;
	margin:2px;
	padding: 2px;
}
textarea{
	font-size:11px;
	border:1px solid #afafaf;
	margin-bottom:2px;
}
#pageContainer{
	margin:0px auto;
	width:750px;
	margin-top:0;
	margin-bottom: 5px;
	height:450px;
}
#indexInfo{
	float:left;
	margin-top:2px;
}
#dojoDebugOutput{
	position:absolute;
	width:300px;
	font-size:10px;
	background-color:white;
	border:1px solid #afafaf;
}
#indexInfo ul{
	list-style:none;
	margin-top:-12px;
	height:100px;
	padding-left: 0;
	margin-left: 0;
}

#indexInfo ul li{
	font-size:12px;
	font-weight:bold;
	list-style:none;
	margin-bottom:5px;
	padding-left: 0;
	margin-left: 0;
	color:#333;
}

#indexInfo h4{
	color:#83241c;
}

div.home #padding{
	height:460px;
}
div.home {
	background:url('images/intro1.jpg') no-repeat top;
}
div.contact {
	background:url('images/contactBg.jpg') no-repeat top;
}
div.about {
	background:url('images/aboutBg.jpg') no-repeat top;
}
#pageContainer .terms,#pageContainer .privacy {
	width: 700px;
	padding-left: 25px;
	padding-right: 25px;
	margin:0 auto;
}
#pageContainer .terms h1,#pageContainer .terms h2,#pageContainer .privacy h1,#pageContainer .terms h2 {
	font-family: Georgia, Times, serif; 
	letter-spacing: 1px;
	color:#999;
}
#pageContainer .terms h1,#pageContainer .privacy h1 {
	font-size: 1.5em;
}
#pageContainer .terms h2,#pageContainer .privacy h2 {
	font-size: 1em;
}
#pageContainer .terms p,#pageContainer .privacy p {
	font-size: 0.8em;
	line-height: 1.1em;
}
.mainContentBG {					
	height:420px;
	width:330px;
	position:absolute;
	margin-left:30px;
}
.mainContent  {								
	height:430px;
	width:278px;
	overflow:hidden;
	font-size:14px;
	text-align:left;
	overflow:hidden;
	float:left;
	padding-top:25px;
}

#indexContentBG {					
	position:absolute;
	margin-left:380px;
	width: 350px;
	z-index:20;
}
#indexContent {							
	height:430px;
	width:278px;
	position:absolute;
	margin-left:450px;
	z-index:30;
	padding-right:20px;
	padding-top:10px;
}

#aboutContent  {
	margin-left:20px;
}
/*
#indexContent h3,#contactContent h3{
	border-bottom:1px dotted #83241c;
	font-size:28px;	
	margin-top:5px;
	color: #ccc;
}*/

#indexContent a.look{
	float:right;
	font-size:18px;
	font-weight:bold;
	margin-top: 15px;
	height: 25px;
	padding-left: 22px;
	vertical-align: top;
	background: url('images/miniHse.jpg') no-repeat -1px -1px;
}

#PageNavigation{
	margin:2px auto 0px auto;
	width:750px;
	height:20px;
	padding-bottom:15px;
	background:url('images/nav-div.gif') no-repeat bottom;
}

#PageNavigation ul{
	margin-left: 0;
	padding-left: 0;
	list-style:none;
	display:inline;
}
#PageNavigation ul li{
	display:inline;
	text-transform:lowercase;
	margin-right:10px;
	margin-top:0px;
	font-weight:bold;
}
#PageNavigation ul li a{
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
#PageNavigation ul li a:hover{
	padding-bottom: 1px;
	border-bottom: 2px solid #83241c;
	text-decoration: none;
	/*background: url(images/up_arrow.gif) bottom center no-repeat; */
}
h2 {
	font: 1.5em Georgia, Times, serif; 
	letter-spacing: 1px;
	color:#999;
}
h3 {
	font: bold 2em/10px Georgia, Times, serif; 
	margin:2px;
	color:#999;
	margin-top: 5px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom:2px solid #cfcfcf;
		
}
h4 {
	font: bold 1.1em Georgia, Times, serif; 
	letter-spacing: 1px;
	color:#999;
}

#pageContainer #indexInfo h4 {
	background: url('images/leaf_sm.gif') no-repeat left;
	padding-left: 27px;
}

.bold {
	font-weight: bold;
}

#indexContent .bold {
	line-height: 25px;	
}

.clearfix {
	clear:both;
	height: 0px;
	width: 0px;
	margin: 0;
	padding: 0;
}
.invis {
	display: none;
	visibility: hidden;
}
.req { /* required fields in form */
	color: #83241c;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.search {
	font-family:helvetica,arial;
	font-size:22px;
	font-weight:bold;
	color:#83241c;
	margin-left:20px;	
}
hr.mngSites {
	border: none;
	border-bottom:1px solid #afafaf;
	margin: 10px auto;
	width: 270px;
	background-image: none;
}
#editSites {
	border:1px solid #83241C;
	background-color:#efefef;
	position:absolute;
	width:330px;
	height:270px;
}
#siteNames {
	text-transform: capitalize;
	letter-spacing: normal;
}
#envelope{
	height: 327px;
	width:608px;
	color:#000;
	background: url('images/envelope.png') top center no-repeat;
	z-index:90;
	margin:11px auto 10px 70px;
	position:absolute;
}
.envelopeContent{
	padding:18px 22px 20px 30px;
	font-size: 13px;
}
.envelopeContent h1{
	font: 18px Georgia, Times, serif;
	color: #83241C;
}
.envelopeContent #emailFriend{
	margin-top:0;
}
.envelopeContent input,.envelopeContent textarea{
	border:1px solid #afafaf;
	margin-bottom:2px;
}

form#emailFriend {
	margin-top: 15px;	
}

.friend{
	width: 280px;
}

#viewing{
	height: 312px;
	width: 529px;
	color:#666;
	background: url('images/viewing.png') top center no-repeat;
	z-index:90;
	margin:11px auto 10px 100px;
	position:absolute;
}
.viewingContent{
	padding:53px 30px 20px 30px;
	font-size: 13px;
	text-align: center;
}
.viewingContent p{
	margin: 6px 2px;
}
.viewingContent h1,.viewingContent h2 {
	font: 24px Georgia, Times, serif;
	padding:0;
	margin: 2px;
	margin-bottom: 4px;
}
.viewingContent h2 {
	font-size: 18px;
	display:inline;
}
.viewingContent h2.num {
	color: #83241C;
	display:inline;
}
.viewingContent h1 a{
	color: #83241C;
	text-decoration: none;
}
.viewingContent h1 a:hover {
	color: #265D79;
	text-decoration: none;
}
.viewingContent input{
	border:1px solid #afafaf;
	margin-bottom:2px;
}


#Highlights ul{
	list-style:none;
	display:block;
}

#regLeft {
	float:left;
	margin-left:20px;
	width: 200px;
}
#regLeft table {
	width: 250px;
}

#regRight {
	float:right;
	width: 430px;
	margin-right:20px;
}

#registerForm table tr td {
	padding:4px;
	text-align: right;
}
#registerForm input {
	width: 180px;
}
#footerLinks{
	font-size:11px;
	color:#999;
	width: 750px;
	margin:0 auto;
	margin-top: 5px;
}
#footerLinks ul.legal{
	text-align: center;
	list-style:none;
	padding:0;
	margin: 0;
}

#footerLinks ul.legal li{
	display:inline;
	margin-right:6px;
}
#footerLinks  ul.legal li a:hover{
	text-decoration: underline;
}

.uploaderFrame{
	border:1px solid #83241C;
	background-color:#efefef;
	margin-left:10px;
	z-index:50;
}
.fadeTop{
	background: url(images/nav-div2.gif) no-repeat top center;
	padding:0;
	margin:0;
	padding-top:30px;
	margin-top:20px;
}

#noscript{
	margin: 0 auto;
	width: 750px;
	color:#393939;
	font-size: 18px;
	padding:10px;
	font-family: Helvetica;
}

.jsinfo.title{
	font-weight: bold;
	font-size: 16px;
	padding: 0;
	margin-left: -5px;
}
.jsinfo.body{
	font-size: 12px;
	padding: 3px;
	margin-bottom: 20px;
	color:#6f6f6f;
}

.backtotop{
	font-size:11px;
	text-align:center;
}

.editor2{
	margin:1px;
	padding:2px;
}
