
* {
    padding: 0; margin: 0;
}
body {
    margin: 0; 	padding: 0;
    font: normal .70em/1.5em Tahoma, 'Trebuchet MS', sans-serif;
    color: #6A6A6A;
    text-align: center;
    background: #000;
}

/* links */
a {
    color: #F88F26;
    background-color: inherit;
    text-decoration: none
}
a:hover {
    color: #FFF;
    background-color: inherit;
}

/* headers */
h1, h2, h3 {
    font: bold 1.3em 'Trebuchet MS', Arial, Sans-serif;
    color: #A0080D;
}
h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
    margin: 0;
    padding: 10px 15px;
}

#main h1, #main .site h1 {
    font: normal 1.5em 'Trebuchet MS', Arial, Sans-serif;
    background: #000 url(/images/arrow.gif) no-repeat 10px .7em;
    padding: 8px 0 7px 35px;
    color: #eee;
}
#main .site h1 {

    padding: 8px 0 7px 25px;
    background:#222 url(/images/arrow.gif) no-repeat 0px .7em;;

}


ul, ol {
    margin: 10px 30px;
    padding: 0 15px;
    color: #dd6611;
}
ul span, ol span {
    color: #CCC;
}
ul a, ol a {
    color: #F88F26;
}
/* images */
img {
    border: 0px solid #444;
}
img.no-border {
    border: none;
}
img.float-right {
    margin: 5px 0px 5px 15px;
}
img.float-left {
    margin: 5px 15px 5px 0px;
}


code {
    margin: 5px 0;
    padding: 10px;
    text-align: left;
    display: block;
    overflow: auto;
    font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
    /* white-space: pre; */
    background: #eee;
    width:1000px;
}
acronym {
    cursor: help;
    border-bottom: 1px solid #777;
}
blockquote {
    margin: 15px;
    padding: 0 0 0 20px;
    background: #111;
    font: bold 1.3em/1.5em 'Trebuchet MS', Sans-serif;
}

/* form elements */
form {
    margin: 15px;
    padding: 0;
    /*background: #000;
border: 1px dashed #151515;*/
}
label {
    display:block;
    font-weight:bold;
    margin:5px 0;
}
input {
    padding: 2px;
    border: 1px solid #CCC;
    font: normal 1em Verdana, sans-serif;
    color:#000;
    background: #CCC;
}
textarea {
    width: 250px;
    padding:2px;
    border: 1px solid #CCC;
    font: normal 1em Verdana, sans-serif;
    height:100px;
    display:block;
    color:#000;
    background: #CCC;
}
input.button {
    margin: 0;
    font: bold 1em Tahoma, Sans-serif;
    border: 1px solid #CCC;
    padding: 2px 3px;
    color: #000;
    background: #CCC;
}

/* search form */
.searchform {
    width: 500px;
    height: 100px;
    margin:0 auto;
    padding-top:30px;
    text-align:center;
}
.searchform form {
    margin: 0;
    padding: 0;
}
.searchform input.textbox, .searchform input.button {
    margin: 5px;
    padding: 2px;
    width: 350px;
    background: #000;
    color: #FFF;
    height: 18px;
    border: 2px solid #990000;
}
.searchform input.button {
    font: bold 1em Arial, Sans-serif;
    width: 100px;
    height:22px;
}

/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
    width: 83%;
}

/* header */
#header {
    height: 140px;
    width:100%;
    text-align: left;
    background-color: #444;
    background-image: url(/images/headerbg.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    position:absolute;
    top:-100px;
    left:0px;
}
#header-content {
    position: relative;
    margin: 0 auto; padding: 0;
}
#header-content #logo {
    position: absolute;
    font: bold 50px Verdana, 'Trebuchet Ms', Sans-serif;
    letter-spacing: -2px;
    color: #000;
    margin: 0; padding: 0;

    /* change the values of left and top to adjust the position of the logo */
    top: 5px; left: 20px;
}
#logo img {
    position:absolute;
    top:102px;
    height:25px;
}
#header-content #slogan {
    position: absolute;
    font: 16px 'Trebuchet Ms', Sans-serif;
    font-weight:bold;
    text-transform: none;
    color: #000;
    margin: 0; padding: 0;

    /* change the values of left and top to adjust the position of the slogan */
    top: 75px; left: 30px;
}

/* header menu */
#header-content ul, ul.menu {
    position: absolute;
    right: 20px; top: 0px;
    font: bolder 1.3em 'Trebuchet MS', sans-serif;
    color: #000;
    list-style: none;
    margin: 0; padding: 0;
    border:5px solid #720105;
    border-top:0;
    background-color:#000;
}
#header-content li, ul.menu li {

    display: inline;
}
#header-content li a, ul.menu li a  {
    float: left;
    display: block;
    padding: 3px 12px;
    color: #ccc;
    background-color:#000;
    padding-bottom:10px;

}
#header-content li a:hover, ul.menu li a:hover {
    background: #111;
    color: #F88F26;
}
#header-content li a#current  {
    background: #000;
    color: #F88F26;
}

/* content */
#content-wrap {
    clear: both;
    float: left;
    background: #000;
    position:absolute;
    top: 50px;
    left: 0px;
    width: 100%;
}
#content {
    width: 1000px;
    text-align: left;
    padding: 0;
    margin: 0 auto;
}

/* sidebar */
.sidebox {
    float: left;
    width: 300px;
    margin: 15px;
    padding: 0;
}
ul.sidemenu {
    list-style:none;
    margin: 0;
    padding: 5px 0 15px 0;
}
ul.sidemenu li {
    padding: 0 10px;
}
ul.sidemenu a {
    display: block;
    font-weight:bold;
    color: #6A6A6A;
    height: 1.5em;
    text-decoration: none;
    padding:.3em 0 .3em 15px;
    background: #000;
    border-bottom: 1px dashed #151515;

    border-left: 10px solid  #D30F16;
    line-height: 1.5em;
}
ul.sidemenu a.top{
    border-top: 1px dashed #151515;
}
ul.sidemenu a:hover {
    background: #000;
    border-left: 10px solid  #ff2233;
    color: #D30F16;
}
.boxtext {
    margin-left:10px;
    margin-top:10px;
    padding-left: 5px;
    border-left: 10px solid  #D30F16;
    color: #6a6a6a;
}
.sidebox {
    background: #000;
    margin: 5px 15px 10px 15px;
}

/* main */
#main {
    margin: 10px 0;
    padding: 0 0 0 0;
}

/* footer */
#footer {
    clear: both;
    margin: 0; padding: 0;
    border-top: 1px solid #68050A;
    font-size: 95%;
    text-align: left;
}
#footer h2, #footer p {
    padding-left: 0;
}
#footer-content {
    margin: 0 auto;
}
#footer-content a {
    text-decoration: none;
    color: #8A8A8A;
}
#footer-content a:hover {
    text-decoration: underline;
    color: #FFF;
}
#footer-content ul {
    list-style: none;
    margin: 0; padding: 0;
}
#footer-content .col {
    width: 32%;
    padding: 0 5px 30px 15px;
}
#footer-content .col2 {
    width: 30%;
    padding: 0 0 30px 0;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.comments {
    text-align: right;
    border: 1px dashed #151515;
    padding: 5px 10px;
    margin: 20px 15px 10px 15px;
}

div.site {
    border: 2px solid #68050A;
    background: #222;
    color: #eee;
    padding: 8px;
    width: 1000px;
    margin:auto;
    margin-top:10px;
}

div.site a {
    color: #dd6611;
    font-weight:bold;
}
.controls {
    font-size:8pt;
    border:2px solid #68050A;
    border-top:0px;
    margin-top:-2px;
    height:20px;
    background-color:#222;
    color:#eee;
    width:280px;
    padding:5px;
    padding-right:0;
    margin-bottom:10px;
}
.controls img {
    margin-bottom: -3px;
}
.controls a {
    padding-right:5px;
}
#jFlowSlide {
    float:right;
}
#flowControls {
    float:right;
}

/* project menu 
#projectslist ul {
    
}
#projectslist li {
    display: inline;
}
#projectslist li a { 
    display: block;
    padding: 3px 12px;
    color: #ccc;
    background-color:#000;
    padding-bottom:10px;
    width:120px;
}
#projectslist li a:hover {
    color:#fff;
}
*/
/* Each individual menu item fixed to the bottom with display:inline-block to create elasticity */
.menuitem{ 
    position:fixed relative;
    top:0px;
    display:inline-block;
}

.jcarousel-container {
    background: #000;
    height:30px;
    font: bolder 1.3em 'Trebuchet MS', sans-serif;
    position:absolute;
    bottom:145px;    
    width: 95%;
    margin-left:2.5%;
}

.jcarousel-container-horizontal {
    padding: 0;
}

.jcarousel-clip-horizontal {
    width:  100%;
    height: 30px;
}


.jcarousel-item {
    width: 150px;
    height: 25px;
    border:1px solid #720105;
}

.jcarousel-item:hover {
    color:#FFF;
}

.jcarousel-item-horizontal {
    margin-right: 7px;
}

.jchoverP {
    position:absolute;
    bottom:140px;
    height:30px;
    left:0;
    font-size:20px;
}
.jchoverN {
    position:absolute;
    bottom:140px;
    right:0;
    height:30px;
    font-size:20px;
}