/* CSS Document */

/* Code that affects the whole page: */

body {
	margin: 0px;
	background: scroll url(images/common_images/left_border.gif) left repeat-y;
	font-family: Futura, "Adobe Minion Web", Georgia, Serif;
	font-size: 14px;
}

/* Code specific to each division */

.container1 {
	width: 80%;
	height: auto;
	margin: 0px auto 0px auto;
}

.banner {
	width: 100%;
	height: 100px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
	background: scroll #ffffff url(images/common_images/banner_bg.gif) bottom repeat-x;
	border-bottom: 1px solid #000000;
	clear: both;
}

.banner_bg {
	position: absolute;
	top: 5px;
	width: 100%;
	height: 100px;
	margin: 0px;
	clear: both;
}

.breadcrumb {
	float: left;
	width: 100%;
	height: 100%;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	border-bottom: 2px solid #000000;
}

.info {
	width: 100%;
	height: 100%;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Side bar navigation. The idea is to float it right inside the info div */

.sidenav {
	width: 100px;
	height: 100%;
	float: right;
	clear: left;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	text-align: center;
	margin: 0px 0px 10px 20px;
}

.sidenavIDX {
	width: 100px;
	height: 100%;
	left: 0px;
	top: 0px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 2px solid #000000;	
	text-align: center;
	margin: 0px 0px 10px 20px;
}

.newsletter {
	float: left;
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	clear: both;
}

/* The Cat will be floating inside the newsletter box */

.cat {
	float: right;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	font-size: .8em;
	text-align: center;
}

.bottomnav {
	float: left;
	width: 100%;
	height: auto;
	clear: both;
	padding: 2px 0px 2px 0px;
	margin: 10px auto 20px auto;
	text-align: center;
	border-top: 1px solid #000000;	
	border-bottom: 1px solid #000000;	
}

/* Coding for individual tags */

p {
	width: auto;
	height: auto;
	padding: 0px 10px 5px 10px;
	margin: 0px;
	text-align: justify;
	text-indent: 10px;
}

h3 {
	padding: 15px 0px 5px 0px;
	margin: 0px;
	clear: left;
	font-size: 16px;
}

h3.agents {
	padding: 10px 0px 5px 0px;
	margin: 0px;
	clear: none;
	font-size: 16px;
}

h4 {
	padding: 10px 0px 5px 0px;
	margin: 0px;
	clear: none;
	font-size: 16px;
}

h5 {
	background: scroll #ffffff url(images/common_images/button_background.gif) top repeat-x;
	padding: 8px 0px 8px 0px;
	margin: 0px auto 0px auto;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

h5 a {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
}

dl {
	width: 350px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 5px auto 0px 20px;
}

dt {
	font-weight: 700;
}

fieldset {
	width: 50%;
	height: 100%;
	padding: 5px 0px 10px 0px;
	margin: 10px auto 0px auto;
}

address {
	font-size: .90em;
}

/* Coding for links */

a:link { 
	color: #003399;
	text-decoration: none;
}

a:visited { 
	color: #333333;
	text-decoration: none;
}

a:hover { 
	color: #aa8f1a;
	text-decoration: none;
}

a:active { 
	color: #003399;
	text-decoration: none;
}

/* Form Attributes */

form {
	width: auto;
}

input {
	margin: 2px 2px 2px 2px;
	border: 2px outset #aa8f1a;
}

legend {
	color: #000000;
}

fieldset.formpage {
	width: auto;
	height: auto;
	padding: 5px 0px 0px 10px;
	border-style: none;
}