body {
	background: #FFFFFF;
	font-family: open sans, sans-serif;
	color: #606060 !important;
	margin: 0;
	padding: 0;
}

html {
overflow-y: scroll;
}

/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
@font-face {
	font-family: MuseoSlab500;
	src: url("Museo_Slab_500Web.eot");
}

@font-face {
	font-family: MuseoSlab500;
	src: url("Museo_Slab_500Web.woff") format("woff");
}

.box p, .box-middle p {
    margin: 0px;
    padding: 0px;
    line-height: normal;
}

#wrapper {
	margin: 0px auto;
	padding: 0px;
}

#header {
	width: 980px;
	height: 155px;
	margin: 0px auto;
}

#logo {
	height: 100px;
	width: 400px;
	padding: 0px;
	margin-top: 30px;
    float: left;
	color: #FFFFFF;
	background: white url(images/logo.png) no-repeat left top;
}

#logo h1 {
	float: left;
    font-family: MuseoSlab500, serif;
	font-size: 3em;
	color: #FFFFFF;
}

#search {
	float: right;
	width: 280px;
	height: 110px;
	padding: 0;
	margin: 0;
}

#search form {
	height: 50px;
	width: 200px;
	margin: 0;
	padding: 70px 0px 50px 0px;
}

#search fieldset {
	height: 28px;
	width: 200px;
	margin: 0;
  margin: 0px;
  padding: 0px;
}

#search-text {
	width: 190px;
	height: 20px;
	border: solid;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	background: white url(images/magnifying_glass.png) no-repeat right top;
  margin-left: 5px;
  border-width: 1px;
  border-color: #C8C8C8;
}

#search-submit {
	display: none;
}

#menu {
	width: 980px;
	height: 51px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF;
	border-radius: 10px 10px 0px 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
  text-align: center;

}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 34px;
	width: 244px;
	margin-right: 1px;
    padding-top: 16px;
	text-decoration: none;
	font-family: open sans, sans-serif;
	font-size: 1em;
	font-weight: none;
	color: #595959;
	background: url(images/menu_background.png) repeat-x left top;
}

.left-menu {
    border-radius: 10px 0px 0px 0px;
}

.right-menu {
    border-radius: 0px 10px 0px 0px;
}

#menu .current a {
	background: url(images/menu_background_current.png) repeat-x left top;
	color: #0E1B3B;
}

#menu a:hover {
	background: url(images/menu_background_current.png)repeat-x left top;
	text-decoration: none;
	color: #1D3677;
}

#content {
	width: 980px;
	margin: 0px auto;
	padding: 0px;
	background: url(images/header_background.png)repeat-x left top;
}

#page {
    margin: 0px 0px 50px 30px;
    font-family: open sans, sans-serif;
    font-size: 1em;
    width: 920px;
    padding-top: 30px;
}

#page p {
    line-height: normal;
    margin: 0px;
}

#page h1, h2, h3 {
	text-decoration: none;
	font-family: open sans, sans-serif;
	font-weight: normal !important;
	color: #606060;
}

#page h1 {
    font-size: 2em;
    margin-top: 0px;
}

#page h2, h3 {
    font-size: 1.5em !important;
    color: #1F3A7F !important;
}

.box h2, .box-middle h2{
    color: #1F3A7F;
    padding-top: 10px;
    padding-bottom: 15px;
    margin: 0px;
    font-size: 1.5em;
}

.box h3, .box-middle h3{
    padding-top: 10px;
    padding-bottom: 0px;
    font-weight: bold;
    font-size: 1.3em !important;
    line-height: normal;
    margin: 0px;
}

.box, .box-middle {
    margin: 20px 0px 10px 0px;
    float: left;
    width: 285px;
    height: 380px;
    background: url(images/box.png) repeat-x left top;
    padding: 10px 20px 10px 20px;
}

.box-middle {
    margin-left: 2px;
    margin-right: 2px;
}

.box div, .box-middle div {
    height: 250px;
    margin: 0px;
    padding: 0px;
}

.small-file-box {
    width: 250px;
    margin-top: 0px;
    padding-bottom: 20px !important;
    height: 100px !important;
}

.small-file-box p {
    font-size: 0.9em;
}

.small-file-box  a{
    margin-right: 30px;
    text-transform: lowercase;
}

.file-box {
    margin: 0px 100px 30px 10px;
    padding-bottom: 20px;
    padding-right: 10px;
    width: 340px;
    border-style: none none solid none;
    border-color: #B7B7B7;
    border-width: 1px;
    float: left;
}

.file-box  a{
    margin-right: 30px;
    text-transform: lowercase;
}

.file-box p, .small-file-box p {
    font-style: italic;
}

.file-box img, .small-file-box img {
    float: left;
    padding-right: 10px;
}

.file-box h4, .small-file-box h4 {
    font-size: 1.1em !important;
    padding: 0px !important;
    margin: 0px;
    color: #606060;
}

.files {
    clear: both;
    height: 0px !important;
}

#graphics, #about-graphics {
	width: 980px;
	height: 340px;
    margin: 0px;
    padding: 0px;
}

#graphics {
	background: #FFFFFF url(images/page_logo.png) no-repeat left top;
}

#about-graphics {
	background: #FFFFFF url(images/page_graphics.png) no-repeat left top;
	margin-top: 40px;
}



#footer {
    clear: both;
    height: 80px !important;
    background: url(images/footer_background.png) repeat-x left top;
    padding-top: 30px;
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 0.9em;
}

#footer a{
    text-decoration: underline;
    color: #606060;
}

#footer p{
    font-family: arial, sans-serif;
    font-size: 1em;
}

#edit {
    padding-left: 30px;
}

#edit h2{
    position: relative;
    left: -30px;
}

.my-button, .my-input-button {
    text-align: center;
    display: block;
    text-decoration: none;
    background: url(images/button.png) repeat-x left top !important;
    color: #1F3A7F !important;
    font-family: open sans, sans-serif;
    font-size: 1em;
}

.my-button {
    height: 32px;
    width: 120px;
    padding-top: 8px;
    margin-left: auto;
}

.my-input-button {
    height: 38px;
    width: 120px !important;
    border: none;
}

.my-button:hover, .my-input-button:hover {
	background: url(images/button_dark.png) repeat-x left top !important;
	color: #FFFFFF !important;
	text-decoration: none;
}
