﻿html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img
{
    display: block;
    background-color: #323E51;
}
img {
	border-style: none;
    border-color: inherit;
    border-width: 0;
}
a {
	color: #464544;
}
a:hover
{
    color: #333333;
}
.left {
	float: left;
}
.left1 {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body
{
    background: #fff url(images/page_bg.gif) repeat-x;
    text-align: center;
    font: 10pt "Trebuchet MS";
    color: #464544;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 900px;
  position: relative;
    top: 0px;
    left: 0px;
}

h1
{
    position: absolute;
    top: 10px;
    left: 0;
    height: 77px;
    padding-top: 1px;
    width: 580px;
    background: #FFFFFF;
    color: #ffffff;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 24px;
    line-height: normal;
    font-family: "Trebuchet MS";
}
h1 strong {
  font-weight: normal;
  color: #0E1520;
}
#top-nav
{
    position: absolute;
    top: 15px;
    left: 582px;
    width: 319px;
    height: 269px;
    background: #6D7481 left bottom;
}
#top-nav ul {
  text-align: center;
  line-height: 32px;
}
#top-nav li {
  display: inline;
  font-size: 12px;
  color: #fff;
}
#top-nav a {
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}
#top-nav a:hover {
  text-decoration: underline;
}

#mmagic {
  background: url(images/media_magic.gif) no-repeat;
  position: absolute;
  top: 46px;
  left: 680px;
  width: 48px;
  height: 238px;
}
#header
{
    background: #FFFFFF;
    position: absolute;
    top: 90px;
    left: 0px;
    width: 581px;
    height: 193px;
    right: -268px;
    bottom: -16px;
    }

/** body **/
#spacer {
  height: 285px;
}

#body
{
    background: url(images/body_bg.gif) repeat-y;
    width: 100%;
    height: 755px;
    position: static;
}

#left {
  float: left;
  width: 580px;
    height: 255px;
}
#right
{
    float: right;
    width: 312px;
    height:755px;
}

#visit1
{
    border-left: 1px Solid #D9DEE6;
    background: #EEEEEE;
    padding: 13px 40px 14px 36px;
    height: 290px;
}
#visit1 h2
{
    font: 20px "Trebuchet MS";
}
#visit1 a {
  text-decoration: none;
}
#visit1 a:hover {
  text-decoration: underline;
}
#visit
{
    border-left: 1px Solid #D9DEE6;
    background: #EEEEEE;
    padding: 13px 40px 14px 36px;
    height: 709px;
}
#visit h2
{
    font: 24px "Trebuchet MS";
}
#visit a {
  text-decoration: none;
}
#visit a:hover {
  text-decoration: underline;
}
#subs
{
    border: 1px Solid #D9DEE6;
    width: 580px;
}
#subs-left-frame
{
    width: 288px;
    float: left;
    height: 54%;
    padding-top: 3px;
}
#subs-right-frame
{
    width: 288px;
    float: right;
    height: 54%;
    padding-top: 3px;
    
}
#right-i
{
    padding: 4px 25px 0 20px;
    background-color: #B1B6BF;
}
#right h2 {
  color: #323E51;
  font: 22px "Trebuchet MS";
  margin-bottom: 12px;
}
#right h3 {
  color: #000000;
  font: 14px "Trebuchet MS";
  margin-bottom: 5px;
}
#right p {
  margin-top: 0;
  color: #163348;
    height: 540px;
    width: 268px;
}
#right .left {
  margin-right: 4px;
}
#right a {
  color: #163348;
  font-weight: bold;
  text-decoration: none;
}
#right a:hover {
  text-decoration: underline;
}

/** footer **/
#copyright
{
    background: #6D7481;
    color: #fff;
    text-align: center;
    font-size: 11px;
    float: right;
    width: 319px;
    padding: 10px 0;
    margin-bottom: 20px;
}
#copyright p {
  margin: 0;
  padding: 0;
}
#SearchBox
{
    background: url(Images/search_box.png);
    float: left;
    height: 40px;
    width: 154px;
    margin-top: 5px;
}
#SearchButton
{
    float: left;
    height: 40px;
    width: 47px;
    margin-top: 5px;
}
#SearchButton1
{
    float: left;
    height: 40px;
    margin-top: 5px;
}
#SearchInput
{
    background: none;
    border: none;
    color: #333333;
    font-size: 11px;
    outline: none;
    margin: 10px 10px 10px 15px;
    width: 135px;
    font-family: 'Trebuchet MS';
    font-weight: bold;
}
#LanguageBox
{
    float: right;
    height: 40px;
    width: 64px;
    margin-top: 5px;
    margin-right: 10px;
}
#AltSol
{
    padding: 4px 25px 0 20px;
    background-color: #B1B6BF;
    width: 243px;
    height: 400px;
}
#AltSol h2 {
  color: #323E51;
  font: 18px "Trebuchet MS";
  margin-bottom: 12px;
}
#AltSol h3 {
  color: #000000;
  font: 12px "Trebuchet MS";
  margin-bottom: 5px;
}
#AltSol p
{
    margin-top: 0;
    color: #163348;
    font-size: 9pt;
}
#AltSol .left {
  margin-right: 4px;
}
#AltSol a {
  color: #163348;
  font-weight: bold;
  text-decoration: none;
}
#AltSol a:hover {
  text-decoration: underline;
}
#AltSag
{
    padding: 4px 25px 0 20px;
    background-color: #B1B6BF;
    width: 243px;
    height: 400px;

}
#AltSag h2 {
  color: #323E51;
  font: 18px "Trebuchet MS";
  margin-bottom: 12px;
}
#AltSag h3 {
  color: #000000;
  font: 12px "Trebuchet MS";
  margin-bottom: 5px;
}
#AltSag p
{
    margin-top: 0;
    color: #163348;
    font-size: 9pt;
    margin-bottom: 6px;
}
#AltSag .left {
  margin-right: 4px;
    height: 55px;
    width: 78px;
}
#AltSol a {
  color: #163348;
  font-weight: bold;
  text-decoration: none;
}
#AltSol a:hover {
  text-decoration: underline;
}
#listticker{
height:381px;
width:222px;
overflow:hidden;
padding:6px 10px 14px 10px;
}
#listticker li{
border:0; margin:0; padding:0; list-style:none;
}
#listticker li{
font: 12px "Trebuchet MS";
height:125px;
padding:5px;
list-style:none;
}
#listticker a
{
	color:#163348;
	text-decoration: none;
	font-weight: bold;
}
#listticker .news-title{
display:block;
font-weight:bold;
margin-bottom:4px;
font-size:11px;
}
#listticker .news-text{
display:block;
font-size:11px;
color:#666666;
}
#listticker img{
float:left;
margin-right:14px;
padding:4px;
border:solid 1px #DEDEDE;
}
.MainButtonsLayer
{
    margin-top: 100%;
}
.LogoLayer
{
    position: relative;
    width: 580px;
    height: 89px;
    top: 0px;
    left: 0px;
}
.Logo
{
    position: static;
    left: 0;
    bottom: 0px;
    height: 83px;
}
#Linkler .a
{
    color: #FF3300;
}
#Linkler .a:hover
{
    color: #333333;
}
#menuh-container
{
    position: relative;
    top: 1em;
    left: 1em;
}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:2em;
	margin-top: 1em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: royalblue;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: cornflowerblue;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
