/***********************************************/
/* iepc.css                                    */
/* IE 5.0+  For Windows 98/2000/XP PCs         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,Tahoma,Arial,sans-serif;
	font-size: 75%;
	color: #000000;
	background-color:#494B49;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a:link{
	color: #ffffff;
	text-decoration: none;
}

a:visited{
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	color: #CCCC99;
	text-decoration: none;
}

h1{
 font-family: Verdana,Tahoma,Arial,sans-serif;
 font-size: 120%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,Verdana,Tahoma,sans-serif;
 font-size: 90%;
 color: #993333;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,Verdana,Tahoma,sans-serif;
 font-size: 140%;
 color: #000000;
 margin: 0px;
 padding: 0px;
 font-weight: bold;
}

h4{
 font-family: Arial,Verdana,Tahoma,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Arial,Verdana,Tahoma,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/***********************************************/
/* Header Divs                                 */
/***********************************************/

#masthead{
	position:absolute;
	top:0px;
	left: 0px;
	background-repeat: repeat-x;
}
#masthead-img{
	position:absolute;
	top:0px;
	right: 0px;
	background-repeat: repeat-x;
}
/************* #date styles **************/

#date
{
	position: absolute;
	right: 14px;
	top: 82px;
	font-size: 80%;
	color: #ffffff;
}                                                                    

/* DEFAULT PAGE	*/

#default{
	position:absolute;
	top: 165px;
  	width: 97%;
	left: 24%;
}
.home{
	padding: 0px 0px 0px 0px;
 	font-family: Arial, Tahoma, Verdana,sans-serif;
	font-size: 110%;
	color: #000000;
}

.home h1{
 	font-family: Verdana,Tahoma,Arial,sans-serif;
 	font-size: 160%;
 	color: #00003E;
 	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.home img{
	float: left;
	padding: 0px 10px 0px 0px;
}
a.home{
	color: #0000ff;
	text-decoration: none;
	font-size: 100%;
}

a.home:link{
	color: #0000ff;
	text-decoration: none;
}

a.home:visited{
	color: #0000ff;
	text-decoration: none;
}

a.home:hover{
	color: #0000ff;
	text-decoration: none;
}

/* SUB PAGES	*/

#subpage{
	position:absolute;
	top: 170px;
  	width: 65%;
	left: 18.5%;
}
.sub{
	padding: 0px 0px 0px 10px;
	font-size: 120%;
	color: #000000;
}

/* Left Navigation Styles */

#quotes{
	position: absolute;
	top: 390px;
  	left: 2px;
	width: 14%;
	color: #000000;
	font-family: Verdana, Tahoma, Arial,;
	font-weight: bold;
}

#lnav{
	position: absolute;
	top: 160px;
  	left: 0px;
	width: 20.5%;
	height: 100%;
}
#inside{
	position: absolute;
	top: 170px;
  	left: 0px;
}
#links{
	position: absolute;
	top: 175px;
  	left: 14px;
	width: 14%;
}
#links{
	margin:0px;
	padding: 0px 0px 0px 0px;
}
 
/* Right Navigation Styles */

#rnav{
	position: absolute;
	top: 175px;
  	right: 2px;
	width: 14%;
	height: 100%;
	border-left: 2px solid #993333;
	padding-right: 10px;
}
#rnav{
	margin:0px;
	padding: 0px 0px 0px 10px;
}

#rnav ul 
{
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
 	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#rnav li 
{
	margin: 0 0 12px 0;
}
#rnav a:link, 
#rnav a:visited 
{
	color: #A35A2D;
	/*/*/color: #A35A2D;
	text-decoration: none; /* */
	font-size: 100%;
}
#rnav a:hover 
{
	color: #A35A2D;
}

#rnav p{
	padding: 5px 0px 5px 0px;
}

/*** FOOTER STYLES - General ***/
a.ftr{
	color: #fffffff;
	text-decoration: none;
	font-weight: bold;
}

a.ftr:link{
	color: #ffffff;
	text-decoration: none;
}

a.ftr:visited{
	color: #fffffff;
	text-decoration: none;
}

a.ftr:hover{
	color: #ffffff;
	text-decoration: none;
}


/* Listings Page Styles */
#listings {
	position:absolute;
	top:196px;
}

/*** Contact Form Styles ***/
} 
.fieldcell { 
 background-color: #B1B650; 
 color: #000000; 
 margin-left: 0px; 
 padding-left: 0px; 
} 

.fieldcell input { 
 font: 12px  Arial, Helvetica, sans-serif; 
 background-color: #FFFFFF; 
 color: #102132; 
 border: 1px solid #284279; 
} 

.button 
{ 
 font: 12px  Arial, Helvetica, sans-serif; 
 background-color: #B1B650; 
 color: #102132; 
 margin-left: 12px; 
 margin-top: 3px; 
 margin-bottom: 2px; 
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #494B49;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 1px;
	border-bottom: 1px solid #CCCC99;
	font-size: 90%;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #CCCC99;
	border-bottom: 1px solid #CCCC99;
	border-left: 1px solid #CCCC99;
	border-right: 1px solid #CCCC99;
	padding: 4px 0px 2px 10px;
	color: #ffffff;
	background-color: #993333;
}

#sectionLinks a:hover{
	background-color: #494B49;
	color: #fffff;
}
