/*********************/
/* BASIC */
/*********************/

html { height: 100% }   
 
#map_canvas { height: 100% } 

#group {
  list-style-type: none;
  padding:0px;
  margin:0px;
  display:inline;
  color:#003366;
  width: 8em;
}
body {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	height: 100%;
	background: url(images/bg/bg_column.gif) repeat-y right top;
}

}

.standard_size table {border-collapse:collapse
color: #666666;
	font-size: 1.6em;}

.standard_size table td{
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 3px;
    padding-left: 5px;
	width:60px;
}
.odd { background-color:#CCFFFF }

p,h1,h2,h3,h4,h5,h5,ol,ul,li {
	margin: 0px;
	padding: 0px;
	
}
br.clear { clear:both}	

/*********************/
/* BANNER STYLES */
/*********************/

#banner {
	background: url(images/bg/banner_bg.jpg) repeat-x left top;
	position: relative;
	border: 1px solid black;
}

/*********************/
/* MAIN NAV */
/*********************/

#nav {
	margin-bottom: 0px;
	position: absolute;
	top: 75px;
	left: 5px;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#nav a {
	display: block;
	font-size: 11px;
	color: #D6ECAE;
	text-decoration: none;
	background-color: #294E56;
	padding: 2px 2px 2px 3px;
	width: 9em;
	margin-left: 2px;
	border-right: 1px solid #73AFB7;
	border-bottom: 1px solid #73AFB7;
	font-weight: bold;
	margin-bottom: 2px;
}

#nav a:hover {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

/*highlight "you are here" buttons*/
#home #nav a#homeLink,
#feature #nav a#featureLink {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

#logo {
	background: url(images/bg/banner_flower.jpg) no-repeat right top;
	height: 100px;
}

/*********************/
/* SIDEBAR */
/*********************/
#news {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 1.0em;
	border-top: 1px solid #294E56;
	border-right: 1px solid #294E56;
}
#news li {
	display: inline;
}
#news .title {
	font-weight: bold;
	display: block;
	color: #666666;
}
#news a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #294E56;
	color: #73AFB7;
	line-height: 110%;
	background: #FFFFFF url(images/bg/bg_link.png) no-repeat right top;
}
/* hack for IE 6 < to make entire block clickable */
* html #news a {
	height: 1px; 
}

#news a:hover {
	color: #000000;
/	background-image: url(images/bg/bg_link_h.png);/
}

/*********************/
/* MAIN */
/*********************/
h1 {
	color: #294E56;
	margin-top: 10px;
	font-size: 2.4em;
	border-top: 4px solid #294E56;
	line-height: 100%;
}
.section {
	display: inline;
	color: #999999;
	font-weight: normal;
}

.floatRight {
	float: right;
	margin: 5px 10px 2px 15px;
}
img.floatRight {
	border: 2px solid #000000;
}

p {
	color: #666666;
	font-size: 1.6em;
}

ol,ul li {
	color: #666666;
	font-size: 1.6em;
}


h2 {
	color: #000066;
	font-size: 2.1em;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
	background: url(images/bg/bg_h2.gif) repeat-x left bottom;
}

h3 {
	color: #000066;
	font-size: 1.8em;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
	
}



.figure_gallery {
	float: left;
	width: 210px;
	margin: 0 10px 10px 10px;
}
.figure_gallery_large {
	float: left;
	width: 410px;
	margin: 0 10px 10px 10px;
}


.photo_gallery {
		background: url(drop_shadow.gif) no-repeat right bottom;
}

.photo_gallery img {
	border: 1px solid #666;
	background-color: #FFF;
	padding: 4px;
	position: relative;
	top: -5px;
	left:-5px;
}

.figure_gallery p {
	font: 1.1em/normal Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 10px 0 0 0;
	height: 5em;
}

/* IE 5/6 border erase bug */
* html #gallery {
	width: 100%;
}

/* IE 5 placement bug */
* html #gallery img {
	width: 100%;
}


/*********************/
/* FOOTER */
/*********************/
#footer {
	margin-top: 15px;
	border-top: 1px dashed #666666;
	padding: 5px 0 0 5px;
	margin-right: 200px;
}

p.nationalhelp {
	font: bold normal  Arial, Helvetica, sans-serif;
	
	color: #000099;
	text-align: center;
	border:groove;
	border-color:#99ccff;
	margin: 5px;
	padding:5px;
	
}




#banner p{
font-family:Comic Sans, Comic Sans MS, cursive;
font-size:38px;
color: #0099FF;
display:inline;
position:absolute;
top: -10px;
}
.banner_text
{
 font-family:Comic Sans, Comic Sans MS, cursive;
 display:inline;
font-size:20px;
color: #0099FF;
}


#sidebar {
	width: 160px;
	float: left;
	margin-top: 10px;
}

#main {
	margin-left: 20px;
	margin-right: 200px;
}
#secondary {
	float: right;
	width: 180px;
	color: #FFF; 
	background-color: #294E56;
}

#secondary * {
	color: #FFF; 
	
}


#secondary h3 {
	background: #73AFB7;
	padding: 3px 5px 3px 10px;
	font-size: 1.8em;
}


#secondary h4 {
	margin: 10px 10px 5px 10px;
	font-size: 1.4em;
}
#secondary p {
	font-size: 1.2em;
	margin: 3px 10px 10px 10px;
	line-height: 110%;
}

body {
	background: url(images/bg/bg_column.gif) repeat-y right top;
}
#form_submitted {
	font-size: 0.8em;
}
#form_submitted .label {
	/*float: left;
	clear: left;*/
	width: 230px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}

input#subscribe {
	margin-left: 240px;
	background-color: #CBD893;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}

select#refer {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}

input#name, input#email, textarea#comments {
	width: 300px;
	background-color: #FBEF99;
	font-family:"Lucida Console", Monaco, monospace;
	font-size: .9em;
	margin-top: -2px;
}

input#name:focus,
input#email:focus,
textarea#comments:focus,
select#refer:focus
{
	background-color: #FDD041;
}

.captcha_text
{
width:325px;
border:1px solid black;
/* margin:0px auto;*/
margin-left:240px; 
text-align:center; 
}

.form_label
{ 
  style="padding:6px;
  text-align:right;
}

