/* ---------------------------------- container ---------------------------------- */
#container{
	margin:0 auto;
	width:850px;
	height:840px;
	background:#03478E;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-color: #000 #000 #000 #000;
	border-style: solid;
}

/* ---------------------------------- top menu ---------------------------------- */
div#top_menu{
	text-align:right;
	margin-top:3px;
	padding-top:0px;
	margin-right:5px;
}
h1#top_menu{
	color: #FFFFFF;
	width: 520px;
	text-align:right;
	margin-top:0px;
	padding-top:0px;
}
h1#top_menu a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:1px;
	margin-right:1px;
	
}
h1#top_menu a:hover, h1#menu2 a.current, h1#menu2 a.current:hover {
	text-decoration: underline;
	color: #03478E;
}

/* ---------------------------------- menu ---------------------------------- */
div#menu2{
	text-align:left;
	margin-top:195px;
	padding-top:10px;
}
h1#menu2{
	color: #FFFFFF;
	width: 520px;
	text-align:center;
}
h1#menu2 a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:1px;
	margin-right:1px;
	
}
h1#menu2 a:hover, h1#menu2 a.current, h1#menu2 a.current:hover {
	text-decoration: underline;
	color: #49ADDA;
}

/* ---------------------------------- header ---------------------------------- */
#header2{
	position:relative;
	height:272px;
	margin: 0px;
	background:url(../images/header_images.jpg) no-repeat;
}

/* ---------------------------------- navigation ---------------------------------- */
ul#navlist {
	display: block;
	border-width: 0px;
	margin-left:15px;
	margin-right:10px;
	width: 220px;
}
ul#navlist img {
	display: block;
	padding:0px;
	margin:0px;
	background:#999;
	width:100%;
}
ul#navlist a {
	border-width: 1px;
	border-color: #ffF #fff #FFF #fff;
	border-style: solid;
	display: block;
	padding-left:30px;
	padding-top:7px;
	padding-bottom:7px;
	color: #603C1B;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	background:#FFF url(../images/slash.gif) no-repeat left center;
	
}
ul#navlist a:hover {
	padding-left:50px;
	color: #FFF;
	margin-left:0px;
	font-weight: bold;
	background:#013678 url(../images/4_slash.gif) no-repeat left center;
}

/* ---------------------------------- new content ------------------------------ */
/* global */
html{height: 100%;}

body
{
	font-family: arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 0.78em;
	background: #001736 url(../images/background.jpg) no-repeat center;
	background-position: top;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1, h2, h3, h4
{ font-family: tahoma, arial, sans-serif;
  font-size: 120%;
  letter-spacing: .1em;
  padding: 7px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  color: #49ADDA;
}

h4
{
	font-family: arial, sans-serif;
	font-size: 100%;
	color: #0099CC;
}

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: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid #4D4D4D;
}

/* 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;
}




ul#menu{margin: 0px;}

ul#menu li
{ float: left; 
  margin: 0px 0px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

ul#menu li a 
{ font-family: verdana, sans-serif;
  display: block; 
  float: left; 
  height: 44px;
  text-decoration: none; 
  padding: 26px 15px 0px 15px;
  text-align: center;
  border-right: 1px solid #FFFFFF;
  background: transparent;
  color: #AAA;
} 

ul#menu li a:hover, ul#menu li a.current, ul#menu li a.current:hover
{ background: transparent;
  color: #FFF;
} 

#search
{ float: right; 
  padding: 22px 15px 0px 0px;
}

input.searchfield
{ background: #FFF; 
  border: 1px solid #777; 
  padding: 2px;
}

input.searchbutton
{ background: #3F3F3F; 
  border: 1px solid #777; 
  padding: 0px;
  color: #FFF;
  width: 64px;
  cursor: pointer;
}

/* main content */
#site_content
{ width: 850px;
  height:565px;
  overflow: hidden;
} 

/* sidebar */
.sidebar
{ float: right;
  width: 250px;
  padding: 0px 15px 15px 15px;
}

/* sidebar items / links */
.sidebaritem
{ text-align: left;
  width: 250px;
  float: left;
  margin: 0px 0px 15px 0px;
}

.sidebaritem h1, .sidebaritem h3, .sidebaritem p{
	margin: 0px 4px 4px 12px;
}

.sidebaritem ul
{
	border-top: 1px solid #D4D4D4;
	width: 220px;
	padding-top: 4px;
	margin: 4px 0px 10px 0px;
}

.sidebaritem li
{ list-style: none; 
  padding: 0px 0px 4px 0px; 
  border-bottom: 1px solid #D4D4D4;
}

.sidebaritem li a, .sidebaritem li a:hover
{ height: 16px;
  text-decoration: none; 
  background: transparent url(../images/arrow.png) no-repeat left center;
  color: #555;
  padding: 0px 0px 0px 18px;
  display: block;
} 

.sidebaritem li a.current, .sidebaritem li a:hover, .sidebaritem li a.current:hover
{ background: transparent url(../images/arrow_select.png) no-repeat left center;} 

/* page content */
#content_container
{ text-align: left;
  width: 555px;
  height: 520px;
  float: left;
  padding: 0px 0px 15px 15px;
}

#content
{
	text-align: left;
	width: 525px;
	height:100%;
	padding: 8px 15px 8px 15px;
	border: 1px;
	
}

#content_small
{
	font-size: 0.77em;
}

#content a
{
	background: transparent;
	color: #CC0033;
	border-bottom: 1px dotted;
}

#content a:hover
{ background: transparent;
  color: #A4A4A4;
}

.sidebaritem, #content{background: #FFF;}

/* footer */
#footer
{

	padding-left:0px;
	padding-top:20px;
	color:#001736;
	background:#FFFFFF url(../images/footer.jpg) no-repeat;
	height:35px;
	width:850px;
}

#footer a
{ background: transparent;
  color: #2FB3FE;
}

#footer a:hover
{ background: transparent;
  color: #AAA;
}

div#footer_menu{
	text-align:left;
	margin-top:3px;
	padding-top:15px;
	margin-right:10px;
	margin-left:10px;
	color: #2FB3FE;
}
h1#footer_menu{
	color: #FFFFFF;
	width: 520px;
	text-align:left;
	margin-top:10px;
	padding-top:10px;
}
h1#footer_menu a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:10px;
	margin-right:10px;
	
}
h1#footer_menu a:hover{
	text-decoration: underline;
	color: #03478E;
}

#content a, #content a:hover, #footer a, #footer a:hover{text-decoration: none;}

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom{display: block; background: #03478E;}

.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4
{ display: block;
  height: 1px;
  overflow: hidden; 
  background: #FFF;
}

.r1{margin: 0 5px;}

.r2{margin: 0 3px;}

.r3{margin: 0 2px;}

.rtop .r4, .rbottom .r4
{ margin: 0 1px;
  height: 2px;
}

/* sNews */
fieldset, .comment, .commentsbox
{ margin-bottom: 10px; 
  background: transparent; 
  color: #FFFFFF;
}

fieldset
{ border: 1px solid #D4D4D4; 
  padding: 10px 8px;   
}

input{padding: 2px;}

textarea
{ width: 95%; 
  height: 200px;
  padding: 3px;
}

.comment
{ background: #F1F1F1; 
  color: #444;
}

.date
{ border-top: 1px solid #D4D4D4; 
  margin: 15px 0px 5px 0px;
  font-weight: bold;
}
