
p, li {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000033;
	padding: 3px 10px 2px;
	text-align: justify;
}
	#flashcontent {
	height: 238px;
	margin: 0px;
	width: 252px;
	float: left;
	}

#pagination {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000033;
	width:650px;
	background-color:#FFFFFF;
	height:auto !important;	
	min-height:30px; /* for IE5.x and IE6 */
	border: 1px solid #000066;
	padding: 5px;
	margin: 0px 55px 20px;
	position: relative;	
	text-align: center;
}


.normal {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000033;
	margin-top:0px;
}
a:link {
	color: #003399;
}
a:visited {
	color: #0033CC;
}
a:hover {
	color: #0066CC;
}

a.bigger:link {
  font-size: 16px;
	color: #003399;
}
a.bigger:visited {
  font-size: 16px;
	color: #0033CC;
}
a.bigger:hover {
  font-size: 16px;
	color: #0066CC;
}

body {
	width:770px;
	margin:0 auto;
	margin-top:0px;
	background-color:#2e89d4;
	/*background-image: url(images/in-bg.jpg); 
	background-repeat: repeat-x;*/
}

/* Added this to make the forms look nicer - CAC */
input,select {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  background-color: #F0F0F0; 
  color: black;	
  text-decoration: none; 
}
/* Added this to make the forms look nicer - CAC */
input[disabled],select[disabled] {
  background: #CCCCCC;
  color: gray;
  cursor:default;
}

/* ----- HEADER ----- */

#inside-header {
	width:770px;
	height:302px;
	margin-top:0px;	
	background-color:#333333;
	background-image: url(/images/in-top.jpg);
}

#landing-header {
	width:770px;
	height:302px;
	margin-top:0px;	
	background-color:#333333;
	background-image: url(/images/landing_top.jpg);
}

#landing-text {
	position:relative;
	left:5px;
	top:229px;
	width:380px;
	height:68px;
	z-index:1;
	padding: 2px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000066;
}


/* ----- MAIN CONTENT ----- */

#inside-content {
	min-height:450px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	/*background-image: url(/images/in-text-bg.jpg);*/
	margin: 0px;
	background-color:#b6d5f2;
	background-repeat: repeat-x;
}

#landing-content { 
width:770px;
background-color:#b5d5f1;
margin-top:0px;
height:auto !important; /* for modern browsers */
/* height:500px; /* for IE5.x and IE6 */
}
#home-footer { 
width:770px;
margin-top:0px;
height:auto !important; /* for modern browsers */
/* height:500px; /* for IE5.x and IE6 */
}

#text {
	width:700px;
	background-color:#FFFFFF;
	height:auto !important;	
	min-height:350px; /* for IE5.x and IE6 */
	border: 1px solid #000066;
	padding: 5px;
	margin: 0px 30px 20px;
	position: relative;
	top: 20px;
	font: 12px Arial, Helvetica, sans-serif;	
}

#textConstruction {
	width:650px;
	background-color:#FFFFFF;
	height:auto !important;	
	min-height:30px; /* for IE5.x and IE6 */
	border: 1px solid #000066;
	padding: 5px;
	margin: 0px 55px 20px;
	position: relative;
	top: 20px;
	font: 12px Arial, Helvetica, sans-serif;	
}

#agent-listings {
	width:700px;
	background-color:#FFFFFF;
	height:auto !important;
	min-height:150px; /* for IE5.x and IE6 */
	border: 1px solid #000066;
	padding: 5px;
	position: relative;
	top: 20px;
	margin: 0px 30px 20px;
}

#selectAgent {
	width:650px;
	background-color:#FFFFFF;
	height:auto !important;
	min-height:30px; /* for IE5.x and IE6 */
	border: 1px solid #000066;
	padding: 5px;
	position: relative;
	top: 20px;
	margin-top: 0px;
	margin-right: 55px;
	margin-bottom: 20px;
	margin-left: 55px;
}


/* ----- NAVIGATION ----- */


#navigation {
width:770px;
height:31px;
background-color:#000131;
margin-top:0px;
}

#navigation p {
	color: #FFF;
	height: 232px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #000099;
	left: 10px;
	margin-left: 10px;
}

#footer {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000033;
	clear:both;
	background-color:#b5d5f1;
	height:50px;
	text-align: center;
}

