* {
	padding: 0;
	margin: 0;
}

html, body {
	font-size: 16px;
		line-height: 25px;
	background: #EAEAEA;
}

hr {
	border: none;
	border-bottom: #000 2px dotted;
	margin: 40px 0 15px 0;
}

p {
	text-indent: 2em;
	line-height: 25px;
}

ul, ol {
	list-style-position:inside;
}

a:link, a:visited {
	color: #045090;
}

a:hover {
	color: #3399ff;
}

#outter-container {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 971px;
	background: #F8F8F8;
	padding: 3px;
}

#container {
	background: #FFFFFF;
	width: 951px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	position: relative;
		background:url(images/content-bg.jpg) repeat-y;
}

#content {
	background-color: #fff;
	width: 740px;
	float: left;
	margin: 0 5px 0 10px;
	padding: 0;
}


#header {
	padding: 0;
	margin: 15px auto 0;
	width: 951px;
	height: 209px;
	background: url(images/banner.png) no-repeat;
}

/*						navigations			*/
#navigation {
	float: left;
	position: relative;
	background: #fff url(images/side.jpg) right no-repeat;
	margin-left: 1px;
	padding: 10px 5px 0 9px;
	text-align: left;
	width: 180px;
	height: 750px;
}

#navigation ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style-type: none;
	border-top: #b7e124 2px solid;
}

#navigation li {
	text-align: right;
	margin-top: 0px;
	padding: 1px 0 2px 0;
	width: 178px;
	border-bottom: 2px solid #b7e124;
}

#navigation a:link, #navigation a:visited {
	display: block;
	color: #6d6d6d;
	text-decoration: none;

}

#navigation a:hover {
	text-align: center;
	font-weight: bold;
	color: #000;
	/* padding-right: 30px; */
	
}

#navigation li:hover {
	border-bottom: 1px solid #3399ff;
	font-weight: bold;
}

#navigation li.heading:hover, #navigation li.heading {
	text-align: left;
	font-weight: bold;
	color: #000;
	border: none;
}

#navigation a.project:link, #navigation a.project:visited, #navigation a.project:hover {
	color: #409FFF;
}

#navigation div ul {
	margin: 0 0 10px 15px;
	font-size: 13px;
}

#navigation div ul li {
	border-left: 0px solid #b7e124;
	border-bottom: 1px solid #b7e124;
}
	
#navigation div ul li:hover {
	border-left: 0px solid #3399ff;
	border-bottom: 1px solid #3399ff;
	text-align: right;
	font-weight: bold;
}


#relative  {
	float: right;
	margin: 0 30px 0 5px;
}

.tcorner {
	background: #3a3a3a url(images/rel_02.jpg) no-repeat top right;
}

.tcorner div { background: url(images/rel_01.jpg) no-repeat top left; }


.clearfooter {
	height: 41px;
	clear: both;
}

#footer {
	margin: 0 auto;
	width: 919px;
	text-align: right;
	color: #fbf4ad;
	position: relative;
	border: #000 solid 1px;
	border-top: #000 solid 3px;
	height: 98px;
	padding: 3px 30px 0 0;
	background: #045090;
}

.hidden {
	display: none;
}