/* global */
html{height: 100%;}

body
{ font-family: arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .78em;
  background: #65605B;
  color: #555;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1, h2, h3, h4
{ font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 120%;
  letter-spacing: .1em;
  padding: 7px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  color: #000;
}

h4
{ font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 110%;
  color: #555;
}

img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}

a{outline: none;}

form{padding: 0; margin: 0;}

/* image positioning - left, right and center */
.left
{ float: left; 
  border-right: 18px solid;
}

.right
{ float: right; 
  /*border-left: 18px solid;*/
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

.left, .right{border-color: #FFF;}

/* block quote */
blockquote
{ margin: 10px 0px 10px 0px; 
  padding: 0px 15px 0px 15px;
  border-left: 8px solid #DE9412;
  background-color:#555;
}

/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

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

/* margin lefts / margin rights - to centre content */
#main, #footer, #logo, #menubar, #site_content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main
{ width: 966px;
  background: #FFF url(/style/main1.png) repeat-y;
  color: #555;
}

/* logo */
#logo
{ width: 950px;
  height: 150px;
  border-top: 1px solid #000;
  background: #000 url(/images/header-background1.jpg) no-repeat left center;
  color: #000;
}
#menubar
{ background: #000 url(/images/homepage/menu.png) repeat;
  width: 920px;
  height: 40px;
  padding: 10px 14px 0px 14px;
  text-align: center; 
  /*border-top: 2px solid #F2F2F0;*/
  color: #fff;

} 
ul#menu{margin: 0px;}

ul#menu li
{ float: right; 
  margin: 0px 0px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

ul#menu li a 
{ font-family: verdana, sans-serif;
  display: block; 
  float: left; 
  height: 30px;
  text-decoration: none; 
  padding: 10px 15px 0px 15px;
  text-align: center;
  border-right: 1px solid #F2F2F0;
  background: transparent;
  color: #FFF;
} 

ul#menu li a:hover, ul#menu li a.current, ul#menu li a.current:hover
{ background: transparent; color:#EFAD3F;} 

/* main content */
#site_content
{ width: 950px;
  overflow: hidden;
} 

/* sidebar */
.sidebar
{ float: left;
  width: 195px;
  padding: 15px 15px 15px 15px;
}

/* sidebar items / links */
.sidebaritem
{ text-align: left;
  width: 190px;
  float: left;
  margin: 0px 0px 15px 0px;
}

.sidebaritem h1, .sidebaritem h3, .sidebaritem p{margin: 8px 10px 10px 12px; color:#F2BE63;}

.sidebaritem ul
{ border-top: 1px solid #ccc;
  width: 160px; 
  padding-top: 4px; 
  margin: 4px 0px 15px 14px;
}

.sidebaritem li
{ list-style: none; 
  padding: 0px 0px 4px 0px; 
  border-bottom: 1px solid #ccc;
}

.sidebaritem li a, .sidebaritem li a:hover
{ height: 16px;
  text-decoration: none; 
  background: transparent url(/style/arrow.png) no-repeat left center;
  color: #fff;
  padding: 0px 0px 0px 18px;
  display: block;
} 

.sidebaritem li a.current, .sidebaritem li a:hover, .sidebaritem li a.current:hover
{ background: transparent url(/style/arrow_select.png) no-repeat left center; color:#DE9412;} 

/* page content */
#content_container
{ text-align: left;
  width: 690px;
  float: left;
  padding: 10px 1px 10px 0px;
}

#content
{ text-align: left;
  width: 660px;
  padding: 8px 15px 8px 15px;
}

#content a
{ background: transparent;
  color: #DE9412;
}

#content a:hover
{ background: transparent;
  color: #A4A4A4;
}
#content li{
	width:100px;
	background:#FFF;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}
.imgborder {
	border: 1px solid #ccc;
	padding: 5px;
	valign: top;
}	
label {
		color: #555;
	   }		

.sidebaritem{background: #555;}
#content{background: #fff;}

#banner{ width:650px; float:left; }
.black-bkgd {background-color:#D8D9DD;border-bottom:#10547c solid 4px;} 
.pink-bkgd {background-color:#F1E6F1;border-bottom:#29152A solid 4px;} 
#banner h1 {margin:40px 60px 0 20px; width:300px; color:#7b3700; padding:0 0 0 0; font-size:2em;}
/*#banner img {float:right; padding:0 0 0 0; margin:0 0 0 0; border:none;}*/


/* footer */
#footer
{ width: 906px;
  height: 42px;
  padding: 16px 21px 0px 19px;
  text-align: center; 
  border-top: 2px solid #F2F2F0;
  background: #BDB9B2 url(/style/menu.png) repeat;
  color: #fff;
}

#footer a
{ background: transparent;
  color: #FFF;
}

#footer a:hover
{ background: transparent;
  color: #555;
}

#content a, #content a:hover, #footer a, #footer a:hover, #menubar a, menubar a:hover{text-decoration: none;}

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */

/* Sidebar */
.rtop, .rbottom{display: block; background: #ccc;}

.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4
{ display: block;
  height: 1px;
  overflow: hidden; 
  background: #555;
}

.r1{margin: 0 5px;}

.r2{margin: 0 3px;}

.r3{margin: 0 2px;}

.rtop .r4, .rbottom .r4
{ margin: 0 1px;
  height: 2px;
}

/* Content container */

.ctop, .cbottom{display: block; background: #ccc;}

.ctop .c1, .ctop .c2, .ctop .c3, .rtop .c4,
.cbottom .c1, .cbottom .c2, .cbottom .c3, .cbottom .c4
{ display: block;
  height: 1px;
  overflow: hidden; 
  background: #fff;
}

.c1{margin: 0 5px;}

.c2{margin: 0 3px;}

.c3{margin: 0 2px;}

.ctop .c4, .cbottom .c4
{ margin: 0 1px;
  height: 2px;
}

/* sNews */
fieldset, .comment, .commentsbox
{ margin-bottom: 10px; 
  background: transparent; 
  color: #444;
}

fieldset
{ border: 1px solid #ccc; 
  padding: 10px 8px;   
}

input{padding: 2px;}

textarea
{ width: 95%; 
  height: 200px;
  padding: 3px;
}

.comment
{ background: #F2EFEA; 
  color: #444;
}

.date
{ border-top: 1px solid #E5E2DB; 
  margin: 15px 0px 5px 0px;
  font-weight: bold;
}

