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

h1, h2, h3, h4, h5, h6, p, ul li, a
{
	padding:0;
	margin:0;
	font-family:Arial, Sans-Serif;	
	color:#4d4d4f;
}

h1
{
	font-size:22px;	
	font-weight:400;
	padding-bottom:10px;
	border-bottom:1px solid #cccccc;
	margin-top:10px;
	margin-bottom:20px;
}

h2 
{
	background-image:url('../img/pic_square.png');	
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:12px;	
	margin-bottom:5px;
	font-size:12px;	
	font-weight:bold;
}

h3 
{
	font-size:11px;	
}

p
{
	font-size:11px;	
	margin-bottom:10px;
	text-align:justify;
}

ul
{
	font-size:11px;	
	margin-bottom:10px;
	text-align:justify;	
}

a 
{
	text-align:left;	
}

body
{
	margin:0;
	padding:0;
	background-color:#4c4d4f;	
	background-image:url('../img/pic_bg.png');
	background-position:top center;
	background-repeat:no-repeat;
}

#page
{
	margin:0 auto;
	width:800px;			
	padding:39px;
}

#head
{
	width:722px;
	height:86px;
	background-image:url('../img/pic_header.png');
}

#menu
{
	width:712px;
	height:40px;
	background-color:#6d6e71;	
	border-top:2px solid #4d4d4f;
	border-bottom:2px solid #4d4d4f;
	position:relative;
	z-index:12;
	padding-left:10px;
}

#content
{
	position:relative;
	width:722px;
}

#content #left
{
	width:528px;
	float:left;
	margin-right:12px;	
}

#content #right
{
	float:left;	
	width:135px;
}

#content #right .container
{
	background-color:#ffffff;
	padding:5px;
	margin-bottom:20px;
	width:170px;
}

#content #right h6
{
	color:#27BDBE;
	font-size:10px;	
	margin-bottom:4px;
}

#content #left #text
{
	padding:20px;
	background-color:#ffffff;	
}

#content #left #text img
{
	width:488px;
	margin-bottom:10px;
}

#content #left #text #column_text
{
	float:left;
	width:250px;	
}

#content #left #text #column_image
{
	float:right;
	width:230px;	
}

#content #left #text #sep
{
	border-bottom:1px solid #6d6e71;
	height:1px;
	width:488px;
	margin-top:20px;
}

#content #left #footer
{		
	clear:both;
	width:528px;
	height:53px;	
}

#content #left #footer #footer_left
{
	padding-left:20px;
	width:180px;
	height:53px;
	background-image:url('../img/pic_corner.png');
	float:left;
	margin-top:0px;		
}

#content #left #footer #footer_right
{
	padding-right:20px;
	width:308px;
	height:53px;
	float:right;
	margin-top:0px;
	background-color:#ffffff;
}



#nav, 
#nav ul
{	
	font-size:12px;  	
    padding:0;
	margin:0;
    list-style-type:none;
    list-style-position:outside;
    position:relative;
    line-height:1.5em;
	
}

#nav .main
{
	margin:10px 10px 5px 5px;	
	background-color:#6d6e71;
}

#nav .drop
{
	padding-top:12px;	
	padding-bottom:12px;	
	padding-left:15px;
	padding-right:30px;
	margin:0;
	background-color:#6d6e71;
}

#nav .normal
{
	border-bottom:1px solid #999999;	
	margin-bottom:5px;
}

#nav a
{
	margin-left:-5px;
	margin-bottom:5px;	
}

#nav a:link
{    
	display:block;
    padding:0px 5px;
    color:#E0E1E3;
    text-decoration:none;	
	background-color:#6d6e71;	
}

#nav a:active, 
#nav a:visited
{
    display:block;
    padding:0px 5px;
    color:#E0E1E3;
    text-decoration:none;
	background-color:#6d6e71;	
 }

#nav a:hover
{    
    color:#27BDBE;
}

#nav li
{
    float:left;
    position:relative;		
}

#nav ul 
{
    position:absolute;
    width:12em;
    top:1.5em;
    display:none;
}

#nav li ul a
{
    width:12em;
    float:left;
}

#nav ul ul
{
	top:auto;
}

#nav li ul ul 
{
    left:12em;
    margin:0px 0 0 10px;
}

#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li:hover ul ul ul ul
{
    display:none;
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li li li li:hover ul
{
    display:block;
}

.textbox
{
	font-family:Helvetica, Arial, Sans-Serif;
	font-size:10px;	
	border:1px solid #4d4d4f;
	margin-bottom:4px;
	margin-right:4px;
	height:16px;
}

.btn_login
{
	background-image:url('../img/btn_login.png');
	width:40px;
	height:19px;
	border:0;
}
	
#placeholder
{
	position:relative;
	background-image:url('../img/placeholder.jpg');
	background-repeat:no-repeat;
	margin:auto;
	width:800px;
	height:600px;
	display:none;
	margin-top:10%;
}

.pr_box
{
	width:488px;
	height:160px;
	border-bottom:1px solid #cccccc;
	margin-bottom:20px;
}

