@charset "UTF-8";
/* CSS Document */

/* Begin Css Reset */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Css Reset */


body {
	background: #FFF url(../images/maqueta/bg.png) top left repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;
}

#wrapper {
	width: 827px;
	margin: 0 0 72px 72px;
}

#line {
	width: 100%;
	height: 13px;
	background-color: #0065A4;
	margin-bottom: 59px;
}

#header {
	width: 100%;
	margin-bottom: 25px;
}

#logo {
	background: url(../images/maqueta/logo.png) top left no-repeat;
	width: 216px;
	height: 48px;
	margin-bottom: 24px;
}

#menu {
	width: 100%;
	border-top: 8px solid #0065A4;
	border-bottom: 1px solid #0065A4;
	padding: 5px 0;
}

#menu-list li {
	display: inline;
	font-size: 16px;
	color: #0065A4;
}

#menu-list .li-slashes {
	color: #CDD9EB;
}

.menu-item:link {
	color: #0065A4;
	text-decoration: none;
	padding: 0 5px 0 5px;		
}

.menu-item:visited {
	color: #0065A4;
	text-decoration: none;
	padding: 0 5px 0 5px;	
}

.menu-item:hover {
	color: #0065A4;
	text-decoration: underline;
	padding: 0 5px 0 5px;	
}

.menu-item:active {
	color: #0065A4;
	text-decoration: underline;
	padding: 0 5px 0 5px;		
}

.heading {
	font-weight: bold;
	padding-right: 5px;
}

#top-content {
	width: 100%;
/*	height: 370px; */	
	height: 475px;
	margin-bottom: 55px;
	position: relative;
	overflow: hidden;
}

#bottom-content {
	width: 100%;
	line-height: 20px;
	color: #0065A4;
	margin-bottom: 20px;
}

.column {
	width: 251.5px;
	float: left;
	margin-right: 36px;
}

.column-nomargin {
	width: 252px;
	float: left;
}

.text {
	margin-bottom: 20px;
}

.services {
	background: url(../images/maqueta/header-services.png) top left no-repeat;
	width: 144px;
	height: 32px;
	margin-bottom: 10px;
}

.news {
	background: url(../images/maqueta/header-news.png) top left no-repeat;
	width: 80px;
	height: 32px;
	margin-bottom: 10px;
}

.subtle-heading {
	font-weight: bold;
	font-size: 14px;
	color: #0065A4;
}

.footer-subtle-heading {
	font-weight: bold;
	font-size: 14px;
	color: #729ECA;
}

#footer {
	width: 100%;
	background-color: #0065A4;
	line-height: 15px;
	padding: 25px 0;
	font-size: 11px;
	color: #FFF;
}

#footer-list li {
	float: left;
	margin: 0 25px 0 26px;
}

#subscribe {
	background-color: #FFF;
	margin-top: 5px;
}

.textbox {
	background-color: #0065A4;
	border: 1px solid #FFF;
	font-weight: 11px;
	padding: 3px;
	color: #FFF;
	width: 175px;
	margin: 0;
}

.button {
	border: none;
	background-color: #FFF;
	cursor: pointer;
	color: #0065A4;
	margin: 0;
}

#arrows {
	width: 888px;
	position: absolute;
	top: 368px;
	left: 42px;
}

.left-arrow {
	float: left;
}

.right-arrow {
	float: right;
}

#slider {
	position: relative;
	overflow: hidden;
	width: 10000px;
}

.panel {
	width: 197px;
	height: 370px;
	margin-right: 13px;
	float: left;
	position: relative;
}

.panel-content {
	width: 194px;
	height: 367px;
	z-index: 100;
}

.panel-shadow {
	width: 194px;
	height: 367px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #B1C6E1;
	z-index: -1;
}

.project-pic {
	width: 194px;
	height: 275px;
	background-color: #CCC;
	border-bottom: 3px solid #0065A4;
}

.project-desc {
	width: 174px;
	height: 69px;
	background-color: #FFF;
	padding: 10px;
}

#menu-list li a.current {
	background-color: #0065A4;
	color: #FFF;
	text-decoration: none;
	cursor: default;
}

.small {
	font-size: 9px;
	color: #0065A4;
}

.links {
	margin: 10px 0 5px 0;
	color: #0065A4;
}


.apps:link {
	font-weight: bold;
	text-decoration: underline;
	color: #0065A4;
	padding: 3px;
}

.apps:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #0065A4;
	padding: 3px;
}

.apps:hover {
	background-color: #FFF;
	text-decoration: none;
}

.apps:active {
	background-color: #FFF;
	text-decoration: none;
}

.email:link {
	text-decoration: underline;
	color: #FFF;
}

.error {
	margin-top: 5px;
	color: #0065A4;
	background-color: #FFF;
	padding: 3px;
}

.news-link:link {
	text-decoration: none;
	font-weight: bold;
	color: #0065A4;
}

.news-link:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0065A4;
}

.news-link:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

.news-link:active {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}