/*-----------------------------------------------------------------------------
version:   1.0
date:      10/01/2008
author:    Brian Johnson, Applicode LLC



/* Import other stylesheets
-----------------------------------------------------------------------------*/

/* @import url("otherstylesheet.css"); */


/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/
/*
* 
	{
	margin: 0;
	padding: 0;
	
	border: 0;
}*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear
	{
	clear:both;
}
.clear-left
	{
	clear:left;
}
.clear-right
	{
	clear:right;
}
.right
	{
	float: right;
}

.left
	{
	float: left;
}


.error
	{
	color: red;
	font-weight: bold;
}
.red
	{
	color: #CC0000;
	font-weight: bold;
}
.green
	{
	color: green;
	font-weight: bold;
}
.required
{
	font-size: 120%;
	color: red;
}
.strong
	{
	font-weight: bold;
}

.line {
	border-top:         1px solid #D3D9DC;
	margin: 10px 0px 30px 0px;
}

.spacer_20
{
	clear: both;
	height: 20px;
}

.spacer_10
{
	clear: both;
	height: 10px;
}

.spacer_5
{
	clear: both;
	height: 5px;
}

.small_font
{
	font-size: 10px;
}

.breadcrumb
{
	font-size: 12px;	
}

/* Set up the document
-----------------------------------------------------------------------------*/

html {
	color:					#333;
	font:					76% Arial, Helvetica, sans-serif; /*62.5%/1.5  "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif; /*76% Arial, Helvetica, sans-serif; */
	font-size: 12px;
}


body {
	text-align: 			center;
	margin-top:				24px;
	background: #fff url(/assets/images/body-bg-top.jpg) repeat-x; /* F0F7F8 */
	
}
body#print
{
	text-align:left;
	margin-top:				24px;
	background: none;
	margin-left: 5px;
	width: 820px;
}

#container, #fwrapper
{
	text-align: 			left;
	width: 					945px;
	margin: 				0 auto;
	clear: 					both;
}
#container
{
	background: 			#fff;
}


/* Typography
-----------------------------------------------------------------------------*/

h1
	{
	font-size: 2.0em; /* Equivalent to 22pt */
}
	
h2
	{
	font-size: 1.8em; /* Equivalent to 20pt */
}
	
h3
	{
	font-size: 1.6em; /* Equivalent to 18pt */
}
	
h4
	{
	font-size: 1.4em; /* Equivalent to 18pt */
}
	
h5
	{
	font-size: 1.2em; /* Equivalent to 14pt */
}

a 			
{ 
	text-decoration:none;
	color: #4176ad;
	font-weight: bold; 
}

a:hover
{
	text-decoration: underline; 
}	

p, q, cite
	{
	font-size: 13px;
	quotes: none; /* added */
	text-align: left;
	margin: 0 0 15px 0;
	line-height: 1.4em
}

ul, ol, dl
	{
	list-style: none;
	font-size: 1.2em; /* Equivalent to 12pt */
}

li, dd, dt
	{
	font-size: 1.2em; /* Equivalent to 12pt */	
}

/* remember to define focus styles! */
:focus 
	{
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins 
	{
	text-decoration: none;
}
del 
	{
	text-decoration: line-through;
}


/* Header
-----------------------------------------------------------------------------*/
#header
{
}

#header_left
{
	float: left; clear: left;
	height: 102px;
	width: 460px;
	padding: 10px 0px;
}

#header_left a {
width: 448px;
height: 82px;
background: url(/assets/images/logo.jpg) no-repeat;
display: block;
text-indent: -9999px;
}


#header_right
{
	float: right; clear: right;
	height: 122px;
	width: 450px;
	/* background: blue; */
}

#hlogin {
	float:					right;
	height:					22px;
	color:					#000;
	font-size:				11px;
	text-align: 			right;
	padding: 10px 0px;
}

#hlogin a {
	font-weight: bold;
}

#header_bottom
{
	clear: both;
}



/* Site Nav
-----------------------------------------------------------------------------*/

#nav, #nav ul { /* all lists */
	font-family: Verdana, Geneva, sans-serif;
	float: right;
	list-style: none;
	line-height: 2.2;
	background:  #fff;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size: 9px;
}

#nav_line
{
	clear: both;
	border-top:  7px solid #003366;
}

#nav a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 0px 12px;
}

#nav li { /* all list items */
	float: left;
	padding: 0;
	 /* width needed or else Opera goes nuts */
}
#nav li.current
{
	background:  #003366;
}
#nav li.current a
{
	color: #fff;
}
#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	height: auto;
	width: 33em;
	w\idth: 32.5em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	padding: 7px 0 0 0;
	border-left: 1px solid #036;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
	background: #036;
	z-index: 9999; /* BJJ */
}
#nav li li {
	padding-right: .1em;
	width: 27em
}

#nav li ul a {
	width: 27em

}
#nav li ul li {
	background: white;
}


#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #F1EFE2; 
	background-position: 0 0; /* fixed stuff menu IE7 */
}
#nav li:hover a, #nav li.sfhover a {
	color: #4176ad;
}


/* Page Nav
-----------------------------------------------------------------------------*/

/* Page Nav
-----------------------------------------------------------------------------*/
#page_nav 
{
	padding:0 0px 40px 0px;
}

#page_nav_title {
	font-size: 14px;
	color: #fff;
	text-align: left;
	line-height: 13px;
	font-weight: 700;
	padding: 7px 0 7px 10px;
	background-color: #1A3F7D;

}
.page_nav_content {
	padding: 7px 0px 7px 10px;
	background-color: #F1EFE2;
}
.page_nav_content h2 a
{
	font-size: 14px;
	color: #333;
}

#page_nav_bottom {
	color: #536A86;
	text-align: left;
	font-weight: 700;
	padding: 3px;
	background-color: #1A3F7D;
}

#page_nav_sponsor {
	color: #536A86;
	height: 100px;
	text-align: left;
	font-weight: 700;
	margin: 10px 0px 25px 0px;
	padding: 3px;
	background-color: #fff;
}

.page_nav_discount {
	color: #536A86;
	text-align: left;
	font-weight: 700;
	margin: 10px 0px 25px 0px;
	padding: 3px;
	background-color: #fff;
}



/* Content
-----------------------------------------------------------------------------*/
.remark{ line-height:1.5;}


#content-left
{
	float: left; 
	width: 220px;
}
#content-right
{
	float: right; 
	width: 700px;
}
#content-whole
{
	float: left; 
	width: 920px;
	padding: 10px 0;

}
#content-right h1
{
	font-size: 18px;	
}

#content-right-picture
{
	float: right;
	padding: 15px 0px 5px 5px;
}


/* Home Content
-----------------------------------------------------------------------------*/
#home_pic
{
	height: 145px;
	background: #F1EFE2;
}

#home_r1
{
	height: 250px;
}

#home_r1_c1
{
	float: left;
	width: 410px;
	height: 250px;
	background: #EEECDE;
	border: 1px solid #BBB;

}
#home_r1_c1 h1
{
	font-size: 14px;
	text-align: center;
	padding: 10px 0 15px 0;
	color: #CC0000;
	font-weight: bold;
}
#home_r1_c2
{
	float: left;
	width: 260px;
	height: 250px;
	text-align: center;	background: #EEECDE;
	border: 1px solid #BBB;


}
#home_r1_c2 h1
{
	font-size: 15px;
	text-align: center;
	padding: 10px 0;
}
#home_r1_c2 a
{
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	line-height: 2em;
}
#home_r1_c2 a:hover
{
	text-decoration: underline;
}
#home_r1_c3
{
	float: right;
	width: 260px;
	height: 250px;
	background: #EEF4F9;
	border: 1px solid #CCCCCC;
}

#home_r2
{
	height: 252px;
}

#home_r2_c1
{
	float: left;
	width: 230px;
	height: 250px;
	margin: 0px 10px 0px 0px;
	background: white;
	border: 1px solid white;

}

#home_r2_c2
{
	float: left;
	width: 430px;
	height: 250px;
	background: #B8C6CE;
	border: 1px solid #666666;
}

#home_r2_c3
{
	float: right;
	width: 260px;
	height: 250px;
	background: white;
	border: 1px solid white;

}

#home_r1_c3 h1, #home_r2_c1 h1, #home_r2_c2 h1, #home_r2_c3 h1
{
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
}

a.blue_button
{
	background: #03C;
	font-size: 15px;
	padding: 10px;
	line-height: 32px;
	color: white;
}
a.blue_button:hover
{
	background: red;
	text-decoration: none;
}
.featured_listing
{
	padding: 5px 0px;
}
.home_block_container
{
	padding: 0 5px;	
}
.home_block_container_picture_left
{
	padding: 0 5px 5px 5px;
	float: left;
}
.home_block_container_picture_right
{
	padding: 0 5px 5px 5px;
	float: right;
}
.home_block_container_picture_bottom
{
	padding: 5px 0 0 0;
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}
/* Subpages
-----------------------------------------------------------------------------*/

#search_page_left
{
	float: left;
	/* background: pink; */	
	width: 700px;
}
.search_page_right
{
	float: right;
	width: 230px;
	min-height: 300px;
	margin-bottom: 30px;
	clear: right;
}
#search_page_left h1 
{
	padding: 5px 0 10px 0;
	color: #036;
}


#detail_page_top
{
	background: #EEF4F9;
	width: 945px;;
	border: 1px solid #036;
	min-height: 30px;
	padding: 10px 0;
	float: left;
	
}
#detail_page_top_print
{
	background: white;
	width: 800px;;
	border: 1px solid #036;
	min-height: 30px;
	padding: 10px 0;
	float: left;
}
#detail_page_left
{
	float: left;
	width: 625px;
}


#detail_page_right
{
	float: right;
	width: 300px;
}

/* resource pages
-----------------------------------------------------------------------------*/
.resources-picture-left 
{
	float: left;
	padding: 0 10px 10px 0;
}
.resources-picture-right 
{
	float: right;
	padding: 0 0 10px 10px;
}
.resources-picture-bottom 
{
	padding: 10px 10px 10px 0;
	width: 700px;
	text-align: center;
}

/* contact career page
-----------------------------------------------------------------------------*/
.bullets ul
	{
	list-style-type: square;
	padding: 20px 0px;
}

.bullets lh
{
	font-weight: bold;	
	font-size: 14px;
}

.bullets li
	{
	font-size: 13px;
	margin-left: 30px;
	padding: 10px;
}


/* widgets
-----------------------------------------------------------------------------*/


.simple_search_features_table td
{
	padding: 2px 10px 4px 5px;
}
.simple_search_features_table th
{
	color: #585438;
	border-bottom: 0px solid #585438;
	text-align: left;
	padding: 0 10px 0 5px;

}
#simple_search_form_sidebar
{
	float: left;
	width: 200px;
	background: blue;
}

#detail-contact-form
{
	width: 300px;
	background: #EEE;
	font-size: 11px;
	border: 1px solid #ccc;
}
#detail-contact-form-content
{
	padding: 0 10px;
}

#detail-contact-form input, #detail-contact-form textarea
{
		font-size: 11px;

}
#detail-contact-form .label
{
	padding:0px 5px 5px 0px;
	white-space:nowrap;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
}
#detail-contact-form .value
{
	padding:0 0px 5px 0;
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
	font-size: 11px;
	font-weight: normal;
}

#sidebar-contact-form
{
	width: 230px;
	background: #EEE;
	font-size: 11px;
	border: 1px solid #ccc;
}
#sidebar-contact-form-content
{
	padding: 0 10px;
}

#sidebar-contact-form input, #sidebar-contact-form textarea
{
		font-size: 11px;

}
#sidebar-contact-form .label
{
	padding:0px 5px 5px 0px;
	white-space:nowrap;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
}
#sidebar-contact-form .value
{
	padding:0 0px 5px 0;
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
	font-size: 11px;
	font-weight: normal;
}
#market-analysis-report-form-content
{
	border: 2px solid #036;	
	padding: 10px;
	background: #EEF4F9;
}
#market-analysis-report-form-content h1
{
	background: url(/assets/images/checkbox.gif) no-repeat;
	line-height: 45px;
	padding: 0 0 0 40px;
}

#market-analysis-report-form input, #market-analysis-report-form textarea
{
		font-size: 13px;

}
#market-analysis-report-form .label
{
	padding:0px 5px 5px 0px;
	white-space:nowrap;
		font-size: 13px;
	text-align: left;
	font-weight: bold;
}
#market-analysis-report-form .value
{
	padding:0 0px 5px 0;
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
		font-size: 13px;
	font-weight: normal;
}

.basic-sidebar a
{
	font-weight: normal;
}


#one-click-town-sidebar
{
	width:100%;
	background: white;
	font-size: 11px;
	border: 1px solid #ccc;
}
#one-click-town-sidebar-content
{
	padding: 10px;
}

#one-click-town-sidebar ul li
{
	padding: 3px 0;
}
#one-click-town-sidebar ul li a
{
	font-size: 12px;
	font-weight: normal;
}
#mortgage-calculator-sidebar
{
	width: 300px;
	background: #FFE;
	font-size: 11px;
	border: 1px solid #ccc;
}
#mortgage-calculator-sidebar-content
{
	padding: 10px;
}
.mortgage_label
{
	padding:3px 3px;
	white-space:nowrap;
	font-weight:bold;
	text-align: right;
}
.mortgage_value
{
	width: 180px;	
	padding:3px 3px;
	text-align:left;
	white-space:nowrap;
}
.slider-block
{
	float: left;
	width: 300px;
	padding: 5px 0;
}

#simple_search_sidebar
{
	padding: 0 10px 10px 10px;
	background: #F1EFE2;
	border: 1px solid #ccc;
}


/* search results
-----------------------------------------------------------------------------*/
.search_listing
{
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}

.search_listing .photo
{
	padding: 5px 5px 0px 5px;
	width: 160px;
	height: 160px;
	float: left;
	background: #EEECDE;
	border: 1px solid #CCC;
}

.search_listing .photo img
{
	width: 160px;
	height: 120px;

}

.search_listing .num_photos
{
	background: #EEECDE;
	text-align: center;
	height: 20px;
	padding: 8px 0px;
	font-weight: bold;
}

.search_listing .info
{
	float: right;
	/* background: yellow; */
	width: 510px;
	padding: 0 0 10px 0;
}
.featured_listing .search_listing .info
{
	width: 745px;
}
.search_listing .sheader
{
	clear: both;
	background: #EEF4F9;
	height: 25px;
	padding: 10px 5px;
	font-size: 15px;
}

.search_listing .stats
{
	width: 165px;
	float: left;
}

.search_listing .sheader .address, .search_listing .sheader .address a
{
	float: left;
	font-weight: bold;
}


.search_listing .sheader .price
{
	float: right;
	font-weight: bold;
	color: #063;

}

/* advanced search page 
-----------------------------------------------------------------------------*/
#adv_search_wrapper
{
	width: 945px;
	clear: both;
}

#adv_search_submenu
{
	clear: both;
	float: left;
	padding: 15px 0px;
	border: 1px solid #ccc;
	background: #EEF4F9;
	color: #000;
	width: 940px;
}
#adv_search_submenu ul li {
	float: left;
	padding: 0px 5px;
	font-size: 13px;
	font-weight: bold;
}
#adv_search_submenu li a:hover {
	background: #036;
	color: white;
}

#adv_search_submenu li a.current {
	background: #036;
	color: #fff;
}
#adv_search_submenu a { /* The nav links */
	font-size: 14px;
	text-align: center;
	background: white;
	color: blue;
	text-decoration: none;
	display: block;
	padding: 5px 15px;
}

#adv_search_location
{
	background: white;	
	width: 940px;
	clear: both;
}

#adv_search_property_type
{
	width: 940px;
	clear: both;
	background: white;
}

#adv_search_additional
{
	width: 940px;
	clear: both;
	background: white;

}

#adv_search_wrapper h1 /* for the headings */
{
	font-size: 14px;
	color: #8A372A;
	border-bottom: 1px solid #930;
	margin: 0 0 10px 0;
	padding: 5px 0;
}
.search_submit_right
{
	float: right;
	clear: right;
	width: 600px;
	text-align: right;
	padding: 0 50px 0 0;
}
div.tlist
{
	background-color: #F9F9F9;
	font-size: 11px;
	height: 350px; 
	width: 940px;
	overflow: auto;
	color: #000; 
	margin-bottom: 1.5em;
	border: 1px solid #bbb;
}
div.tlist td
{
	width: 225px;
	padding: 0 10px;
}
div.tlist th
{
	width: 225px;
	font-size: 14px;
	background: #DDD;
	padding: 3px 0 3px 20px;
	text-align: left;
	color: #666;
}

.scroll_bar
{
	color: #FF0; text-align: right; font-size: 10px;
}

.property_type td
{
	width: 250px;	
}

table.search_additional 
{
	background: #F0EEEE;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}
.search_additional .info_label
{
	width: 120px;	
	padding:10px 20px;
	white-space:nowrap;
	font-weight:bold;
	text-align: right;
}
.search_additional .info_value
{
	width: 830px;	
	padding:10px 6px;
	text-align:left;
	white-space:nowrap;
	font-weight: bold;
}
/* details
-----------------------------------------------------------------------------*/

#detail_top_r1_c1 /* address */
{
	height: 30px;
	width: 610px;
	float: left;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding: 0 0 0 20px;
}
#detail_top_r1_c2  /* price */
{
	height: 30px;
	width: 90px;
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #063;	
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding: 0 0 0 20px;
	
}
#detail_top_r1_c3 
{
	float: right;
	padding: 0 5px 0 0;
	width: 160px;
	text-align: center;	
}



#detail_top_r2_c1 /* stats */
{
	width: 710px;
	float: left;
}

#detail_top_r3_c1 /* detail sub menu */
{
	width: 600px;
	float: left;
}

/*
.detail_submenu ul li {
	float: left;
	margin-right: 10px; 
	border: 1px solid #ccc;
}
.detail_submenu li a:hover {
	background: #036; /* #8A372A; 
	color: #FFF;
}

.detail_submenu li a.current {
	background: #036;
	color: #fff;
}
.detail_submenu a { /* The nav links 
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #EEE;
	color: blue;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}
*/

#detail_left_r1_c1  /* description */
{
	width: 625px;
	float: left;
	clear: both;
}

#detail_left_r2_c1 /* photos */
{
	width: 625px;
	background: white;
	float: left;
	clear: both;
}
.detail_image_big
{
	width: 370px;
	float: left;
	padding: 10px 0;

}

.detail_image_thumbnails
{
	width: 230px;
	float: right;	
	padding: 20px 0;
}
.detail_image_thumbnails img
{
	width: 70px;
	border: 1px solid white;
}
.detail_image_thumbnails img:hover
{
	border: 1px solid red;
}
#detail_left_r3_c1 /* listing detials */
{
	width: 625px;
	background: white;
	float: left;
	clear: both;
}

.detail_stats_table 
{
	width: 700px;
}
.stats_label
{
	padding:0px 5px 5px 0px;
	white-space:nowrap;
	text-align: right;
}
.stats_value
{
	padding:0 0px 5px 0;
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
	font-size:120%;
}

.detail_property_info_table 
{
	width: 625px;
}
.info_heading
{
	padding: 10px;
	white-space:nowrap;
	font-weight:bold;
	text-align: left;
	background: #EEF4F9;
	font-size: 16px;
	border: 1px solid #CCC;
	color: #333;
}
.info_label
{
	padding:3px 3px;
	white-space:nowrap;
	font-weight:bold;
	text-align: right;
	font-size: 13px;
}
.info_value
{
	width: 200px;	
	padding:3px 6px;
	text-align:left;
	white-space:nowrap;
}

#detail_page_left iframe
{
	background: url(/assets/images/loading-map.gif) no-repeat;
}



#detail-navigation a
{
/*background: #ffa20c url(/assets/images/detail-left-tab.gif) left top no-repeat; */
text-decoration: none;
padding-left: 10px;
margin-left: 10px;

}
#detail-navigation a span
{
/* background: url(/assets/images/detail-right-tab.gif) right top no-repeat; */
padding-right: 10px;
}
#detail-navigation a.current
{
background: #ffa20c url(/assets/images/detail-left-tab.gif) left top no-repeat;
color: #222;
}
#detail-navigation a.current span
{
background: url(/assets/images/detail-right-tab.gif) right top no-repeat;
color: #222;
}

#detail-navigation a, #detail-navigation a span
{
display: block;
float: left
}

/* Hide from IE5-Mac \*/
#detail-navigation a, #detail-navigation a span
{
float: none
}
/* End hide */

#detail-navigation a:hover
{
text-decoration: underline;
padding-left: 10px;
color: blue;
}
#detail-navigation a.current:hover
{
	text-decoration: none;
}

#detail-navigation a:hover span
{
padding-right: 10px;
}

#detail-navigation ul
{
list-style: none;
padding: 0;
padding-left: 10px;
margin: 0;

}

#detail-navigation li
{
float: left;
margin: 0;
font-size: 14px;
line-height: 22px;
} 

#detail-navigation-line
{
	clear: both;
	border-top:  2px solid #ffa20c;
}
/* Agents
-----------------------------------------------------------------------------*/

table.agent_stats 
{
	background: #F0EEEE;
	border: 1px solid #ccc;
	margin: 10px 0;
}
.agent_stats .info_label
{
	width: 40px;	
	padding:5px 20px;
	white-space:nowrap;
	font-weight:bold;
	text-align: right;
}
.agent_stats .info_value
{
	width: 400px;	
	padding:5px 6px;
	text-align:left;
	white-space:nowrap;
	font-weight: bold;
}
/* Contact Form
-----------------------------------------------------------------------------*/

#contact-form
{
	width: 700px;
	background: #EEE;
	font-size: 13px;
	border: 1px solid #ccc;
	clear: both;
}
#contact-form-content
{
	padding: 0 10px;
}

#contact-form input, #contact-form textarea
{
		font-size: 13px;

}
#contact-form .label
{
	padding:0px 5px 5px 0px;
	white-space:nowrap;
		font-size: 13px;
	text-align: left;
	font-weight: bold;
}
#contact-form .value
{
	padding:0 0px 5px 0;
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
		font-size: 13px;
	font-weight: normal;
}

/* member registration */
table.mform
{
	border: 1px solid #DDD;
	background: #EEF4F9;
	width: 100%;
}

table.mform td
{
	width: 80%;
	padding: 6px;
}

table.mform th
{
	width: 20%;
	padding: 6px;
	font-weight: bold;
	text-align: right; 
    line-height: 15px
      
}
.small
{
	font-size: 80%;
	font-weight: normal;
    line-height: 15px
}


/* Comment Entries and Forms
-----------------------------------------------------------------------------*/

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	background: #003366;
	padding: 20px 0 0 0;
}

#footer_links
{
	width: 920px;
	color: #CCC;
}
#footer_links p
{
	text-align: center;
	font-size: 11px;
}

#footer_nav ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
font-size: 12px;
}

#footer_nav ul li { display: inline; }

#footer_nav ul li a
{
padding: .2em .5em;
display: inline; 
}

#designed 
{
	width: 100px;
	float: right;
}
#designed p
{
	padding: 15px 0 5px 0;
	text-align: right;
}
#designed a
{
	color: #666;
	font-size: 10px;
	text-align: right;
}
#designed a:hover
{
	color: #fff;
}
#nneren_copyright
{
	width: 100%;
	font-size: 10px;
	padding: 10px 0px;

}

#nneren_copyright img
{
	float: left;
	padding: 0px 10px;
}

/* Homepage
-----------------------------------------------------------------------------*/



/* Your template
-----------------------------------------------------------------------------*/


/* Pagination
-----------------------------------------------------------------------------*/
 .pagination {
 	font-size:			17px;
	margin:             6px 0;
	border-top:         1px solid #D3D9DC;
	text-align:         left;
	padding-top:        8px;
	padding-left:       20px;
	}
	
.pagination strong{
       border:              1px solid #9FCDE7;
       padding:             1px 4px;
       background-color:    #DEE9EF;
       color:               #67A9D6;
       }
	
.pagination a {
	padding:			0 4px;
	}    






/* Headings
-----------------------------------------------------------------------------*/
h1.section_heading
{
	background: #26537F;
	padding: 10px 5px 10px 10px;
	color: #ddd;
	font-size: 1.3em;
	margin: 0 0 10px 0;
}
h1.section_heading a
{
	color: #ddd;
}
h2.section_heading
{
	background: #036;
	padding: 10px 5px;
	width: 100%;
	color: white;
	font-size: 1.2em;
	margin: 0 0 10px 0;
}

/* Forms
-----------------------------------------------------------------------------*/
input.text
	{
	padding: 3px;
	border: 1px solid #999999;	
}

/* Tables 
-----------------------------------------------------------------------------*/
table 
	{ 
  	border-spacing: 0;
	border-collapse: collapse;
}

td 
	{
  	text-align: left;
	font-weight: normal;
}


#payments_table 
{
width: 920px;
margin: 20px;
}

#payments_table tr td {
	padding: 3px;
}


#payments_table  th  {
	font-size: 12px; 
	font-weight: bold; 
	white-space: nowrap; 
	color: #0C1216; 
	padding: 8px 5px; 
	background: #B8C6CE;
	text-align: center;
	border: 1px solid #CCC; 
}

#payments_table  tr.odd td {
	color: #333; 
	border-bottom: 1px solid #CAD0D5; 
	border-top: 1px solid #CCC; 
	background-color: #EEF4F9;
}
#payments_table  tr.even  td {
	color: #333; 
	border-bottom: 1px solid #CCC; 
	background: #F8F8F8; 
}
#payments_table  tr.action  td {
	color: #333; 
	padding: 6px 10px 6px 6px; 
	border-bottom: 1px solid #CAD0D5; 
	background: #e8e8e8; 
}
#payments_table  .aaa {
	font-weight: bold;
}


/********************************/

		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0px 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 510px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 1px solid #999; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 943px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 510px;
			clear: both;
			background: #EEECDE;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 943px; /* Also specified in  .stripViewer  above */
		}
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: 0px 0px 0px 40px;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 12px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #003366}
		.stripNav li.tab2 a { background: #003366}
		.stripNav li.tab3 a { background: #003366}
		.stripNav li.tab4 a { background: #003366}
		.stripNav li.tab5 a { background: #003366}
		.stripNav li.tab6 a { background: #003366}
		.stripNav li.tab7 a { background: #003366}
		.stripNav li.tab8 a { background: #003366}
		
		.stripNav li a:hover {
			background: #CDBE7A;
		}
		
		.stripNav li a.current {
			background: #8A372A;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {

		}
		
		.stripNavR {

		}
		
		.stripViewer .panelContainer .panel a
		{
			text-decoration: underline;
			font-weight: normal;
		}
		.stripViewer .panelContainer .panel a:hover
		{
			font-weight: bold;
		}
		.stripViewer .panelContainer .panel h2
		{
			font-size: 18px;
			padding: 5px 0 10px 0;
		}
	
