*{
	margin:0;
	padding:0;
}
body{
	background:#edf0e5 url(images/bg.jpg) repeat-x top;
	font:12px/22px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
	color:#222;
}

/* Layout Styles Starts */

#wrapper{
	width:676px;
	margin:0 auto;
}
	#header{
		background:url(images/header.jpg) no-repeat;
		height:205px;
	}
		#menu{
			height:43px;
		}
			#menu ul{
				list-style:none;
				text-align:center;
			}
				#menu li{
					display:inline;
					line-height:43px;
					background:url(images/divider.jpg) no-repeat right center;
					padding:0 20px;
				}
					#menu li a{
						color:#80daff;
						text-transform:uppercase;
						text-decoration:none;
						font-weight:bold;
					}
						#menu li a:hover{
							color:#fff;
							text-decoration:none;
						}
						#menu li.nobg{
							background:none;
						}
		#logo{
			width:286px;
			padding:74px 0 0 170px;
		}
			#logo h1{
				background:url(images/logo.jpg) no-repeat;
				margin:0;		
			}
				#logo h1 a{
					display:block;
					height:82px;					
				}
					#logo h1 a span{
						display:none;
					}
	#container{
		border:solid #d5d8ce;
		border-width:0 1px;
		background:#fff;
		padding:15px;
	}
		#container h2 span{
			color:#0f5f98;
		}
		#container ul#slideshow{
			margin:0 0 10px 0;
		}
		#container ul#slideshow li{
			list-style:none;
		}
		#mainarea{
			width:420px;
			float:left;
		}
		#sidearea{
			width:200px;
			float:right;
		}
#footer-outer{
	width:100%;
	background:#484848;
}
	#footer{
		background:url(images/footer-bg.jpg) no-repeat;
		height:81px;
		margin:0 auto;
		width:676px;
		color:#828282;
		text-align:center;
		line-height:81px;
	}
	
/* News styles Starts */

#container ul.news{
	list-style:none;
	margin:0;
}

/* News Styles Ends */
	
/* Layout Styles Ends */

/* Form Styles */


.input{
	border:1px solid #dddddd;
	background:none;
	cursor:text;
	margin:5px 0;
	padding:2px;
}
.button1{
	background:#4a4a4a;
	margin:8px 0;
	padding:2px 10px !important;
	padding:2px 0;
	color:#fff;
	font-weight:bold;
	border:none;
	outline:none;
	cursor:pointer;
}

/* Form Styles */


/* Paragraph and list Styles */

#container p{
	margin:0 0 15px 0;
}
#container form p{
	margin:0 0 5px 0;
}
#container p img.floatleft{
	margin:0 20px 0 0;
}
#container p img.floatright{
	margin:0 0 0 20px;
}
#mainarea p img.floatleft{
	margin:10px;
}
#mainarea p img.floatright{
	margin:10px;
}
#container ul, #container ol{
	margin:0 0 0 20px;
}
#container dt{
	font-weight:bold;
}
/* Paragraph Styles */

/* Genric Styles Starts */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
a:hover {text-decoration:underline;color:#0f5f98;}
h1{font-size:32px;}
h2{font-size:22px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5, h6{font-size:14px;}
h1,h2,h3,h4,h5,h6{margin:0 0 15px 0; font-family:"Trebuchet MS";}
img{border:none;}
.clear{clear:both;}
.floatleft{float:left;}
.floatright{float:right;}
.center{text-align:center;}
.normal a{font-weight:normal;}
.width276{width:276px;}
.width290{width:290px;}
.width360{width:360px;}
.margin-top125{margin-top:125px;}
/* Genric Styles Ends */


