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

body {
font: small Arial, Helvetica, Verdana, sans-serif;
margin: 0;
padding: 0;
background-image: url(images/background.gif);
}

#wrapper {text-align: center;
width: 1100px;
margin-left: auto;
margin-right: auto;
height: auto;
}

a {color: #000000;
text-decoration: none; 
font-style: normal; 
font-variant: normal; 
font-weight: bold; 
font-size: 10px; 
font-family: Arial, Helvetica, sans-serif;
border: 0;
}

a:hover {color: #000000;
text-decoration: underline; 
font-style: normal; 
font-variant: normal; 
font-weight: bold; 
font-size: 10px; 
font-family: Arial, Helvetica, sans-serif 
}

#maincontent2 {float: left;
width: 1100px;
height: auto;
font-size: 0px;
}

h1 {text-align: left;
font-size: 16px;
font-weight: bold;
}

h2 {text-align: left;
font-size: 12px;
font-weight: bold;
}

/* Form */

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: 590px;
  max-width: 590px;
  width: 590px;
font-size: 8pt;
text-align: left; 
}

form fieldset {
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 5px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size: 8pt; /* 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  */
color: #336633;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0px; 
	margin: 3px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
font-size: 10px; 
}

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:2px 0 0 5px; /* 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;
margin-left: 0px;
 }

form small {
	display: block;
	margin: 0 0 2px 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 */
}

/* end of form */

/* menu */

.menu {float: left; 
height: 32px; 
width: 600px; 
background: url('images/menu.jpg') repeat-x 0px -32px;
}

.menu ul{float: none;
margin: 0;
padding: 0; 
}

.menu ul li {padding: 0; 
margin: 0; 
list-style: none; 
float: left; 
height: 32px; 
display: inline;
}

.menu ul li a {color: #000000; 
text-decoration: none; 
line-height: 32px; 
display: block; 
background: url('images/menu.jpg') no-repeat 100% -64px;
font-style: normal; 
font-variant: normal; 
font-weight: bold; 
font-size: 10px; 
font-family: Arial, Helvetica, sans-serif 
}

.menu ul li a span {padding: 0 13px 0 5px; 
}

.menu ul li a:hover span {text-decoration: underline; 
color: #000000;
}

.menu ul li a.active {background: none;
}

.menu ul li a.active span {color: rgb(255,255,255);
}

.menu ul li a.active:hover span {text-decoration: none;
}

.menu .left {
	float: left;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 32px;
	display: block;
	z-index: 1;
	background: url('images/menu.jpg') no-repeat 0% 0px;
	background-image: url('images/menu.jpg');
}

.menu .right {
	float: right;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 32px;
	display: block;
	z-index: 1;
	background: url('images/menu.jpg') no-repeat 0% -96px;
	background-image: url('images/menu.jpg');
}

/* end of menu */

/* header */

#header {float: left;
height: 11px;
width: 1100px;
height: 1%;
font-size: 0px;
}

/* left side */

#leftside2 {float: left;
height: 613px;
width: 454px;
font-size: 0px;
}

#content3 {float: left;
width: 454px;
height: 613px;
}

#content3 .inner3 {margin: 0px 0px 0px 0px;
height: 613px;
width: 454px;
}

#content3 .inner3 ul.features3 {margin: 0;
padding: 0;
list-style: none;
}

#content3 .inner3 .features3 li img {float: left;
margin: 0 0px 0px 0;
}

/* end of left side */

/* middle */

#middle2 {float: left;
height: 613px;
width: 14px;
font-size: 0px;
}

/* end of middle */

/* text */

#end {float: left;
width: 600px;
height: 318px;
}

#end .inner4 {margin: 0px 0px 0px 0px;
height: 318px;
width: 600px;
padding: 0;
}

#end .inner4 ul.features4 {margin: 0;
padding: 0;
list-style: none;
}

#end .inner4 .features4 li img {float: left;
margin: 0 0px 0px 0;
}

#text {float: left;
width: 600px;
height: 664px;
background-image: url('images/textbox2.jpg');
font-size: 0px;
}

#text2 {float: left;
width: 600px;
height: 664px;
background-image: url('images/textbox2.jpg');
font-size: 0px;
}

#wording2 {float: left;
height: 46px;
width: 600px;
}

#text .inner2 {margin: 0;
height: auto;
width: 600px;
padding: 0;
}

#text .inner2 ul.features2 {margin: 0;
padding: 0;
list-style: none;
}

#text .inner2 .features2 li img {float: left;
margin: 0 0px 0px 0;
}

p.maintext {line-height: 1.0em;
text-align: left;
font-size: 11px;
text-align: left;
}

p.maintext2 {font-family: Arial, Helvetica, sans-serif;
line-height: 1.1em;
text-align: left;
font-size: 11px;
text-align: left;
}

/* end of text */

/* right side */

#rightside2 {float: right;
height: auto;
width: 32px;
}

/* end of right side */

/* footer */

#footer {clear: both;
float: left;
width: 1100px;
height: 39px;
}
