/* CSS Document */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, fieldset {
        margin: 0;
        padding: 0;
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}

form {
        margin: 0;
        padding: 0;
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ol, dl, address {
        margin: 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
dd, blockquote {
        margin-left: 5%;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
		padding: .5em;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}

/*LINKS: */

a:link, a:visited {
font-size: 11px;
color: #CC0000;
text-decoration: none
}

a:hover, a:active {
font-size: 11px;
color: #FF0000;
text-decoration:underline;
}

a.topmenu:link, a.topmenu:visited {
color: #FFF;
text-decoration: none;
font-size: 12px;
}

a.topmenu:hover, a.topmenu:active {
color: #FFF;
text-decoration:underline;
font-size: 12px;
}

body {
		background-image: url(cssimages/All-Back.gif);
		background-repeat: no-repeat;
		}


/*ID ABSOLUTE POSITIONING */

#menu {
position:absolute;
top: 72px;
left: 157px;
height: 25px;
width: 580px;
color: #FFF;
font-size: 10pt;
text-align: right;
}

#flash {
position:absolute;
top: 111px;
left: 419px;
width: 327px;
height: 141px;
}


/*OTHER MAIN IDS */

.content {
padding-top: 105px;
padding-left: 225px;
padding-bottom: 10px;
width: 530px;
}

.sticky {
background-image:url(images/sticky.jpg);
background-repeat: no-repeat;
background-position: -176px;
width:176px;
height: 142px;
cursor: pointer;
}

.sticky:hover {
background-image:url(images/sticky.jpg);
background-repeat: no-repeat;
background-position: 0;
width:176px;
height: 142px;
cursor: pointer;
}

.sticky a:link, .sticky a:visited {
color: #005045;
}

.sticky a:hover, .sticky a:active {
color: #CC0000;
}

.sticky p {
margin-left: 9px;
margin-right: 20px;
font-size: 7.5pt;
line-height: 12px;
width: 145px;
height: 95px;
display: block;
}

.sticky img {
border: none;
}

ul {
}

#techform {
margin-left: 225px;
background-color:#ccc;
background-image: url(cssimages/corner.gif);
background-repeat: no-repeat;
width: 510px;
padding: 10px;
line-height: 14px;
}

input {
width: 200px;
height: 18px;
border: 1px solid #000;
color: #666;
font-family:Arial, Helvetica, sans-serif;
padding: 1px;
}

textarea {
width: 250px;
border: 1px solid #000;
color: #666;
height: 70px;
font-family:Arial, Helvetica, sans-serif;
padding: 1px;
}

.send {
width: 477px;
background-color: #666666;
color: #FFF;
text-align: left;
background-image:url(images/submitbutton.jpg);
background-repeat: no-repeat;
height: 24px;
border: none;
}

#footer {
background-color: #000000;
color: #FFF;
width: 100%;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 15px;
}

.refsend {
width: 200px;
background-color: #666666;
color: #FFF;
text-align: left;
background-image:url(images/submitbutton.jpg);
background-repeat: no-repeat;
height: 24px;
border: none;
}


.style1 {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style2 {
	display: block;
	color: #005045;
    font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	}
	
.fasterftphead {
font-size: 15px;
padding-left: 5px; 
padding-top: 3px;
padding-bottom: 3px;
color: #005045;
}	
	
.fasterftp {
padding: 5px; 
}