body{
	padding:0;
	margin:0;
	font-size:11px;
	font-family:arial;
	background:#1461B9;
}

.clear{
	clear:both;
}

.wqarper{
	width:980px;
	height:auto;
	margin:10px auto;
	background:#FFF;
	border-radius:8px;
}

header{
	width:100%;
	height:auto;
	margin:0 auto;
}

.logo{
	float:left;
	padding:10px;
	width:470px;
	height:auto;
}

#vtop {
    float: right;
    height:auto;
    width:285px;
}

#login {
    /*background-image: url("../images/shadow-top-01.gif");*/
    background-repeat: no-repeat;
    height:50px;
}

#login h1 {
    float: left;
    font-size:16px;
    font-weight: bold;
    margin: 15px 5px 4px 15px;
    width:100px;
	padding:5px;
}

#login h2 {
    border-left: 1px solid #ccc;
    color: #948676;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: normal;
    margin: 15px 5px 5px;
    padding: 5px;
    width: 130px;
}

nav {
	width:240px;
	margin:10px auto;
	height:40px;
	box-shadow:#ccc 0px 0px 2px 3px;
	background:#FFF;
	margin-left:40px;
}
nav ul {
	padding:0;
	margin:0;
}

nav ul li {
	float:left;
	list-style:none;
}

nav ul li a {
	padding:7px 7px;
	text-decoration:none;
	color:#80705c;
	font-family:vijaya;
	line-height:40px;
	font-size:20px;
}

nav ul li a:hover{
	/*background:#069;*/
	color:#069;
}

nav ul li a.active{
	background:#069;
	color:#fff;
	border-top:#0C258A solid 5px;
}



#well {
    background: url("../images/wel.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    color: #000;
    font-family: Georgia,"Times New Roman",sans-serif;
    font-size: 20px;
    font-style: italic;
    height: 50px;
    letter-spacing: 1.2px;
    padding-left: 10px;
    padding-top: 10px;
}


#well span {
    color: #069;
}

section{
	width:980px;
	height:auto;
	margin:0 auto;
	background:#FFF;
	border-radius:8px;
}

article{
	height:auto;
	float:left;
	padding:10px;
}

aside{
	width:210px;
	float:right;
	padding:10px;
	height:auto;
}

.ghtt{
	font-size:10px;
	margin-top:10px;
	border:#CCC solid 1px;
}

.ghtt img{
	float:left;
	padding:5px;
}

.text{
	padding:10px;
	line-height:25px;
	text-align:justify;
	font-size:12px;
}

.boxx{
	width:220px;
	height:auto;
	padding:15px;
	box-shadow:#999 3px 3px 5px 0px;
}


.box{
	width:200px;
	height:auto;
	margin:10px auto;
	color:#999;
}

.box img{
	float:left;
	padding:5px;
}


#tob4a h3 {
    background-color: #006699;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    margin: 0 15px 2px 5px;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 10px;
}


#tob4a h4 {
    background-color: #006699;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    margin: 0 15px 2px 5px;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 10px;
}


#tob4a h5 {
    background-color: #006699;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    margin: 0 15px 2px 5px;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 10px;
}


#tob4a {
    background-image: url("../images/shadow-mid-04.gif");
    background-position: right bottom;
    background-repeat: no-repeat;
    height: auto;
    margin-right: 10px;
    width: 253px;
	float:left;
}

.aaa{
	text-decoration:none;
	color:#fff;
	padding-left:10px;
	margin-top:-10px;
}

footer{
	width:980px;
	height:auto;
	margin:10px auto;
	background:#FFF;
	border-radius:8px;
	margin-top:10px;
}

.weacc{
	width:300px;
	float:left;
	padding:10px;
}

.copy{
	width:400px;
	float:left;
	padding:10px;
	/*text-align:center;*/
}

.falow{
	width:225px;
	float:right;
	padding:10px;
	text-align:right;
}

.falow img{
	padding-left:5px;
}

.call{
	font-size:30px;
	font-family:vijaya;
	padding:5px;
	text-align:center;
	margin-top:-20px;
}

.formRow {
    height: 35px !important;
    padding: 10px;
    position: relative;
}

.label {
    float: left;
    padding: 0 10px 0 0;
    text-align: right;
    width: 180px;
}

label {
    font-family: Cambria,Myriad Pro,Arial,Helvetica,sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 35px;
}

.field {
    float: left;
}
.field input {
    background: url("img/box_bg.png") repeat-x scroll left top #ffffff;
    border: 1px solid gray;
    border-radius: 5px;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 19px;
    outline: medium none;
    padding: 1px;
}