/*---------Body Stylesheet---------*/
html, body {
height: 100%;
}

hr {
  border: 0;
  width: 100%;
  color: #000000;
  background-color: #cbcbcb;
  height: 1px;
}

body {
background-color:#fdbe7a;
font-size: 12px; 
line-height: 19px;
font-family: arial; 
text-align:center;
margin:0;
padding:0;
color: #6d6d6d;}


/*---------Containers/Wrappers/Footers---------*/

#wrapper{
text-align:left;
}

#container{
  background-color:#ffffff;
  float:center;
  z-index:1; 
  padding:10px;
  width:1000px;
  margin:0 auto;
  text-align:left;
-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.25);
-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.25);
box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.25);
}


.clearfooter {
height:10px;
clear:both;
}



/*---------Content/Sidebar Classes---------*/

#content {
  float:right;
  margin-right:5px;
  margin-top:15px;
  width:680px;
  text-align:justify;
}


#content img {
background-color: ;
border: 0px solid #dedede;
padding: 1px;
}


#content img:hover {
background-color: ;
border: 0px solid #dedede;
padding: 1px;
}


#sidebar {
  float:left;
  margin-left:0px;
  width:310px;
  text-align: right;
  font-family: arial;
  font-size: 9px;
  font-weight: normal;
  margin-top:0px;
}

.sideimg {
border: 0px solid #e2e2e2;
padding:5px;
margin-top:4px;
margin-right:20px;
margin-bottom:5px;
}

.back a:link {
text-decoration: none;
font-family: 'Ubuntu', sans-serif;
line-height: 20px; 
font-size: 8px;
font-weight:500;
text-transform: uppercase;
letter-spacing: 2px; text-align: center;
background-color: #ececec;
padding: 15px;
color: #8b8b8b;
margin-bottom: 3px;
}

#sidenav {
text-align: center;
display:block;
text-transform: uppercase;
padding: 0px;
width:300px;
font-size: 13px; 
font-style: none;
line-height:10px;
}


#sidenav a:link { 
text-decoration: none;
font-family: 'Ubuntu', sans-serif;
line-height: 20px; 
display:block;
font-size: 8px;
font-weight:500;
text-transform: uppercase;
letter-spacing: 2px; text-align: center;
background-color: #ececec;
padding: 5px;
color: #8b8b8b;
margin-bottom: 3px;}

#sidebar a:visited { 
text-decoration: none;
font-family: 'Ubuntu', sans-serif;
line-height: 20px; 
display:block;
font-size: 8px;
text-transform: uppercase;
letter-spacing: 2px; text-align: center;
background-color: #ececec;
padding: 5px;
color: #8b8b8b;
margin-bottom: 3px;
font-weight:500;}

#sidebar a:active {
text-decoration: none;
font-family: 'Ubuntu', sans-serif;
line-height: 20px; 
font-size: 8px;
display:block;
text-transform: uppercase;
letter-spacing: 2px; text-align: center;
background-color: #ececec;
color: #8b8b8b;
margin-bottom: 3px;
font-weight:500;}

#sidebar a:hover {  
text-decoration: none;
font-family: 'Ubuntu', sans-serif;
line-height: 20px; 
font-size: 8px;
display:block;
text-transform: uppercase;
letter-spacing: 2px; text-align: center;
background-color: #ececec;
padding: 5px;
color: #8b8b8b;
margin-bottom: 3px;
font-weight:500;}

/*---------Link/Link Colours---------*/

a:link {
text-decoration: none;
font-family: 'Ubuntu', sans-serif;
font-size: 14px;
line-height: 14px;
font-weight: 500;
text-transform: none;
color: #fdbe7a; }

a:visited {
text-decoration: none;
font-family: 'Ubuntu', sans-serif;
font-size: 14px;
line-height: 14px;
font-weight: 500;
text-transform: none;
color: #fdbe7a; }

a:active {
text-decoration: none;
font-family: 'Ubuntu', sans-serif;
font-size: 14px;
line-height: 14px;
font-weight: 500;
text-transform: none;
color: #fdbe7a; }

a:hover {
text-decoration: underline;
font-family: 'Ubuntu', sans-serif;
font-size: 14px;
line-height: 14px;
font-weight: 500;
text-transform: none;
color: #cf6b00; }

/*---------Header Classes---------*/

h1 {
font-family: 'Ubuntu', sans-serif;
font-weight: 500;
font-size: 20px;
letter-spacing:-1px;
color:#000000;
text-align:center;
}

h4 {
font-family: 'arial';
font-weight: 500;
font-size: 11px;
letter-spacing:3px;
color:#8b8b8b;
text-align:center;
}

h5 {
font-family: 'arial';
font-weight: 500;
font-size: 7px;
letter-spacing:3px;
color:#8b8b8b;
text-align:center;
}

/*---------Font Weight Presets---------*/
strong{ color: #7091aa; }
b{ font-family: arial; text-transform: uppercase; color: #fdbe7a; }
i{ color: #fdbe7a; }
u{ color: #fdbe7a; }
s{ color: #fdbe7a; }
em{ font-family: Georgia; color: #787878;}

/*---------Input/Buttons, etc---------*/

input{ 
border: 2px solid #dedede;
background-color:#dedede;
padding:5px;
font-family: arial;
font-size:10px;
color: #909090; }

select{
border: 2px solid #dedede;
background-color:#dedede;
padding:5px;
font-family: arial;
font-size:10px;
color: #909090; }

textarea{ 
border: 2px solid #dedede;
background-color:#dedede;
padding:5px;
font-family: arial;
font-size:10px;
color: #909090; }

/*---------Block Quote---------*/
blockquote {
border: 2px solid #e7e7e7;
background-color:#e7e7e7;
padding:5px;
font-family: arial;
font-size:10px;
color: #909090;
}