/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #600 url(../images/bg.png) repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0; 
	padding: 0;
	font-size: 83%;	
	color: #555;
	}
img { border: 0; }
/*ul, p { line-height: 1.4em; font-size: 1em; margin: 15px 0 20px; }*/
h2 { margin: 0; color: #fff; font-weight: normal; padding: 45px 170px 47px 30px; font-size: 1.9em; }
h3, h4 { font-size: 2em; font-weight: normal; color: #000; margin: 0; }
h4 { font-size: 1.7em; }
a { color: #f00; text-decoration: none; border-bottom: 1px solid #FFC4C4; }		
a:hover { border-color: #f00; }
.l1 { border: none !important; margin: 0 !important; }

		
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/		
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	padding-top:3px;
	background:#FFF;
	}
* html #container { width: 740px; }	
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/			
#header { 
	width:774px;
	margin-left:3px;
}
#header:after	{ 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
}
#header h1 { font-weight: normal; font-size: 3em; padding: 0.7em 0pt 16px 1.1em; margin: 0; }
#header h1 a { color: #fff; text-decoration: none; border: none; }
#header h1 a span { color: #fff; }
#header h1 a span .red { color: #f00; }
#header h1 a span .green { color: #50FF50; }


#header { background: #fff url(../images/bgh.jpg) repeat-x; }
#header div { background: transparent url(../images/bgh_left.jpg) no-repeat; }
#header div div { background: transparent url(../images/bgh_right.jpg) no-repeat 100% 0%; height: 1%; padding: 0 20px 12px; }
* html #body div div { width: 100%; }
#header div div:after	{ 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}	
#header div div div { background-image: none; padding: 0; }




/** Navigation **/
#nav ul {
	margin: -6.9em 0 0 0; 
	padding: 0 10px;
	list-style-type: none;
	float: right;
	}
* html #nav ul { padding: 0; }	
#nav ul li { 
	float: left;
	text-align: center;
	margin: 0 10px;
	background: transparent;
	padding: 0;
	}	
#nav ul li a { 
	border-bottom:0.3em solid #3F0000;
	color:#FFFFFF;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	margin-top:65px;
	padding:0pt 5px 5px;
	text-decoration:none;
	}	
#nav ul li a:hover { border-color: #f00; }	
#nav ul li a.on,
#nav ul li a.on:hover { border-color: #50FF50; }		

/*------------------------------------------------------------*
**  Body
**------------------------------------------------------------*/
#body { background: #fff url(../images/body_.png) repeat-x; }
#body div { background: transparent url(../images/body_left.png) no-repeat; }
#body div div { background: transparent url(../images/body_right.png) no-repeat 100% 0%; height: 1%; padding: 0 20px 30px; }
* html #body div div { width: 100%; }
#body div div:after	{ 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}	
#body div div div { background-image: none; padding: 0; }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#body #content { 
	float: left; 
	height: auto !important;
	min-height: 300px; 
	height: 300px;
	width: 475px;
	background: #fff;	
	padding: 23px 25px 0 33px;
	margin: 23px 0 0 0;
	}
#body #content ul.img { list-style-type: none; padding: 0; margin: 0; width: 100%; }	
#body #content ul.img:after	{ 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}	
#body #content ul.img li { float: left; margin-left: 10px; margin-bottom: 10px; padding: 0; background: transparent; }
#body #content ul.img li a { border: none; }
#body #content ul.img li img { border: 7px solid #900; padding: 1px; }	
#body #content ul.img li a:hover img { border-color: #000; }	

form { background-color: #f4f4f4; padding: 20px; margin-top: 20px;  }
form p { margin: 10px 0; }
form p label { width: 100px; display: block; float: left; }
form p input, 
form p textarea { border: 1px solid #999; padding: 4px; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 1.3em; width: 240px; }
textarea { height: 100px; } 
input.btn { width: auto; }
#body #content h4 {
		color: #000000;
		text-align: left;
		margin: 0px;
		font-weight: bold;
		font-size: 16pt;
	}
#body #content h5 {
		color: #000000;
		text-align: left;
		margin: 0px;
		font-weight: bold;
		font-size: 12pt;
	}
/*------------------------------------------------------------*
**  Breadcrumb
**------------------------------------------------------------*/
#body #content .breadcrumb {  
	background-color: #600; 
	background-repeat: repeat-y; 
	margin-bottom: 20px;
	}

/*------------------------------------------------------------*
**  Submenu
**------------------------------------------------------------*/
#body #sub { 
	float: right; 
	margin: 23px 0 0 0;		
	background-color: #fff; 
	height: auto !important;
	min-height: 267px; 
	height: 267px;
	width: 172px;
	padding: 20px 10px 0 20px;
}
#body #sub ul { 
	padding: 0;
	list-style-type: none;
	line-height: 1.8em;
}
#body #sub ul li { 
	background: url(../images/bullet.gif) no-repeat 0% 52%;
	padding-left: 25px;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer{
    margin:7px auto;
    margin-bottom:10px;
	height:10px;
    padding:10px 20px;
    clear:both;
    width:740px;
    text-align:left;
    font-size:10px;
    color:#484848;
    background:#D7D7D7;
}
#footer ul { list-style:none; }
#footer li {
    list-style:none;
    display:inline;    
}
#footer #copyright{
    float:left;
    clear:none;
}
#footer #links{
   float:right;
   clear:none;
}
#footer a{
    color:#606060;
    text-decoration:none;
	border-bottom:1px solid #FFC4C4;
}
#footer a:hover{
    border-color:#FF0000;
}
