﻿html
{
	height: 100%;
}

body
{
	margin: 0px;
	height: 100%;
}

#TopWrapper
{
	left: 0px;
	right: 0px;
	height: 54px;
	background-image: url('/Images/TopBGMargin.png');
	background-repeat: repeat-x;
}

#TopWrapper #Top
{
	width: 992px;
	height: 54px;
	background-image: url('/Images/topCenter.png');
	margin: 0 auto;
}

#TopWrapper #Top .TopLinks
{
    margin-left: 200px;
    height: 54px;
    float: left;
}

#TopWrapper #Top a
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 18px;
	color: #16567a;
    text-decoration: none;
    line-height: 40px;
    height: 40px;
    float: left;
    margin-bottom: 14px;
    margin-left: 25px;
}

#TopWrapper #Top a:hover
{
    color: White;


}

#TopWrapper #Top .MainMenuItem
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 18px;
	color: #16567a;
    text-decoration: none;
    line-height: 40px;
    height: 40px;
    float: left;
    margin-bottom: 14px;
    margin-left: 25px;
}

#TopWrapper #Top img
{
    margin-left: 15px;
    float: left;
}

#Wrapper
{
	position: relative;
	width: 992px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -187px;
}

.WrapperLogin 
{
	width: 191px;
	height: 139px;
	position: absolute;
	top: -15px;
	left: 800px;
	z-index: -10;
}

.WrapperLogin  .Login
{
	width: 191px;
	height: 159px;
	display: none;
	background-image: url('/Images/bgLoginBox.png');
	background-repeat:no-repeat;
	padding-top: 20px;
}

.Login table
{
    margin-top: 12px;
    padding-bottom: 12px;
}

.Login .LoginContent
{
    margin: -10px 14px 15px 14px;
}

.LoginTextBox
{
    width: 163px;
    height: 23px;
    background-image: url('/Images/bgTextboxLogin.png');
    background-repeat: no-repeat;
    z-index: 100;
    margin-top: 9px;
}

#ContentWrapper
{
	width: 824px;
}

#RightMargin
{
	width: 165px;
	margin-left: 3px;
	float: right;
}

#FooterPush, #Footer
{
	height: 187px;
	clear: both;
}

#Footer
{
	margin: -187px auto 0 auto;
	background-image: url('/Images/bgBottomMargin.png');
}

#BottomPush
{
    height: 187px;
    width: 100%;
    /**clear:both; **/
    
}

#FooterSearch
{
    width: 100%;
    height: 23px;
}

#FooterSearch .FooterSearchBox
{
    width: 145px;
    height: 23px;
    padding-left:5px;
    padding-right: 5px;
    padding-top: 3px;
    background-image: url('/Images/bgHakuLarge.png');
    background-repeat:no-repeat;
    float:left;
}

#FooterSearch .SearchTextBox
{
    border: none;
    background-color:Transparent;
    width: 143px !important;
    height: 23px;
    font-family: Verdana;
    font-size: 11px;
    margin-right: 2px !important;
    position: absolute;
    z-index: 3;
}

#FooterSearch .FooterSearchButton
{
    width: 23px;
    height: 23px;
    padding-left: 2px;
    border: none;
    cursor: pointer;
    margin-right:3px;
    position:absolute;
    z-index: 3;
}



#FooterContent
{
	width: 992px;
	margin: auto;
	height: 167px;
	padding-top: 20px;
	background-image: url('/Images/bgBottomCenter.png');
	color: White;
	clear:both;
}

#FooterContent .Column
{
	float: left;
	margin-right: 10px; /* 20px */
	height: 135px;
	margin-left: 15px; /* 25px */
}

#FooterContent .Column input
{
	width: 120px;
	float: right;
	margin-right: 10px;
}

#FooterContent .Column select
{
	width: 120px;
	float: right;
	margin-right: 10px;
	position: absolute;
	z-index: 3;
}

#FooterContent .Column a
{
	text-decoration: none;
	display: block;
	color: White;
}

#FooterContent .Column a:hover
{
	text-decoration: underline;
}

#FooterContent .Column a.Header
{
	font-weight: bold;
}

#FooterContent #FooterBottom
{
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: Black;
	background-image: url('/Images/BottomCurveMenu.png');
	height: 30px;
	line-height: 30px;
	width: 744px;
	float:right;
	margin-right: 80px;
}

#FooterContent #FooterBottom a
{
	margin-left: 21px;
	color: #000000;
}

#Content
{
	width: 556px;
	float: left;
	min-height: 600px;
	background-image: url('/Images/bgContentAreaCenter.png');
	background-repeat: repeat-y;
	background-color: #ffffff;
}

#Content .ContentBottom
{
    
    background-image: url('/Images/ContentAreaBottom.png');
	background-repeat: no-repeat;
	height: 49px;
	background-position: bottom;
	padding-bottom: 12px;
}

#Content .ContentBottom1px
{   
    background-image: url('/Images/ContentAreaBottom1px.png');
	background-repeat: no-repeat;
	height: 1px;
	background-position: bottom;
	padding-bottom: 0px;
}


#ContentMargin
{
	float: right;
	width: 265px;
	margin-left: 3px;
	min-height: 600px;
}

#ContentMargin .ContentMarginText
{
    width: 243px;
   /** min-height: 230px;*/
    padding-left: 17px;
    padding-right: 5px;
    padding-top: 21px;
    padding-bottom: 21px;
    background-image: url('/Images/bgCenterRightMargins.png');
    background-repeat: repeat-y;
}

#ContentMargin .ContentMarginNoPadding
{
    width: 265px;
    /**background-image: url('/Images/bgCenterRightMargins.png');
    background-repeat: repeat-y; */
    background-color: White;
}

#Search
{
	background-image: url('/Images/bannersahkostijahaku.png');
	background-repeat: no-repeat;
	width: 155px;
	height: 125px;
	padding-top: 15px;
	padding-left: 10px;
	margin-top: -50px;

}

#Search .SearchTextBox
{
    width: 113px;
    padding-left: 5px;
    padding-right: 5px;
	background-color:Transparent;
	font-family: Verdana;
	font-size: 11px;
	border: none;
}

#Search .SearchBox
{
    float: left;
    background-image: url('/Images/bgHakuSmall.png');
    width: 125px;
    height: 23px;

}

#Search .SearchControls
{
    width: 100%;
    height: 23px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#Search .SearchButton
{
    width: 23px;
    height: 23px;
    padding-left: 2px;
    border: none;
    cursor: pointer;
    float: left;
}

#Search a
{
	display: block;
	width: 140px;
	height: 35px;
}

#Search .SearchTextBox
{
	width: 110px;
	background-color: Transparent;
	font-family: Verdana;
	font-size: 11px;
	border-style:none;
	margin-top: 3px;
	margin-right: 5px;
	margin-left: 5px;
}

#Search select
{
	width: 140px;
	margin-left: 1px;
}


.LeftContentBox
{
    margin: 13px 178px 20px 8px;
    width: 540px;
}

.BoxContent
{
    margin-left: 20px;
}


.TextBox
{
    width: 341px;
    height: 21px;
    border: solid 1px;
}

.TextArea
{
    width: 341px;
    height: 150px;
    border: solid 1px;
    margin-bottom: 20px;
}

.Button
{
    font-family: Verdana, Trebuchet MS, Arial;
    padding: 1px;
	font-size: 11px;
	font-weight:bold;
	width: 206px;
	height: 21px;
	border: solid 1px;
	background-repeat:repeat-x;
	margin-left: 166px;
}

#Content #ContentArea
{
    margin: 10px 8px 0px 8px;
}

#Content #ContentArea .InfoBox
{
    margin: 20px 5px 20px 5px;
}

#Banners .BannerImage
{
    max-width: 140px;
    border: none;
}

.Menu
{
    position: absolute;
    top: 32px;
    width: 184px;
    z-index: 150;
    display: none;
    background-color: #9ad3ee;
}

.Menu .MenuItem
{
    height: 20px;
    padding-left: 17px;
    cursor: pointer;
}
.Menu .MenuItem a
{
    font-family: Trebuchet MS, Verdana, Arial !important;
	font-size: 14px !important;
	color: #16567a !important;
    font-weight: normal !important;
    text-decoration: none !important;
    height: 20px !important;
    line-height: 20px !important;
    margin: 0px !important;
}

.MainMargin
{
    width: 273px;
    float: left;
}
