/* global */

    body{
	color:#FFFFFF;
	line-height:160%;
	margin:0;
	padding:0 0 1em 0;
	text-align:center;
	background-color: #000000;
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 80%;
	background-position: bottom;
        }

    /* headings */
        h1{
			font-size:200%;
			font-weight:normal;
            }		
		h2, h3, h4, h5, h6{
	font-weight:normal;
	margin:1em 0;
	color: #CCCCCC;
			}	
        h2{
	font-size:25px;
	font-weight:bold;
	padding-bottom:0.25em;
	margin-bottom:0.25em;
			}
        h3{          
			font-size:20px;
			font-weight:bold;			
            }
        h4{          
			font-size:16px;
            }				
    /* // headings */

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

    /* clearfix */

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

    /* // clearfix */
	
	/* HTML Tags */
        a{
	text-decoration:none;
	color:#FF0000;
            }
        a:hover{
			color:#999;
            }			
		table, input, textarea, select, li{
	color:#000000;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 100%;
			}				
		p, blockquote, 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;
			}

	
	/* // HTML Tags */	
	
/* // global */

/* page setup */

	#container{	
		margin:0 auto;
		width:854px;
		text-align:left;
		position:relative;
		}
	#header{
	height:150px;
	position:relative;
	background:url(../images/bg_header.png) no-repeat 0 0;
		}	
	#content{
	padding:1em 0 1.5em 0;
	background-repeat: repeat-y;
	background-image: url(../images/bg_content.gif);
	border-top: 1px none #666666;
		}	
	#main{
		float:left;
		display:inline;
		width:470px;
		margin-left:55px;
		}
		
		#mainlarger{
		float:left;
		display:inline;
		width:700px;
		margin-left:55px;
		}
		
		#mainlarge{
		float:left;
		display:inline;
		width:540px;
		margin-left:55px;
		}	
														
	#side{
		float:left;
		display:inline;		
		width:274px;
		margin-left:24px;
		position:relative;
		}
		#sidesmall{
	float:right;
	display:inline;
	width:204px;
	margin-left:24px;
	position:relative;
	margin-right: 10px;
		}
	#footer{
	clear:both;
	padding:0px 48px 20px;
	color:#fff;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}		

/* //page setup */


/* navigation elements */

	/* main nav */
		
		ul#nav,  
		ul#nav li{
	margin:0;
	padding:0;
	list-style:none;
	border-bottom: 1px solid #666666;
			}
		ul#nav{
	margin:0 7px;
	height:55px;
	background-repeat: no-repeat;
	background-position: 0 0;
			}			
		ul#nav li{
			float:left;
			display:inline;
			height:55px;		
			line-height:55px;			
			}			
		ul#nav li a{
	float:left;
	display:inline;
	height:55px;
	line-height:55px;
	font-size:14px;
	color:#FF0000;
	padding:0 22px;
	text-transform:uppercase;
	border: 1px none #333333;
	font-weight: bold;
			}							
		ul#nav li.selected a, ul#nav li a:hover{
	color:#FFFFFF;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px none #333333;
	border-left: 1px solid #333333;
	background-color: #333333;
			}													
	
	/* //main nav */
	
	/* meta nav */
		
		#header ul,  
		#header ul li{
			margin:0;
			padding:0;
			list-style:none;
			}
		#header ul{
	height:70px;
	position:absolute;
	top:40px;
	right:25px;
	background:url(../images/bg_nav.png) no-repeat 0 0;
	width: 236px;
	padding-bottom: 0;
	padding-left: 20px;
			}			
		#header ul li{
	float:left;
	display:inline;
	height:70px;
	line-height:70px;
	padding:0 10px;
			}											
		#header ul li a{
	float:left;
	display:inline;
	height:70px;
	line-height:70px;
	font-size:16px;
	color:#fff;
	text-transform:lowercase;
			}							
		#header ul li a:hover{
	color:#CC0000;
			}									
	
	/* //meta nav */
	
	
	/* sub nav */
		
		#side ul,  
		#side ul li{
			margin:0;
			padding:0;
			list-style:none;
			}	
		#side ul{
			margin:1em 0;
			}
		#side ul li{
			border-bottom:1px solid #e5e5e5;
			padding:.5em 0;
			}
		#side ul li a{			
			display:block;
			text-decoration:none;
			font-weight:normal;
			}													
	
	/* //sub nav */		
	
/* //navigation elements */

/* header */

	#header h1{
	position:absolute;
	float:left;
	left:0;
	top:40px;
	height:100px;
	width:500px;
	background:url(../images/bg_logo.png) no-repeat 0 0;
		}
	#header h1 a{
		display:block;
		height:80px;
		}		

/* // header */

/* content */

	#main a{
	color:#FF0000;
	text-decoration:underline;
	font-weight:bold;
		}	
	.img{
	border:10px solid #000000;
	float:left;
		}	
	.right{
		float:right;
		}
		
	/* intro */
	
		#intro{
	height:196px;
	position:relative;
	margin:0 6px;
	background-image: url(../images/bg_intro3.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 0 0;
	border-top: 1px none #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px none #666666;
	border-left: 1px solid #666666;
			}				
		#intro p{
			margin:0;
			margin-left:48px;
			padding-top:60px;
			font-size:18px;
			line-height:130%;
			width:400px;			
			color:#fff;
			}	
		#intro p a{
			color:#fff;
			background:#63afca;
			padding:0 10px;
			}				
		#intro p a:hover{
			background:#fff;
			color:#63afca;
			}							
		#intro img{
			position:absolute;
			left:448px;
			top:42px;
			}
													
	
	/* // intro */		
						
	/* form */
																				
		form{
			background:#000000;
			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:120px;
			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;
			}	
		form h3{
			margin:1em 0 .5em 0;
			font-size:25px;
			}				
		button{
	border:none;
	width:171px;
	height:33px;
	line-height:33px;
	text-align:center;
	padding:0;
	margin:0;
	margin-left:15px;
	color:#555;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
			}										
		.submit{
			text-align:right;
			height:52px;
			margin:1em 0;					
			}
		span.error{
			display:block;
			color:#a50000;
			font-weight:bold;
			margin-left:130px;
			}
			
	/* // form */					
						
	
/* // content */

/* footer */

	
	#footer p{
	margin:0;
	padding-top:20px;
	color: #CCCCCC;
	line-height: 100%;
		}
	#footer a{
	color:#FF0000;
	text-decoration:underline;
		}
	#footer a:hover{
		color:#aaa;
		text-decoration:underline;
		}		
	#footer ul{
	float:right;
	padding:20px 0 0;
	margin:0;
		}
	#footer li{
		display:inline;
		margin:0 0 0 10px;
		padding:0;
		list-style:none;
		}		
				
/* // footer */
.style4 {
	color: #FFFFFF;
	line-height: 150%;
	font-size: 11px;
}
.style6 {color: #333333; line-height: 150%; font-size: 10px; font-weight: bold; }
