/*Creekside Rural Investments, Inc.
CSS
Modified by Gatekeeper Software Solutions, LLC
*/
body {
	margin-top: 20px;
	padding: 0;
	background: #2E2200;
	font-size: 11px;
	text-align: justify;
	color:#fff;
	}

body, th, td, input, textarea, select, option {
	font-family: Ardial, Helvetica, sans-serif;	
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: normal;
	color: #725f28;
}

h1 {
	font-size: 3em;
}


h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

h3.propdetail {
	font-size: 1.5em;
	color: #FFFFCC;
}

p, ul, ol {
	line-height: 115%;
}

p {
	color: #ccc;
	font-size: 13px;
	}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #CDCDCD;
}

a:hover {
	color: #CDCDCD;
}

hr {
	display: none;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img04.jpg) repeat-y left top;
}

/* Header */

#header {
	width: 800px;
	height: 61px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0;
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

#header h1, #header p {
	margin: 0;
}

#header h1 {
	float: left;
	color: #FFF;
	font-size: 36px;
	padding-left: 15px;
}

#header p {
	float: left;
	padding: 17px 0 0 10px;
	font-size: 12px;
	font-weight: bold;
}

#header a {
	text-decoration: none;
	color: #F79F1A;
}

#banner {
	margin: auto;
	padding: 0;
	width: 800px;
	height: 250px;
	background: url(images/csr_header_border.gif) no-repeat left top;
}

/* Top Menu */

#menu {
	width: 800px;
	padding: 0; 
	margin: 0 auto; 
	height: 60px;
}

#menu img {
	border: none;
}

#menu ul {
	padding: 12px 0 0 100px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

#menu li {
	float: left;
}

#menu li a {
	display: block; 
	line-height: 47px; 
	color: #fff; 
	text-decoration: none; 
	font-family: arial, verdana, sans-serif; 
	text-align: center; 
	padding: 0 0 0 10px; 
	font-size: 11px; 
	margin: 0 auto;
}

#menu li a:hover {
	text-decoration: underline;
}

#menu li a em { 
	display: block; 
	float: left; 
	width: 40px; 
	height: 47px;
} 

#menu li a em.home_icon { 
	background-image: url(images/house_combo.png); 
	background-repeat: no-repeat; 
	background-position: 0 center; 
} 

#menu li a:hover em.home_icon { 
	background-image: url(images/house_combo.png); 
	background-repeat: no-repeat; 
	background-position: -39px center; 
} 

#menu li a em.properties_icon { 
	background-image: url(images/properties_combo.png); 
	background-repeat: no-repeat; 
	background-position: 0 center; 
} 

#menu li a:hover em.properties_icon { 
	background-image: url(images/properties_combo.png); 
	background-repeat: no-repeat; 
	background-position: -42px center; 
} 

#menu li a em.about_icon { 
	background-image: url(images/about_us_combo.png); 
	background-repeat: no-repeat; 
	background-position: 0 center; 
} 

#menu li a:hover em.about_icon { 
	background-image: url(images/about_us_combo.png); 
	background-repeat: no-repeat; 
	background-position: -42px center; 
} 

#menu li a em.calc_icon { 
	background-image: url(images/calculator_skewed_combo.png); 
	background-repeat: no-repeat; 
	background-position: +5px center; 
} 

#menu li a:hover em.calc_icon { 
	background-image: url(images/calculator_skewed_combo.png); 
	background-repeat: no-repeat; 
	background-position: -40px center; 
} 

#menu li a em.link_icon { 
	background-image: url(images/mouse_combo.png); 
	background-repeat: no-repeat; 
	background-position: 0 center; 
} 

#menu li a:hover em.link_icon { 
	background-image: url(images/mouse_combo.png); 
	background-repeat: no-repeat; 
	background-position: -48px center; 
} 

#menu em.date { 
	display: block; 
	float: left; 
	height: 40px; 
} 

#menu li a em.admin_home_icon { 
	background-image: url(images/house.png); 
	background-repeat: no-repeat; 
	background-position: 0 center; 
} 

#menu li a em.logout_icon { 
	background-image: url(images/door_out.png); 
	background-repeat: no-repeat; 
	background-position: 0 center; 
} 

#menu li a em.admin_help_icon { 
	background-image: url(images/email_go.png); 
	background-repeat: no-repeat; 
	background-position: 0 center; 
} 

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 15px;
}

#page .bgtop {
	background: url(images/img03.jpg) no-repeat left top;
}

#page .bgbtm {
	background: url(images/img05.jpg) no-repeat left bottom;
}

/* Content */

#content {
	float: right;
	width: 505px;
	margin: 0;
	padding: 25px 25px 15px 20px;
}

#content.admin {
	float: left;
	width: 700px;
	padding-left: 5px;
}

.spryhover {
	color: #000;
	background-color: #ccc;
}

.spryselected {
	color: ;
}

.trigger2 {
	background-color:#CCCCCC;  
	height:25px;
	width:200px;
	padding-left:10px;
	padding-top:5px;
	text-decoration:underline;	
	margin-top: 1px;
}

.Accordion {
	border: none;
	overflow: hidden;
	border-bottom: dotted 1px #ffc;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

.AccordionPanelTab {
	background-color: #ccc;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 20px;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	border-left: #ccc;
	border-right: #ccc;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
}

.AccordionPanelTab h3 {	
	}
	
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 4px;
	height: 100px;
	border-left: solid 1px #ffc;
	border-right: solid 1px #ffc;
	background-color: #fff;
	color: #000;
}

.AccordionPanelContent img {
	padding: 3px;
}

.AccordionPanelOpen .AccordionPanelTab {
	color: #fff;
	background-color: #725f28;
	border-left: #2e2200;
	border-right: #2e2200;
}

.AccordionPanelTabHover h3{
	color: #000;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555;
}

.hideInitially{
	visibility: hidden;
}

.accthumb {
	float: left;
}

.h3acc {
	padding-top: 0px;
	margin-top: 0px;
	color: #000;
}
#tooltip {
	border: 1px solid #666;
	padding: 4px;
	background-color: #ffc;
}

#tooltip2 {
	border: 1px solid #666;
	padding: 4px;
	background-color: #ffc;
	color:#000;
	width: 200px;
	height: 100px;
}

.content_panel {
  width:604px;
  height:404px;
  left: 0px;
  top: 0px;
  border-top: solid 1px #999;
  border-right: solid 1px #404040;
  border-bottom: solid 1px #3a3a3a;
  border-left: solid 1px #404040;
}

.container {
  width: 606px;
  height: 406px;
}

#wrap {
	text-align: left;
	padding: 0px;
	height: auto;
	width: 351px;
	margin: 0px auto;
}
#limg {
	height: 1%;
	width: 351px;
	padding: 0px;
	text-align: center;
	margin: 0px;
}
#limg img {
	padding:5px;
	margin:0px auto;
	border:1px solid #aaa;
	background-color:#fff;
}
#cont {
	margin:0px -3px 0px 0px;
	padding:0px;
	height:1%;
	width:354px;
}
#ulthumb {
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#ulthumb li {
	float:left;
	margin:3px 3px 0px 0px;
	width:56px;
	height:56px;
	display:block;
}
#ulthumb img {
	cursor:pointer;
	padding:2px;
	border:solid 1px #aaa;
	background-color:#fff;
}

.even {
	background-color: #333;
}

.post {
	padding: 0px 0 0 0;
}

/* Tabs */

.ajax__tab_header {
    font-family:verdana,tahoma,helvetica;
    font-size:11px;
	color: #000;
}

.title {
	border-left: 6px solid #2E2E2E;
	padding: 0 20px 0 10px;
	font-size: 26px;
	font-family: "Monotype Corsiva", "Apple Chancery", cursive;
}

.name {
	border-left: 6px solid #2E2E2E;
	padding: 0 20px 0 10px;
	font-size: 20px;
	font-family: "Monotype Corsiva", "Apple Chancery", cursive;
}

.title a {
	text-decoration: none;
	color: #FFF;
}

.pagetitle {
	margin-top: 0;
	color: #FFFFCC; 
	font-family: "Monotype Corsiva", "Apple Chancery", cursive;
}

.byline {
	margin: -15px 20px 0 17px;
	color: #646464;
}

.proptitle {
	color: #FFFFCC;
	font-size: 14px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.entry {
	margin: 0;
	padding-left: 17px;
	font-size: 13px;
}

.entry ul {
	margin: 0;
	padding-left: 5px;
	list-style: none;
	color: #fff;
}

.entry li {
	margin: 0;
	padding: 0;
}


.tabs {
	margin: 0;
	padding-left: 17px;
	font-size: 13px;
}

.tabs ul {
	margin: 0;
	padding-left: 5px;
	list-style: none;
}

.tabs ul li {	
	color: #000;
	margin: 0;
	padding: 0;
}

.tabs ul li a:hover{	
	color: #666633;
	margin: 0;
	padding: 0;
}
.imgleft {
	float: left;
	margin-right: 5px;
	border: medium 1px solid #FFFFCC;
	padding: 2px;
}

.imgright {
	float: right;
	margin-left: 5px;
	border: medium 1px solid #FFFFCC;
	padding: 2px;
}

.list {
	font-size: 13px;
	color: #725f28;
}

a.external {
	background: url("/images/external.gif") no-repeat 100% 50%;
	padding-right: 15px;
}

.last {
	border: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	margin-bottom: 10px;
	padding: 40px 10px 0 10px;
	color: #7A7A7A;
}

#sidebar ul {
	margin: 0;
	padding-left: 5px;
	list-style: none;
	color: #fff;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0 0 20px 0;
	padding: 0;
}

#sidebar li li {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	background: url(images/img08.gif) no-repeat left 50%;
	line-height: 25px;
}

#sidebar h2 {
	margin: 0;
	height: 35px;
	font-size: 18px;
	padding-left: 5px;

}

#sidebar a {
}

#sidebar a:hover {
	text-decoration: none;
}

#sidebar p {
	padding-left: 5px;
}

#next {
	text-align: right;
}

#prev {
	text-align: left;
}

/* Spry Tables */

#properties_tbl {
	background-color: #000;
	border-collapse: collapse;
	color: #ccc;
	width: 95%;
}

#properties_tbl th {
	border-top: 1px solid #2e2200;
	border-bottom: 1px solid #2e2200;
	background: #ffc;
	text-align: center;
	text-decoration: underline;
	color: #000;
	cursor: pointer;
}

#properties_tbl th a {
	color: #2e2200;
	text-decoration: underline;
	line-height: 20px;
}

#properties_tbl th a:hover {
	color: #2e2200;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}


#properties_tbl td {
	text-align: center;
	cursor: pointer;
	font-size: 15px;
}

#properties_tbl td.attention {
	text-align: center;
	color: #990000;
	font-size: 14px;
	font-weight: bold;
}

#tracts_tbl {
	background-color: #000;
	border-collapse: collapse;
	color: #ccc;
	width: 95%;
}

#tracts_tbl th {
	border-top: 1px solid #2e2200;
	border-bottom: 1px solid #2e2200;
	background: #ffc;
	text-align: center;
	text-decoration: underline;
	color: #000;
	cursor: pointer;
}

#tracts_tbl th a {
	color: #2e2200;
	text-decoration: underline;
	line-height: 20px;
}

#tracts_tbl th a:hover {
	color: #2e2200;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}

#tracts_tbl td {
	text-align: center;
	cursor: pointer;
	font-size: 15px;
}

#tracts_tbl td.attention {
	text-align: center;
	color: #990000;
	font-size: 14px;
	font-weight: bold;
}

.accordion1 {
	width: 550px;
}

.accordionHeader {
	background-color: #000;
	font-weight: bold;
	font-size: 14px;
	height: 40px;
	padding: 2px 2px 0 2px;
}

.accordionHeaderSelected {
	background-color: #ccc;
	font-weight: bold;
	font-size: 20px;
	height: 40px;
	padding: 2px 2px 0 2px;
	color: #666600;
}

.accordionContent {
	padding: 10px;
	border: 2px dashed #000;
}

.entrytbl {
	background-color: #999933;
	color: #FFF;
	font-size: 11px;
}

.entrytbl a {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;	
}

.entrytbl a:hover {
	border-bottom: 1px dashed #333;
}

.lblStyle {
	width: 30px;
	padding: 3px;
	text-align: right;
}

/* Footer */

#footer {
	width: 800px;
	height: 60px;
	min-height: 60px;
	background: url(images/img02.jpg) no-repeat left top;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ABABAB;
}

#footer p {
	padding: 20px 0;
	font-size: 10px;
}

#footer p a {
	color: #725f28;
}

