@charset "utf-8";
/* CSS Document------------*/
/*This is the main css-----*/
/*Authored By:VJSAN--------*/
/*-------------------------*/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A6C5F;
	margin: 0px;
}
a{
	color: #5A6C5F;
}
a:hover{
	text-decoration: none;
}
h2{
	margin-top: 0px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}
h4{
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	font-size: 11px;
}
p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: justify;
}
ul{

}
li{
	padding-top: 10px;
}
/*----------------------*/
.des{
	clear: both;
}/*Dont mess with this one!!!*/
.stick{
	width: 1px;
	float: left;
	height: 35px;
}
.nav_buttons{
	width: 159px;
	float: left;
	background-color: #333333;
	margin-top: 1px;
	height: 35px;
	
}
.left{
	float: left;
}
.five_pix{
	height: 5px;
}
.hide{
display: none;
}
.show{
display: block;
}
/*-------------------------*/
#pic_block{
	float: right;
	margin-left: 15px;
}
#big_container{
	background-color: #5A6C5F;
	width: 799px;
}
#header{
	height: 60px;
}
#header a{
	width: 799px;
	height: 60px;
	display: block;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#gray_wrap{
	background-color: #b2b2b2;
	margin: 0px;
	padding: 0px;
}
#white_box{
	border: 1px solid #2D352F;
	height: 100%;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	background-image: url(../images/wite_body_bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#navigation{

}

#navigation a{
	display: block;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
	font-size: 11px;
	height: 25px;
	font-weight: bold;
	
}


#hi_link, #navigation a:hover{
	background-image: url(../images/errow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}


/*-------------side_nave---------------------*/
#left_col{
	float: left;
	width: 213px;
	margin-top: 1px;
	margin-bottom: 1px;
}
#left_col_content {
	width: 198px;
	margin: 5px;
}
#left_col_content   a{
	display: block;
	padding-left: 10px;
	color: #5A6C5F;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	text-transform: capitalize;
}
#left_col a:hover{
	background-image: url(../images/side_errow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#left_col ul{
	margin: 0px;
	padding: 0px;
}
#left_col ul li{
	margin: 0px;
	list-style-type: none;
	font-size: 9px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#active{
	background-image: url(../images/side_errow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-transform: capitalize;
}
#left_col_signs  {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#left_col_signs a {
	margin-bottom: 10px;
	display: block;
}


/*---------------------right colum---------------------------*/
#right_col{
	float: left;
	height: 100%;
	width: 555px;
	padding-left: 10px;
	margin-top: 10px;
}
#top_holder{
	height: 40px;
}
#search{
	float: right;
	height: 30px;
	width: 250px;
	
}
#search form{
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#bar{
	width: 100px;
	font-size: 14px;
	color: #5A6C5F;
	border: 1px solid #333333;
	height: 18px;
}
#block_w_pic{

}
#block_w_pic p{

}
#block_w_pic img{
	margin-bottom: 10px;

}
/*----------------------------footer----------------------*/
#footer{
	height: 20px;
	background-color: #5A6C5F;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	text-align: center;
	color: #FFFFFF;
}
#footer a{
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;

}
#footer a:hover{
	text-decoration: underline;
}
`
.0
#left_col_signs a {
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
