/* ----- General ----- */

#container {
	float: left;
	width: 900px;
	margin-top: 0px;
	background: url(images/mainBG.gif) repeat-y;
}

body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Constantia, Georgia, Times, serif;
	font-size: 13px;
	color: #cb6;
	background: #000;
}

h1 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 2.6em;
	line-height: 1.0em;
	letter-spacing: -2px;
	font-weight: normal;
	color:#fff;
}

h2 {
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 2em;
	font-weight: bold;
	color:#fff;
}

h3 {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 1.5em;
	font-weight: bold;
	color: #da0;
	text-decoration: none;
}

h4 {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 1.2em;
	font-weight: bold;
	color: #b60;
	text-decoration: none;
}

p {
	margin: 0 0 15px 0;
	font-size: 1em;
	text-align: justify;
}

a {
	color: #da0;
	text-decoration: none;
}


a:hover {
	color: #fff;
	text-decoration: none;
}

table {
	width: 590px;
	margin: 10px 0px;
	padding: 2px;
}

th {
	color: #ddd;
	background: #222218;
	padding: 5px;
}

td {
	background: #111;
	padding: 5px;
}

ul {
	margin: 0px;
	padding: 0 0 10px 10px;
}

li {
	padding: 5px 0px 5px 20px;
	list-style: none;
	background: url(images/listicon.gif) left 5px no-repeat;
}

img {
  margin: 2px;
  padding: 2px;
  border: 0px;
}

.readmore_black a{
	clear: both;
	display: block;
	width: 80px;
	height: 17px;
	text-align: center;
	background: url(images/moreBG1.gif) no-repeat;
	color: #da0;
	text-decoration: none;
	margin-bottom:10px;
}


.readmore_black a:hover {
	color: #fff;
	text-decoration: none;
}

.readmore_darkblue a{
	clear: both;
	display: block;
	width: 80px;
	height: 17px;
	text-align: center;
	color: #da0;
	text-decoration: none;
	background: url(images/moreBG2.gif) no-repeat;	
	margin-bottom:10px;
}

.readmore_darkblue a:hover{
	color: #fff;
	text-decoration: none;
	}

img.bordered {
  padding: 2px;
  margin: 4px;
  background: #111;
  border: 1px solid #222218;
}

.left {
  float: left;
  margin: 4px 8px 4px 0px;
}

.right {
  float: right;
  margin: 4px 0px 4px 8px;
}

.center {
  text-align: center;
}

/* ----- End of General ----- */


/* ----- Sidebar ----- */


#sidebar {
	float: left;
	width: 270px;
	margin: 40px 0 0 0;
}

#sitetitle {
	float: left;
	width: 260px;
	height: 275px;
	margin-bottom: 15px;
	background: url(images/titleBG.jpg) no-repeat;
}


/* ----- Menu ----- */

#menu{
	float: left;
	width: 260px;
	margin-bottom: 15px;
	background: url(images/menuBodyBG.gif) repeat-y;
}

.menu_top{
	width: 260px;
	height: 10px;
	background: url(images/menuTopBG.gif) no-repeat;
}

.menu_bottom{
	width: 260px;
	height: 40px;
	background: url(images/menuBottomBG.gif) no-repeat;
}

#menu ul{
	margin: 0px;
	padding: 10px 0px 10px 30px;}
	
#menu li{
	font-size: 1.2em;
	width: 170px;
	padding: 10px 15px 5px 5px;
	list-style: none;
	background: none;
	border-bottom: #fff dotted 1px;	
}

#menu ul ul{
	margin: 0px;
	padding: 10px 0px 10px 30px;}

#menu ul ul li{
	font-size: 1.0em;
	width: 140px;
	padding: 10px 15px 5px 5px;
	list-style: none;
	background: none;
	border-bottom: #fff dotted 1px;	
}

#menu a{
	color: #fff;
	text-decoration: none;
}

#menu a:hover{
	color: #da0;
	text-decoration: none;
}

/* ----- End of Menu ----- */


/* ----- Search ----- */

#search{
	float: left;
	width: 230px;
	height: 150px;
	margin-bottom: 20px;
	padding: 5px 0px 0px 30px;
	background: url(images/loginBG.gif) no-repeat;
}

#search form{
	width: 170px;
	margin: 0px;
	padding: 2px 10px;
	text-align: right;	
	color:#FFFFFF;
	border: 1px #333333 dotted;
}

.form_row{
	padding: 2px 0px 0px 0px;
	text-align: right;
}

#search label {
	margin-right: 5px;
}

#search input{
	width: 100px;
	height: 15px;
}

#search .button{
	width: 60px;
	height: 25px;
}

/* ----- End of Search ----- */

/* ----- End of Sidebar ----- */


/* ----- Main Content ----- */

#main {
	float: right;
	width: 590px;
	margin: 40px 0 0 40px;
}

#banner{
	width: 415px;
	height: 150px;
	padding: 50px 125px 50px 50px;
	margin-bottom: 40px;
	background: url(images/bannerBG.png) no-repeat;
}

#banner p{
	padding: 0px 0px 5px 0px;
	color: #ba6;
	text-align: justify;
}

/* ----- Two Columns ----- */

#two_column{
	float: left;
	width: 590px;
	margin-bottom: 25px;
}

.two_columns_left{
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0px;
}

.two_columns_right{
	float: right;
	margin: 0px;
	padding: 0px;
	width: 280px;	
}

.news_area {
	padding: 0 0 20px 0;
}

.news_date {
	width: 100px;
	height: 20px;
	margin-bottom: 5px;
	background:url(images/dateBG.gif) no-repeat;	
}

.news_datetext {
	padding-top: 2px;
	padding-left: 4px;
	color: #ffc845;
	font-size: 14px;
	font-weight: bold;
}

.news_datetext span{
	padding-left: 15px;
	color: #7c6e4e;
	font-size: 12px;
	font-weight: normal;
}

* html .news_datetext span{
	padding-left: 8px;
	color: #7c6e4e;
	font-size: 12px;
}

/* ----- End of Two Columns ----- */


/* ----- Single Column ----- */

#one_column{
	width: 590px;
	margin-bottom: 25px;
}

.section{
	float: left;
	width: 590px;
	margin-bottom: 20px;
}

.section img {
	float: left;
	width: 200px;
	padding: 0px;
	margin-right: 20px;
	border: 4px solid #333;
}

.gallerybrief{
	float: right;
	width: 350px;
	padding: 0px;
}

/* ----- End of Single Column ----- */

/* ----- End of Main Content ----- */

/* ----- Footer ----- */

#footer {
	clear: both;
	width: 550px;
	min-height: 50px;
	padding: 10px 40px 0px 0px;
	margin-bottom: 10px;
	text-align: center;
	color: #543;
	line-height: 18px;
	background: #111;
	font-size: .9em;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

#footer a {
	color: #543;
	text-decoration: none;
}

#footer a:hover {
	color: #764;
	text-decoration: underline;
}

/* ----- End of Footer ----- */


/* ----- Working Group ----- */

#workinggroup {
	clear: both;
	width: 560px;
	margin-bottom: 25px;
	padding: 5px 15px;
	line-height: 18px;
	background: #222218;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

#workinggroup p {
	text-align: center;
	color: #da0;
	font-size: .9em;
}

#workinggroup a {
	color: #fff;
	text-decoration: none;
}

#workinggroup a:hover {
	color: #da0;
	text-decoration: none;
}

/* ----- End of Working Group ----- */

