/* BASIC STRUCTURES */
body { background: #ffffff; margin: 0; padding: 0; }
.shell { margin: 0 auto; padding: 0; position: relative; min-width: 873px; }
.header { background: #001e64 url(../images/headerImage.jpg) center 0 no-repeat; height: 250px; position: relative; border-bottom: 1px solid white; }
.container { background: #fff; position: relative; padding: 15px 0 0 0; width: 100%; height: auto; }
.content { width: 873px; position: relative; margin: auto; }
.contentLeft { float: left; position: relative; width: 310px; padding: 0 0 25px 0; margin: 0; }
.contentRight { float: left; position: relative; width: 502px; padding: 0 0 25px 0; margin: 0; }
.footer { background-color: #335ac9; background-image: url(../images/footerGradient.jpg); background-repeat: repeat-x; border-top: 1px solid #647d7e; height: 270px; position: relative; clear: both; }

#home .container { padding: 25px 0 0 0; }


/* HEADER STYLES */
.quote { float: right; width: 230px; position: relative; margin-top: 20px; }


/* NAVIGATION */
.nav { background: #300d4b; position: relative; border-top: 1px solid #d6cfdb; border-bottom: 1px solid #ac9eb7; text-align: center;   }
.nav ul { margin: auto; height: 37px; overflow: hidden; }
.nav li { width: auto; display: inline-block; }

#about .nav { border-bottom: 11px solid #a933bb; }
#global .nav { border-bottom: 11px solid #18a7d0; }
#partners .nav { border-bottom: 11px solid #157d41; }
#contact .nav { border-bottom: 11px solid #f68211; }


/* CONTENT */
.contentRule { float: left; margin: 0 30px 0 30px; width: 1px; background-image: url(../images/ruleGradient.jpg); height: 467px; }
.column { float: left; position: relative; width: 251px; }

#contact .mainContent span { display: block; float: left; width: 4em; }


/* FOOTER */
.contactInfo {width: 873px; position: relative; margin: auto; margin-top: 10px; text-align: right; }


