/* This file will hold styles that are loaded using the same media query as the normal grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the widescreen layout unless they are overridden by the widescreen styles. */

body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    min-width:740px;
    line-height: 1.4;
}


.container-12 {
    width: 720px !important;
}


.container-12, .container-12 .grid-6 .max-content, .max-content {
width:720px;
}

#section-header {
margin:0 auto;
width:720px;
 background: url("/pern_files/banner/banner_720.gif") no-repeat scroll left top transparent;
    height:100px;
    background-color: #ffffff;

}


.container-12 .grid-12 {
width:740px !important;
}

#region-sidebar-second { float:right;}

.site-name {
font-size: 140%;
}

.site-name-slogan {
    float: none;
    margin: 0 auto;
    position: relative;
    top:0;
    width:auto;
}

/*
#search-block-form {
    float: right;
    margin: 1% 5% 0 0;
}
*/

#search-block-form {
    font-size: 80%;
    left: 540px;
    position: absolute;
    top: -100px;
    width: 190px;
}
