/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0px;
	padding:0px;	
	background:url("../images/bg.jpg") repeat-y #234C80 center;
}
h1,h2,h3,h4,ul,ol,li,input,label,span
{
	/*margin:0px;
	padding:0px;*/
}

p
{
	/*margin:20px 0px 20px 0px;*/
	/*padding:0px;*/
}

h1
{
	margin:10px 0px 10px 0px;
	padding:0px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	color:#cd50cd;
	font-size:44px;
}

h2
{
	margin:10px 0px 10px 0px;
	padding:0px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	color:#cd50cd;
	font-size:32px;
}

h3
{
	margin:10px 0px 10px 0px;
	padding:0px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	color:#cd50cd;
	font-size:20px;
}

img
{
	border: 0px;
}

a
{
	color:#cd50cd;
	font-weight:bold;
}

a:hover
{
	text-decoration:none;
	color:#cd50cd;
}

.floatLeft
{
	float:left;
}
.floatRight
{
	float:right;
}

#fixpos
{	
	width:960px;
	margin:0px auto;
}

#header, #wraper
{
	float:left;
	width:960px;
}

#content
{
	float:left;
	width:960px;
	background:url(../images/bg_menu.jpg) repeat-y #FFFFFF;
	/*display:table;*/
}

#content_page
{
	float:left;
	width:757px;
	padding:20px;
}

#column1
{
	background:url(../images/column1_bg.jpg) repeat-y;
	float:left;
	width:221px;
	height:100%;
	/*height:377px;*/
	background-color:#999999;
}

#column2
{
	float:left;
	width:559px;
	/*height:377px;*/
	background-color:#FFF;
}

.padding1
{
	float:left;
	margin-left:10px;
}

.padding2
{
	float:left;
	margin-left:35px;
	text-align:center;
}

.padding3
{
	float:left;
	margin-left:35px;
}

.padding4
{
	float:right;
	margin-left:10px;
	border:1px solid #255082;
}

.padding5
{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.logo_position
{
	position:absolute; 
	margin:8px 0px 0px 336px; 
	float:left;
}

.clearboth 
{ 
	clear: both; 
	display:table;
}

#footer
{
	clear:both;
	float:left;
	width:960px;
	color:#000;
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
}

#footer a{color:#000; text-decoration:none;}
#footer a:hover{color:#FFF; text-decoration:underline;}



/***************************Menu***************************/
#menu
{
	width:163px;
	float:left;
	margin:0; 
	padding:0;
	background:url(../images/bg_menu.jpg) repeat-y;
}

#menu div{margin:30px 0px 30px 5px; padding:0;}

#menu #btn1,
#menu #btn2,
#menu #btn3,
#menu #btn4,
#menu #btn5,
#menu #btn6,
#menu #btn7,
#menu #btn8{ background:no-repeat; height:36px; cursor:pointer;}


#menu li:hover .submenu{display:block;}

#menu a  #btn1{ background:url(../images/btn1.jpg); width:120px;}
#menu a:hover #btn1, #menu a #btn1.selected{ background:url(../images/btn1.jpg) 0px -36px;}

#menu a #btn2{ background:url(../images/btn2.jpg);  width:120px;}
#menu a:hover #btn2, #menu a #btn2.selected{ background:url(../images/btn2.jpg) 0px -36px;}

#menu a #btn3{ background:url(../images/btn3.jpg);  width:120px;}
#menu a:hover #btn3, #menu a #btn3.selected{ background:url(../images/btn3.jpg) 0px -36px;}

#menu a #btn4{ background:url(../images/btn4.jpg);  width:120px;}
#menu a:hover #btn4, #menu a #btn4.selected{ background:url(../images/btn4.jpg) 0px -36px;}

#menu a #btn5{ background:url(../images/btn5.jpg);  width:120px;}
#menu a:hover #btn5, #menu a #btn5.selected{ background:url(../images/btn5.jpg) 0px -36px;}

#menu a #btn6{ background:url(../images/btn6.jpg);  width:120px;}
#menu a:hover #btn6, #menu a #btn6.selected{ background:url(../images/btn6.jpg) 0px -36px;}

#menu a #btn7{ background:url(../images/btn7.jpg);  width:120px;}
#menu a:hover #btn7, #menu a #btn7.selected{ background:url(../images/btn7.jpg) 0px -36px;}

#menu a #btn8{ background:url(../images/btn8.jpg);  width:120px;}
#menu a:hover #btn8, #menu a #btn8.selected{ background:url(../images/btn8.jpg) 0px -36px;}


#btn_list{
	padding:40px 0px 0px 16px;
}

#btn_list a{background:url(../images/btn_list1.jpg); width:202px; display:block; height:41px;}
#btn_list a:hover{ background:url(../images/btn_list1.jpg) 0px -41px;}



/************************** TEXT ******************************/


#img1
{
	float:right; 
	margin:20px 0px 20px 20px; 
	border:3px solid #255082;
}

