@CHARSET "UTF-8";
	
		body {
		background-position: 0 90px;
		background-repeat: repeat-x;
		background-image: url(../images/layout/back-grad.png);
		min-width: 1100px;
		background-color: #194775;
		padding: 0px;
		margin: 0px;
	}

	#header{
		padding-top: 3px;
		height: 139px;
		background-color: #ffffff;
		position: relative;
	}

#header #border{
		left: 0px;
		position: absolute;
		top: 114px;
		background-color: #2F597F;
		width: 100%;
		height: 28px;
	}

	#header #border span{
		background-repeat: no-repeat;
		background-image: url(../images/layout/back-corner.png);
		background-position: right;
		left: 0px;
		position: absolute;
		height: 13px;
		background-color: #ebebeb;
		width: 205px;
	}

	#header #logo{
		position: relative;
		float: left;
		left: 20px;
		top: 5px;
		margin-bottom: 5px;
		color: #666666;
		background-image: url(../images/layout/logo.png);
		background-repeat: no-repeat;
		height: 101px;
		width: 481px;
	}

	#header #companylogo{
		top: 5px;
		left: 20px;
		position: relative;
		float: left;
		margin-bottom: 5px;
		color: #666666;
		background-repeat: no-repeat;
		height: 101px;
	}

	#header #logo span{
		left: 85px;
		position: absolute;
		float: right;
		font-weight: bold;
		bottom: 4px;
	}

	#header #logo:hover{
		color: #4388DC;
	}

	#header #navlist {
	margin-top: 3px;
	top: 5px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	text-align: center;
	text-transform: uppercase;
	line-height: 200%;
	clear: both;
	position: relative;
	list-style: none;
	padding: 0px;
	}
	
	#header #navlist li{
	padding-left: 0px;
	padding-right: 0px;
	margin-left: -5px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-left-color: #9BA8B4;
	border-left-width: 2px;
	border-left-style: solid;
	display: inline;
	}
	#header #navlist a{
		font-weight: bold;
		padding-bottom: 5px;
		padding-top: 5px;
		letter-spacing: 0.5px;
		word-spacing: 1px;
		font-size: 100%;
		text-decoration: none;
		padding-left: 15px;
		padding-right: 15px;
		color: #FFB441;
	}
	#header #navlist a:hover{
		padding-bottom: 5px;
		padding-top: 5px;
		background-color: #FF9900;
		color: white;
		text-decoration: none;
	}
	#header #accountlist{
	text-align: right;
	width: 700px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 8px;
	padding: 0px;
	list-style: none;
	display: inline;
		right: 10px;
		top: 0px;
		position: absolute;
	}
	#header #accountlist li{
		display: inline;
		border-right-color: #A6A6A6;
		border-right-width: 1px;
		border-right-style: solid;
	}
	#header #accountlist a{
		background-repeat: no-repeat;
		padding-left: 6px;
		padding-bottom: 5px;
		padding-right: 6px;
		padding-top: 5px;
		font-weight: bold;
		color: black;
		text-decoration: none;
	}
	#header #accountlist a:hover{
		background-color: #C8D3DF;
		font-weight: bold;
		text-decoration: none;
	}
	#leftColumn, #Panel {
		min-width: 15%;
		padding: 8px;
		border-right-style: solid;
		border-right-color: white;
		border-right-width: 3px;
		margin-top: 4%;
		margin-left: 3%;
		position: relative;
		float: left;
		min-height: 500px;
		width: 15%;
		background-repeat: no-repeat;
		background-image: url(../images/layout/back-left.png);
		background-color: white;
		z-index: 1;
	}

	#rightColumn, #rightColumn {
		padding: 30px;
		margin-top: 2%;
		margin-right: 3%;
		position: relative;
		background-color: white;
		margin-left: 19%;
		z-index: 0;
		min-height: 500px;
	}
	#fullColumn{
		background-color: white;
		min-height: 600px;
		z-index: 0;
		padding-top: 30px;
		padding-left: 30px;
		padding-bottom: 20px;
	}

#main{
	padding: 1px;
	margin: 0px;
}

#footer{border-top-style: dotted; border-top-width: 1px; border-top-color: #666666; margin:20px auto 0; padding:0 3%; background: #293B4D; text-align: center;}
#footer p{padding-left: 0; padding-bottom: 1.5%; padding-right: 0; padding-top: 1.5%; margin:0 auto; }




.whitebox {
}
.whitebox_top {
   left: 0px;
   top: 0px;
   position: absolute;
   background: url(../images/layout/whitebox-tl.png) no-repeat top left;
}
.whitebox_top div {
   background: url(../images/layout/whitebox-tr.png) no-repeat top right;
}
.whitebox_bottom {
   left: 0px;
   bottom: 0px;
   position: absolute;
   background: url(../images/layout/whitebox-bl.png) no-repeat bottom left;
}
.whitebox_bottom  div {
   background: url(../images/layout/whitebox-br.png) no-repeat bottom right;
}

.whitebox_top div, .whitebox_top, 
.whitebox_bottom div, .whitebox_bottom {
   width: 100%;
   height: 12px;
   font-size: 1px;
}
.whitebox_content {  }







	#browse_crag{
		position: relative;
		min-width: 1px;
		max-width: 1150px;
	}

.report {
	margin-top: 10px;
	margin-left: 15px;
}


	.report form {
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: 600px;
	margin-top:5px;
	margin-left:15px;
	margin-right:15px;
	margin-botton:10px;
}

#original {
	display: inline;
	width: 200px;
}

#sibody{
	background-position: 0px 0px;
}

#siframe {
	position: relative;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#signIn {
	margin-top: 50px;
	background-color: white;
	position: relative;
	text-align: left;
	width: 700px;
	padding: 50px;
	margin-left: auto;
	margin-right: auto;
}

#signIn #bigLogo {
	text-align: left;
	float: left;
	position: relative;
	margin-top: 50px;
	background-repeat: no-repeat;
	height: 100px;
	width: 370px;
	background-image: url(../images/layout/logo.png);
}

#signIn #bigLogo span {
	font-size: 110%;
	font-weight: bold;
	color: #666666;
	left: 95px;
	bottom: 0px;
	position: absolute;
}

#signIn #signInForm {
	width: 325px;
	position: relative;
	float: right;
	margin-right: auto;
	margin-left: auto;
}

#signIn a {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	text-decoration: none;
	color: #4388DC;
	display: inline;
}

#signIn a:hover {
	text-decoration: underline;
}

#signIn fieldset {
	min-width: 250px;
	max-width: 250px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-top: 5px;
	margin: 0px;
	width:250px;
}

#signIn .button {
	margin-bottom: 10px;
	float: left;
}

	#siframe #footer{
		padding-left: 0px;
		padding-bottom: 0px;
		padding-right: 0px;
		padding-top: 0px;
		clear: both;
		float: none;
		border-width: 0px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	#siframe .webdesign{
		min-width: 100%;
		width: 100%;
		text-align: center;
	}

#searchbox{
padding:5px;  
margin-bottom:5px;
}

#sideMenuBox{
	padding: 10px;
	border-style: dashed;
	border-color: red;
	border-width: 1px;
}

#sideMenuBox input{
	display: inline;
}

#sideMenuBox input.button-sm{
	margin-left: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: inline;
	width: 30px;
}


.countryBox{
	float: left;
 	line-height:1em;
 	color: #103457;
	background-repeat: no-repeat;
	margin-bottom: 15px;
 	background-position: center;
	width: 450px;
	text-align: center;
}
.countryBox h1{
  	line-height: 1.3em;
  	margin: 0px;
  }

.countryBox label{
	margin-left: 80px;
	font-size: 16px;
  }

.countryBox #countryMenu, .countryBox #cityMenu{
  	padding-left:3px;
 }

.translateBox{
	margin-right: 2%;
	float:right;
 	min-height:500px;
	width: 41%;	
}
 
 .menuBox{
	position:relative;
	text-align: left;
}	
	
 
 .menuBox select{
	position:absolute;
	left: 180px;
}	

.updateBox {
	min-width: 450px;
	float:left;
	width:48%;
	min-height:150px;
 	color:white;		
}
.updateBox h3, .translateBox h3
{
	margin: 0;
	padding: 0;
	color:#fff;
	font-size:16px;
}
.updateBox ul, .updateBox ol{
  
}
 
.updateBoxCurve{display:block}
.updateBoxCurve *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#194775}
.updateBoxCurve1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #9cafc3;
  border-right:1px solid #9cafc3;
  background:#527597}
.updateBoxCurve2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e8ecf1;
  border-right:1px solid #e8ecf1;
  background:#44698f}
.updateBoxCurve3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #44698f;
  border-right:1px solid #44698f;}
.updateBoxCurve4{
  border-left:1px solid #9cafc3;
  border-right:1px solid #9cafc3}
.updateBoxCurve5{
  border-left:1px solid #527597;
  border-right:1px solid #527597}
.updateBoxCurvefg{
  background:#194775;
	 padding-left:15px;
	 padding-right:15px;
	 padding-bottom:15px;

  }

.translateBoxCurve{display:block}
.translateBoxCurve *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#C8D3DF}
.translateBoxCurve1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e7ecf1;
  border-right:1px solid #e7ecf1;
  background:#d5dee7}
.translateBoxCurve2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f9fafb;
  border-right:1px solid #f9fafb;
  background:#d2dbe5}
.translateBoxCurve3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #d2dbe5;
  border-right:1px solid #d2dbe5;}
.translateBoxCurve4{
  border-left:1px solid #e7ecf1;
  border-right:1px solid #e7ecf1}
.translateBoxCurve5{
  border-left:1px solid #d5dee7;
  border-right:1px solid #d5dee7}
.translateBoxCurvefg{
  background:#C8D3DF;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:15px;
  }
.getting-started{
  	height: 600px;
  }
.getting-started ol, .getting-started h3{
  	letter-spacing: 1px;
  	text-align: left;
  	font-style: normal;
  	font-size: 19px;
  	color: #f47514;
  	font-weight: normal;
  	font-family: Impact, Courier, Monaco, monospace;
  }
.getting-started span{
  	text-align: left;
  	font-family: Arial, sans-serif;
  	color: black;
  	font-size: 13px;
  }
.getting-started h3{
  	padding-top: 15px;
  	text-align: center;
  }
.updateBox h3{
  	letter-spacing: 1px;
  	font-size: 19px;
  	font-family: Impact, Courier, Monaco, monospace;
  }
