* { 
  padding: 0;
  margin-top:0px;
    margin-left: 0px;
    margin-right: 0px;    
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}

body { 
  font: bold 12px Arial, sans-serif; 
  background-color: #94947F;  
  color: black;  
}

p { 
  padding: 0 0 30px 0;
  line-height: 1.7em;
}

img { 
  border: 0;
}

h1, h2, h3, h4, h5, h6 { 
  color: #362C20;
  letter-spacing: 0em;
  padding: 0 0 5px 0;
}

h1, h2, h3 { 
  font: normal 30px arial, sans-serif;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;
  color: #222;
}

h2 { 
  font-size: 28px;
  padding: 9px 0 5px 0;
  color: #F67400;
}

h3 { 
  font-size: 20px;
  padding: 5px 0 0 0;
}

h4, h6 { 
  color: #F67400;
  padding: 0 0 5px 0;
  font: normal 130% arial, sans-serif;
}

h5, h6 { 
  color: #555;
  font: italic 95% arial, sans-serif;
  letter-spacing: normal;
  padding: 0 0 15px 0;
}

a, a:hover { 
  outline: none;
  text-decoration: underline;
  color:#2A00AA;
}

a:hover { 
  text-decoration: none;
}

blockquote { 
  margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;
}

ul { 
  margin: 2px 0 22px 17px;
}

ul li { 
  list-style-type:none;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 5px;
  line-height: 1.5em;
}

ol { 
  margin: 8px 0 22px 20px;
}

ol li { 
  margin: 0 0 11px 0;
}

.left { 
  float: left;
  width: auto;
  margin-right: 10px;
}

.right { 
  float: right; 
  width: auto;
  margin-left: 10px;
}

.center { 
  display: block;
  text-align: center;
  margin: 10px auto;
}

#main, .nav, #container, #logo, #site_content, footer { 
  margin-left: 0; 
  margin-right: 0;
}

#main {
  margin:0px auto;
  width: 1310px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#94946B');/* Show a solid color for older browsers */
  background-image: -ms-linear-gradient(top,  #FFFFFF 0%, #94946B 100%);
  background: -moz-linear-gradient(white, #94946B);
  background: -o-linear-gradient(white, #94946B);
  background: -webkit-linear-gradient(white, #94946B);
  padding-bottom: 0px;    
  -webkit-box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, .75);
  -moz-box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, .75);
  box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, .75);
}


.header { 
  background: transparent;  
}

#logo { 
  width: 100%;  
  height:112px;
  background: transparent;
  color: #888;
  padding: 0;
}

#logo h1, #logo h2 { 
  font: normal 320% 'News Cycle', arial, sans-serif;
  border-bottom: 0;
  text-transform: none;
}

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover { 
  padding: 0;
  color: black;
  text-decoration: none;
}

#logo_text h1 a .logo_colour { 
  color: #09D4FF;
}

#logo_text a:hover .logo_colour { 
  color: black;
}

#logo_text h2 { 
  font-size: 28px;
  padding: 0 0 0 0;
  color: #222;
}
.table1
{
  padding:0px;
  border:0px;
  margin:0px;
  width:100%;  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94946B', endColorstr='#FFFFFF');
  background-image: -ms-linear-gradient(top, #94946B 0%, #FFFFFF 100%);
  background: -moz-linear-gradient(#94946B, white);
  background: -o-linear-gradient(#94946B, white);
  background: -webkit-linear-gradient(#94946B, white);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;  
  border-radius: 0px 0px 7px 7px;
  -moz-border-radius: 0px 0px 7px 7px;
  -webkit-border: 0px 0px 7px 7px;  
}
.nav  
{ 
  margin-left:135px;    
  width: 100%;  
  color: #99270d;    
} 

#site_content { 
  width: 100%;
  overflow: hidden;
  padding: 10px 0 0 0;
} 

#sidebar_container { 
  float: right;
  position:relative;
  width: 220px;
  margin-right: 5px;
  padding:0px;
}

.sidebar { 
  color:#2A0000;    
  padding: 5px;
  margin: 5px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#94946B'); /* Show a solid color for older browsers */
  background-image: -ms-linear-gradient(top,  #FFFFFF 0%, #94946B 100%);
  background: -moz-linear-gradient(#fff, #94946B);
  background: -o-linear-gradient(#fff, #94946B);
  background: -webkit-linear-gradient(#fff, #94946B);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  border: 1px solid #eee;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
}  

.sidebar h3, .content h1 { 
  padding: 10px;
  font: 20px 'News Cycle', arial, sans-serif;
  text-shadow: #FFF 1px 1px;
  margin: 0 1px;
  color: black;
}

.sidebar h3 { 
  color: black;
  font: 20px 'News Cycle', arial, sans-serif;
  padding: 0px;
}

.sidebar ul { 
  margin: 0 0 10px 0px;
} 

.sidebar li a, .sidebar li a:hover {   
  color:#000000;
  text-decoration: none;  
} 
.sidebar:hover
{ 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94946B', endColorstr='#FFFFFF'); /* Show a solid color for older browsers */
  background-image: -ms-linear-gradient(bottom,  #FFFFFF 0%, #94946B 100%);
  background: -moz-linear-gradient(#94946B,#fff);
  background: -o-linear-gradient(#94946B,#fff);
  background: -webkit-linear-gradient(#94946B,#fff);
}

.sidebar_item, .content_item { 
  padding: 0px 0;
}

.content { 
  text-align:justify;
  width: 80%;
  margin: 0px;
  padding:0px;
  float: left;
  font-size: 9px;
}
  
.content ul { 
  margin: 0px 0 0px 0px;
  padding:0px;
}

.content ul li{ 
  list-style-type:circle;  
  margin: 0 0 0px 0; 
  padding: 0 0 0px 0px;
  line-height: 2.0em;
}
.sidebar ul li {    
    background-color:transparent;
  list-style-type: none;  
  margin: 0px; 
  padding: 2px;
  line-height: 1.0em;
  font:bold 12px Helvetica, sans-serif;
  border-bottom: 1px solid #ccc;
}
.sidebar ul li:last-child { 
  border: none;
}
.sidebar ul li a { 
    font-variant:small-caps;
  text-decoration: none;
  color: #000099;
  display: block; 
  font-weight:bold;
  font:bold 12px Helvetica, sans-serif;
  padding:2px;
  -webkit-transition: font-size 0.5s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.5s ease, background-color 0.3s ease;
  -o-transition: font-size 0.5s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.5s ease, background-color 0.3s ease;
  transition: font-size 0.5s ease, background-color 0.3s ease;
}
.sidebar ul li a:hover {  
  background-image: -ms-linear-gradient(bottom,  #94946B 0%, #FFFFFF 100%);
  background: -moz-linear-gradient(#fff,#94946B);
  background: -o-linear-gradient(#fff, #94946B);
  background: -webkit-linear-gradient(#fff, #94946B);  
  color: #99270d;
  font-weight:bold;
}

.footer1  
{ 
  width:450px;
  font: 12px 'Helvetica', arial, sans-serif;
  height: 20px;  
  text-align: left;
  color: #99270d;  
  font-weight:bold; 
}
.footer1 a { 
  color: #EA2BAD;
  text-decoration: none;
}

.footer1 a:hover { 
  color: #EA2BAD;  
  text-decoration: underline;
}
.footer3 { 
  width: 600px;    
  font: 14px 'Calibri', arial, sans-serif;
  height: 20px;
  padding: 15px 0 15px 10px;
  text-align: center;  
  color: #99270d;  
  font-weight:bold;
  margin-right:40px;
}
.footer3 a { 
  color: #EA2BAD;
  text-decoration: none;  
}

.footer3 a:hover { 
  color: #EA2BAD;  
  text-decoration: underline;
}
.footer4 { 
  width: 250px;
  margin-left:3px;  
  font: 14px 'Calibri', arial, sans-serif;
  height: 20px;
  padding: 0px 0 25px 0px;
  text-align: center;  
  font-weight:bold;  
}
.form_settings span { 
  float: left; 
  width: 100px; 
  text-align: left;
}
  
.form_settings input, .form_settings textarea { 
  padding: 2px; 
  width: 95px; 
  font: 100% arial; 
  border: 2px solid #BBBBBB; 
  background: url(../images/back.png) repeat; 
  color: #47433F;  
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  
}
.form_settings .submit { 
  font: 12px 'Yanone Kaffeesatz', arial, sans-serif; 
  border: 0; 
  width: 25px; 
  margin: 0 0 0 0; 
  height: 22px;
  padding: 0px 0 0px 0;
  cursor: pointer; 
  background:url(../images/bgbottom.jpg) repeat-x #FFFFFF bottom; /* Show a solid color for older browsers */
  background: -moz-linear-gradient(#fff, #FFB66C);
  background: -o-linear-gradient(#fff, #FFB66C);
  background: -webkit-linear-gradient(#fff, #FFB66C);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  border: 1px solid #ddd;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  color: #222;
  text-shadow: 1px 1px #FFF;
}

.form_settings textarea, .form_settings select { 
  font: 100% arial; 
  width: 299px;
}

.form_settings select { 
  width: 310px;
}

.form_settings .checkbox { 
  margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;
}

.separator { 
  width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;
}  

ul.images {
  list-style:none;
  width:100%;
  height:100px;
  overflow:hidden;
  position:relative;
  margin:0;
  padding:0;
} 

ul.images li {
  position:absolute;
  margin:0;
  padding:0;
  left:0;
  right:0;
}
 
ul.images li.show {
  z-index:500;  
}
 
ul img {
  border:none;  
}

.sidelist
{
    list-style-type:none;    
    list-style-image:none;
}

.sidelist ul li
{
    background-color:ButtonShadow;    
    list-style-type:none;  
    list-style-image:none;  
}
/**
Stylesheet for SooperFish by www.SooperThemes.com
Author: Jurriaan Roelofs
**/

/* Configuration of menu width */
html body ul.sf-menu ul,html body ul.sf-menu ul li { 
  width: 210px;
}

html body ul.sf-menu ul ul {
  margin: 0 0 0 150px;  
}

/* Framework for proper showing/hiding/positioning */
ul.sf-menu,ul.sf-menu * { 
  margin: 0;  
  padding: 0px;
}

ul.sf-menu { 
  display: block;
  position:relative;
}
  
ul.sf-menu li { 
  display: block;
  list-style: none;
  float: left;
  position: relative;
}
  
ul.sf-menu li:hover { 
  visibility: inherit; /* fixes IE7 'sticky bug' */ 
}

ul.sf-menu a { 
  display: block;
  position: relative;
}
  
ul.sf-menu ul { 
  position: absolute;
  left: 0;
  width: 150px; 
  top: auto;
  left: -999999px;
  z-index:99;
} 


ul.sf-menu ul li { 
  float: left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
  width: 0px;
}
  
ul.sf-menu ul ul { 
  top: 0px;
  margin: 0 0 0 200px;
}

ul.sf-menu li:hover ul,ul.sf-menu li:focus ul,ul.sf-menu li.sf-hover ul, 
ul.sf-menu ul li:hover ul,ul.sf-menu ul li:focus ul,ul.sf-menu ul li.sf-hover ul,
ul.sf-menu ul ul li:hover ul,ul.sf-menu ul ul li:focus ul,ul.sf-menu ul ul li.sf-hover ul,
ul.sf-menu ul ul ul li:hover ul,ul.sf-menu ul ul ul li:focus ul,ul.sf-menu ul ul ul li.sf-hover ul { 
  left: auto;
}
  
ul.sf-menu li:hover ul ul,ul.sf-menu li:focus ul ul,ul.sf-menu li.sf-hover ul ul,
ul.sf-menu ul li:hover ul ul,ul.sf-menu ul li:focus ul ul,ul.sf-menu ul li.sf-hover ul ul,
ul.sf-menu ul ul li:hover ul ul,ul.sf-menu ul ul li:focus ul ul,ul.sf-menu ul ul li.sf-hover ul ul,
ul.sf-menu ul ul ul li:hover ul ul,ul.sf-menu ul ul ul li:focus ul ul,ul.sf-menu ul ul ul li.sf-hover ul ul { 
  left: -99999px;
  z-index:99;
}

/* autoArrows CSS */
span.sf-arrow { 
  width: 7px;
  height: 7px;
  position:fixed;
  top: 18px;
  right: 0px;
  display: block;
  background: url(../images/arrows-black.png) no-repeat 0 0;
  overflow:visible; /* making sure IE6 doesn't overflow and expand the box */
  font-size: 1px;
  z-index:999;
}

ul ul span.sf-arrow { 
  right: 5px;
  top: 10px;
  background-position: 0 100%;
}

/* Theming the menu */
ul#nav { 
  float: left;
}

ul#nav ul { 
  background: #3E9C9D;
  margin-top: 0px;
  padding-bottom: 0px;
  border:.5px solid #99270d;
}

ul#nav li a { 
  padding: 10px 15px 5px 15px;
  font: 12px  Helvetica, sans-serif;  
  text-decoration: none;
  color: #99270d;
  margin-right:5px;
  font-weight:bold; 
}

ul#nav li a:hover, ul#nav li a:focus, ul#nav li.selected a, ul#nav li.selected a:hover, ul#nav li.selected a:focus { 
  color:#99270d;  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#94946B');
  background-image: -ms-linear-gradient(top,  #FFFFFF 0%, #94946B 100%);
  background: -moz-linear-gradient(#fff, #94946B);
  background: -o-linear-gradient(#fff, #94946B);
  background: -webkit-linear-gradient(#fff, #94946B);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;  
}
.selected1 ul li
{
background:none;
}
ul#nav li.selected1 a:hover, ul#nav li.selected1 a:focus
{
  color:#99270d;  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#94946B');
  background-image: -ms-linear-gradient(top,  #FFFFFF 0%, #94946B 100%);
  background: -moz-linear-gradient(#fff, #94946B);
  background: -o-linear-gradient(#fff, #94946B);
  background: -webkit-linear-gradient(#fff, #94946B);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;    
}
ul#nav li.selected1 a
{
  color:black;  
  border:none;
  background:none;
  background-color:transparent; 
}
ul#nav ul{ 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#94946B');
  background-image: -ms-linear-gradient(top,  #FFFFFF 0%, #94946B 100%);
  background: -moz-linear-gradient(white,#94946B);
  background: -o-linear-gradient(white, #94946B);
  background: -webkit-linear-gradient(white, #94946B);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  border:.5px solid #99270d;
}

ul#nav ul li a { 
  color: #99270d;
}

ul#nav ul li a:hover { 
  background:#dddd;
  color:#99270d;
  margin-right: 0px;
}

/* Image Transitions */
ul#images {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: relative;
}

ul#images li {
  display: block;
  overflow: hidden;
  padding: 0px;
  float: left;
  width: 0px;
  height: 100px;
}

#image{
	position: relative;
	-webkit-box-shadow: 3px 3px 3px white, 2px 2px 2px white inset;
	-moz-box-shadow: 3px 3px 3px white, 2px 2px 2px white inset;
	box-shadow: 3px 3px 3px white, 2px 2px 2px white inset;	
	border-radius: 13px 13px 13px 13px;
	background-color: #FFFFFF;
}

#side
{
	padding-left:922px;
	padding-top:0px;
}

.float_l { float: left; }
.float_r { float: right; }

.image_wrapper { border: 2px solid #fff; background: none; margin-bottom: 0px; }

.col_w00 {
	float: left;	
	margin-right: 20px;
}

.col_w10 {
	float: right;	
	margin-left: 20px;
}

.col_w600 {
	float: left;
	width: 580px;
	padding-right: 20px;
	margin-right: 20px;
}

.col_w280 {
	width: 280px;
}

.col_w220 {
	float: left;
	width: 200px;
	padding-right: 20px;
	margin-right: 20px;
}


#slider {
	position:relative;
    height: 230px;
	background:url(images/loading.gif) no-repeat 10% 10%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width:900px;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left: 440px;
	bottom: -16px;

}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/circl.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active, .nivo-controlNav a:hover	 {
	background:url(images/circl_hover.png) no-repeat;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {    
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

.gd1 .pgr a
{
    font-size:14px;
    margin:5px;
}
.gd1
{
    font-size:13px;
}
