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

/* --------------------------------------------
   HTML ELEMENTS
---------------------------------------------- */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f7f0e3 url(../images/bgposts1.jpg) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

/* links #394AE1;*/
a, a:visited {
	color: #006600;
	background: inherit;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #5A3616;
	background: inherit;
	text-decoration: underline;	
	font-weight:bold;
}
a {
    outline: none;
}
a img {
    border:none;
}


/*** Menu Buttons ***/
a.button {
 	/* Sliding right image */
    background: transparent url(../images/btn_right.png) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 30px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 15px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	margin-bottom:2px;
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
a.button span {
	/* Background left image */ 
	background: transparent url(../images/btn_left.png) no-repeat; 
	clear:left;
	display: block;
	text-align: center;
	font-weight: bold;
	line-height: 30px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0 0 0 15px;
	width:90px;
} 
a.button:hover span{
	background-position: 0% -30px;
}
a.button:hover {
	background-position: 100% -30px;
}



/* headers */
h1, h2, h3, h4, h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #5A3616;
	font-weight:bold;
}
h1, h2 {
	font-variant:small-caps;
	letter-spacing:-1px;
}
h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
	margin-bottom:-14px;
}
h5 {
	font-size: 18px;
	margin-top:0;
	margin-bottom:0;
}
.scap {
	font-size:32px;
	color:#CC3300;
}
.cap {
	font-size:42px;
	color:#CC3300;
}
.brown {
	color:#5A3616;
}


/*** Lists  ***/
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: square url("../images/2dot1a.gif");
}
li {
margin-top:10px;
}
li.sub {
	margin: 5px -40px 0px -20px;
	list-style:url(../images/smbullet.gif);
	font-size:small;
}
	
iframe { 
	overflow: hidden; 
} 

	
	
/* images */
img {
	background: #fafafa;
    border: 1px solid #dcdcdc;
	padding: 8px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

/* Misc */
blockquote {
	margin: 10px;
 	padding: 20px 0 20px 45px;  
    border: 1px solid #F4F3EC; 
	background: #FAFAE7 url(../images/quote.jpg) no-repeat 7px 10px; 
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #5E391A;
}
.sidenote {
    border: 5px solid #F4F3EC; 
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #5E391A;
	background-color:#e5d4b8;
	text-align:center;
}



/*** table ***/
table {
	border-collapse: collapse;
	margin: 10px;
}
table #bottommenu {
	border-collapse: collapse;
	margin: 0px;
}
#uploader table {
	border-collapse: collapse;
	margin: 0px;
	padding:4px;
}

th strong {
	color: #fff;
}
th {
	background: #93BC0C;
	height: 25px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #fff;
}
tr {
	height: 10px;
}

td {
	padding: 11px;
	border-left: 2px solid #fff;
}
#uploader td {
	padding: 0px;
	border-left: #878e95 1px solid;
}
td.tight {
	padding: 5px 11px 0px 11px;
	border-left: 2px solid #fff;
}
tr.row-a {
	background: #F8F8F8;
	font-size:small;

}
tr.row-b {
	background: #E5D4B8;
	font-size:small;		
}



/*** form elements ***/
form {
	margin:10px; padding: 10px 10px 20px 10px;
	border-bottom:5px solid #D3B88B;
	border-right:5px solid #D3B88B;
	border-top: 5px solid #F4F3EC; 
	border-left: 5px solid #F4F3EC; 
	background-color: #e5d4b8;
}
.form {
	margin:10px; padding: 10px 10px 20px 10px;
	border-bottom:5px solid #D3B88B;
	border-right:5px solid #D3B88B;
	border-top: 5px solid #F4F3EC; 
	border-left: 5px solid #F4F3EC; 
	background-color: #e5d4b8;
}

label {
	display:block;
	font-weight:meidum;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #666;
	font: 1em Verdana, sans-serif;
	color:#060;
}
#uploader input {
	padding:2px;
	font: .75em Verdana, sans-serif;
	border:1px solid #666;
	color:#060;
}
textarea {
	width:300px;
	padding:2px;
	font: 1em Verdana, sans-serif;
	border:1px solid #666;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	border: 1px solid #88AD0C;
}
.submitButton {
	background-image:url(../dosado/images/submit.jpg);
	width:90px;
	height:30px;
}
.cancelButton {
	background-image:url(../dosado/images/cancel.jpg);
	width:90px;
	height:30px;
}
.deleteButton {
	background-image:url(../dosado/images/delete.jpg);
	width:90px;
	height:30px;
}
.newEvent {
	background-image:url(../dosado/images/newEvent.jpg);
	width:90px;
	height:30px;
}
form td {
	padding: 4px;
	border:none;
	font:small;
}


/*** search form ***/
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 10px; padding: 5px 0 15px 0;
	width: 250px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 170px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}
#areaMap {
margin-left:-20px;
}




/********************************************
   LAYOUT
********************************************/ 
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:20px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #ffffff; 
	/* padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding:10px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px;
	margin-top: 0px;
}
.twoColFixLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	margin-top:40px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.twoColFixLtHdr #sidebar2 strong {
font-size:14px;
}
.twoColFixLtHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 10px;
    border: 5px solid #F4F3EC; 
	/*font: bold 1em/1.3em 'Trebuchet MS', Tahoma, Sans-serif; */
	font-size:small;
	font-weight:bold;
	color: #5E391A;
	background-color:#e5d4b8;
	text-align:center;
	margin-left:20px;
}
.twoColFixLtHdr #subSidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 0px;
	margin-top: 40px;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 170px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #wideContent { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixLtHdr #footer td {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 10 0 10; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:x-small;
}
.twoColFixLtHdr #leftColumn {
	width:370px;
	float:left;
}
.twoColFixLtHdr #rightColumn {
	width:370px;
	float:left;
}
.smallLeftColumn {
	width:285px;
	float:left;
}
.smallRightColumn {
	width:285px;
	float:left;
}



/*** Directory Page Layout ***/
.directory h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #5A3616;
	font-weight:bold;
	font-variant:normal;
	margin-bottom:5px;
}
.directory h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #000000;
	font-weight:bold;
	font-variant:normal;
}

.directory h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #000000;
	font-weight:bold;
	font-variant:normal;
}

.directory p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:normal;
	color: #000000;
}
.directory {
	background: #ffffff;
	background-image:none;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
.cols {
	width:220px;
	float:left;
	font-size:12px;
	padding-left:10px;
}
p.breakhere {
	page-break-before: always;
}



/*** Useful Function ***/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*** Hide Spry Data While Loading ***/
.SpryHiddenRegion {
	visibility:hidden;
}


.notice {
	width:95%;
	background-color: #FFCC99;
	overflow: hidden;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	padding-left: 10px;
	padding-right: 10px;

}

.displayOn {
	display: block;
}
.displayOff {
	display: none;
}

