*{
	margin:0;
	padding:0;
}
body{
	background:#f0f0f0;
	font:11px/18px Helvetica, Tahoma, Arial, FreeSans, sans-serif;
	color:#222;
}

/* Layout Styles Starts */

#wrapper{
	width:778px;
	margin:0 auto;
}
	#header{
		background:url(../images/headerbck.jpg) repeat-x;
		height:108px;
	}
		#logo{
			width:117px;
			padding:0px;
			float:left;
		}
			#logo h1{
				background:url(../images/logo.jpg) no-repeat;			
			}
				#logo h1 a{
					display:block;
					height:108px;					
				}
					#logo h1 a span{
						display:none;
					}
		#name{
			width:459px;
			padding:0px;
			float:left;
		}
			#name h1{
				background:url(../images/vandecname.jpg) no-repeat;			
			}
				#name h1 a{
					display:block;
					height:108px;					
				}
					#name h1 a span{
						display:none;
					}
		#rightimage{
			width:199px;
			padding:0px;
			float:right;
		}
			#rightimage h1{
				background:url(../images/toprightimage.jpg) no-repeat;			
			}
				#rightimage h1 a{
					display:block;
					height:108px;					
				}
					#rightimage h1 a span{
						display:none;
					}
	#menu{
		background:url(../images/menu.jpg) no-repeat;
		height:40px;
	}
		#menu ul{
			list-style:none;
			text-align:center;
		}
			#menu li{
				display:inline;
				margin:0 8px;			
			}
				#menu li a{
					color:#969696;
					line-height:40px;
					padding:8px 10px;
					text-decoration:none;
					text-transform:uppercase;
				}
					#menu li a:hover{
						color:#fff;
						text-decoration:none;
						background:#5ea133;
					}
	#flash{
		height:200px;
		border-top:1px solid #990000;
	}
	#container{
		width:778px;
		margin:0;
		overflow:hidden;
		float:left;
		background:#FFF;
		border-top:1px solid #990000;
		border-bottom:1px solid #990000;
	}
		#left-col{
			width:150px;
			float:left;
		}

		#navigation {width:145px; font-size:12px;}
		
		/*Main Menu*/
		#navigation ul {
			list-style:none;
			margin:0;
		/*margin:0px; padding:0px; background-color:#FFF;*/
		}
		
		#navigation ul li {
		height:25px;
		line-height:25px; 
		list-style:none; 	
		color:#FFF; 
		border-top:#fff solid; 
		border-bottom:#fff solid; 
		border-width:1px;
		cursor:pointer;
		background:url(../images/menubck1.jpg) no-repeat;
		}

		#navigation ul li a {
		width:145px;
		display:block;
		height:25px;
		line-height:25px; 
		list-style:none; 
		padding-left:15px;		
		color:#FFF; 
		cursor:pointer;
		}

		#navigation ul li a:hover {background:url(../images/menubck2.jpg) no-repeat;}

		#navigation ul li .current {background:url(../images/menubck2.jpg) no-repeat;}

							
		#center-col{
			width:425px;
			float:left;
			margin:5px 0 0 3px;
			float:left;
		}
		#center-col-full{
			width:605px;
			float:left;
			margin:5px 0 0 3px;
			float:left;
		}
		
		#center-col-full ul {
			margin-left:30px;
		}
		#center-col-full ol {
			margin-left:30px;
		}
			.content-block{
				background:url(../images/rblock-bg.jpg) repeat-y;
				margin:0 0 15px 0;
			}
				.content-block-top{
					background:url(../images/rblock-top.jpg) no-repeat top;
					height:11px;
				}
				.content-block-bottom{
					background:url(../images/rblock-bottom.jpg) no-repeat bottom;
					padding:10px 15px;
				}
		.content-heading {
			color: #990000;
			font-weight: bold;
		}
		#right-col{
			width:180px;
			float:right;
			margin-top:5px;
		}
	
		#right-col .sblock{
			margin:0 0 15px 0;
			/*background:url(../images/sblock-bg.jpg) repeat-y;*/
		}
		#right-col .sblock-top{
				background:url(../images/rightcolbck.jpg) no-repeat top;
				height:25px;
				line-height:25px;
				color:#FFF;
				font-size:14px;
				font-weight:bold;
				text-indent:25px;
			}
		#right-col .sblock-content{
				/*background:url(../images/sblock-bottom.jpg) no-repeat bottom;*/
				padding:5px;
				background:#FFF;
				border:1px solid #990000;
			}
				.sblock-content ul{
					list-style:none;
					margin:0 0 10px 0;
				}
					.sblock-content li{
						/*padding:2px 5px;*/
						border-bottom:1px solid #d6d6d6;
						color:#666;
						width:144px;
						height:26px;
					}
						.sblock-content li a{
							display:block;
							color:#FFF;
							font-weight:bold;
							text-decoration:none;
							text-transform:capitalize;
							/*background:url(../images/arrow.jpg) no-repeat left center;*/
							padding:3px 0 0 15px;
							background:url(../images/menubck1.jpg) no-repeat;
							width:130px;
							height:26px;
						}
							.sblock-content li a:hover{
								color:#CCC;
								text-decoration:none;
								/*background:url(../images/arrow-h.jpg) no-repeat left center;*/
								background:url(../images/menubck2.jpg) no-repeat;
							}
	#footer{
		clear:both;
		/*background:url(../images/footer.jpg) repeat-x;*/
		width:738px;
		float:left;
		background:#2E8CCC;
		height:55px;
		line-height:30px;
		padding:0 20px;
		overflow:hidden;
		color:#fff;
		font-size:10px;
		color:#333;

	}

		#footer a{
			color:#FFFFCC;
			text-decoration:none;
		}
			#footer a:hover{
				color:#fff;
				text-decoration:underline;
			}

	#footer .footerlinks{
		float:left;
		width:700px;
		line-height:30px;
		padding:0 20px;
		overflow:hidden;
		color:#fff;
		font-size:10px;
		text-align:center;
	}
	#footer .copyright{
		float:left;
		width:400px;
		line-height:20px;
		padding:0 15px;
		overflow:hidden;
		color:#fff;
		font-size:10px;
	}
	#footer .designed{
		float:left;
		width:275px;
		line-height:20px;
		padding:0 15px;
		overflow:hidden;
		color:#fff;
		font-size:10px;
		text-align:right;
	}
	
/* Inner Pages 2 Column Styles */

#right-col1{
	width:730px;
	float:right;
}
	.content-block1{
		background:url(../images/rblock1-bg.jpg) repeat-y;
		margin:0 0 15px 0;
	}
		.content-block1-top{
			background:url(../images/rblock1-top.jpg) no-repeat top;
			height:11px;
		}
		.content-block1-bottom{
			background:url(../images/rblock1-bottom.jpg) no-repeat bottom;
			padding:10px 15px;
		}
/* Inner Pages 2 Column Styles */
		

/* Layout Styles Ends */

/* Form Styles */

.sblock form{
	padding:0 5px;
}
.sblock form p{
	margin:0 0 5px 0;
}
.input{
	border:1px solid #dddddd;
	background:none;
	cursor:text;
	margin:5px 0;
	padding:2px;
}
.signin-btn, .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 */

.content-block p, .content-block1 p{
	margin:0 0 15px 0;
}
.content-block ul, .content-block ol, .content-block1 ul, .content-block1 ol{
	margin:10px 0 10px 20px;
}

/* 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:#59811e;}
h1{font-size:32px;}
h2{font-size:16px;}
h3{font-size:18px;}
h4{font-size:15px; color:#990000;}
h5, h6{font-size:10px;}
h2,h3,h4,h5,h6{margin:0 0 15px 0;}
img{border:none;}
.clear{clear:both;}
.floatleft{float:left;}
.floatright{float:right;}
.normal a{font-weight:normal;}

/* Genric Styles Ends */