/* Stylesheet for encrease.biz
   Developed by Mike Escutia and Starfighter Design
   Last changed on 02.29.04
*/

/* Thes controls aspects of the page itself */

body {
     margin:0px;
     padding:0px;
     background-color:#222264;
}

#page {
     width: 80%;
     background: url(img/logo-metal.jpg) top right no-repeat;
     margin:0px auto;
     margin-bottom: 0px;
     border-top: 1px solid #000;
     border-bottom: 1px solid #000;
     border-top: 1px solid #b8babe;
     border-bottom: 1px solid #fff;
}


/* Specific html tags */

h3 {
     color: #222264;
     text-decoration: underline;
}

/* These control the logo image */

#logo {
     background: #999;
     text-align: right;
     margin-bottom: 0px;
     border-bottom: 1px solid #555;
}

#logo img {
     border: 0;
}


/* CSS for navbar buttons */

#navbar {
	font: 16px/20px verdana, arial, helvetica, sans-serif;
     text-align: center;
     text-transform: uppercase;
     margin-top: 100px;
     background: #999 url(img/nav-gradient.gif) repeat-x;
}

#navbar a {
 	padding-left: 5px;
	padding-right: 5px;
 	margin-left: 5px;
	margin-right: 5px;
	color: #000;
	text-decoration: none;
}

#navbar #navhome {
     padding-left: 0px;
}

#navbar #navcont {
     padding-right: 0px;
}

#navbar a:hover {
	color: #33ffff;
	text-decoration: none;
}


/* Actual content area for the page */

#content {
	font: 16px arial, times new roman, serif;
     margin: 0;
	padding: 1px 10px 10px 10px;
     background: #fff url(img/stuccowhite1.gif);
/*	background: url(stuccogrey2.gif);*/
}

#content p {
     padding-left: 10px;
     margin-right: 10px;
}

/* Extra CSS class for content text area.  Not currently in use, but
   available should we need it. */
.text {
}


/* CSS for specific stylings */

.subj {
     font-weight: bold;
     color: #222264;
     text-decoration: underline;
}

.emph {
     text-decoration: underline;
}

strong {
     color: #222264;
}

.continfo {
     font-weight: bold;
     text-decoration: underline;
}

.address {
     margin-left: 30px;
}

/* The unordered lists on mission.html and process.html */
ul.options li, ul.how li {
     margin-bottom: 10px;
     margin-right: 30px;
}

/* Extra bit of styling for the process.html list */
ul.how2 li {
     margin-bottom: 0;
}

/* For contact.php */
table.contactpage p {
     margin-top: 0;
     margin-bottom: 10px;
}

/* The "chicken or the egg" image on the homepage */
.chicken {
     float: left;
     margin-right: 30px;
}


/* The "summary" box on mission.html; can be used on other pages, as well */

.sidebox {
     float: left;
     width: 120px;
     margin: 20px 10px;
     font-size: 90%;
     font-style: italic;
     color: #a00;
     background: #ddd;
}

.sidebox p {
     text-align: center;
     margin-right: 8px;
}


/* .front is the first few paragraphs of the homepage. */
.front, .right {
     font-style: italic;
}

/* .right is the right-justified paragraph on the homepage. */
.right {
     text-align: right;
     margin-right: 5px;
}

/* The bottom paragraphs on the homepage */
.front2 {
     font-weight: bold;
     color: #222264;
}

/* "Welcome to ENCREASE" */
.welcome {
     font-weight: bold;
     color: #222264;
     text-align: center;
     margin-bottom: 120px;
}


/* These are for thanks.html */
.thanks {
     font-style: italic;
     color: #222264;
     text-align: center;
     margin-top: 50px;
}

.backhome {
     font-weight: bold;
     text-align: center;
     margin-bottom: 50px;
}


/* This is all stylings for the footer area */

#footer {
     font-size: 80%;
     color: #000;
     text-align: center;
     padding: 3px;
     border-top: 1px solid #999;
}

#footernavbar {
     margin-top: 0;
}

#footertext {
     margin-bottom: 0px;
}


/* end */
