@charset "utf-8";

/* CSS Document */

body {

background-color:#363E41;

font-family: Arial, sans-serif;
}

a, a:link, a:visited {
color: #orange !important;
text-decoration: none;
}
a:hover {
color: blue;
text-decoration: underline;
cursor: pointer;
}

#container {

width:1000px;

min-height:600px;

height: auto !important;

height: 600px;

background-color:#363E41;

margin: 0px auto;

}

#container a, #container a:link, #container a:visited {
color: #F35100;
text-decoration: underline;
}
#container a:hover {
color: blue;
text-decoration: underline;
}


#header {

background-image:url(/img/background-header.png);

background-position:right;

background-repeat:no-repeat;

padding: 10px;

clear:right;

}

#topmenu {
background: url('/img/opt_menu-bg.png') repeat-x;
}

#intro_wrapper {
height: 410px;
background-color:#556066;
clear:right;
font-size: 8pt;
padding-top: 10px;
}
#login_box {
background-image:url(/img/background-gradient.png);
background-repeat:repeat-x;
background-color:#f0f5fb;
height:400px;
width:240px;
float:left;
margin:0px 0px 10px 10px;
}
#intro {
background-image:url(/img/background-gradient.png);
background-repeat:repeat-x;
background-color:#f0f5fb;
width: 720px;
height: 400px;
margin: 0px 10px 10px 270px;
}
#intro_text {
font-size: 1.0em; 
padding: 10px; 
margin-right: 5px; 
width: 290px; 
float: right;
}

#features_wrapper {

background-image:url(/img/Features/features-bg.jpg);

width: 1000px;

height: 360px;

margin-top: 0px;

font-size: 8pt;
}

#f_content {
width: 65%;
font-size: 1.0em;
padding: 10px 20px 0 5px;
text-align: justify;
float: right;
height: 250px;
overflow: auto;
overflow-x: hidden;
overflow-y: hidden;
}
}
div.scrollme {
padding-bottom: 200px;
}
div.bigblank {
height: 200px;
}
.orangetext {
color: #F35100;
font-size: 1.3em;
}

#footer {
margin: 10px auto;
font-size: 8pt;
text-align: center;
color: #E8E8E8;
}
#footer ul {
list-style-type: none;
color: #E8E8E8;
}
#footer ul li {
display: inline; 
margin: auto 15px;
}
#footer a, #footer a:link, #footer a:visited {
color: #E8E8E8;
padding: auto 15px;
}

/*******  easy slider  ***********/

#slider ul, #slider li {
padding: 0;
margin: 0;
list-style: none;
}

#slider, #slider li {
width: 500px;
height: 200px;
overflow: hidden;
}

.header {
background: #D5EE53;
padding: 5px 10px;
font-weight: bold;
color: #363E41;
border: 1px solid #363E41;
}

td.label {
text-align: right;
}

