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

body {
	font-family:Calibri;

}

* {
	padding:0px;
	margin:0px;
}
/*=== Wrapper ====*/
#wrapper {
	/*position:relative;
	margin:0 auto;
	width:auto;
	height:auto;
	border:1px solid black;*/
	
}
img
{
border:none;
}


/*=== side menu ===*/


#sidelinks ul {
	list-style:none;
}

#sidelinks li {
	display: list-item;
	border-bottom:1px solid #dfdfdf;
}

#sidelinks li a { 
	font-family:Calibri;
	font-size:17px;
	text-decoration:none;
	line-height:31px;
	color:#1F6094;
	padding:0px 0px 0px 7px;
	
}


#sidelinks li:hover {
	background: url('../images/sidestrip.png') repeat-x;
}

#sidelinks li a:hover {
	color:#000;
}



.current {
	background:url('../images/sidestrip.png') repeat-x;
	
}

.cuttent1 {
	color:#000 !important;
}

.back {
	position:absolute;
	top:8px;
	left:670px;
}


/*=== Main Content ==== */

#mainContent {
	position:relative;
	margin:0 auto;
	width:1020px;
	min-height:650px;
	height:auto;
	margin-top:10px;
	/*border:1px solid black;*/
}

/*== Side Imge oh header === */

#sidehead {
	float:right;
	margin-top:55px;
	margin-right:40px;
}



/*== side links ==*/

#mainContent #sidelinks {
	margin:0px;
	position:absolute;
	float:left;
	width:220px;
	height:auto;
	margin-right:8px;
	border:1px solid #dfdfdf;
	background:#fff;
}

#head1 {
	margin:0px;
	position:relative;
	width:220px; 
	height:1px;
	background:#dfdfdf;
}

#head1 p {
	line-height:45px;
	font-size:19px;
	color:#fff;
	margin-left:10px; 
} 

/*== Inner Main Content ==*/

#mainContent #ContentPage {
	position: absolute;
	width:764px;
	min-height:648px;
	height:auto;
	left:255px;
	border:1px solid #dfdfdf;
	background:#fff;
}

.contentpage {
	position:relative;
	width:764px;
	min-height:648px;
	left:255px;
	border:1px solid #dfdfdf;
	background:#fff;
	margin-bottom:10px;
}

.contentpage li {
	list-style:none;
}

.setimage {
	float:right;
	width:200px;
	padding:10px;
	border:1px solid #dfdfdf;
	margin:10px 0px 0px 10px;
}

.clearfix:after {
	clear:both;
	content:'';
	display:block;
	font-size:0;
	line-height:0;
	width:0;
	height:0;
	visibility:hidden
}