/* global */

    body{ 
		background:#030e16 url(../images/bg_body.gif) repeat-x;
        font:80% Trebuchet MS, Arial, Helvetica, Sans-Serif;
		color:#000;
		line-height:160%;
		margin:0;
		padding:0;
		text-align:center;
        }

    /* headings */
        h1{
			font-size:200%;
			font-weight:normal;
			float: left;
            }		
		h2, h3, h4, h5, h6{
			font-weight:normal;
			margin:.7em 0;
			line-height:120%
			float: left;
			}	
        h2{            
			font-size:25px;
			font-weight:bold;
            }				
        h2.title{        
			padding-bottom:.5em;
			background:url(../images/bg_line.gif) no-repeat 0 100%;
            }							
        h3{          
			font-size:28px;
			font-weight:bold;		
            }
        h3.title{          
			font-size:28px;
			width: 830px;
			float: left;
			font-weight:bold;		
            }
        h4{          
			font-size:16px;
            }				
    /* // headings */

    /* image replacement */
        .graphic{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

    /* clearfix */

		.fixed:after, #content:after, #content2:after, ul:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		.fixed, #content, #content2, ul{
			display:block;
			}
		/*  \*/
		.fixed, #content, #content2, ul{
			min-height:1%;
			}
		.fixed, * html #content, *html #content2, * html ul{
			height:1%;
			}

    /* // clearfix */
	
	/* HTML Tags */
        a{
			text-decoration:none;
			color:#0d3752;
			line-height:120%;
            }
        a:hover{
			color:#999;
            }			
		table, input, textarea, select, li{
			font:100% Trebuchet MS, Arial, Helvetica, Sans-Serif;
			line-height:160%;
			color:#000;
			}				
		p, blockquote, ul, ol, form{
			margin:1em 0;
			}
		blockquote{
			}
		img{
			border:none;
			}			
		hr{
			display:none;
			}	
		table{
			margin:1em 0;
			width:100%;
			border-collapse:collapse;
			}
		th, td{	
			padding:2px 5px;
			}	
		th{	
			text-align:left;
			}
		li{
			display:list-item;
			}	
	
	/* // HTML Tags */	
	
/* // global */

/* page setup */

	#container{	
		background:url(../images/bg_container.jpg) no-repeat 50% 0;
		}
	#inner{	
		margin:0 auto;
		width:908px;
		text-align:left;
		position:relative;
		}		
	#header{
		height:68px;
		position:relative;
		background:url(../images/bg_transparent.png) repeat;
		}			
	#content{
		margin-top:1em;
		background:url(../images/bg_content.gif) repeat-y;
		}	
	#content2{
		margin-top:1em;
		background:url(../images/bg_content2.gif) repeat-y;
		}
	#main{
		float:left;
		display:inline;
		width:506px;
		margin-left:43px;
		padding:1em 0;
		}											
	#side{
		float:left;
		display:inline;		
		width:254px;
		margin-left:74px;	
		padding:1em 0;
		}
	#main2{
		float:left;
		display:inline;
		width:834px;
		margin-left:43px;
		padding:1em 0;
		}
	#footer{
		clear:both;
		color:#fff;
		padding:1.5em 0;
		background:#030e16 url(../images/bg_footer.gif) repeat-x;
		}
	#logo{
		height:70px;
		z-index: 10;
		position: relative;
		margin:0;
		padding:0;
		}		

/* //page setup */

/* navigation elements */

	/* main nav */
		
		ul#nav,  
		ul#nav li{
			margin:0;
			padding:0;
			list-style:none;
			position: relative;
			}
		ul#nav{
			position:absolute;
			right:30px;
			top:20px;
			height:32px;
			}			
		ul#nav li{
			float:left;
			display:inline;
			height:32px;		
			line-height:32px;			
			margin-left:5px;
			}	
		ul#nav li a{
			float:left;
			display:inline;
			height:32px;		
			line-height:32px;			
			font-size:17px;
			color:#fff;
			padding:0 13px;
			text-transform:uppercase;
			}	
		ul#nav li a:hover, ul#nav li.selected a{
			background:url(../images/bg_transparent.png) repeat;
			}
	/* //main nav */
	
/* //navigation elements */

/* header */

	#header h1{
		position:absolute;
		float:left;
		left:0;
		top:0;
		height:68px;
		line-height:68px;		
		font-size:35px;
		font-weight:bold;
		margin:0;
		}
	#header h1 a{
		float:left;
		height:68px;
		line-height:68px;	
		color:#fff;
		padding:0 43px;
		}		

/* // header */

/* content */

	#content a{
		text-decoration:none;
		font-weight:bold;
		}	

	#content .link{
		margin:1.5em 0;
		}
	#content .link a{
		text-decoration:none;
		font-size:17px;
		padding-left:25px;
		font-weight:normal;
		background:url(../images/bg_arrow.gif) no-repeat 0 55%;
		}	
	.left{
		float:left;
		margin:.5em 0;
		margin-right:15px;
		}
	.right{
		float:right;
		margin:.5em 0;
		margin-left:15px;
		}
	.block {
		text-align: center;
		width: 150px;
		height: 170px;
		padding: 3px;
		border: solid 1px #ccc;
		position: relative;
		float: left;
		margin:0px 5px 5px 0px;
		}
	.block p {
		margin: 0;
		}	
	#side img, .left img, .right img{
		border:1px solid #ccc;
		background:#dcdcdc;
		padding:5px;
		}
		
	/* intro */
	
		#intro{
			margin:2em 0;
			height:178px;
			position:relative;
			background:url(../images/intro.png) no-repeat;
			z-index: 2;
			}																	
		#intro h2{
			margin:0;
			position:absolute;
			left:43px;
			top:30px;
			font-size:40px;
			line-height:40px;
			color:#fff;			
			padding-bottom:0;
			background:none;			
			}
		#intro p{
			margin:0;
			position:absolute;
			left:44px;
			top:80px;
			color:#fff;
			font-size:15px;
			width:400px;
			line-height:130%;
			z-index: 4;
			}	
		#intro p.link{
			left:636px;
			top:88px;			
			width:231px;
			height:56px;
			background:url(../images/bg_introLink.png) no-repeat 0 0;
			z-index: 3;
			}
		#intro p.link a{
			display:block;
			margin:10px 12px;
			height:36px;
			line-height:36px;
			text-align:center;
			font-size:22px;
			font-weight:bold;
			text-transform:lowercase;
			z-index: 7;
			}													
	
	/* // intro */		
	
	/* list */
	
		ul.list, ul.list li{
			margin:0;
			padding:0;
			list-style:none;
			float: left;
			width: 250px;
			}
		ul.list{
			}													
		ul.list li{
			padding-top:.5em;
			background:url(../images/bg_line.gif) no-repeat 0 0;
			}						
		#side ul.list li{
			background:url(../images/bg_line_side.gif) no-repeat 0 0;
			}	
		ul.list li.first, #side ul.list li.first{
			padding-top:0;
			background:none;			
			}																						
		ul.list li h3{		
			margin:.5em 0;
			font-size:15px;
			}
		ul.list li p{		
			margin:.5em 0;
			}																						
	
	/* // list */	
	
	/* item list */
	
		ul.news, ul.news li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul.news{
			}													
		ul.news li{
			padding:.5em 0;
			background:url(../images/bg_line.gif) no-repeat 0 0;
			position:relative;
			min-height:120px;
			}	
		ul.news li.first{
			background:none;			
			}			
		ul.news li h3{		
			margin:.5em 0;
			font-size:20px;
			}	
		ul.news .body{
			float:left;
			display:inline;
			width:400px;
			margin-left:15px;
			padding-bottom:1em;
			}																			
		ul.news .date{
			float:left;
			display:inline;
			width:60px;
			background:#f1f1f1;
			margin:0;
			text-align:center;
			}	
		ul.news .date span{
			display:block;
			font-size:20px;
			margin:3px;
			padding:.5em 0;
			background:#fff;
			}			
		ul.news .date em{
			display:block;
			font-size:13px;
			font-style:normal;
			padding:0 0 .25em 0;
			}																														
	
	/* // item list */	
			
	
	/* form */
																				
		form{
			margin:1em 0;
			}
		fieldset{
			border:none;
			margin:0;
			background:#f1f1f1;
			border:5px solid #e7e7e7;
			padding:1em 15px;			
			}			
		legend{
			display:none;
			}			
		label{
			float:left;
			clear:both;
			width:100px;
			margin-right:10px;
			margin-top:5px;
			text-align:right;
			}	
		input, textarea{
			width:250px;
			border:1px solid #ccc;
			padding:5px;
			margin:5px 0;
			}			
		textarea{
			height:80px;
			overflow:auto;
			}						
		form p{
			clear:both;		
			margin:0;
			}
		button{
			border:none;
			padding:5px 15px;
			margin:0;
			float:left;
			background:#0d3752;	
			color:#fff;
			font-weight:bold;
			font-size:15px;
			cursor:pointer;
			margin-left:120px;
			}										

	/* // form */					
						
	
/* // content */

/* footer */

	#footer .col1{
		float:left;
		display:inline;
		margin-left:43px;
		margin-right:23px;
		width:330px;
		padding:.5em 0;
		}
	#footer .col2{
		float:left;
		display:inline;
		margin-left:20px;
		width:150px;
		padding:.5em 0;
		}
	#footer h3{
		margin-top:0;
		font-size:15px;
		}				
	#footer a{
		color:#fff;
		text-decoration:underline;
		}
	#footer a:hover{
		color:#ccc;
		text-decoration:underline;
		}		
	#footer ul{
		margin:0;
		padding:0;
		list-style:none;
		}	
				

/* // footer */

/* Messages */
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    width: 100%;
    margin: 10px;
    padding:10px;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
}
.validation {
    color: #D63301;
    background-color: #FFCCBA;
}

/* Table */
.table {
 font:100% Trebuchet MS, Arial, Helvetica, Sans-Serif;
 line-height: 120%;
 position: relative;
 width: 510px;
 border: 1px solid #212345;
}
.table .th {
 border-bottom-color: #212345;
 background-color: #212247;
 color: #fff;
 font-weight: bold;
 border-bottom: 1px dotted;
}
.table .tr:nth-child(odd) {
 background-color: #eee;
}
.table .td {
line-height: 160%;
 float: left;
 width: 125px;
 padding-left: 2%;
}
.table .td2 {
line-height: 160%;
 float: left;
 width: 90px;
 padding-left: 2%;
}