h5{
	margin: -10px 0px 15px 0px;
}
h6{
margin: -5px 0 15px 0;
clear:right;
}

.horonelinead{
/*text-align:center;*/
margin: 10px 0 10px 100px;
}

.sidebarad{
text-align:center;
margin: 10px 0 10px -5px;
}

.sidebaradleftcol{
text-align:center;
margin: 10px 0 10px -10px;
}

.planimage {
margin: 5px 5px 5px 0;
}
.plantitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #006633;
}
.plantitle-notactive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #006633;
	text-decoration: line-through;
}
.plantext {
	position: relative;
	margin: -10px 0 10px 0;
}
.plandata {
	font-size: x-small;
	margin: -10px 0 10px 0;
	font-style: italic;
	text-decoration:none;
	color:#339933;

}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossyVmenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 160px;
border: 1px solid #333333;
border-bottom-width: 0;
}

.glossyVmenu li a{
background: #A2C445 url(/images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossyVmenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 150px;
}

.glossyVmenu li a:visited, .glossyVmenu li a:active{
color: white;
}

.glossyVmenu li a:hover{
background-image: url(/images/glossyback2.gif);
}

/**** Class for category listing at the bottom of the page */
.bottomcategories {
	list-style:none;
}
 
.bottomcategories li{
	float:left;
	text-align:center;
}

/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 auto 0 auto;
	background: url(/images/menug_bg.gif) repeat-x; /*tab background image path*/
	height: 40px;
	list-style: none;
	background-image: url(/images/menug_bg.gif);
}

.glossymenu li{
	float:left;
}

.glossymenu img{
float:left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -12px;
border:none;
background:inherit
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 40px;
	line-height: 37px;
	text-align: center;
	cursor: pointer;	clear:right;
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 12px 0 0px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover, img.current{
	color: #fff;
	background: url(/images/menug_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
	line-height: 32px;
}

.glossymenu li.current a b, .glossymenu li a:hover b, img.current{
	color: #fff;
	background: url(/images/menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}

/* Style for Recrod Navigation links */
.RecordNav{
list-style-type: none;
margin: 5px 0 20px 0;
padding: 0;
width: 160px;
border: 1px solid #333333;
border-bottom-width: 0;
background-color:#CCCCCC
}

.RecordNav a:hover {
background-color:#999999
}

body{
margin:0;
padding:0;
padding-top: 15px;
padding-bottom: 15px;
line-height: 1.5em;
background: #666666;
}

b{
	font-size: small;
}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: url(/images/headerbk.jpg) repeat-x; /*left tab image path*/
	overflow: hidden;
}
#topsection{
	/*background: #EAEAEA;*/
height: 90px; /*Height of top section*/
/*	background-image: url(/images/headerbk-top.jpg);
	background-repeat: no-repeat;
	background-position: top left; 
*/}
#topsectionroundcorner {
	background-image: url(/images/headerbk-top.jpg);
	background-repeat: no-repeat;
	background-position: top left; 
/*position:absolute;*/
}
#topsection h1{
	margin: 15px 0 0 30px;
	position:absolute;
	display:block;
	line-height: normal;
}

#topsection h2{
margin: 50px 0 0 90px;
display:block;
position:absolute;
	line-height: normal;
}


#contentwrapper{ /*440px available for content*/
	float: left;
	width: 100%;
	background: #FFFFFF;
}

#contentcolumn{
	margin: 0 190px 0 180px;
	background-image: url(/images/contentcolumn-corner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}


#leftcolumn{
float: left;
display: inline;
width: 180px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
/*background: #C8FC98;*/
background: #A2C445;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
background: #FFFF00;
}

#footer{
clear: left;
width: 100%; 
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}



.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	text-align: left;
}
.innertuberight{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 10px;
}

#content2wrapper{
	float: left;
	width: 100%;
	background: #FFFFFF;
}
#content2column{
	/*margin-left: 190px; Set left margin to LeftColumnWidth*/
margin: 0 0 0 180px;
	background-image: url(/images/contentcolumn-corner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
.inner2tube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
margin-left: 50px;
}

#content3wrapper{
	float: left;
	width: 100%;
	background: #FFFFFF;
}
#content3column{
margin: 0 0 0 180px;
	background-image: url(/images/contentcolumn-corner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
#content4column{
	margin: 0 0 0 10px;
	/*background-image: url(/images/contentcolumn-corner.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	background-color: #FFFFFF;
}

.inner3tube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/**/
/* Form element on the add plan pages */
/**/

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: 550px;
  max-width: 550px;
  width: 550px; 
}

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

form fieldset legend {
	font-size:1.1em; /* 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: 225px; 
	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, 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{font-weight:bold;} /* uses class instead of div, more efficient */

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

/**/
/* Form element on the search pages */
/**/
form#searchform {  /* 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: 430px;
  max-width: 450px;
  width: 450px; 
}

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

form#searchform fieldset legend {
	font-size:1.1em; /* 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#searchform label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 225px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}

form#searchform 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#searchform input, form#searchform textarea, form#searchform select  {
	/* 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#searchform input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea#searchform { overflow: auto; }

form#searchform 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#searchform p {
	padding: 1px 3px;
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009966;
}

form#searchform .required{font-weight:bold;} /* uses class instead of div, more efficient */

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

/**/
/* Form element on the search pages */
/**/
form#emailform {  /* 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: 160px;
  max-width: 160px;
  width: 160px; 
}

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

form#emailform fieldset legend {
	font-size:.9em; /* 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#emailform label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 110px; 
	padding: 0; 
	margin: 5px 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}

form#emailform 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#emailform input, form#emailform textarea, form#emailform select,  {
	/* 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 15; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
form#emailform img{
margin: 5px 0 0 0 
}

textarea#emailform { overflow: auto; }

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


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

#box635 {
float:left;
width:635px;
margin:10px 0 0 0
}
#box635-1,#box635-2,#box635-3 {
margin-bottom:20px;
background-image:url(/images/bottom.gif);
background-position:left bottom;
background-repeat:no-repeat
}
#box635-1 h2,#box635-2 h2,#box635-3 h2 {
text-align:center;
padding:23px 30px 9px 0;
margin:0 0 0 0px;
background:url(/images/boxtop.gif) top left no-repeat #ffffff;
font-weight:600
}
#box635-1 p,#box635-2 p,#box635-3 p {
padding:9px 19px 24px 12px;
margin:0
}

#featurebox450 {
float:left;
width:450px;
margin: 10px 0 0 0;
}
#box450-1,#box450-2,#box450-3 {
margin-bottom:0px;
background-image:url(/images/boxbottom450.gif);
background-position:left bottom;
background-repeat:no-repeat;
}
#box450-1 h2,#box450-2 h2,#box450-3 h2 {
text-align:center;
padding:10px 5px 0 5px;
margin:0 0 0 0px;
background:url(/images/boxtop450.gif) top left no-repeat #ffffff;
font-weight:600;

color: #A2C445;
}
#box450-1 p,#box450-2 p,#box450-3 p {
	padding:9px 19px 24px 12px;
	margin:0;
	text-align: left;
}

table.BomTable {
	margin-left: 20px;
text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.BomTable th {
background-color: #666;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;} 

table.BomTable td {
background-color: #CCC;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;}

#TopBannerAd {
	float:right;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#twitter {
	margin: 0px;
	padding: 5px;
	/*float: left;*/
}

