html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

.cleaner {clear: both;}

body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* MAIN */

body {
  font: 11px/1.8 "HelveticaNeue","Helvetica Neue","Helvetica","Arial",sans-serif;
    color: #333;
     background: url('../images/bg.jpg') fixed;
    padding: 0;
  
}

.container {
  width: 800px; 
  margin: 0 auto; 
  background: #fff;
  }

a {color: #FB5E00; text-decoration: none;}
a:hover {color: #666; text-decoration: none;}


#logo {
  width: 300px;
  text-align: center;
  margin: 0 auto;
}

#top {
  background: #000;
  text-align: center;
  padding: 20px 0;
}


#nav {
  font-size: 11px;
  padding: 10px 0;
  
}

#nav a {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Oswald', arial, serif;
  font-size: 12px;
 
}

#nav a:hover {
color: #E89037;
font-weight: bold;

}


#nav li ul {
  display: none;
  
}

.search {text-align: right;}
.search label {display: none;}

.search input {
  width: 140px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: url("../images/searchIcon.png") no-repeat scroll 136px 3px #FFFFFF;
}
.search input:focus {
  color: #333;
  background: #f2f2f2;
}
  
/* HEADER ON HOMEPAGE*/

#header {
  position: relative;
  padding-bottom: 30px;
  border-bottom: solid 4px #ccc;
}


.main {
  padding: 150px 20px 20px 20px;
  background: url('../images/insideBg.jpg') no-repeat;
    }


#content {
  width: 450px;
  float: left;
  line-height: 160%;
  color: #666;
  min-height: 350px;
  position: relative;
  padding-bottom: 30px;
}

#content .column {
  width: 40%;
  float: left;
  margin-right: 10px;
}

#content.wide {
  width: 700px;
}

#content p {
  margin: 10px 0;
}

#content ul.arrow li {
  padding-left: 10px;
  background: url("../images/arrow.png") no-repeat scroll 0 5px transparent;
}

#main p {
  margin: 10px 0;
}

strong {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

#sidebar {
  width: 200px;
  float: right;
  margin-top: 70px;
  padding: 10px;
  border: solid 10 px black;
  text-align: center ;
  
    }

#sidebar h3 {
  font-size: 13px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  color:white;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration:underline
  }

#sidebar .moduletable {
  margin-bottom: 20px;
  background:black;
  text-color:white;
}

#sidebar li {
  line-height: 22px;
  background:#ff7602;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  color:black; 
  border: solid 1 px #000;
 }

#sidebar li a{
  color: black;
  border: solid 2 px #000;
  
  }

#sidebar li a:hover {
  background-color:black;
  text-decoration: underline overline; color: white;}
}

#sidebar img {
  float: left;
  margin: 0 10px 10px 0;
}

/* HEADINGS */
h2, .contentheading, .componentheading, .blog h1 {
  font-family: 'Oswald', arial, serif;
  font-size: 30px;
  color: #000;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.blog h2, .blog .contentheading, .blog .componentheading{
  font: 200 14px/150% Verdana,helvetica,sans-serif; 
  letter-spacing: 0;
  color: #EE3124;
}

p.readmore a {
  color: #333;
}

h2 a, .contentheading a, .componentheading a {
  text-decoration: none;
  color: #333;
}

h2 a:hover, .contentheading a:hover, .componentheading a:hover {
  text-decoration: none;
}

#content h3 {
  font-family: 'News Cycle', serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  text-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.061em;
  word-spacing: 0em;
  line-height: 1.2;
  color: #FB5E00;
  margin: 10px 0;
}

input, textarea{
    background: none repeat scroll 0 0 #fff;
    color: #999;
    padding: 3px 10px 3px;
    font-size: 11px;
}

input:focus, select:focus, textarea:focus {
  color: #333;
  background: #ddd;
}

/* FOOTER */

.bottom {
  padding: 20px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin-top: 5px;
  color: #666;
}
  
#bottomLeft {
  width: 200px;
  float: left;
  display:none; /*wdesign*/
}

#bottomLeft li {
    color: #999999;
    font-size: 11px;
    line-height: 160%;
}

.bottom h3 {
  font-size: 13px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 160%;
}

#bottomLeft li a {
    color: #999;
    text-decoration: none;
}

#bottomRight {
  width:95%;
  /*width: 500px; wdesign*/
  float: right;
}

#bottomRight .moduletable {
  width: 175px;
  float: left;
}

#bottomRight .custom {margin-right: 40px;}

#footer {
  margin: 10px 0;
  padding: 10px;
  color: #888;
  background: url('../images/bottomIcon.png') no-repeat top right;
  border-bottom: solid 1px #ccc;
  text-align: center;
}

#footer a {color: #888;}

#footer li {display: inline; margin-right: 20px;}

/* END FOOTER */
/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/


#slider {
  position:relative;
    width:800px;
    height:300px;
  background:url(../images/slider/loading.gif) no-repeat 50% 50%;
  text-align:center
}
#slider img {
  position:absolute;
  top:0px;
  left:0px;
  display:none;
}
#slider a {
  border:0;
  display:block;
}

.nivo-controlNav {
  position:absolute;
  left:400px;
  bottom:-30px;
  display: none;
}
.nivo-controlNav a {
  display:block;
  width:22px;
  height:22px;
  background:url(../images/slider/bullets.png) no-repeat;
  text-indent:-9999px;
  border:0;
  margin-right:3px;
  float:left;
}
.nivo-controlNav a.active {
  background-position:0 -22px;
}

.nivo-directionNav a {
  display:block;
  width:54px;
  height:54px;
  background:url(../images/slider/slider-button.png) no-repeat;
  text-indent:-9999px;
  border:0;
}
a.nivo-nextNav {
  background-position:-55px 0;
  right:15px;
}
a.nivo-prevNav {
  left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear, .cleaner {
  clear:both;
}

/* Custom Styling */
div.homexpertscroller {
  background-color: #00000; /* mistyrose */  
}


