@font-face { 
  font-family: News Cycle; 
    src: url('../fonts/NewsCycle-Regular.eot'); 
    src: local("News Cycle"), url('../fonts/NewsCycle-Regular.ttf'); 
} 

html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;}

body
{ font: normal 90% Arial, Helvetica, sans-serif;
  color: #000;
  background: #FFF url(../images/pattern.png) repeat;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}

p
{ padding: 0 0 10px 0;
  line-height: 1.7em;
  font-size: 100%;
  text-align: justify }

img
{ border: 0 solid;

}

h1, h2, h3, h4, h5, h6 
{ font: bold 150% 'News Cycle', Arial, sans-serif;
  text-shadow: 1px 1px #898989;
  color: #cd9627;
  margin: 0 0 10px 0;}

h2
{ font: bold 150% 'News Cycle', Arial, sans-serif;}

h3
{ font: bold 120% 'News Cycle', Arial, sans-serif;}

h4, h5, h6
{ margin: 0;
  padding: 0 0 0px 0;
  font: normal 120% 'News Cycle', Arial, sans-serif;
  color: #FFF;
  line-height: 1.5em;}

h5, h6
{ font: normal 95% 'News Cycle', Arial, sans-serif;
  color: #888;
  padding-bottom: 15px;}
  
span
{ color: #000;}

a, a:hover
{ color: #000;
  background: transparent;
  outline: none;
  text-decoration: underline;}

a:hover
{ text-decoration: none;}

ul
{ margin: 2px 0 22px 30px;
  line-height: 1.7em;
  font-style: normal;
  font-size: 96%;}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}

#main, header, #banner, #menubar, #site_content, footer, #content_grey, nav
{ margin-left: auto; 
  margin-right: auto;}
  
header
{ width: 940px;
  position: relative;
  padding: 10px 0 0 0;
  background: transparent;
  height: 120px;}
 
nav
{ width: 940px;
  height: 50px;}  
  
#menubar
{ width: 940px;
  height: 35px;
  padding-top: 10px;
  float: left;
  text-align: center;
  background: #1D1D1D;} 
  
#welcome
{ width: 920px;
  float: left;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 10px 20px;
  background: transparent;} 
   
#welcome h2
{ font: normal 450% 'News Cycle', Arial, sans-serif;
  letter-spacing: -2px;
  text-shadow: 1px 1px #898989;
  color: #C20664;}
  
ul#nav
{ margin:0;
  text-align: center; }

ul#nav li
{ padding: 0 0 0 0px;
  list-style: none;
  margin: 2px 0 0 0;
  display: inline;
  text-align: center;   
  background: transparent;}

ul#nav li a
{ font: bold 90% Arial, Helvetica, sans-serif;
  margin: 4px 0 0 4px;
  text-shadow: 1px 1px #000;
  padding: 6px 6px 6px 6px;
  background: transparent; 
  text-align: center;
  color: #FFF;
  text-shadow: 1px 1px #555747;  
  text-decoration: none;} 
  
ul#nav li.current a, ul#nav li:hover a
{ text-shadow: none;
  color: #cd9627;
  background: #FFF;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border: 2px 2px 2px 2px;}

#site_content
{ width: 940px;
  overflow: hidden;
  margin-bottom: 30px;} 

.sidebar_container
{ float: right;
  width: 260px;
  padding: 0;
  background: #99cc66;
  color: #FFF;}

.sidebar
{ float: left;
  width: 240px;
  margin: 20px 0px 10px 20px;}

.sidebar_item 
{ width: 220px;
  text-size: 10px;
  text-decoration: none;}

.sidebar h2
{ padding: 5px 0 0 0;
  font: bold 150% 'News Cycle', Arial, sans-serif;
  height: 30px;
  text-shadow: none;} 
  
.sidebar h3
{ text-shadow: none;}

.sidebar a
{ color: #FFF;}

#content
{ width: 670px;
  margin: 0 10px 20px 0;
  float: left;}

.content_item
{ width: 670px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align:justify}
 
.content_imagetext
{ width: 640px;
  padding: 5px;
  margin: 20px 0 0 0;
  float: left;}
  
.content_imagetext2
{ width: 300px;
  hight: 150px;
  padding: 10px;
  float: right;}
 
.content_image
{ width: 700px;
  height: 150px;
  margin: 0 20px 10px 0;}
 
 .content_image2
{ width: 700px;
  height: 150px;
  margin: 0 20px 10px 0;}
   
.content_container
{ width: 300px;
  padding: 5px;
  margin: 20px 10px 0 0;
  float: ;}
  
footer
{ height: 50px;
  padding-bottom: 30px;
  font-size: 13px;
  text-align: center; 
  text-shadow: 1px 1px #FFF;
  color: #000;}

footer a
{ color: #000;
  text-decoration: none;
  padding-bottom: 20px;}

footer a:hover
{ text-decoration: underline;
  color: #000;}
 
 .button_small
{ font: normal 110% Arial, Helvetica, sans-serif;
  float: left;
  padding: 5px 15px 7px 10px;
  border: 1px solid #FFF; 
  background: #C20664;
  background: -moz-linear-gradient(#D62077, #B40152);
  background: -o-linear-gradient(#D62077, #B40152);
  background: -webkit-linear-gradient(#D62077, #B40152);
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
  
.button_small a
{ color: #FFF;
  padding-left: 5px;
  text-shadow: 1px 1px #000;}

.form_settings
{ margin: 15px 0 0 0;}

.form_settings p
{ padding: 0 0 4px 0;}

.form_settings span
{ float: left; 
  width: 280px; 
  text-align: left;
  text-shadow: none;}
  
.form_settings input, .form_settings textarea
{ padding: 2px; 
  width: 299px; 
  font: 100% arial; 
  border: 1px solid #E5E5DB; 
  background: #FFF; 
  color: #47433F;}
  
.form_settings input[type="checkbox"]
{ padding: 2px 0; 
  width: 15px; 
  font: 100% arial; 
  border: 0; 
  background: #FFF; 
  color: #47433F;
  margin: 28px 0;}

.form_settings .submit
{ font: 100% arial; 
  border: 1px solid #FFF; 
  width: 99px; 
  margin: 0 0 0 206px; 
  height: 26px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #C20664;
  background: -moz-linear-gradient(#D62077, #B40152);
  background: -o-linear-gradient(#D62077, #B40152);
  background: -webkit-linear-gradient(#D62077, #B40152);
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  color: #FFF;
  text-shadow: 1px 1px #000;}

.slideshow
{ width: 940px;
  height: 300px;
  float: left;}  
  
/* styling for the slideshow on the homepage */
ul.slideshow {
  list-style: none;
  width: 940px;
  height: 300px;
  overflow: hidden;
  position: relative;
  margin: 0;}
  
ul.slideshow li {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;}
 
ul.slideshow li.show {
  z-index: 500;}
 
ul img {
  border: none;}
 
#slideshow-caption {
  width: 940px;
  height: 38px;
  position: absolute;
  bottom: 0;
  left: 0; 
  z-index: 500;}
 
#slideshow-caption .slideshow-caption-container {
  padding: 10px 25px 10px 25px; 
  background: transparent url(../images/transparent.png) repeat;  
  z-index: 1000;}
 
#slideshow-caption p {
  padding: 0;
  font: normal 130% arial, sans-serif;
  color: #FFF;
  text-shadow: 1px 1px #000;}
  
  /*---Contact Us Controls---*/
form#ff19            { /* mailto:your@address.here... */
	position        : absolute;
	left            : 220pt;
	top             : 550pt;
	width           : 480pt;
	height          : 300pt;
	}
fieldset#f19        { /* mailto:your@address.here... */
	border          :   0.75pt solid #ff0000;
	width           : 100%;
	height          : 100%;
	padding         :   7.50pt;
	}
legend#f18          { /* Contact Details */
	text-align      : left;
	position        : absolute;
	left            :   1.50pt;
	top             :   5.25pt;
	width           :  100pt;
	height          :  12.75pt;
	}
label#f17           { /* First Name */
	position        : absolute;
	left            :  15.50pt;
	top             :  26.25pt;
	width           :  120pt;
	height          :  20.50pt;
	}
input#f16          { /* First Name  */
	font            : 10pt 'Times New Roman', Book, Georgia, serif;
	color           : #000000;
	border          :   0.75pt solid #ece9d8;
	position        : absolute;
	left            :  100pt;
	top             :  25.50pt;
	width           : 275pt;
	height          :  13.50pt;
	}
label#f15           { /* Last Name */
	position        : absolute;
	left            :  15.50pt;
	top             :  44.25pt;
	width           :  120pt;
	height          :  10.50pt;
	}
input#f14           { /* Last Name  */
	font            : 10pt 'Times New Roman', Book, Georgia, serif;
	color           : #000000;
	border          :   0.75pt solid #ece9d8;
	padding         :   1.50pt;
	position        : absolute;
	left            :  100pt;
	top             :  43.50pt;
	width           : 275pt;
	height          :  13.50pt;
	}
label#f13           { /* E-mail */
	position        : absolute;
	left            :  15.50pt;
	top             :  62.25pt;
	width           :  120pt;
	height          :  10.50pt;
	}
input#f12           { /* E-mail  */
	font            : 10pt 'Times New Roman', Book, Georgia, serif;
	color           : #000000;
	border          :   0.75pt solid #ece9d8;
	padding         :   1.50pt;
	position        : absolute;
	left            :  100pt;
	top             :  61.50pt;
	width           : 275pt;
	height          :  13.50pt;
	}
label#f11           { /* Telephone */
	position        : absolute;
	left            :  15.50pt;
	top             :  80.25pt;
	width           :  120pt;
	height          :  10.50pt;
	}
input#f10          { /* Telephone */
	font            : 10pt 'Times New Roman', Book, Georgia, serif;
	color           : #000000;
	border          :   0.75pt solid #ece9d8;
	position        : absolute;
	left            :  100pt;
	top             :  79.50pt;
	width           : 275pt;
	height          :  13.50pt;
	}
label#f9            { /* Comments */
	text-align      : left;
	position        : absolute;
	left            :   1.50pt;
	top             :  98.25pt;
	width           :  120pt;
	height          :  11.25pt;
	}
textarea#f8         { /* Text Area Comments Comme... */
	font            : 10pt 'Times New Roman', Book, Georgia, serif;
	color           : #000000;
	border          :   0.75pt solid #ece9d8;
	padding         :   1.50pt;
	position        : absolute;
	left            :   20.00pt;
	top             : 115.50pt;
	width           : 355pt;
	height          :  156.25pt;
	}
input#f7            { /* Submit Send Details  */
	position        : absolute;
	left            :   20pt;
	top             : 277.75pt;
	width           :  93.00pt;
	}
input#f6            { /* Reset Clear Details  */
	position        : absolute;
	left            : 105.75pt;
	top             : 277.75pt;
	width           :  93.00pt;
	}


/*---End Of Contact Us Controls---*/	
 
 