

* { margin:0; padding:0;}
body { background:#FFF url(images/tall_top_header.gif) 0 0 repeat-x; font-size:100%; line-height:1em; font-family:arial, tahoma; color:#7a7a7a;}



form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 450px;
  max-width: 500px;
  width: 450px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #48ACA4;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:0.90em; color:#48ACA4; font-weight:bold; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}
form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{color:black; line-height:1.5em; font-size: 0.80em;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}








/*in_line*/
img {border:0; vertical-align:top; text-align:left;}
ul { list-style:none;}

a:hover{text-decoration:none;}
a {color:#353535;}

.column { float:left;}
.clear { clear:both;}
.biggreen {color:#86a428; font-weight:bold; line-height:1.5em; font-size: 1.5em;} 
.greenhead {color:#86a428; font-weight:bold; line-height:2.0em; font-size: 1.0em;} 
.bluehead {color:#2C6A65; font-weight:bold; line-height:1.0em; font-size: 1.0em;} 
.forminputtan { font-size: 12pt; background-color:#d9f7f5; border: gray 1px solid; font-family: verdana, helvetica, sans-serif; vertical-align:middle }
 
.redtext {color:red; font-weight:bold; line-height:1.0em; font-size: .75em;} 

.smallgreenhead {color:#86a428; font-weight:bold; line-height:1.5em; font-size: 0.75em;} 
.address {color:#353535; line-height:1.5em; font-size: 0.75em;} 
.maintexthead{color:#353535; font-weight:bold; line-height:1.5em; font-size: 0.95em;} 
.whitelink{color:#ffffff;  text-decoration:none; line-height:0.90em; font-size: 0.80em;} 
.smalltext{color:#000000; line-height:1.0em; font-size: 0.70em;} 

.maintext{color:#353535; line-height:1.5em; font-size: 0.80em;} 
.smallgrayhead {color:#54545; line-height:1.5em; font-size: 0.75em;} 
.smallest {color:#54545; line-height:1.5em; font-size: 0.50em;} 
.button      { background-color: #4BAFA7; color: #ffffff; border: 1px outset #99CCFF }
.button1     { border:1px outset #FFCC00; background-color: #CCCCCC; }
.button4     { border:1px outset #FFCC00; background-color: #CCFFCC; color:#0000FF}
.button3     { border:1px outset #CCFFCC; background-color: #FFCCFF; color:#0000FF}
.button2      { border:1px outset #FFCC00; background-color: #DFEAF4; color:#0000FF}
.top         { background-color: ivory}
.top1         { background-color: #DFEAF4}
.open1      { background-color: #FFF568; background:none; border:0}

.open      { background-color: #FFF568}
.bottom      { background-color: #82E6DD; background-image: url(../images/aquagradientbg.gif)}
.bottom2     { background-color: #e1e1e1}

.bottom1      { background-color: #FFFFF0 }
.note        { color:#336699 }

.biggrayhead {color:#54545; line-height:1.5em; font-size: 1.25em;} 
.aquahead {color:#48ACA4; font-weight:bold; line-height:1.5em; font-size:0.90em;}     
.yellowhead {color:#FFF568; font-weight:bold; line-height:0.90em; font-size:0.90em;}     

h1{color:#000000; font-size:0.90em; line-height:1.0em;}
.h_menu, .h_wr_logo, .footer, .content{ width:900px;}
/*header*/
.h_menu{ height:38px;}
.h_menu span{ display:block; margin:2px 0 0 61px;}
.h_wr_logo{ height:267px; background:url(images/h_wr_logo.jpg) 61px 25px no-repeat;}

/*footer*/
.footer{ background:url(images/footer_wr.jpg) 64px 43px no-repeat; font-size:0.75em; padding:75px 0 45px 0;}
.footer .ins_f{ font-weight:bold; color:#353535;}
.footer span{ margin:0 186px 0 80px; color:#545454; word-spacing:10px;}
.footer span a{ color:#545454; text-decoration:none; word-spacing:normal;}
.footer span a:hover{ text-decoration:underline;}

/*content*/
.content{ font-size:0.75em; line-height:1.5em; padding:0 0 0 80px; color:#353535;}
.content span{ font-size:1.187em;}
.h{ background:url(images/h_wr.gif) bottom left repeat-x; height:30px; margin-bottom:18px;}
.h img{ margin:13px 0 0 0;}
.ind_left{ padding-left:18px;}
.line_y{ background:url(images/line_y.gif) 0 0 repeat-y;}
.ind_2{ margin:13px 0;}
.content strong{ color:#86a428;  display:block;}
.ins{ color:#e6691a; font-weight:bold;}
.ins img{ vertical-align:middle; margin:2px 0 0 7px;}
.ind_2{ margin:15px 0; display:block;}
.img_left{ float:left; margin-right:20px;}
.ind_bot{ display:block; margin-bottom:13px;}
.ind_1{ margin-top:15px;}
.ins_img{ vertical-align:middle; margin:1px 0 0 5px;}

h4 { font-size:0.80em; line-height:2.00em;  font-weight:bold; color:#353535;}

h5 a { background:url(images/list_wr_x.gif) left bottom repeat-x; color:#362F2D; text-decoration:none; font-weight:normal; line-height:1.50em; font-size: 1.00em;}
h5 a:hover { text-decoration:none; color:#2C6A65;}

li a { background:url(images/list_wr_x.gif) left bottom repeat-x; color:#353535; text-decoration:none;}
li a:hover { text-decoration:none; color:#979704;}

.myBox
{
    margin: 0 auto;
    border: 0px solid #000000;
    color: #ffffff;
    width: 600px;
    padding: 20px;
    text-align: left;
    background-color: #ff0000;
    border: 3px solid #cccccc;

}



/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
	background-color: #000;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #000;
	background-color: #b7e0ff;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
}
div.bubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(images/tip-rounded.gif) no-repeat 15px 0;
}

/* Pimped Bubble */
div#pimped.bubble {
	font-size: 0.9em;
}
div#pimped.bubble div.rounded {
	color: #fff;
	border: 3px solid #fff;
	background-color: #111;
}
div#pimped.bubble cite.rounded {
	background: transparent url(images/tip-pimped.gif) no-repeat 15px 0;
}

	
	#dhtmlgoodies_tooltip{
		background-color:#EEE;
		border:1px solid #000;
		position:absolute;
		display:none;
		z-index:20000;
		padding:10px;
		font-size:0.9em;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		color: #000000;
	}
	#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#555;
		display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
	}





.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:0.9em;
	width:200px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	height:73px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #0076A3;
	background-color:#E9F4FD;
	width:200px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:5px;
	color:#000;
	font-size:0.9em;	
	position:relative;
}

/*================== index.html ==================*/
#page1 .content b{ display:block; color:#353535;}
#page1 .content .col_1 .img_left{ margin:0 12px 53px -12px; position:relative;}
#page1 .content .col_2 .img_left{ margin-right:8px;}
#page1 .content .col_3 .ind_banner{ position:relative; margin:27px 0 0 -8px;}
/*================== index-1.html ==================*/
#page2 .content .col_2 strong{ float:right; padding-right:20px;}
/*================== index-3.html ==================*/
#page4 .content .col_1 .col_box{ width:475px;}
#page4 .content .col_1 .col_box_1{ width:222px;}
#page4 .content .col_1 .col_box_1 .img_left{ margin:0 5px 27px 0}
#page4 .content .col_1 .col_box_2{ width:224px; margin-left:21px;}
#page4 .content .col_1 .col_box_2 .img_left{ margin:0 8px 27px 0}
/**/
#page4 .content .col_2 .ind_text{ margin:11px 0 21px 0;}
/*================== index-4.html ==================*/
#page5 .content .h_f{ height:31px;}
#page5 .content input{ width:208px; height:19px;}
#page5 .content textarea{ width:208px; height:96px; overflow:auto; display:block; margin-bottom:16px;}
#page5 .content textarea, #page5 .content input{ color:#353535; font-size:12px; font-family:Arial; border:1px solid #303030;} 
/*================== index-5.html ==================*/
#page6 .content .ind_2{ margin:12px 0;}
#page6 .content strong{ display:inline; display:inline;}



