/* This CSS is only loaded if the user's screen resolution is 1024px (or less) wide.*/

/* SPECIAL - SMALLER WIDTH OPTIONS */

#page.narrow #search {
float:left;
position:relative;
top:12px;
left:0px;
}

#page.narrow #content {
max-width:750px;
}

#page.narrow #navigation {
padding-left:40px;
}

#page.narrow #slogan {
margin-right:115px;
}

#header {
    overflow: hidden;
}

#search {
    left:0px;
}

#navigation {
    background: none repeat scroll 0 0 #93669E;
    height: 70px;
    padding-left: 175px;
}

#content {
    clear: left;
    left: 200px;
    max-width: 630px;
    min-height: 500px;
    position: relative;
}
