s/* CSS Document */

/* Reset */

html{
	margin:0px;
	padding:0px;
}

body{
	margin:0px;
	padding:0px;
}

div, p, h1, h2, h3, h4, h5, h6, ul, li{
	margin:0px;
	padding:0px;
	list-style:none;
}

h2, h3, h4, h5, h6{
	letter-spacing:-0.06em;
}

form{
	display:inline;
}

img{
	border:0px;
}

/* End Setup */

/* Init Config */

div, p, h1, h2, h3, h4, h5, h6, ul, li{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#333333;
	line-height:18px;
}

ul, li{
	display:block;
}

a{
	color:#000000;
	text-decoration:none;
}

a:hover{
	border-bottom:dotted 1px #000000;
}

body{
	background-color:#FFFFFF;
}

h1{
	font-size:11px;
	margin-bottom:13px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:21px;
	line-height:20px;
}

h3{
	font-size:14px;
}

.center{
	text-align:center;	
}

/* End Init Config */

#framework{
	position:relative;
	width:1024px;
	height:100%;
	margin:0 auto;
	background-image:url(/images/uep-background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

.contact{
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	position:absolute;
	right:70px;
	top:40px;
	
}

#title{
	position:absolute;
	top:65px;
	left:47px;
	z-index:3;
}

#nav_mask{
	position:absolute;
	top:113px;
	left:424px;
	height:46px;
	width:600px;
	z-index:2;	
	
	overflow:hidden;
}

#nav{
	position:absolute;
	top:23px;
	height:46px;
	width:600px;
	background-image:url(/images/uep-top-nav-bg.gif);
	background-repeat:repeat-x;
	color:#172323;
}

#nav a{
	color:#172323;
	text-decoration:none;
	border-bottom:none;
}

#nav ul ul{
	display:none;
	width:496px;

	position:absolute;
	left:0px;
	top:23px;
}

#nav ul li{
	float:left;
	padding:0px 14px;
	height:23px;
}

#nav ul li.first{
	padding-left:7px;
}

#nav ul li.active{
	background-color:#9CCA68;
}

#nav ul li.active p, #nav ul li.active p a{
	color:#FFFFFF;
}

#nav ul ul li.active{
	background-color:#172323;
}

#nav ul p{
	padding-top:3px;
}

#footer{
	position:relative;
	left:47px;
	height:150px;
	width:920px;
	border-top:#9CCA68 solid 2px;
}

#footer_nav{
	position:absolute;
	top:5px;
	left:10px;
}

#footer_nav a{
	color:#172323;
	text-decoration:none;
	border-bottom:none;
}

#footer_nav a:hover{
	text-decoration:underline;
}

#footer_nav ul li{
	float:left;
	padding-right:66px;
	font-size:10px;
	font-weight:bold;
}

#footer_nav ul li li{
	float:none;
	padding-right:0px;
	margin-top:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#footer_nav ul li.last{
	width:285px;
	padding:0px;
	text-align:right;
}