/* ------------- "generic" styles */

body {
	margin: 0; padding: 0;
	background: #d7d3c7 url(../images/bkg.gif) top center no-repeat;
	color: #333;
	font: small Arial, Verdana, Helvetica, sans-serif;
}

a {
color: #5d1336; outline: none;
}

a:hover { 
color: #333;
text-decoration: none;
}

a img {
border: 0;
}


/* ------------- text styles */

h1 { 
  color: #5d1336; 
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h2 { 
  color: #827f5a; 
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1,h2 { font-weight: normal; }

h1 { font-size: 1.25em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.15em; margin-bottom: 0.25em; }

/* ------------- masthead styles */

#masthead {
    width: 960px;
    margin: 0 auto;
    height: 145px;
    position: relative;
    overflow: hidden;
}

#logo {
    float: left;
    padding: 14px 0 0 42px;
}

/* ------------- navigation styles */

#nav {
    margin: 0; padding: 0;
    width: 650px;
    height: 22px;
    list-style: none;
    position: absolute;
    top: 96px;
    left: 296px;
}

#nav li {
    padding: 0;
    text-indent: -9999px;
    display: inline;
    float: left;
}

#nav a {
	height: 22px;
    display: block;
}

a#home {
    width: 52px;
    background: url(../images/nav_home.gif) top left no-repeat;
}
a#about-odyssey {
    width: 127px;
    background: url(../images/nav_about_odyssey.gif) top left no-repeat;
}
a#services {
    width: 81px;
    background: url(../images/nav_services.gif) top left no-repeat;
}
a#industries {
    width: 93px;
    margin-right: 0;
    background: url(../images/nav_industries.gif) top left no-repeat;
}
a#solutions {
    width: 88px;
    margin-right: 0;
    background: url(../images/nav_solutions.gif) top left no-repeat;
}
a#professionals {
    width: 119px;
    margin-right: 0;
    background: url(../images/nav_professionals.gif) top left no-repeat;
}
a#contact-us {
    width: 90px;
    margin-right: 0;
    background: url(../images/nav_contact_us.gif) top left no-repeat;
}

#global a {
    height: 22px;
    display: block;
}

a:hover#home, body#home-on #nav #home,
a:hover#about-odyssey, body#about-odyssey-on #nav #about-odyssey,
a:hover#services, body#services-on #nav #services,
a:hover#industries, body#industries-on #nav #industries,
a:hover#solutions, body#solutions-on #nav #solutions,
a:hover#professionals, body#professionals-on #nav #professionals,
a:hover#contact-us, body#contact-us-on #nav #contact-us
{
    background-position: bottom left;
}

/* ------------- sub navigation */


#subnav {
    float: left;
    width: 239px;
    padding: 0;
    margin: 12px 0 0 12px;
    _margin-left: 8px; /* For IE6 */
    overflow: hidden;
}

#subnav ul {
    margin: 0;
    padding: 0;
    width: 239px;
    list-style: none;
}

#subnav a {
    width: 239px;
    height: 23px;
    text-indent: -9999px;
    display: block;
}


/* ------------- main column styles */

#container {
    width: 954px;
    margin: 0 auto;
    background: #fff;
    border: 3px solid;
    border-color: #5d1336;
	position: relative;
    overflow: hidden;
}
#sidebar {
    float: left;
    width: 266px;
    width/**/:/**/ 239px;
    padding: 50px 0 25px 27px;
}

#sidebar-links {
    float: left;
    width: 266px;
    width/**/:/**/ 239px;
    padding: 35px 0 25px 27px;
}

#content {
    float: right;
    width: 580px;
    padding: 40px 65px 25px 43px;
    overflow: hidden;
}


#header {
    width: 954px;
    height: 251px;
    margin: 0 auto;
    background: #5d1336;
    overflow: hidden;
}


/* ------------- promo styles */


#promo-contact-us {
    display: block;
    width: 239px;
    height: 191px;
    margin: 0 0 30px 0;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/btn_contact_us.jpg) top left no-repeat;
}

#promo-meet-professionals {
    display: block;
    width: 239px;
    height: 191px;
    margin: 0 0 30px 0;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/btn_meet_professionals.jpg) top left no-repeat;
}

.pdf {
    padding: 0 0 3px 20px;
    margin-bottom: 10px;
    background: url(../images/icon_pdf.gif) no-repeat left top;
}


/* ------------- list styles */


ul#sitemap-list li {
    font-size: 12px;
    margin-bottom: 5px;
}

#sitemap-list li ul.sub-list {
    margin-top: 5px;
}

#sitemap-list li ul.sub-list li {
    font-size: 12px;
    margin-bottom: 0;
}



/* ------------- footer styles */

#footer {
	clear: both;
	width: 958px;
	padding: 0;
	color: #616056;
    font-size: .9em;
	margin: 0 auto;
}

#footer a {
    color: #616056;
}

#copyright {
    float: right;
    padding: 10px 10px 0 0;
}

#footer-links {
    float: left;
    text-align: right;
    padding: 10px 0px 0 10px;
}

