
body {
    margin: 0;
    padding: 0;
    background: #fff;
}
#page {
    position: relative;
    width: 960px;
    background: #fff;
}
a {
    color: #004b80;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* Logo */

#logo {
    display: block;
    position: absolute;
    width: 550px;
    height: 100px;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    background: url(../images/cozad-logo.gif) 0 0 no-repeat;
}
#logo h1, #logo p, #logo span {
    position: absolute;
    left: -9999px;
}

/* Content */

#content {
	float: none !important;
    position: relative;
    width: 920px;
    margin: 100px 20px 0;
    color: #4d4d4d;
}
#content h1 {
    padding: 20px 0 20px;
    color: #004b80;
    font: bold 36px arial, helvetica, sans-serif;
}
#content p {
    padding-bottom: 1.5em;
}



#content .main {
    width: 580px;
    float: left;
    font: 13px/20px verdana, arial, helvetica, sans-serif;
}
#content .main p.first {
    font: 16px/22px georgia, times, "times new roman", serif;
}
#content .main ul {
	padding-left: 2em;
    padding-bottom: 2em;
	list-style: outside disc;
}

#content-header,
#content .main {
    margin-left: 100px;
}
body.without-right #content .main {
    float: none;
    width: auto;
}


#content .sidebar {
    position: relative;
    width: 200px;
    float: right;
    background: url(../images/sidebar-blue-bg.gif) 0 0 repeat-y;
    font: 11px/16px verdana, arial, helvetica, sans-serif;
}
#content .sidebar2 {
    background: url(../images/sidebar-blue-top.gif) left top no-repeat;
}
#content .sidebar3 {
    padding: 20px;
    background: url(../images/sidebar-blue-bottom.gif) left bottom no-repeat;
}
#content .sidebar ul {
	margin: 0;
	padding: 0;
}
#content .sidebar .block {
	margin-bottom: 0;
}

/* moved from inside.css */

#content .sidebar {
    position: relative;
    width: 200px;
    float: right;
    clear: right;
    margin: 0 0 50px 2em;
    background: url(../images/sidebar-blue-bg.gif) 0 0 repeat-y;
    font: 11px/16px verdana, arial, helvetica, sans-serif;
}
#content .sidebar2 {
    background: url(../images/sidebar-blue-top.gif) left top no-repeat;
}
#content .sidebar3 {
    padding: 90px 0 0;
    background: url(../images/sidebar-blue-bottom.gif) left bottom no-repeat;
}
.front #content .sidebar3 {
    padding-top: 0;
}
#content .sidebar .photo {
    position: absolute;
    width: 200px;
    height: 160px;
    left: 0;
    top: -30px;
}
#content .sidebar .photo img {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}
#content .sidebar #right-sidebar .photo {
    margin-top: -130px;
}
#content .sidebar h2 {
    padding: 10px 15px 10px 15px;
    background-color: #808080;
    color: #ffffff;
    font-weight: bold;
}
#content .sidebar p {
    padding: 10px 15px;
}

.sidebar .block-inner .content {
    padding: 10px 0px 20px 0px;
}



#content .pull-out {
    width: 345px;
    float: left;
    margin: 0 25px 25px -20px;
    background: #e8f1f5 url(../images/pull-out-box-bottom.gif) left bottom no-repeat;
}
#content .pull-out2 {
    padding: 20px 20px 5px;
    background: url(../images/pull-out-box-top.gif) left top no-repeat;
}


.two-columns {
    width: 706px;
    margin-left: -20px;
    background: url(../images/pull-out-box-bg.gif) 0 0;
}
.columns2 {
    background: url(../images/pull-out-box-bottom.gif) left bottom repeat-x;
}
.columns3 {
    background: url(../images/pull-out-box-top.gif) left top repeat-x;
    overflow: hidden;
}
.two-columns .column {
    width: 345px;
    float: left;
    margin-left: 16px;
}
.two-columns .first {
    margin-left: 0;
}
.two-columns .column2 {
    padding: 20px 20px 5px;
}
.two-columns h2 {
    margin-bottom: .5em; 
    color: #004b80;
    font: bold 18px arial, helvetica, sans-serif;
}
#content .node-inner h2 {
    margin-bottom: .5em;
    color: #004b80;
    font: bold 18px arial, helvetica, sans-serif;
}

.node-type-story .submitted {
	font-size: .9em;
	font-weight: bold;
	color: #999;
	margin-bottom: .5em;
}



/* Navigation */

#navigation {
    position: absolute;
	z-index: 250;
    width: 780px;
    height: 35px;
    left: 121px;
    top: 65px;
    margin: 0;
    padding: 0;
}
#navigation li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#navigation a {
    display: block;
    position: absolute;
    width: 97px;
    height: 35px;
    top: 0;
    background: url(../images/navigation.gif);
}
#navigation span {
    position: absolute;
    left: -9999px;
}
/*
#navigation .about-us a {
    left: 0;
    background-position: 0 0;
}
#navigation .about-us a:hover {
    background-position: 0 -35px;
}
.section-about #navigation .about-us a,
#navigation .about-us a.active {
    background-position: 0 -70px;
}
*/
#navigation .services a {
    left: 0;
    width: 86px;
    background-position: 0 0;
}
#navigation .services a:hover {
    background-position: 0 -35px;
}
body.services #navigation .services a,
#navigation .services a.active {
    background-position: 0 -70px;
}
#navigation .composites a {
    left: 86px;
    width: 173px;
    background-position: -86px 0;
}
#navigation .composites a:hover {
    background-position: -86px -35px;
}
body.composites #navigation .composites a,
#navigation .composites a.active {
    background-position: -86px -70px;
}
#navigation .institutional-investors a {
    left: 259px;
    width: 182px;
    background-position: -259px 0;
}
#navigation .institutional-investors a:hover {
    background-position: -259px -35px;
}
body.institutional-investors #navigation .institutional-investors a,
body.team-member #navigation .institutional-investors a,
#navigation .institutional-investors a.active {
    background-position: -259px -70px;
}
#navigation .our-team a {
    left: 259px;
    width: 92px;
    background-position: -441px 0;
}
#navigation .our-team a:hover {
    background-position: -441px -35px;
}
body.our-team #navigation .our-team a,
body.team-member #navigation .our-team a,
#navigation .our-team a.active {
    background-position: -441px -70px;
}
#navigation .news a {
    left: 352px;
    width: 156px;
    background-position: -535px 0;
}
#navigation .news a:hover {
    background-position: -535px -35px;
}
body.news #navigation .news a,
#navigation .news a.active {
    background-position: -535px -70px;
}
#navigation .contact a {
    left: 508px;
    width: 89px;
    background-position: -691px 0;
}
#navigation .contact a:hover {
    background-position: -691px -35px;
}
body.contact #navigation .contact a,
#navigation .contact a.active {
    background-position: -691px -70px;
}

/* Section navigation */

.section-navigation {
    position: absolute;
    height: 101px;
    left: 0;
    top: 16px;
    margin: 0;
    padding: 0;
}
.section-navigation ul,
.section-navigation li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.section-navigation a {
    display: block;
    height: 23px;
    padding-left: 20px;
    background: url(../images/section-navigation-item-bg.png) 0 0 no-repeat;
    color: white;
    font: bold 13px/23px arial, helvetica, sans-serif;
    text-shadow: 2px 2px 2px #666;
}
.section-navigation a:hover {
    background-position: 0 -23px;
    text-decoration: none;
}
.section-navigation a.block-config  {
    color: #004B80;
    font-size: 9px;
    padding: 0 0 0 0;
}

.section-navigation a.block-edit-menu {
    color: #004B80;
    font-size: 9px;
    padding: 0 0 0 0;
}



/** IE 6

.section-navigation a {
    display: block;
    height: 23px;
    padding-left: 20px;
    background: url(../images/section-navigation-bg.gif) 0 0 no-repeat;
    color: white;
    font: bold 13px/23px arial, helvetica, sans-serif;
    text-shadow: 2px 2px 2px #666;
}
.section-navigation a:hover {
    background-position: 0 -101px;
    text-decoration: none;
}

.section-navigation .item-2 a { background-position: 0 -26px; }
.section-navigation .item-2 a:hover { background-position: 0 -127px; }

.section-navigation .item-3 a { background-position: 0 -52px; }
.section-navigation .item-3 a:hover { background-position: 0 -153px; }

.section-navigation .item-4 a { background-position: 0 -78px; }
.section-navigation .item-4 a:hover { background-position: 0 -179px; }

.section-navigation .item-5 a { background-position: 0 -104px; }
.section-navigation .item-5 a:hover { background-position: 0 -205px; }

*/

/* Search */

#search {
    position: absolute;
    left: 722px;
    top: 76px;
}
#search input {
    position: absolute;
    width: 156px;
    height: 18px;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    border: 1px solid #808080;
}
#search .form-submit {
    position: absolute;
    width: 50px;
    height: 20px;
    left: 159px;
    top: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: url(../images/search-button.gif) 0 0 no-repeat;
    cursor: pointer;
}
#search .form-submit:hover {
    background-position: 0 -20px;
}

/* Footer */

#footer {
    width: 960px;
    padding: 50px 0;
    clear: both;
    color: #919191;
    text-align: center;
    font: 11px/16px verdana, arial, helvetica, sans-serif;
}
#footer-inner {
    padding-left: 90px;
}

#footer-inner p{
    padding-bottom: 5px;
}

#state-listing {
	display: none;
}

