body, html {
	margin:0;
	background-color:#003C8C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(images/template/background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
}
#wrapper {
	top:20px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:900px;
	background-color:#ffffff;
	

}

#nav {
	position:absolute;
	width:880px;
	color:#000000;
	left: 0px;
	top: 3px;
	padding-left:10px;
	padding-top:2px;
	padding-right:10px;
}

#top{
	position:relative;
	height:27px;
	

}
#top_menu {
	background-image:url(images/template/vista.jpg);
	background-color:#000000;
	margin:0px;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	height:27px;
}

#left {
	position:relative;
	width:300px;
	float: left;
		
}

#right {
	position:relative;
	width:500px;
	float: right;
		
}

#menu ul {

	list-style-type:none;
	padding:0;
	margin:0;
}
#menu li {
	float:left;
	position:relative;
	z-index:100;
}
#menu a {
	display:block;
	width:100px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:white;
	padding:6px;
}
#menu a:hover {
	color:orange;
	
	width:100px;

}
#menu ul ul {
	position:absolute;
	width:100px;
	visibility:hidden;
	background-color:#181A1C;
}
#menu ul li:hover ul, #menu ul a:hover ul {
	visibility:visible;
	width:112px;
	
}
#menu table {
	position:absolute;
	left:-1px;
	top:24px;
	border-collapse:collapse;
}

#banner {
	position:relative;
	height:300px;
	z-index:99;	

}

#mainbody {

	position:relative;
	background-image:url(images/template/gray_back.jpg);
	Clear:both;
	padding-top:20px;
	background-repeat:repeat-x;
	background-position:top;
	padding-left:15px;
	padding-right:15px;
	padding-bot6tom:5px;
	
}

#mainbody img {
 	
	border:solid #003C8C 1px;
	padding:1px;
	

}

#slideshow-title {
	position:absolute;
	background:#FFFFFF;
	width:168px;
	height:54px;
	left: 718px;
	top: 226px;
	opacity: 0.70;
    filter:alpha(opacity: 70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding-top:10px;
	border: solid #000000 1px;
	
}

#logo {
	position:absolute;
	width:147px;
	height:139px;
	top:34px;
	left: 733px;
	z-index:1;
	
	
}

#project_details {
	position:absolute;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	left: 742px;
	top: 274px;
	width: 140px;
	height: 14px;
	
}

#images {
	position:relative;
	text-align:center;
	vertical-align:middle;
	word-spacing:50PX;


}

#footer {
	position:relative;
	background-image:url(images/template/bottom_bar.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:15px;
	text-align:center;
	height:30px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#003C8C;
}


hr {
	
	width:890px;
	height:1px;
	color:#003C8D;
}
h1 {
	font-size: 175%;
	font-weight: normal;
	line-height: 110%;
	color: #ff3300;

}

h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 110%;
	color: #003C8C;

}

h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 110%;
	color: #003C8C;

}

h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 110%;
	color: #003C8C;

}


div#slideshow-pause {
	
	/* appearance */
	background: #181A1C;
	padding: 4px;
	border-left: 1px #181A1C;
	border-right: 1px #181A1C;
	border-bottom: 1px #181A1C;
	
	/* text style */
	color: red;
	font-variant: small-caps;
	font-size: 12px;
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a {
	color: #f93a10;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.orange {
	color: #ff9900;
	text-decoration: none;
}

a.orange:hover {
	color: #ff9900;
	text-decoration: underline;
}	

a.white {
	color: #ffffff;
	text-decoration: none;
}

a.white:hover {
	color: orange;
	text-decoration: none;
}

a.black {
	color: #000000;
	text-decoration: none;
}

a.black:hover {
	color: #000000;
	text-decoration: underline;
}



#submenu ul {
	list-style-type:none;
	padding:0;
	margin:0;

}
#submenu li {
	float:left;
	position:relative;
	z-index:100;
}
#submenu a {
	display:block;
	width:100px;
	text-align:center;
	
	text-decoration:none;
	font-weight:bold;
	color:white;
	padding:6px;

}
#submenu a:hover {
	color:orange;
	background-position:0px -25px;
	
}
#submenu ul ul {
	position:absolute;
	width:110px;
	visibility:hidden;
	background-color:#181A1C;
}
#submenu ul li:hover ul, #submenu ul a:hover ul {
	visibility:visible;
}
#submenu table {
	position:absolute;
	left:-1px;
	top:24px;
	border-collapse:collapse;
}
#submenu ul ul a {
	background-position:0px -25px;
	color:white;
}
#submenu ul ul a:hover {
	background-position:0px 0px;
	color:orange;
}
