/* CSS Document */
#apDivBanner {
	width:910px;
	height: 151px;
	background-color: #FFFFFF;
	background-position:left;
	background-image:url(../img/new_logo.jpg);
	background-repeat:no-repeat;
        margin: 4px;
}
#apContentPanel {
	width: auto;
	margin-left:160px;
}

#indexContent {
}

#apDivMain {
    border:1px solid rgb(0,0,0);
    width:918px;
    height:auto;
    margin-right: auto;
    margin-left: auto;
    min-height:800px;
    background-color:#FFFFFF;
}
#headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	height: auto;
}
#apDivSlider {
    position:relative;
    width:auto;
    height:90px;
    background:#FFCCCC
}
#leftContentStrut {
    position: relative;
    width: 23px;
    left: 23px;
}
#apNavigation {
	position:relative;
	left:-6px;
	width:168px;
	z-index:10;
	background-color: #FFFFFF;
	float: left;
	/*
	  Corrects IE 5.x and IE 6.0 "Double Margin" problem
	*/
	display:inline
}

#rightNavBar {
	height:auto;
	z-index:10;
	padding-right: 16px;
	padding-left: 8px;
	padding-bottom:8px;
	padding-top:8px;
	float: right;
	width: 121px;
	border:solid 1px #CCCCCC;
	/*
	  Corrects IE 5.x and IE 6.0 "Double Margin" problem
	*/
	display:inline
}

#greetingPanel {
	width: 560px;
	height:24px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align:center;
}
#apInfoPanel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 13px;
	padding-left: 0px;
	padding-right: 0px;
         margin: 0px;
	width: auto;
	/*
	  Corrects IE 5.x and IE 6.0 "Double Margin" problem
	*/
	display:block
}
input[type="text"], input[type="password"] {
	border: solid black 1px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	margin-top:0px;
	margin-bottom:2px;
	margin-left:0px;
	margin-right:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 16px;
	vertical-align:middle;
        text-align:left;
}
#searchDiv {
    padding-left:13px;
    padding-top:12px;
    padding-bottom:12px;
    padding-right:13px;
    height:22px;
}
#handlerSearchDiv {
    padding-left:0px;
    padding-top:12px;
    padding-bottom:0px;
    padding-right:0px;
    height:auto;
}

#topLeftCornerTD {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}
#topTopTD {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#topRightCornerTD {
	background-image: url(../img/topRightCorner.png);
	background-repeat: no-repeat;
	width:8px;
}
#middleLeftTD {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#SearchFormHeight {
	height: 28px;
}
#middleRightTD {
	background-image: url(../img/rightBorder.png);
	background-repeat: repeat-y;
	width:4px
}
#bottomLeftCornerTD {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #298442;
	height: 4px;
}
#bottomBottomTD {
	background-image: url(../img/bottomBorder.png);
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	height: 4px;
}
#bottomRightCornerTD {
	background-image: url(../img/bottomRightCorner.png);
	background-repeat: no-repeat;
	width:4px;
	height: 4px;
}
.newsTD {
	margin-right:0px;
	margin-left:0px;
}

#apDivMain #rightNavBar #handlerSearchDiv form {
	margin-top:0px;
	margin-bottom:4px;
	margin-left:0px;
	margin-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
}

#handlerSearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCCCC;
	height: 18px;
	background-image: url(/img/button_background.png);
	background-repeat: repeat-x;
	background-position: center;
	width: 100%;
	border: solid 1px #FFFFFF;
	cursor:pointer;
	margin-top:4px;
}
#handlerCountrySelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	width: 100%;
	border: solid 1px #CCCCCC;
	cursor:pointer;
	margin-top:4px;
}

#emailConfirm {
        display:none;
}