html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* BLOCKS */

#wrap {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#container {
    width: 940px;
    margin-left: 10px;
}

#nav {
    border-top: 1px solid #bbbbbb;
    margin-top: 20px;
}

#logo {
    float: left;
    width: 240px;
    height: 40px;
}

#menu {
    float: left;
    width: 700px;
    padding-top: 8px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #777777;
    text-align: right;
    line-height: 30px;
    
}

#menu a {
    color: #777777;
    text-decoration: none;
}

#menu .active {
    color: #267bbf;
}

#menu a:hover {
    color: #267bbf;
}

#menu li {
    display: inline;
}

#menu .bar {
    color: #267bbf;
    font-weight: bolder;
    padding-left: 3px;
    padding-right: 3px;
}

#content {
    border: 1px solid #bbbbbb;
    min-height: 580px;
    position: relative;
}

#errors {
    position: absolute;
    top: 10px;
    right: 50px;
}

#errorsR {
    position: absolute;
    top: 10px;
    left: 10px;
}

/* CONTENT */

#home #left {
    padding-top: 80px;
    width: 380px;
    height: 380px;
    display: block;
    float: left;
}

#home #right {
    width: 500px;
    padding-top: 90px;
    margin-left: 20px;
    display: block;
    float: left;
}

#home .linkBox {
    float: left;
    height: 200px;
    margin-right: 14px;
}

#home .linkBox img:hover {
    border: 1px solid #267bbf;
}

#home .linkBox img {
    border: 1px solid #ccc;
}

#home .linkBox p {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}

#home .linkBox a {
    color: #777777;
    text-decoration: none;
}

#home .linkBox a:hover {
    color: #267bbf;
}

#home #headline {
    position: absolute;
    top: 35px;
    text-align: center;
    width: 900px;
    height: 100px;
    font-size: 36px;
}

/* EDIT */

#index #left {
    padding-top: 80px;
    width: 380px;
    height: 380px;
    display: block;
    float: left;
}

#index #right {
    width: 500px;
    padding-top: 140px;
    margin-left: 20px;
    display: block;
    float: left;
}

#index .linkBox {
    float: left;
    height: 200px;
    margin-right: 14px;
}

#index .linkBox a:hover {
    border: 1px solid #267bbf;
}

#index .linkBox a {
    border: 1px solid #ccc;
    display: block;
    padding: 0px 10px;
    position: relative;
    left: 30px;
    top: 30px;
    font-weight: bold;
    background-color: #eee;
}

#index .linkBox p {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}

#index .linkBox a {
    color: #333;
    text-decoration: none;
}

#index .linkBox a:hover {
    color: #267bbf;
}

#index .linkBox .learn {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 0px;
    margin-top: 5px;
    font-weight: normal;
}

#index .linkBox .click {
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 5px;
    font-weight: bold;
    text-decoration: underline;
    font-weight: normal;
}

#index #headline {
    position: absolute;
    top: 55px;
    left: 200px;
    text-align: center;
    width: 700px;
    height: 100px;
    font-size: 36px;
}

#index #headline strong {
    position: relative;
    top: -10px;
}

#about #left {
    padding-top: 80px;
    width: 380px;
    height: 380px;
    display: block;
    float: left;
}

#about #right {
    width: 500px;
    padding-top: 150px;
    margin-left: 20px;
    display: block;
    float: left;
}

#college #left {
    padding-top: 80px;
    width: 380px;
    height: 380px;
    display: block;
    float: left;
}

#college #right {
    width: 500px;
    padding-top: 60px;
    margin-left: 20px;
    display: block;
    float: left;
}

#working {
    background-image: url('../images/working.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    display: block;
    height: 580px;
}

#working #left {
    padding-top: 120px;
    margin-left: 40px;
    width: 300px;
    height: 380px;
    display: block;
}

#animal #left {
    padding-top: 80px;
    width: 543px;
    height: 324px;
    display: block;
    float: left;
}

#animal #right {
    width: 337px;
    padding-top: 140px;
    margin-left: 20px;
    display: block;
    float: left;
}

#history #left {
    padding-top: 80px;
    margin-left: 40px;
    width: 380px;
    height: 380px;
    display: block;
    float: left;
}

#history #right {
    width: 436px;
    height: 438px;
    padding-top: 80px;
    margin-left: 20px;
    display: block;
    float: left;
}

#contact {
    background-image: url('../images/contact.jpg');
    background-position: bottom left;
    background-repeat: no-repeat;
    display: block;
    height: 580px;
}

#contact #right {
    padding-top: 120px;
    margin-left: 400px;
    width: 520px;
    display: block;
}

#contact table td {
    padding: 5px;
    vertical-align: top;
}

#contact table {
    width: 500px;
}

#contact input {
    border: 1px solid #bbbbbb;
    line-height: 20px;
    height: 22px;
    width: 430px;
}

#contact textarea {
    border: 1px solid #bbbbbb;
    width: 400px;
    height: 200px;
}

#contact .button {
    width: 150px;
    height: 28px;
}

#application {
    /*background-image: url('../images/contact.jpg');
    background-position: bottom left;
    background-repeat: no-repeat;*/
    display: block;
    height: 580px;
}

#application #right {
    padding-top: 10px;
    margin-left: 300px;
    width: 520px;
    display: block;
}

#application table td {
    padding: 3px;
    vertical-align: top;
    text-align: right;
}

#application table {
    width: 600px;
}

#application input {
    border: 1px solid #bbbbbb;
    line-height: 20px;
    width: 400px;
    height: 22px;
}

#application textarea {
    border: 1px solid #bbbbbb;
    width: 398px;
    height: 50px;
}

#application label, #contact label {
    position: relative;
    top: 5px;
}

#application .button {
    width: 150px;
    height: 28px;
}

/* MODIFIERS */

a {
    
}

a:hover {
    
}

/* CLASSES */

.centered {
    text-align: center;
}

.legal {
    font-family: Times, serif;
    font-size: 11px;
    line-height: 14px;
    font-style: italic;
    margin-top: 20px;
}

.button {
    text-transform: uppercase;
    background-color: #56a0d3;
    color: #ffffff;
    font-family: Times, serif;
    font-size: 14px;
    padding: 3px;
    padding-top: 5px;
    vertical-align: text-bottom;
}

.button:hover {
    background-color: #267bbf;
}

a.button {
    text-decoration: none;
}

.horiz {
    border-top: 1px solid #bbbbbb;
    margin-top: 10px;
    padding-bottom: 10px;
}

.bodyCopy {
    font-family: Times, serif;
    font-size: 14px;
    line-height: 18px;
}

.bodyCopy p {
    margin-bottom: 18px;
}

.bodyCopy strong {
    font-size: 26px;
    line-height: 26px;
}

.clearer {
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    clear: both;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom20 {
    margin-bottom: 20px;
}

.top20 {
    margin-top: 20px;
}

.top40 {
    margin-top: 40px;
}

.righted {
    text-align: right;
}

/* scroller */

#scroll_college { width: 500px; clear: both; margin: 0px 0 10px; }
#scroll_college .viewport { width: 480px; height: 450px; overflow: hidden; position: relative; }
#scroll_college .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scroll_college .thumb .end,
#scroll_college .thumb { background-color: #1c75bc; }
#scroll_college .scrollbar { position: relative; float: right; width: 10px; }
#scroll_college .track { background-color: #85d1ea; height: 100%; width:5px; position: relative; left: 5px; }
#scroll_college .thumb { height: 20px; width: 10px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -3px; }
#scroll_college .thumb .end { overflow: hidden; height: 5px; width: 10px; }
#scroll_college .disable{ display: none; }

#scroll_history { width: 380px; clear: both; margin: 0px 0 10px; }
#scroll_history .viewport { width: 350px; height: 380px; overflow: hidden; position: relative; left: 15px; }
#scroll_history .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scroll_history .thumb .end,
#scroll_history .thumb { background-color: #1c75bc; }
#scroll_history .scrollbar { position: relative; float: left; width: 10px; }
#scroll_history .track { background-color: #85d1ea; height: 100%; width:5px; position: relative; left: 5px; }
#scroll_history .thumb { height: 20px; width: 10px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left:-3px}
#scroll_history .thumb .end { overflow: hidden; height: 5px; width: 10px; }
#scroll_history .disable{ display: none; }
