@charset "UTF-8";

@font-face {
  font-family: "Light";
  src: url(Cicle_Fina.ttf) format("truetype");
}

@font-face {
  font-family: "Bold";
  src: url(Cicle_Gordita.ttf) format("truetype");
}

body {
	background-color: #ae0000;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
}

H1 {
	font-size: 3em;
	font-family: "Bold", sans-serif;
	font-weight: bold;
	color: maroon;
	margin: 0px;
}

//#belowHeader {
	margin: -125px 0 0 0;
}

#gradient {
	background-image: url(images/bg_gradient.png);
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	position: ; 
}

#nav {
	list-style-type: none;
	z-index: 1;
	overflow:auto;
}

#nav li {
	float: left;
	position: relative;
}

#navDiv {
	margin-bottom: -70px;
	margin-left: 15%;
}

#header {
	background-image: url(images/cityscape_01.png);
	background-position: center;
	width: 100%;
	height: 400px;
}

#headerBelow {
	background-image: url(images/cityscape_01.png);
	background-position: center;
	background-repeat: repeat-x;
	width: 100%;
	margin-top: -483px;
}

#header img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#content {
	background-color: #e6ded2;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	z-index: 2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #000;
	min-width: 800px;
	max-width: 1000px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
	overflow: auto;
}

#content img {
	float: left;
	margin-right: 30px;
}

.block {
	float: left;
	margin-right: 30px;
	border-style: solid;
	border-width: 1px;
	border-color: maroon;
	margin-bottom:  1em
}


#main p {
	margin: .5em;
}

.introText {
	font-family: "Light", sans-serif;
	font-size: 2em;
}

.introText p {
	margin: .5em;
}

.introTextSub {
	font-family: "Light", sans-serif;
	font-size: 2em;
	clear: left;
	margin-top: 0em;
}

.introBoldText {
	font-family: "Bold", sans-serif;
}

.introRedText {
	font-family: "Bold", sans-serif;
	color: maroon;
}

.bottomSections {
	margin: 100px 0 0 35px;
	width: ;
	border-width: 0px;
	border-style: solid;
	clear: both;
		}

.leftColumn {
	width: 50%;
	margin: 0 10px 0 20px;
	float: left;
}

.rightColumn {
	width: 30%;
	float:left;
	margin: 0 0 0 20px
}

.verticalRule {
	float:left;
	height: 100px;
	width: 1px;
	margin: 15px 0 0 20px;
}

.subRedText {
	font-size: 1.1em;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color: maroon;
}

.subRedText a {
	font-size: 1.1em;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color: maroon;
	text-decoration: none;
}

.subRedText a:hover {
	font-size: 1.1em;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.subRedText a:visited {
	font-size: 1.1em;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-decoration: none; }


.subBlackText {
	font-size: .8em;
	font-family: Helvetica, sans-serif;
}

#main {
	float:left;
	margin-top: -15px;
	width: 60%;
	;
}


.bodyText {
	font-family: Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
	margin-left: -5px
}

.sidebar {
	font-family: Helvetica, sans-serif;
	font-size: .7em;
	color: #666666;
	width: 30%;
	background-color: white;
	padding-top: .1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	float:right;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	
}

.sidebar li {
	margin-left: -.6em;
	margin-bottom: .8em;
	list-style-type: square;
}

#footer {
	min-width: 800px;
	max-width: 1000px;
	padding-right: 100px;
	padding-bottom: 1em;
	margin:auto;
	width: 70%;
	color: white;
	font-family: Helvetica, sans-serif;
	font-size: .6em;
	clear: both;
	
}

#form {
	font-family: Helvetica, sans-serif;
	font-size: .8em;
	margin-top: 2em;
}

a img {
	border-style: none;
}

