/* CSS Document */
body{ 
    margin:0px;
	font-family: "arial", "Century Gothic", "Verdana", "Comic Sans MS";
	line-height: 18px;
	letter-spacing: 0;
	word-spacing: normal;
	text-decoration: none;
	background-image:url(../images/bg-repeat.png);
	background-repeat:repeat-x;
	background-color: #061149;
	background-attachment: scroll;
}
div, p, h1, h2, h3, h4, h5, form, label{padding:0px; margin:0px;}

p{
	font-size:16px;
	font-weight: normal;
	text-align: justify;
	text-decoration:none;
	color:#ffffff;
	line-height:22px;
	letter-spacing: 0em;
}
h1{ font-size:24px;
    text-align:left; 
	text-decoration:none; 
	color:#ffffff;
	font-weight: normal;
}
h2{
	font-size:18px;
	text-align:left;
	text-decoration:none;
	color:#000000;
	font-weight:normal;
}
h3{ font-size:13px;
	text-align:left;
	text-decoration:none;
	color:#222222;
	font-weight:bold;
}
.style1 {
    color: #ff6300; 
	text-decoration: none; 
	font-size:16px;
	font-weight: bold;
}
.style2 {
    color: #ffffff; 
	text-decoration: none; 
	font-size:24px;
	font-weight: normal;
}
.style3 {
    color: #ffffff; 
	text-decoration: none; 
	font-size:13px;
	font-weight: normal;
	text-align:center;
}
.style4 {
    color: #ffffff; 
	text-decoration: none; 
	font-size:13px;
	font-weight: normal;
	text-align:left;
}
.style5 {
    color: #ff6300; 
	text-decoration: none; 
	font-size:16px;
	font-weight:normal;
}
.style6 {
    color: #cccccc; 
	text-decoration: none; 
	font-size:13px;
	font-weight: normal;
}
.tips-input-bg { 
    border:#000000 solid 1px;	
	color:#000000;
	font-family: "Arial",Century Gothic,Helvetica,Sans-Serif;
	font-size:13px;
	font-weight:normal;
	height: 40px;
	width: 275px;
	background-color:#FFF;
	padding: 0 0 0 5px;
}
.captcha-input-bg { 
    border:#000 solid 1px;	
	color:#000000;
	font-family: "Arial",Century Gothic,Helvetica,Sans-Serif;
	background-color:#FFF;
	font-size:13px;
	font-weight:normal;
	height: 39px;
	width: 114px;
	padding: 0 0 0 5px;
}
.input-text-bg {
	border:#000 solid 1px;	
	color:#000000;
    font-size:13px;
	width:275px;
	height:100px;
	padding: 5px 0 0 5px;
    font-weight:normal;
	background-color:#FFF;
    scrollbar-face-color: #333333;
    scrollbar-highlight-color: #333333;
    scrollbar-3dlight-color: Gray;
    scrollbar-shadow-color: #333333;
    scrollbar-darkshadow-color: silver;
    scrollbar-track-color: silver;
    scrollbar-arrow-color: #ff6300;
    overflow-x: hidden;
    overflow-y: scroll;
	font-family: "Arial",Century Gothic,Helvetica,Sans-Serif;
}
.FORMS-button {
	border:none;
	width:117px;
	height:37px;
    color:#ffffff;
    font-size:15px;
    font-weight:normal;
}

/*----MAIN PANEL----*/
#mainpan{
	width:960px;
	position:relative;
	margin:0 auto;
	padding:0px;
}
/*----CONTENT PANEL----*/
#headerpan{
	width:960px;
	float:none;
	height:857px;
	position:relative;
	background-image:url(../images/body-bg.png);
	background-repeat:no-repeat;
}

/*----MAIN NAV PANEL----*/
#logo{
	width:428px;
	height:111px;
	position:absolute;
	margin: 20px 0 0 5px;
}
#contact{
	position:absolute;
	margin: 75px 0 0 662px;
}
#location{
	position:absolute;
	margin: 30px 0 0 753px;
}
/*----MAIN CONTENT PANEL----*/
#contentpan{
	width:960px;
	float:none;
	position: relative;
	z-index: 0;
}
#contentpan a:hover{
	color:#777777;
}
#content{
	width:622px;
	float: left;
	padding-bottom:15px;
	margin-left:8px;
	margin-top: 470px;
}
#content a:hover{
	color:#cccccc;
}
#sidecontent{
	width:290px;
	float: right;
	margin-top:470px;
	margin-right:5px;
	padding-bottom:15px;
}
/*----FOOTER PANEL----*/
#footerpan{
	position:relative;
	margin:0 auto;
	height:71px;
	clear:both;
}
#footermainpan{
	position:relative;
	background-image:url(../images/footer-bg.png);
	height:71px;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footermainpan a:hover{
	color:#ff6300;
}
#footercopyright{
	width:935px;
	position:absolute;
	margin: 25px 0 0 15px;
}
