/* CSS Document */
body, html{height:100%;}

body{
  font: 72% arial, verdana, sans-serif;
  color:#4a4e50;
  background:url(../images/bg.gif) repeat-x;
  background-color:#000;
  margin:0;
}

#container{	margin: 0 auto;	width:760px;}
#top{height:95px;  background:url(../images/bg-top.gif) no-repeat;}

/*#menu{	
	width: 400px;
	float:right;
	display:inline;
	text-align:right;
	color:#FFF;
	margin-top: 40px;
}
#menu a{color:#FFF; text-decoration:none;}
#menu a:hover{color:#FFF; text-decoration:underline;}*/

#header{
	background:url(../images/bg-header.jpg) no-repeat;
	height: 203px;
}
#header p{
	padding: 85px 0 0 22px;
	margin:0;
	width:350px;
	color:#FFF;
}

#content{
	background:url(../images/bg-content.gif) no-repeat;
	min-height: 280px;
	border-bottom: 1px solid #1e1e1e;
	font-size: 1em;
	color:#9a9a9a;
}

#text1{
	float:left;
	display:inline;
	width:170px;
	margin-right: 10px;
	padding: 100px 25px 10px 55px;
}
#text2{
	float:left;
	display:inline;
	width:170px;
	margin-right: 20px;
	padding: 100px 15px 10px 53px;
}
#text3{
	float:left;
	display:inline;
	width:170px;
	padding: 100px 0 10px 60px;
}

#content2{
	min-height: 70px;
	border-bottom: 1px solid #1e1e1e;
	font-size: 1em;
	padding: 20px;
	clear:both;
}
#content2 strong{
	color: #ff5107;
}
#content2 p{
	padding: 0;
	margin:5px 0 0 0;
	float:left;
	display:inline;
	width: 450px;
}
#aboutleft{
	width:240px;
	float:left;
	display:inline;
	padding-right:20px;
	border-right: 1px solid #d5d5d5;
	margin-right:20px;
	font-size:0.95em;
}
#aboutright{
	width:410px;
	float:right;
	display:inline;
}
#aboutleft ul{

}
#aboutleft li{
	margin:2px;
}
#button{
	float: right;
	display:inline;
}
#footer{padding: 20px; font-size:0.95em;}
#footer a{color:#616161;}
#footer a:hover{color:#014064;}

a{color:#014064;}
a:hover{color:#000;}

h1{
	color:#014064;
	font-weight:normal;
	letter-spacing: -1px;
	font-weight:normal;
	font-size: 2.3em;
}

h2{
	color:#FF6600;
	font-weight:normal;
	letter-spacing: -1px;
	font-weight:normal;
	font-size: 2em;
	border-bottom: 1px dotted #d5d5d5;
}
p.small{font-size:0.85em}

form{
	background-color:#f1f9ff;
}
input.txt{
	width:95%;
	border: 1px solid #0071b2;
}
input.submit{
	width:170px;
	height:28px;
	font-weight:bold;
	border: 1px solid #ee4e00;
	background-color: #FF6600;
	cursor:pointer;
}