/* 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.2em; 
}

#page {
     margin: 0 auto;
     width: 750px;
     position: relative;
     top: 10px; 
}

#header {
     background-image: url(images/header.png);
     width: 750px;
     height: 283px; 
}

#navbar {
     display: inline;
     float: right;
     position: relative;
     top: +19px;
     width: 100%;
     left: -145px;
     z-index: 1; 
}

#navbar li {
	list-style: none;
}

#navbar a {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-size: .75em;
}

#navbar a:hover {
     color: #650B14;
}

#navbar a.current {
	font-weight: bold;
	color: #650b14;
}

#home {
     position: relative;
     width: 75px;
     left: 225px;
     top: -2px; 
}

#proxy {
     position: relative;
     left: 330px;
     top: 54px;
     width: 75px; 
}

#network {
     position: relative;
     left: 460px;
     top: 89px;
     width: 75px; 
}

#subscribe {
     position: relative;
     top: 115px;
     width: 75px;
     left: 620px; 
}

#contact {
     position: relative;
     left: 790px;
     top:113px;
     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: 10px;
     padding-right: 10px;
     padding-bottom: 10px;
     padding-left: 25px; 
}

.entrytitle {
     color: #650b14;
     font-size: 1em;
     padding-bottom: 5px; 
}

.entry {
     font-family: Arial, Helvetica, sans-serif;
     color: #5d761b;
     text-align: justify;
     font-size: .7em;
     padding-bottom: 10px; 
}

.entry table {
     font-family: Arial, Helvetica, sans-serif;
     color: #5d761b;
     text-align: justify;
     font-size: .7em;
     padding-bottom: 10px; 
}

.entry a {
     color: #650b14;
}

entry a:hover {
	font-weight: bold;
}

.entry a:hover {
     color: #ae7e0f;
}

#submenu {
     font-family: Arial, Helvetica, sans-serif;
     font-size: .8em;
     width: 217px;
     float: left;
     position: relative;
     height: 100%;
     top: -150px;
     z-index: 5; 
}

#submenu h3 {
     padding-top: 25px; 
}

#submenu a {
     color: #650b14;
}

#submenu a:hover {
	font-weight: bold;
}

.menutitle {
     font-family: Arial, Helvetica, sans-serif;
     color: #650b14;
     font-size: .75em;
     text-decoration: underline overline;
     text-align: center;
     padding-bottom:15px; 
}

ul a {
     font-family: Arial, Helvetica, sans-serif;
     color: #ae7e0f;
     font-size: .6em;
     text-align: center;
     display: block;
     padding-bottom: 5px; 
}

ul a:hover {
     color: #5d761b;
}

.menuactive {}

li {}

#content ul{
    padding:0 0 10px 25px;
}

#content li {
     font-family: Arial, Helvetica, sans-serif;
     font-size: .6em;
     color: #5d761b;
}

#content p {
     font-family: Arial, Helvetica, sans-serif;
     color: #5d761b;
     text-align: justify;
     font-size: .7em;
     padding-bottom: 10px; 
}

#content table {
     font-family: Arial, Helvetica, sans-serif;
     color: #5d761b;
     font-size: .7em;
     padding-bottom: 10px; 
}

#content a {
     font-family: Arial, Helvetica, sans-serif;
     color: #650b14;
     font-size: 1em;
}

#content a:hover {
	font-weight: bold;
}

#content h2 {
     color: #650b14;
     font-size: 1em;
     padding-bottom: 5px; 
}

#content h3 {
     color: #650b14;
     font-size: 0.8em;
     padding-bottom: 5px; 
}

a {}

#footer {
     width: 750px;
     height: 180px;
     background-image: url(images/footer.png);
     clear: both; 
}

#footer a {
     color: #650b14;
}

.copyright {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-size: .55em;
     position: relative;
     top: 100px;
     left: 25px; 
}

a:link {}

a:visited {}

a:hover {}

a:active {}

.inputtext {
	border:1px solid;
	width:170px;
}

.inputtextarea {
	border:1px solid;
	width:370px;
}

.inputsubmit {
	border:1px solid;
	width:75px;
	margin-top:5px;
}

.headerow {
	background-color:#cccccc;
}

.datarow {
	background-color:#eeeeee;
}
