@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	background-color: #FFFFFF;
}
.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.head-bg {
	background-image: url(../images/head-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 300px;
}
p {
	margin: 0px;
	padding: 0px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fccc1e;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3366CC;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0033;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}



.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4d7a06;
	text-decoration: none;
}
.texb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	line-height:22px;
}


.yellow {
	font-family: Arial, Helvetica, sans-serif;
	color: #fccc1e;
	text-decoration: none;
}

.yellow2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3333;
	font-size:14px;
	text-decoration: none;
	font-weight: bold;
}


.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 227px;
}


.footer2 {
	background-image: url(../images/footer2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 227px;
}


.quotes {
	background-image: url(../images/quote.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 204px;
	width: 300px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}


.news {
	background-image: url(../images/news.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 150px;
	width: 300px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.font {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006699;
	float: left;
	height: 100px;
	
}


/* Ajax header css*/

	
		#ajaxheader {
	display: block;
	height: 301px;
	width: 600px;
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
}


#box1, #box2, #box3, #box4{
	position:absolute;
}

/* Sample 5*/
#box5 div{
	position:absolute;
	background:#fff;
	width:480px;
	height:240px;
}
#box5 h3{
	padding:0 0 10px 0;
}
#box5 img{
	position:static;
	float:left;
	width:200px;
	height:140px;
	margin:0 10px 10px 0;
}
.mask{
	position:relative;
	width:600px;
	height:306px;
	overflow:hidden;
	float: right;
	display: block;
	margin:0;


}
.mask img{
	position:absolute;
	display:block;
	border:none;
}


a {
	font-size: 16px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #275392;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

