  html {
    /*background-color: #e2e2e2;*/
    margin: 0;
    padding: 25px 0;
}

body {
    margin:5px;
    font-family: "Open Sans", Helvetica-Neue, Helvetica, Verdana, Arial, sans-serif;
    background-color: rgb(241, 242, 242);
}

.center {
    text-align: center;
}

p {
    text-align: left;
    color: rgb(26, 34, 82);
}

.NoResize 
{
    resize: none;
}

 .title {
 	font-size:22px;
	font-weight:bold;
	font-style:normal;
 }

.ReqField {
     color: #ac1b1b;
 	font-size:12px;
	font-weight:bold;
	font-style:normal;
 }

a {
    /*color: #333;*/
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

a:link, a:visited,
a:active, a:hover {
    /*color: #333;*/
}

a:hover {
    background-color: #c7d1d6;
}

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    /*background-color: #a6dbed;*/
    padding-left: 5px;
    padding-right: 5px;
}

.mLeft300 {
	margin-left: 200px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: rgb(26, 34, 82);
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 1.3em;
}

h2 {
    font-size: 1.125em;
}

h3 {
    font-size: 1.000em;
}

h4 {
    font-size: 0.938em;
}

h5, h6 {
    font-size: .9em;
}

h5 a:link, h5 a:visited, h5 a:active {
    padding: 0;
    text-decoration: none;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    /*background-color: #efeeef;*/
    clear: both;
    padding-bottom: 35px;
}

.main-content {
    /*background: url("/campusservices/spd_employerservices/ASPX/Images/accent.png") no-repeat;*/
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content {
    /*background: url("/campusservices/spd_employerservices/ASPX/Images/heroAccent.png") no-repeat;*/

}

.notes {
    text-align: left;
    height: 18px;
}

header .content-wrapper {
    padding-top: 20px;
}

footer {
    clear: both;
    /*background-color: #e2e2e2;*/
    font-size: .8em;
    height: 100px;
}

/* site title
----------------------------------------------------------*/
.site-title {
    /*color: #c8c8c8;*/
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    /*background: none;
        color: #c8c8c8;*/
    outline: none;
    text-decoration: none;
}

.stage {
    POSITION: relative;
    PADDING: 100px 25px 50px 25px;
    MARGIN: 50px auto 0px;
    MIN-HEIGHT: 100px;
    WIDTH: 80%;
    BACKGROUND-COLOR: #ffffff;
    -moz-box-shadow: 0px 0px 3px #000;
    -webkit-box-shadow: 0px 0px 3px #000;
    box-shadow: 0px 0px 3px #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px
}

IMG.logo {
    HEIGHT: 122px;
    BACKGROUND: #1a2252;
    RIGHT: 0px;
    POSITION: absolute;
    LEFT: 0px;
    MARGIN: 0px auto;
    TOP: -30px;
    WIDTH: 123px;
    -moz-box-shadow: 0px 0px 3px #000;
    -webkit-box-shadow: 0px 0px 3px #000;
    box-shadow: 0px 0px 3px #000
}

.button {
    FONT-SIZE: 15px;
    HEIGHT: 32px;
    RIGHT: 0px;
    POSITION: absolute;
    FONT-WEIGHT: bold;
    COLOR: #ffffff;
    FONT-STYLE: normal;
    TEXT-ALIGN: center;
    LEFT: 50%;
    FILTER: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f99034', 
    endColorstr='#da7e22');
    TEXT-DECORATION: none;
    MARGIN: 0px auto;
    DISPLAY: inline-block;
    LINE-HEIGHT: 32px;
    WIDTH: 193px;
    BOTTOM: -15px;
    BACKGROUND-COLOR: #f99034;
    TEXT-INDENT: 0px;
    -webkit-box-shadow: 0px 1px 0px 1px #cf8104;
    box-shadow: 0px 1px 0px 1px #cf8104;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-shadow: 1px 3px 0px #cd8a15
}

.button:hover {
    FILTER: progid: DXImageTransform.Microsoft.gradient(startColorstr='#da7e22', 
    endColorstr='#f99034');
    BACKGROUND-COLOR: #da7e22
}


/* END: Mobile Styles */

