@charset "utf-8";
/* CSS Document */

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFF;
}

h2 {
	font-family:"Arial", Gadget, sans-serif;
	font-size:18px;
	color:#999;
}

h3 {
	font-family:"Arial", Gadget, sans-serif;
	font-size:16px;
	color:#666;
}

h4 {
	font-family:"Arial", Gadget, sans-serif;
	font-size:14px;
	color:#000;
}

body {
	background:url(images/bk.png) repeat;
	font-family:"Arial", Gadget, sans-serif;
	font-size:12px;
	color:#000;
	height:100%;
}

img {
	border:none;
	text-decoration:none
}

a {
	color:#FFF;
	text-decoration:none;
}

.fist {
	width:820px;
	height:600px;
	margin:auto;
	border:1px solid #333;
	background:#000;
}

.wrapper {
	width:800px;
	height:520px;
	margin-left:auto;
	margin-right:auto;
}

.head_wrapper {
	width:800px;
	height:110px;
	margin-bottom:10px;
	background:none;
}

.head_logo {
	float:right;
}

.layout {
	width:800px;
	height:450px;
	background:url(images/bg.gif) repeat-x top left	#e00813;
}

.top_content {
	padding:30px;
	height:240px;
}

.title {
	float:left;
	width:700px;
}

.left_col {
	float:left;
	margin-top:70px;
}

.left_col ul {
	list-style-image:url(images/menu_left.jpg);
	list-style-position:outside;
}

.left_col ul li {
	margin-bottom:20px;
	height:15px;
	vertical-align:middle;
	padding-bottom:5px;
}

.left_col ul li a {
	color:#000;
	text-decoration:none;
	padding-bottom:5px;
}

.left_col ul li a:hover {
	color:#FFF;
}

.right_col {
	float:right;
	margin-top:50px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	width:600px;
}

.pagination {
	position:relative;
	bottom:40px;
	margin-top:-40px;
}

.right_col ul {
	list-style:none;
}

.right_col ul li {
	float:left;
	margin-right:20px;
}

.next {
	float:right;
}

.next ul {
	list-style-image:url(images/menu_left.jpg);
	list-style-position:outside;
}

.next ul li {
	margin-bottom:20px;
	height:15px;
	vertical-align:middle;
	padding-bottom:5px;
}

.next ul li a {
	color:#000;
	text-decoration:none;
	padding-bottom:5px;
}

.next ul li a:hover {
	color:#FFF;
}

.previous {
	float:left;
}

.previous ul {
	list-style-image:url(images/menu_right.jpg);
	list-style-position:outside;
}

.previous ul li {
	margin-bottom:20px;
	height:15px;
	vertical-align:middle;
	padding-bottom:5px;
}

.previous ul li a {
	color:#000;
	text-decoration:none;
	padding-bottom:5px;
}

.previous ul li a:hover {
	color:#FFF;
}

/* now we will set the backgroundimages for the logo list */
#fuse { background:url(images/fuselogo.png) center no-repeat; width:140px; height:80px; }
#fuse:hover { background:url(images/fuselogo_hover.png) center no-repeat; width:140px; height:80px; }

#hrs { background:url(images/hrslogo.png) center no-repeat; width:109px; height:75px; }
#hrs:hover { background:url(images/hrslogo_hover.png) center no-repeat; width:109px; height:75px; }

#uae { background:url(images/uaelogo.png) center no-repeat; width:248px; height:75px; }
#uae:hover { background:url(images/uaelogo_hover.png) center no-repeat; width:248px; height:75px; }

#nptaylor { background:url(images/nptaylor.png) center no-repeat; width:249px; height:80px; }
#nptaylor:hover { background:url(images/nptaylor_hover.png) center no-repeat; width:249px; height:80px; }
/* end end end */

.bottom_content {
	padding-left:32px;
	padding-top:10px;
	padding-bottom:10px;
	height:130px;
}

.bottom_content ul { 
	list-style:none;
}

li.button {
	float:left;
	width:140px;
	vertical-align:middle;
	margin-right:102px;
}

.button:hover {
	color:#fff;
}

.footer {
	color:#fff;
	font-size:10px;
}

/* Popup Div styles */
#layer1 {
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: 300px;
	left: javascript:((document.width / 2) - 150) + "px";
	top: 150px;
	background-color: #ccc;
	border: 1px solid #000;
	padding: 10px;
	overflow-y:scroll;
}

#layer1 p {
	padding-right:40px;
}

#close {
	float: right;
}

#close a strong {
	color: #e00813;
}

#close a strong:hover {
	text-decoration:underline;
	color: #000;
}