@charset "UTF-8";
/* CSS Document */

body {
	background: #79A2CA url(/images/sitebkg.jpg) top repeat-x; 
	margin: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

th, td, p {
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#holder {
	width: 1000px;
	background: url(/images/mainbkg.jpg) top no-repeat;
}

a, a:active, a:visited {
	color: #2B4A7F;
}

a:hover {
	color: #4186D0;
	text-decoration: none;
}
	

input, select {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 4px;
	color: #006;
}

.whitebold {
	color: #FFF;
	font-weight: bold;
}

.butyellow {
	background: #FFB43A url(/images/butyellow.png) repeat top;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	height: 38px;
	border: #233D6C 1px solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: rgba(0,0,0,0.7) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0,0.7) 0 0 8px;
}

.butyellow:hover {
	background: #1A2E53;
	border: #FFF 1px solid;
	color: #FFF;
}


.butblue, a.butblue, a.butblue:visited, a.butblue:active {
	display: block;
	background: #223D6A url(/images/butblue.png) repeat top;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
	height: 36px;
	border: #233D6C 1px solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: rgba(0,0,0,0.4) 0 0 8px;
	-moz-box-shadow: rgba(0,0,0,0.4) 0 0 8px;
}

.butblue:hover, a.butblue:hover {
	background: #1A2E53;
	border: #FFF 1px solid;
	color: #FFF;
}

#site_container {
	margin: 0 auto; 
	position: absolute;
  left: 50%;
	width: 1000px;
	margin-left: -500px; /* half of width */	
}

#topnav {
	background: url(/images/navbar.png) top no-repeat;
	width: 774px;
	height: 66px;
	margin-left: 228px;
	margin-top: -100px;
}

#hometext {
	width: 620px;
	height: 60px;
	margin-left: 370px;
	color: #FFF;
	font-weight: bold;
	margin-top: 14px;
}

#hometext p, #hometext td {
	color: #FFF;
	font-weight: bold;
}

.hometext {
	color: #FFE234;
	font-style: italic;
}

#searchbox {
	background:url(/images/srchbox.png) top no-repeat;
	width: 480px;
	height: 284px;
	margin-top: -30px;
	margin-left: 6px;
}

#feathomes {
	background: url(/images/featbox.png) top no-repeat;
	width: 490px;
	height: 250px;
	margin-left: 512px;
	margin-top: -244px;
	text-align: center;
	padding-right: 6px;
}

#retriever {
	background:url(/images/box_retriever.jpg) top no-repeat;
	width: 336px;
	height: 160px;
	margin-left: -6px;
	margin-top: 7px;
}

#retrievertext {
	background: url(/images/title_retriever.png) no-repeat 150px 16px;
	display: block;
	width: 160px;
	height: 160px;
	padding-top: 60px;
	padding-left: 150px;
	cursor: pointer;
	margin-left: 10px;
	font-size: 13px;
}

#retrievertext a, .retrievertext a:visited, .retrievertext a:active {
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
}

#retrievertext:hover {
	background: url(/images/title_retriever_over.png) no-repeat 150px 16px;
}	
	
#browsebox {
	background: url(/images/box_grey.jpg) bottom no-repeat;
	width: 237px;
	height: 136px;
	margin-left: 330px;
	margin-top: -161px;
}

#browseimg {
	background: url(/images/box_browse.gif) bottom no-repeat;
	width: 200px;
	height: 136px;
	margin-left: 37px;
}

#browsetext {
	background: url(/images/title_browse.png) no-repeat 0 20px;
	display: block;
	width: 170px;
	height: 90px;
	padding: 50px 0 0 2px;
	cursor: pointer;
	font-size: 13px;
	margin-left: -2px;
	font-weight: bold;
}

#browsetext:hover {
	background: url(/images/title_browse_over.png) no-repeat 0 20px;
}	

#openbox {
	background: url(/images/box_openhouse.jpg) bottom no-repeat;
	width: 220px;
	height: 136px;
	margin-left: 567px;
	margin-top: -136px;
}

#opentext {
	background: url(/images/title_openhouse.png) no-repeat 14px 20px;
	display: block;
	width: 200px;
	height: 130px;
	cursor: pointer;
	margin-left: 10px;
}

#opentext:hover {
	background: url(/images/title_openhouse_over.png) no-repeat 14px 20px;
}	

#commbox {
	background: url(/images/box_grey.jpg) bottom no-repeat;
	width: 237px;
	height: 136px;
	margin-left: 787px;
	margin-top: -136px;
}

#commimg {
	background: url(/images/box_post.png) bottom no-repeat;
	width: 237px;
	height: 136px;
}

#commtext {
	background: url(/images/title_post.png) no-repeat 0px 10px;
	display: block;
	width: 180px;
	height: 90px;
	padding: 50px 0 0 0;
	cursor: pointer;
	margin-left: 26px;
}

#commtext:hover {
	background: url(/images/title_post_over.png) no-repeat 0px 10px;
}	

#buttonbox {
	background: url(/images/buttonbkg.png) repeat-x 10px 0;
	width: 850px;
	height: 54px;
	margin-left: 146px;
	margin-top: -56px;
	padding-top: 10px;
	vertical-align: middle;
}

#buttonbox a {
	display: inline-block;
	padding: 6px 24px 2px 28px;
}

#footer {
	color: #FFF;
	text-align: left;
	margin-top: 10px;
	font-size: 13px;
}

#footer a,  #footer a:visited, #footer a:active {
	color: #FFE434;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

#footer a:hover {
	color: #223D6A;
}

#inside {
	padding: 30px 0 0 10px;
}

#insidemain {
	width: 950px;
	background: url(/images/insidemain.png) repeat;
	border: #98CAFF 2px solid;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-box-shadow: rgba(0,0,0,0.7) 3px 3px 10px;
	-moz-box-shadow: rgba(0,0,0,0.7) 3px 3px 10px;
	padding: 16px 10px 20px 15px;
	margin-left: 4px;
	margin-top: 14px;
}

.feathomes, .feathomes td, .feathomes p, .feathomes span {
	font-size: 13px;
}

.searchfootnote {
	color: #F30;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}


/* ----------------------------*/
/* This is where the Navigation CSS Starts */
/* ----------------------------*/

#jsddm
{	
margin: 0;
padding: 12px 0 0 14px;
}
	
#jsddm li
{	
float: left;
list-style: none;
}

#jsddm li a
{	
display: block;
padding: 10px 20px;
text-decoration: none;
font-weight: bold;
border-right: #6D95C1 2px solid;
color: #FFF;
white-space: nowrap;
}

#jsddm li a:hover
{	
color: #FFE43E;
}
		
#jsddm li ul
{	
position: absolute;
margin: 0;
padding: 0;	
border: 1px solid #FFF; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-weight: bold;
line-height: 20px;
z-index:100;
background-color: #213A67;
width: 170px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#213B68,direction=135,strength=6); /*Add Shadow in IE. Remove if desired*/
}
		
#jsddm li ul li
{	
float: none;
display: inline;
}
		
#jsddm li ul li a
{	
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFF;
border-right: none;
padding: 4px;
text-decoration: none;
text-align: left;
font-weight: bold;
color: #FFF;
font-size: 13px;
}
		
#jsddm li ul li a:hover
{		
background-color: #FFDD18;
color: #1A2E53;
}

