/* Layout Elements */
body,td,th {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	background-image:url('/images/bodybg.gif');
}
#Container {
	width:763px;
	height:100%;
	border:1px solid black;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	margin-top:10px;
	background-image:url('/images/center_bg.gif');
	background-repeat: repeat-y;
}

#Container1 {
	width:763px;
	height:100%;
	border:1px solid black;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	margin-top:10px;
	overflow:hidden;
}

#header {
	width:763px;
	height:138px;
	clear:both;
	background-image:url('/images/header.gif');
	background-repeat: no-repeat;
}
#menu {
	width:763px;
	height:29px;
	clear:both;
	background-image:url('/images/bg_mnu.gif');
	background-repeat: repeat-x;
}
#menu ul {
	float:left;
	height:29px;
	padding:0px;
	margin:0px;
}
#menu li {
	height:29px;
	list-style-type:none;
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #fff;
	font-weight:bold;
	padding:0px;
	margin:0px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	border-right:1px solid white;
	line-height:2em;
}

#menu li a{
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #fff;
	font-weight:bold;
	text-decoration:none;
	line-height:2em;
}

#menu_sub {
	width:763px;
	height:5px;
	clear:both;
	background-image:url('/images/bot_mnu.gif');
	background-repeat: repeat-x;
	padding:0px;
	margin:0px;
}
#right {
	width:209px;
	background-image:url('/images/right_bg.gif');
	background-repeat: no-repeat;
	background-color:#0A51A1;
	float:right;
	color:#ffffff;
}
#left {
	width:535px;
	background-color:#ffffff;
	float:left;
	background-image:url('/images/bg_mid.gif');
	background-repeat: repeat-y;
	padding-left:10px;
}
#footer {
	width:763px;
	height:77px;
	clear:both;
	background-image:url('/images/foot.gif');
	background-repeat: no-repeat;
}
#footer p {
	font-family: Trebuchet MS;
	font-size: 12px;
	color:#fff;
	padding:0px;
	margin:0px;
	padding-top:20px;
	padding-left:5px;
}

#footer a{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #fff;
	text-decoration:underline;
}

.small {
	font-family: Trebuchet MS;
	font-size: 10px;
	color:#fff;
	margin:0px;
	padding:0px;
	line-height:1.7em;
}

.small_menu {
	font-family: Trebuchet MS;
	font-size: 6px;
	color:#fff;
	margin:0px;
	padding:0px;
	
}

#right h2 {
	font-family: Trebuchet MS;
	font-size: 14px;
	color:#fff;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
}

.img {
	border:1px solid #ccc;
	margin:10px;
}

#left h1 {
	font-family: Trebuchet MS;
	font-size: 16px;
	color:#21295A;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-align:left;
}

#left h2 {
	font-family: Trebuchet MS;
	font-size: 10px;
	color:#21295A;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-align:left;
	padding-bottom:10px;
}

#left h3 {
	font-family: Trebuchet MS;
	font-size: 15px;
	color:#21295A;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-align:left;
	margin-bottom:3px;
}

#left a {
	font-family: Trebuchet MS;
	font-size: 14px;
	color:#21295A;
}

.drop_down {
	font-family: Trebuchet MS;
	font-size: 9px;
	color:#000000;
	border:1px solid #aaaaaa;
}

.drop_down_search {
	font-family: Trebuchet MS;
	font-size: 9px;
	color:#fff;
	font-weight:bold;
	background-image:url('/images/button_bg.gif');
	background-repeat: repeat x;
	border:1px solid #aaaaaa;

}

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 2px 0;
margin-left: 5px;
margin-top: 1px;
margin-bottom: 0;
font-family: Trebuchet MS;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 2px 3px;
color: #ffffff;
background: white url('/images/shade.gif') top left repeat-x;
}

.shadetabs li a:visited{
color: #ffffff;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #ffffff;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url('/images/shadeactive.gif');
border-top:1px solid black;
border-right:1px solid black;
border-left:1px solid black;
border-bottom:1px solid white;
font-weight:bold;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
padding:5px;
line-height:2em;
color:black;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* IDX Stuff */
.big_gmap{
	width: 249px; 
	height: 300px; 
	border:1px solid #0C2577;
}

.google {
	background-color:#ffffff;
	border:1px #0C2577 solid;
	padding:3px;
}

.thumb_img {
	border:1px solid #ADACAC;
}

.thumb_div {
	border:1px solid #ADACAC;
	cursor: pointer; cursor: hand; 
}

#featured {
	width:170px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px; 
	color:#fff;
	margin-left:auto;
	margin-right:auto;
}

#featured a {
	color:#fff;
}

#featured strong, #featured b {
	line-height:2em;
}

#featured img {
	border:1px solid #fff;
}

#next_prev_div{
	width:525px;
	margin-bottom:10px;
	margin-top:10px;
	border:1px solid #cccccc;
	font-size:12px;
	padding:3px;
	text-align:right;
	color:#21295A;
}

#next_prev_div b{
	color:#21295A;
}

#inner_div{
	float:left;
}

#horiz_line{
	background-color: #cccccc;
	height: 1px;
	width:527px;
	margin-bottom:5px;
	margin-top:5px;
	*font-size:1px;
}

.small_idx{

	font-size:9px;
}

.search_big {
	font-family: Trebuchet MS;
	font-size: 12px;
	color:#fff;
	font-weight:bold;
	background-image:url('/images/button_bg.gif');
	background-repeat: repeat x;
	border:1px solid #aaaaaa;

}

