/***[basic]***/
*{
margin:0 0;
padding:0;
}

body
{
font: 12px  Arial, Helvetica, sans-serif;
color:#fff;
}

a
{
color: #fff;
text-decoration:none;
}

a:hover
{
text-decoration:underline;
}

h1
{
font-size:20px;
color:#FFD927;
padding-left:12px;
padding-bottom:20px;
}


h2
{
font-size:13px;
color:#000;
padding: 5px 0 5px 10px;
}
h3
{
font-size:12px;
color:#fff;
padding: 10px 0 5px 10px;
}

img
{
border:0;
}

p
{
padding: 0 30px 18px 12px; 
}

.column {
  padding-bottom: 20010px;
  margin-bottom: -20000px;  
}

.clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	font-size: 1px;
	line-height: 1px;
}


ul
{
list-style: inside;
padding-left:14px;
}

ul li
{
padding-bottom:5px;
}

/***[structure]***/
#wrapper
{
margin:0 auto;
width:778px;
background:#fff;
overflow:hidden;

}

#banner
{
background: #3C3 url(../images/banner_img.jpg) no-repeat left top;
float:left;
width:778px;
}

.logo
{
height:95px;
float:right;
width:417px;
}


#menu
{
width:778px;
float:left;
height:58px;
background: #1F6AAB url(../images/menu_1.jpg) no-repeat left top;

}

/***[content]***/

#menu ul
{
list-style:none;
margin-left:150px;
}

#menu  ul li
{
background:url(../images/menu_bullet.jpg) no-repeat left 4px;
margin: 15px 0 0 0;
padding: 0 27px 0 22px;
float:left;
}


#menu  ul li a
{
color:#fff;
text-decoration:none;
}

#content_left
{
width:221px;
background: #FFCC01 url(../images/left.jpg) repeat-x;
float:left;
overflow:hidden;
}

#content_left ul
{
list-style:none;
padding-left:0px;
margin: 0;
}

#content_left ul li 
{
background:url(../images/left_bullets.jpg) no-repeat left 6px;
color: #000;
margin: 0 0 0 10px;
padding: 0 0 10px 15px;
*/padding: 0 0 10px 0px;*/
}

#content_left a
{
color:#000;
text-decoration:none;
}

.border
{
width:221px;
height:2px;
background:url(../images/border.jpg) no-repeat left;
margin: 15px 0 215px 0;
padding: 0 0 10px 0;
}

.border1
{
width:221px;
height:2px;
background:url(../images/border.jpg) no-repeat left;
margin-top:15px;
padding-bottom:10px;
}

#content_right
{
width:533px;
background: #7CA8CD url(../images/right.jpg) repeat-x left top;
float:right;
padding-left:14px;
padding-right:10px;
}

#content_right h2
{
color:#fff;
}

#content_right img
{
float:right;
margin-right:20px;
}

#content_right a
{
color:#000;
}

#content_right ol, ul
{
padding-left:20px;
}
#content_right li
{
margin-bottom:10px;
}


#bottom
{
background: url(../images/bottom.jpg) no-repeat left top;
width:778px;
padding-top:24px;
color:#000;
margin:0 auto;
}

#bottom_left
{
background:url(../images/second_bottom.jpg) repeat-x left top;
width:378px;
height:80px;
padding-left:12px;
float:left;
}

#bottom_right
{
background:url(../images/second_bottom.jpg) repeat-x right top;
width:388px;
height:80px;
color:#000;
float:right;
}

#bottom_right ul
{
list-style:none;
margin-right:20px;
}

#bottom_right li
{
background:url(../images/bottom_bullets.jpg) no-repeat left 5px;
padding-left:18px;
padding-right:20px;
float:right;
}

#bottom_right li a
{
color: #000;
text-decoration:none;
}
/***[form]***/

form
{
margin-top:15px;
}

fieldset
{
margin-bottom:10px;
display:block;
padding:10px 12px;
border-color:#060;
border: 0;
}
	
legend
{
font-size:12px;
font-weight:bold;
}
	
input
{
font-size:12px;
font-family:  arial;
}
	
label
{
font-size:12px;
display:block;
margin-top:5px;
}
	
input.frm_text
{
width:300px;
}
	
textarea
{
width:300px;
height:150px;
font: 12px arial;
}
	
input.frm_submit
{
display:block;
clear:both;
margin-top:10px;
font-size:12px;
padding:2px 4px;	
}

