/**
 * title: Develup.biz Stylesheet
 * author: Michael Aguiar <michaelaguiar@me.com>
 */

/* Global */
html {width:100%; height:100%;}
body {margin:0px; padding:0px; color:#333; font:12px Verdana, Arial, Helvetica, sans-serif;}
p {margin:0; padding:0 0 15px 0;}
form {margin:0;}
#note {color:#FF0000; font-style:italic; float:left; margin-top:-25px;}
#note span {color:#236a32; font-weight:bold;}
.required {color:#FF0000; display:none;}
.siteMap {margin:10px auto; width:784px; text-align:center; font-size:11px;}
.siteMap a {color:#000; text-decoration:none;}
.siteMap a:hover {text-decoration:underline; color:#94433e;}

/* Home */
.homeContainer {border:#333 solid 2px; margin:10px auto 0px; width:780px; overflow:hidden;}
.homeLogo {background:url('/assets/images/logo.gif') no-repeat; width:240px; height:209px; float:left;}
.homeFlash {width:540px; height:209px; float:left;}
.homeHeader {float:left; height:209px;}
.homeBody {float:left; width:780px;}
.homeNav {width:240px; height:100%; background-color:#e7953e; float:left;}
.homeNav a {display:block; width:240px; height:30px; background-image:url('/assets/images/navSprite.png');}
.homeContentContainer {width:540px; float:left;}
.homeContent {background:#f9f8f3; width:519px; margin:1px 0 0 1px; float:left; padding:10px;}
.homeForm {float:left; width:191px;}
.homeForm div input {width:180px;}
.captcha {float:left; display:none; clear:right;}
.homeBottomQuote {width:519px; height:29px; padding:10px; margin:1px 0 0 1px; background:#ecaa65; float:left;}
.homeFooterBar {background:#1a3a4b; width:780px; height:30px; float:left; margin-top:1px;}

/* Navigation */
.navHome {background-position:0 0;}
.navAboutUs {background-position:-240px 0;}
.navAboutUs:hover {background-position:-240px -30px;}
.navServices {background-position:-480px 0;}
.navServices:hover {background-position:-480px -30px;}
.navResources {background-position:-720px 0;}
.navResources:hover {background-position:-720px -30px;}
.navArticles {background-position:-960px 0;}
.navArticles:hover {background-position:-960px -30px;}
.navContact {background-position:-1200px 0; border-bottom:#fff solid 1px;}
.navContact:hover {background-position:-1200px -30px;}
