/*
Design by FlipDarius (http://flipdarius.googlepages.com)
Released under a Creative Commons Attribution 2.5 License.
*/

*{margin:0;padding:0;}

body{
font-size:15px;
background: #fff url(images/body.png) bottom repeat-x;
color:#696969;
padding-top:30px;
font-family: "lucida grande", helvetica, arial, sans-serif;}

#wrap{
width:700px;
margin: auto;
background: url(images/wrap.png) no-repeat center top;}

#logo{
height:125px;}

#logo h1{
color:#fff;
font-size:2.6em;
text-transform:uppercase;
padding-top:30px;
line-height:.8em;
margin: 0 0 0 67px;}

#logo h1 a{color:#fff;background:none;border:none;}

#logo h2{
color:#ccc;
font-size:1.8em;
line-height:.65em;
text-transform:uppercase;
margin: 0 0 0 67px;}

#logo h2 a{color:#ccc;background:none;border:none;}

#content{
margin: auto;
width:570px;}

.c{clear:both;}

h3{
margin-bottom:1em;
line-height:.65em;
letter-spacing:-1px;
font-size:1.8em;
text-transform:uppercase;
color:#ff7700;}

h4{
text-align:left;
margin:1em 0 0 0;
letter-spacing:-1px;
font-size:1.4em;
text-transform:uppercase;}

.slog{
line-height:.8em;
letter-spacing:-1px;
text-transform:uppercase;
font-size:1.6em;
font-weight:bold;
color:#c0c0c0;}

#footer{
padding:20px 0 50px 0;
font-size:.9em;
text-align:center;}

p{
text-indent:1em;
line-height:1.5em;}

.node{
margin:0 0 40px 0;}

#firstnode{
margin:0 0 100px 0 !important;}

#lastnode{background:transparent;}

a:link{
border-bottom:1px dotted #ccc;
text-decoration:none;
color:#FF7700;}

a:visited{
text-decoration:none;
color:#FFA659;}

a:hover, a:active {
border-bottom:1px dotted #f70;
color:#000;
background-color:#f5f5f5;}

#menu{
font-size:.8em;
text-transform:uppercase;
position:absolute;
font-weight:bold;
top:40px;
right:300px;
text-align:right;
margin-top:5px;}

#menu ul,#menu li{
list-style:none;}

#menu li{margin:0px; padding:0px;}

#menu li a:link, #menu li a:visited{
border: 1px dotted #FFA659;
display:block;
color:#fff;
padding:3px;
margin:3px;
text-decoration:none;}

#menu li a:hover,#menu li a:active{
color:#ff7700;
border: 1px dotted #fff;
background:#fff;}

.linkslist ul {
list-style: none;
width: 100%;}

.linkslist li {
list-style: none;
border-bottom: 1px solid #f3f3f3;
margin: 0;}

.linkslist li a {
border:none;
text-decoration:none !important;
display: block;
padding: 10px;}

.linkslist li a:hover{
background-image:url(images/arrow.png);
background-repeat:no-repeat;
background-position: right;}

* html .linkslist li a {
width: 100%; /* IE HACK */}

.linkslist a span{ 
color:#696969;
display: block;
font-weight: normal;}