
/**********************
 OVERALL LAYOUT
***********************/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff url(images/bodyback.jpg) repeat-x left top;
}

#skiptomain {
	display: none;
}

#wrapper {
	width: 780px;
	position: relative;
	left: 50%;
	margin-left: -390px;
	text-align: center;
}

#pagecontainer {
	text-align: left;
	padding: 0px 0px 0px 0px;
	width: 780px;

}

#topofpage {
	width: 780px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

	#topofpageleft {
		margin: 0px 0px 0px 0px;
		padding: 20px 0px 0px 0px;
		float: left;
		text-align: left;
		width: 400px;
	}


	#topofpageright {
		margin: 0px 0px 0px 0px;
		padding: 30px 0px 0px 0px;
		float: right;
		text-align: right;
		width: 380px;	
	}
	
#topnav {
	width: 780px;
	margin: 1px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
}



#mainpage {
	width: 780px;
	margin: 25px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	min-height:460px; 
	height:auto;
	}
	/* for Internet Explorer */
	/*\*/
	* html #mainpage {
	height: 460px;
	}
	/**/



#footer {
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	background: #575 url(images/footerback.jpg) repeat-x left top;;
	text-align: center;
}

#footertext {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	width: 780px;
	text-align: right;
}


/*****************
 BODY FONT
 *****************/

body, table {
	font-family:  verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	font-size: 13px;
}


/**********************
BODY FONT HACK FOR IE
 **********************/

* html body, * html table  {
	font-family:  verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	font-size: small;
}


/*****************
 FONTS
 *****************/

#topofpage { font-size: 0.8em; color: #333; line-height: 1.3em; }
#mainpage { font-size: 0.9em; color: #000; line-height: 1.3em; }
#footer { font-size: 0.8em; color: #fff;  }


/*****************
 HEADINGS
 *****************/

h1 { font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif"; font-size: 1.4em; display:block; margin: 10px 0px 10px 0px; color: #410; font-weight: normal;}
h2 { font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif"; font-size: 1.4em; display:block; margin: 10px 0px 5px 0px;color: #620; font-weight: normal;}
h3 { font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif"; font-size: 1.1em; color: #777; display: block; margin: 10px 0px 10px 0px; padding: 15px 0px 5px 0px;}


/*****************
 TOP OF PAGE NAV LIST
*****************/


ul.topnavlist {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: 780px;
}

ul.topnavlist  li {
	float: left;
	letter-spacing : -1px;
	line-height: 1.8em;
	margin: 0px 0px 0px 0px;
	padding: 3px 34px 3px 0px;
	display: inline;
}

ul.topnavlist  li a {
	color: #930;
	text-decoration: none;
}

ul.topnavlist  li a:hover {
	color: #930;
	text-decoration: underline;

}

/* APPLY END OVERRIDES */
ul.topnavlist  li.contactlink {
	padding: 3px 0px 3px 0px;
	display: inline;
}






/*****************
 NO MARGIN UL
*****************/

UL.nomargin {
margin: 0px 0px 5px 0px;
padding: 3px 3px 3px 3px;
}

UL.nomargin LI {
margin: 0px 0px 0px 12px;
padding: 0px 0px 0px 0px;
}

/*****************
 LINKS
 *****************/

#mainpage a:link{ color: #930; text-decoration: underline }
#mainpage a:visited{ color: #930; text-decoration: underline }
#mainpage a:hover{ color: #510; text-decoration: underline }

#footer a:link{ color: #fff; text-decoration: none }
#footer a:visited{ color: #fff; text-decoration: none }
#footer a:hover{ color: #fff; text-decoration: underline }


/*****************
 BREAKS
 *****************/

br.breaker { clear: both; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }

/*****************
 PARAGRAPHS
 *****************/

p { margin-top: 10px; }


/*****************
 IMAGES
 *****************/

img.noborder { border: none; }

/*****************
 IMAGE FLOATS
 *****************/

img.floatleft {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 10px 10px;
}

/*****************
 BROKERAGE ITEMS
*****************/

div.brokitem {
 	width: 130px;
 	height: 130px;
 	background: #ffe;
 	border: none;
	margin: 10px 20px 10px 0px;
	padding: 0px 0px 0px 0px;
 	float: left;
 }


div.brokitemend { margin: 10px 0px 10px 0px; }


