/* ------------------------------------------------------------------
Default Stylesheet
Contains all the styles for screen display
------------------------------------------------------------------ */


/* Reset CSS
------------------------------------------------------------------ */
/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, 
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, code,
em, font, /*img,*/ 
small, strike, sub, sup, var,
dd, dl, dt, /*li,*/ ol, /*ul,*/
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
/*  font-weight: inherit; */
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
	color:#000000;
}

li {
    margin: 2px;
	padding: 2px;
	border-bottom: 1px; color:#666666;
/*  font-weight: inherit; */
	font-style:inherit;
	font-size: 100%;
	line-height: 1;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: baseline;
	}
	
  .intrent {margin-left:2.5em;
	}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* Fonts
------------------------------------------------------------------ */
/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 * 
 */
body {font:12px helvetica,arial,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}

.add {font-family:helvetica,arial,sans-serif;font-size:12px;
}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% helvetica,arial,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.32em;}

.main_cities {font:12px Verdana,Arial; color:#036; line-height:18px; text-decoration: none;}
/* Default Tag Styles
------------------------------------------------------------------ */
h1,h3,h4 { margin-bottom: 15px; font-weight: bold; color: #336699;/*#85C91A;*/ }
h1 { font-size: 136%; }
h2 { font-size: 129%; color:#036; margin-bottom: 15px; font-weight: bold;}
.org {font-size: 129%; color:#ff6600; margin-bottom: 15px; margin-left:20px; font-weight: bold; vertical-align:middle;}
h3 { font-size: 122%; }
h4 { font-size: 114%; }
p, /*ul, dl, ol { margin-bottom: 15px; }
./*ul { list-style-type: square; padding-left: 15px; }


/* Form Elements
------------------------------------------------------------------ */
input.input-text, select.input-text, textarea.input-text { /*border: 1px solid #ccc; padding: 2px;*/ font-size: 120%; }
input.input-button { border: 1px solid #ccc; padding: 3px 2px 2px 2px; font-size: 120%; background: #f6f6f6; font-size: 100%; }


/* Default Text Size
------------------------------------------------------------------ */
#container { font-size: 100%; }

	.btn {
	     border-right: #c4d6e1 1px solid; 
		 border-top: #c4d6e1 1px solid; font-weight: bold; font-size: 12px; 
		 border-left: #c4d6e1 1px solid; cursor: hand; color: #ffffe5; 
		 border-bottom: #c4d6e1 1px solid; 
		 padding:3px;
		 font-family: arial, helvetica, sans-serif; background-color: #336699
}