/* Arkitkt 01 - an open source xhtml/css website layout by Scott Benedict--arkitkt.com.
Free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.0 (28 Jun 2006) */

@import url("global.css");


body {
     background-color: #999999;
     margin: 0 auto;
     font-size: 1.1em; 
}

#page {
     margin: 0 auto;
     width: 750px;
     position: relative;
     top: 10px; 

}
.splitright {
background-color: #ffffff;
width: 40%;
float: right;
overflow: hidden;
}

.splitleft {
background-color: #ffffff;
width: 48%;
float: left;
overflow: hidden;
}

#header {
     background-image: url(images/header.png);
     width: 750px;
     height: 283px; 
}

.bluebox {
background-color: #FFFFFF;
border: 1px solid #ae7e0f;
color: inherit;
padding: 5px;
margin: 0px;
}
.greenbox {
background-color: #F7F9F7;
border: 1px solid #94BD53;
color: inherit;
padding: 8px;
margin: 0px;

}

.greenbox right{
background-color: #F7F9F7;
border: 1px solid #94BD53;
color: inherit;
float: right;
padding: 8px;
margin: 0px;

}
.splitright {
background-color: #F7F9F7;
width: 40%;
float: right;
overflow: hidden;
padding: 8px;
margin: 0px;
}
.splitbigleft {
background-color: #ffffff;
width: 90%;
float: left;
overflow: hidden;
}
.splitleft {
background-color: #ffffff;
width: 45%;
float: left;
overflow: hidden;
}
.splitnandaleft {
background-color: #ffffff;
width: 97%;
float: left;
overflow: hidden;
}



#navbar {
     display: inline;
     float: right;
     position: relative;
     top: +19px;
     width: 100%;
     left: -145px;
     z-index: 1; 
}

#navbar a {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-size: .70em;
}

#navbar a:hover {
     color: #650B14;
}

#home {
     position: relative;
     width: 75px;
     left: 225px;
     top: -2px; 
}

#news {
     position: relative;
     left: 330px;
     top: 54px;
     width: 75px; 
}

#links {
     position: relative;
     left: 460px;
     top: 99px;
     width: 75px; 
}

#about {
     position: relative;
     top: 128px;
     width: 75px;
     left: 620px; 
}

#contact {
     position: relative;
     left: 790px;
     top:128px;
     width: 75px; 
}

#title {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-weight: bold;
     text-align: right;
     position: relative;
     right: 35px;
     font-size: 2.5em;
     top: -85px;
     }

#slogan {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     text-align: right;
     font-size: 1em;
     position: relative;
     right: 40px;
     top: -90px; 
}

#wrapper {
     background-image: url(images/bg.png);
     background-repeat: repeat-y;
     width: 750px;
     float: left; 
}

#content {
     width: 451px;
     position: relative;
     float: left;
     margin-left: 10px;
     font-family: Arial, Helvetica, sans-serif;
     padding-top: 15px;
     padding-right: 15px;
     padding-bottom: 10px;
     padding-left: 25px; 
}

.entrytitle {
     color: #650b14;
     font-size: 1.2em;
     padding-bottom: 5px; 
}

.entry {
     font-family: Arial, Helvetica, sans-serif;
     color: #5d761b;
     text-align: left;
     font-size: 0.7em; 
}

.entry a {
     color: #650b14;
}

.entry a:visited {
     text-decoration: underline; 
}

.entry a:hover {
     color: #ae7e0f;
}

#submenu {
     width: 217px;
     float: left;
     position: relative;
     height: 100%;
     top: -150px;
     z-index: 5; 
}

#submenu h3 {
     padding-top: 25px; 
}

.menutitle {
     font-family: Arial, Helvetica, sans-serif;
     color: #650b14;
     font-size: .75em;
     text-decoration: underline overline;
     text-align: center;
     padding-bottom: 10px; 
}

ul a {
     font-family: Arial, Helvetica, sans-serif;
     color: #ae7e0f;
     font-size: .6em;
     text-align: center;
     display: block;
     padding-bottom: 2px; 
}

ul a:hover {
     color: #5d761b;
}

.menuactive {}

li {}

a {}

#footer {
     width: 750px;
     height: 180px;
     background-image: url(images/footer.png);
     clear: both; 
}

.copyright {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-size: .55em;
     position: relative;
     top: 130px;
     left: 25px; 
}

a:link {}

a:visited {}

a:hover {}

a:active {}
