body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(../images/pagebg.png);
	background-repeat: repeat-x;
	background-color: #60cfee;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #4a4a4a;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.green {
	color: #5ea402;
}
.hide{
	display:none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.show{
	display:none;
}
h4 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #1a8cb0;
}
.orange {
	color: #32546B;
}

.img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	color: #ff6600;
}
form {
	margin: 0px;
	padding: 0px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container {
	background-image: url(../images/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#website_warp {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	background-image: url(../images/container_bg.png);
	background-repeat: repeat-y;
	background-position: center center;
}

#topcontent {
	background-image: url(../images/topcontent.jpg);
	background-repeat: no-repeat;
	min-height: 420px;
	width: 950px;
	position: relative;
	z-index: 100;
}

#header {
	height: 175px;
	width: 950px;
	position: relative;
	color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 3000;
}
#header a {
	color: #FFF;
	margin-right: 2px;
	margin-left: 2px;
}

#toplinks ul li {
	float: right;
	margin-right: 5px;
	margin-left: 5px;
}
#toplinks {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 600px;
}


.logo {
	position: absolute;
	left: 465px;
	top: 50px;
}

#saerch {
	background-image: url(../images/searchbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	width: 185px;
	position: absolute;
	left: 0px;
	top: 26px;
}
.search_box {
	font-size: 12px;
	color: #000;
	height: 18px;
	width: 130px;
	position: absolute;
	left: 38px;
	top: 90px;
}
.searchbutton {
	position: absolute;
	left: 5px;
	top: 88px;
}
.google {
	position: absolute;
	left: 35px;
	top: 130px;
}
#menu2 {
	margin-right: 15px;
	margin-top: 20px;
	float: right;
	width: 450px;
}

#menu2 li {
	float: right;
	margin-right: 5px;
}
#navcontent {
	height: 60px;
	width: 950px;
}
#addv {
    overflow: hidden;
	float: left;
	width: 435px;
	height: 30px;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 15px;
}
#addv a {
	color: #000;
}
.hide {
	display: none;
}
#footer {
	height: 152px;
	position: relative;
	background-image: url(../images/footerone.png);
	background-repeat: repeat-y;
	background-position: center center;
}
#footer a {
	color: #333;
}
#lo7ah {
	background-image: url(../images/lo7ah.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 143px;
	position: absolute;
	top: -5px;
	left: 15%;
	font-size: 11px;
	text-align: justify;
	padding-top: 15px;
	padding-right: 10px;
}


#footerinside {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 30px;
	color: #FFF;
	padding-top: 123px;
}
#copyrights {
	padding-top: 5px;
}

#parent1{
	overflow : hidden;
	height: 30px;
	width: 435px;
}