/* Reset elements */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;}
/* table{border-collapse:collapse;border-spacing:0;} */
img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
input {
	padding:2px;
}
html{
	overflow: -moz-scrollbars-vertical !important; /* This fixes the text jog effect in Firefox */
}

body{
	background-color: #292828;
	background-image: url(/assets/background.jpg);
	background-repeat: repeat-x;
    font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    font-size:.85em;
}

strong{font-weight:bold;}
#layout{
	margin-left:auto;
	margin-right:auto;
	width: 1160px;
}

#container{
	margin-left:auto;
	margin-right:auto;
	width: 960px;
float:left;
}

#header{
margin-left:auto;
margin-right:auto;
text-align:center;
}


input, textarea{
    padding:3px;
}

a{
    color:#0172AA;
}

p{
    margin:10px 0px;
}

h4{
    font-weight:bold;
    padding:5px 0px;
}

#nav {
width:815px;
text-align:center;
margin-left:auto;
margin-right:auto;

}

#nav ul{
	width:815px;
	margin: 0px auto;
	height:54px;
	list-style-type:none;
	float:left;
	text-align:center;
	margin:0px auto;
	}

#nav ul a{
	display:block;
	width:113px;
	height:54px;
	line-height:48px;
	text-decoration:none;
	background: url(/assets/btn_inactive.jpg) no-repeat;
	color:black;
	font-weight:bold;
	}
#nav ul a.star{
	display:block;
	width:124px;
	height:54px;
	line-height:48px;
	text-decoration:none;
}
#nav ul a:hover{
	background: url(/assets/btn_hover.jpg) no-repeat;
	color:white;
	}
	
#nav ul a.down{
	background: url(/assets/btn_active.jpg) no-repeat;
	color:white;
}
#nav ul a.last_button{
	display:block;
	width:113px;
	height:54px;
	line-height:48px;
	text-decoration:none;
	background: url(/assets/btn_end_inactive.jpg) no-repeat;
	}
	
#nav ul a.last_button:hover{
	background: url(/assets/btn_end_hover.jpg) no-repeat;
	color:white;
}
#nav ul a.last_button_down{
	background: url(/assets/btn_end_active.jpg) no-repeat;
	color:white;
}
#nav ul li {float:left;}
	
	
#main .box, #news_box .box{
padding:0;
width:816px;
margin: 0px auto;
}

#boxes, #links_box {
	width:816px;
	margin: 0px auto;
}
#main .small_box {
	padding:0;
	width:100%;
	margin: 0px auto;
	
}

#main .small_box td{
	padding-bottom:0;
	margin:0;
	font-size:0;
	line-height:0;
}
.top_left, .top_right{
	margin:0;
	padding-bottom:0;
	height:16px;
	font-size:0;
	line-height:0;
}

.top_line{
	padding:0;
	margin:0;
	height:16px;
	background: url(/assets/top_line.jpg) repeat-x bottom left;
}
.bottom_line{
	padding:0;
	margin:0;
	height:19px;
	background: url(/assets/bottom_line.jpg) repeat-x top left;
}
.left_line{
	padding:0;
	margin:0;

	width:17px;
	background: url(/assets/left_line.jpg) repeat-y top right;
}
.right_line{
	padding:0;
	margin:0;
	width:18px;
	background: url(/assets/right_line.jpg) repeat-y top left;
}

.content {
	padding:5px;
	background-color:white;
}


.clear{
	clear:both;
}
	
#side_logo{
/*	position:relative;*/
/*	left:-150px;*/
	
	width:97px;
	float:left;
/*	z-index:20;*/
/*	top:-500px;*/
}

#side_logo img{position:relative;top:300px;}

#col1, #col2, #col3, #col4{float:left;background-color:white;width:25%;margin:0px auto;}
#col1 ul, #col2 ul, #col3 ul, #col4 ul{padding-bottom:10px;margin-left:10px;}

input {
width: 180px;
padding: 1px;
margin-left:70px;
}
textarea {margin-left:70px;}

select, label {margin-left:70px;}
