/* * * * * * * * * * * * * * * * * * * * * * */
/* HTML TAGS (See also form and link styles) */
/* * * * * * * * * * * * * * * * * * * * * * */
body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: #E0EAF4;
	height: 100%;
	width: 100%;
	font: small Verdana, Arial, Helvetica, sans-serif;
}
table {	font-size: small;}
li { padding-bottom: 5px;}
hr {
	background-color: #C9040E;
	height: 1px;
}
/* * * * * * * * * * * * * * * * * * * * * * */
/* LINK STYLES                               */
/* * * * * * * * * * * * * * * * * * * * * * */

a { 
	text-decoration:    none;
	color: #0033FF;
}
a:hover {
	text-decoration: underline;
}
#copyrightBox a {
	text-decoration: underline;
	color:  #003399;
}
#copyrightBox a:hover  {
	text-decoration: underline;
	color:  #C9040E;
}

/* * * * * * * * * * * * * * * * * * * * * * */
/* FORM STYLES                               */
/* * * * * * * * * * * * * * * * * * * * * * */

form { margin: 0px;}
input, select, textarea, textbox {
	font: small Verdana, Arial, Helvetica, sans-serif;
}
.formButton {
	font-weight: bold;
	color: #FFFFFF;
	border: none;
	padding: 3px;
	background: #D70001;
	cursor: hand;
}
.fbRollover {
	color: #FFFFFF;
	background: #002870;
}

/* * * * * * * * * * * * * * * * * * * * * * */
/* LAYOUT DIVS & TABLES                      */
/* * * * * * * * * * * * * * * * * * * * * * */
#headerBox, #navBarBox, #contentBox, #bottomBarBox {
	margin-right: auto;
	margin-left: auto;
	border-color: #000000;
	border-style: solid;
}
#headerBox {
	width: 760px;
	border-width: 1px 1px 0px 1px;
}
#navBarBox {
	background: #003399;
	width: 740px;
	border-width: 0px 1px 0px 1px;
	padding: 0px 0px 0px 20px;
}
#contentBox {
	background: #FFFFFF url(images/fw/barBelowMenu.gif) no-repeat top;
	width: 700px;
	border-width: 0px 1px 0px 1px;
	padding: 30px;
}
#bottomBarBox {
	width: 760px;
	border-width: 0px 1px 1px 1px;
}
#searchBox {
	background: #9AC1E2;
	padding: 10px;
	width: 400px;
}
#searchBox select {
	margin-left: 8px;
	margin-right: 8px;
}
#homesBox {
	margin-right: auto;
	margin-left: auto;
	background: #9AC1E2;
	padding: 10px 20px 10px 10px;
	width: 600px;
	margin-bottom: 20px;
}
#homesBoxInner {
	width: 620px;
}
#homesText {
	width: 380px;
	float: right;
}
#homesText p {  /* Netscape Fix */
	margin-top: 0px;
	margin-bottom: 20px;
}
#homesPhoto {
	width: 200px;
	margin-right: 20px;
	border: 2px solid #D8E2EC;
}
#highlightBox {
	padding: 6px;
	border: 1px solid #003399;
	font-weight: bold;
}
#copyrightBox {
	font-size: x-small;
	padding-top: 4px;
	text-align: right;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	color: #003399;
}
#netscapeFixBox {	/* Netscape Fix */
	clear: both;
}

/* * * * * * * * * * * * * * * * * * * * * * */
/* TEXT HEADINGS AND STYLES                  */
/* * * * * * * * * * * * * * * * * * * * * * */

.bold {	font-weight: bold;}

 /* Copies of pageHeading & categoryHeading were placed in the main site's css file, styles.css,
 	because that sheet is linked to the content manager and they are necessary to render client preview styles properly. */
.pageHeading {
	font-size: 120%;
	font-weight: bold;
	color: #003399;
}
p.pageHeading {  /* Netscape Fix */
	margin-top: 0px;
}
.categoryHeading {
	font-weight: bold;
	color: #6685C2;
	font-size: 120%;
}

/* * * * * * * * * * * * * * * * * * * * * * */
/* MISC.                                     */
/* * * * * * * * * * * * * * * * * * * * * * */

.webmark {
	padding-top: 2px;
	padding-left: 10px;
}
.borderAll {
	border: 1px solid #003399;
}