/* Basic Styling
=======================*/


/*-- main container --------------------------------------------------------*/

#container {
    background: repeat-y;
    background-image: url(images/contentbg.gif);
}

/*--- header ---------------------------------------------------------------*/

#header {
    background: no-repeat;
    background-image: url(images/headerbg.gif);
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
    background: no-repeat;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    background: no-repeat top right;
    
}
.logogallery {
  margin: 2px;
/*  border: 1px solid rgb(40,0,152);*/
  height: auto;
  width: auto;
/*  float: left;*/
  text-align: center;
}
.logogallery img {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}

.logogallery a:hover img {
	border: 1px solid rgb(40,0,152);
}
.logodesc {
  font-family: Lucida Sans Unicode, Arial,Tahoma,Verdana, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  width: 126px;
  margin: 2px;
  color: Gray;
}

/*--- caption --------------------------------------------------------------*/

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
/*    background-image: url(images/static/menubg.gif);
    border-left: 1px solid #A4ABAD;
    border-right: 1px solid #A4ABAD;*/
    background-color: rgb(40,0,152);
}

/*--- main navigation items ------------------------------------------------*/

a.main_nav_item {
    background: no-repeat;
    background-position: top left;
}

a.main_nav_item:hover {
    background: no-repeat;
    background-position: top left;
}

a.main_nav_active_item {
    background: no-repeat;
    background-position: top left;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_container {
/*    background-image: url(images/static/submenubg.gif);
    border-left: 1px solid #A4ABAD;
    border-right: 1px solid #A4ABAD;
    background-color: rgb(255,102,51);*/
    background-color: Honeydew;
}

a.sub_nav_item {
    background: no-repeat;
}

a.sub_nav_item:hover {
    background: no-repeat;
}

a.sub_nav_active_item {
    background: no-repeat;
}

/*--- button navigation items --------------------------------------------------*/
.button {
	margin: 4px 4px 4px 270px;
	font-family: "Myriad Pro", Frutiger, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 24px;
}
/*--- footer ---------------------------------------------------------------*/

#footer {
    background: transparent top left no-repeat;
    background-image: url(images/footerbg.png);
    background-color: #FCFFF2;
}

#footer_text_left a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: rgb(255,102,51);
}
#footer_text_right a:hover {
	text-decoration: underline;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    color: #ffffff;
    background-color: #FCFFF2;
}

/*--- paragraph ------------------------------------------------------------*/

.content {
    color: #000000;
}

.content table {
    color: #000000;
    border-color: #A4ABAD;
}

.content select {
    color: #000000;
}

.content input {
    color: #000000;
    border-color: #000000;
}

.content textarea {
    color: #000000;
    border-color: #000000;
}

/*--- headings -------------------------------------------------------------*/

/*--- links ----------------------------------------------------------------*/

/*--- tables ---------------------------------------------------------------*/

.content th {
    color: #ffffff;
    background-color: #A4ABAD;
    border-color: #A4ABAD;
}

.content td {
    border-color: #A4ABAD;
}

.content tr.odd {
    color: #818181;
    background-color: #FCFFF2;
}

.content tr.even {
    color: #818181;
    background-color: #FFFFFF;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    border-color: #206293;
}

.content legend {
    color: #206293;
}

.content label {
    color: #0D0D0C;
}

.content #submit {
    background-color: #ffffff;
    border-color: #ADAEB0;
    color: #000000;
}

/*--------------------------------------------------------------------------*/

#sub_nav_column {
    background: transparent bottom right no-repeat;
    background-image: url(images/list.gif);
}

#weblog_calendar caption {
    color: #000000;
}



body {
  font: 100%/1.6 "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
/*  background-color: #fff;*/
  background:url(/images/space.jpg);
}

#wrapper {
	width: 980px; 
	margin: 0 auto; 
	text-align: left; 
}

#company {
	font: 200% "Eras Bold ITC";
	color: Blue;
}

a:hover, a:active {
	color: rgb(255,102,51);
}

/* mainNav
=======================*/

#NavBar
{
  font: 68%/1.8 "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  background-color: rgb(40,0,152);

}

ul#NavBar {
  margin: 0;
  padding: 0;
  float: left;
/*  width: 850px;*/
  background-color: rgb(40,0,152);
/*  background: #FAA819 url(images/mainNavBg.gif) repeat-x;*/
  list-style: none;
  text-transform: uppercase;
  display: block;
}
/*
ul li#NavBar{
	float: left;
}
*/
#SubNavBar {
  font: 64%/1.8 "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
/*  background-color: rgb(255,102,51);*/
  background-color: Honeydew;
  float: left;
}	

ul#SubNavBar {
  margin: 0;
  padding: 0;
  float: left;
/*  width: 850px;*/
/*  background-color: rgb(40,0,152);*/
/*  background: #FAA819 url(images/mainNavBg.gif) repeat-x;*/
  list-style: none;
  text-transform: uppercase;
}

a.SubNavItem{
  color: rgb(40,0,152);
}

a.SubNavItem:hover {
/*  color: rgb(255,255,255);*/
  color: rgb(255,102,51);
}

.liststyle2 {
	list-style-image:url(https://imagesak.securepaynet.net/aaa/common/0/bul_square_alt2.gif);
	list-style-type:square;
	margin:0;
	padding:5px 0 5px 22px;
}

.liststyle2 li {
	float: none;
}

.liststyle2 a {
	float: none;
	padding: 0;
	line-height: 0;
}

.ListContent {
	margin: 20px 0px 0px 100px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

.ListContent a {
	margin: 0px;
	padding: 0px;
}

ul li#ListContent {
	font-size: 14px;
	margin-bottom: 0px;
	clear: both;
	float: none;
}

ul li {
  float: left;
}

ul a {
  padding: 0 2em;
  line-height: 2.1em;
/*  background: url(images/mainNavBorder.gif) repeat-y left top;*/
  text-decoration: none;
  color: rgb(255,255,255);
  float: left;
/*  display: block;*/
}

ul a:hover {
  color: rgb(255,102,51);
}

ul .first a {
  border: 1px solid rgb(40,0,152);
  color: rgb(40,0,152);
/*  background-color: rgb(255,102,51);*/
  background-color: HoneyDew;
}

ul .second a {
	color: rgb(255,102,51);
/*	background-color: rgb(255,102,51);*/
	background-color: Honeydew;
	border-left: 1px solid rgb(40,0,152);
	border-right: 1px solid rgb(40,0,152);
	border-bottom: 1px solid rgb(40,0,152);
}

a.button:link, a.button:visited {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  color: HoneyDew;
  text-decoration: none;
  background: #94B8E9 url(images/button.gif) no-repeat left top;
  text-indent: 40px;
}

a.button:hover {
 background: #369 url(images/button-over.gif) no-repeat left top;
 color: rgb(40,0,152);
}

#News {
	float: left;
}