/* 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: #f8f8f8;
	background-image: url(/assets/BG_gradient.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;
margin-bottom:19px;
}


input, textarea{
    padding:3px;
}

a{
    color:#0172AA;
}

p{
    margin:10px 0px;
}

h4{
    font-weight:bold;
    padding:5px 0px;
}

#nav {
width:960px;
text-align:center;
margin-left:auto;
margin-right:auto;
margin-bottom:0;
}

#nav ul{
	width:960px;
	margin: 0px auto;
	height:36px;
	list-style-type:none;
	float:left;
	text-align:center;
	}

#nav ul a{
	display:block;
	width:137px;
	height:36px;
	line-height:36px;
	text-decoration:none;
	background: url(/assets/button_inactive.jpg) no-repeat;
	color:#5f5f5f;
        font-family:Helvetica,Arial;

	}

#nav ul #home-button a{
	display:block;
	width:137px;
	height:36px;
	line-height:36px;
	background: url(/assets/home_inactive.jpg) no-repeat;
	text-decoration:none;
}
#nav ul #home-button a:hover{
	background: url(/assets/home_active.jpg) no-repeat;
}
#nav ul #home-button a.star_down{
	background: url(/assets/home_active.jpg) no-repeat;
}

#nav ul a:hover{
	background: url(/assets/button_active.jpg) no-repeat;
	color:#5f5f5f;
	}
	
#nav ul a.down{
	background: url(/assets/button_active.jpg) no-repeat;
	color:#5f5f5f;
}
/*
#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{
padding:0;
width:960px;
margin: 0px auto 0;
border-bottom:1px solid #7c7c7c;
border-left:1px solid #7c7c7c;
border-right:1px solid #7c7c7c;
background-color:white;
}

#news_box .box{
padding-left:3px;
width:957px;
margin: 0 auto;
border:1px solid #7c7c7c;
background-color:white;
}

#boxes, #links_box {
	width:960px;
	margin: 0px auto;
}
#links_box {
border:1px solid #7c7c7c;
background-color:white;
padding-top:5px;
}

#main .small_box {
	padding:0;
	width:100%;
	margin: 0px auto;
	
}

#left_box, #middle_box, #right_box{
width:293px;
background-color:#f8f8f8;
float:left;
}
#left_box{
margin:10px 10px 10px 30px;
}
#middle_box{
margin:10px 10px 10px 0;
}
#right_box{
margin:10px 30px 10px 0;
}

#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;
	margin:0;
	padding:0;
}
	
#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;}
