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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}



.clearfix:before, .clearfix:after {
	content:"";
	display:table;
}
.clearfix:after{
	clear:both;
}
.clearfix {
	zoom:1;
}



body {
	margin:0;
	font:17px 'Raleway', Arial, Helvetica, sans-serif;
	line-height:25px;
	font-weight:500;
	background:url(../images/bg.jpg) repeat-x top center #fff;
}

#wrapper {
	margin:auto;
	width:1000px;
}

/*Header*/

#masthead {
	padding:35px 0 0;
	}

.logo {
	float:left;
}

.callOut {
	font-family: 'Nobile', sans-serif;
	color:#be1e2d;
	font-size:35px;
	float:right;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	margin:45px 35px 0;
	line-height:35px;
}


/*Nav*/

#navigation {
	font-family: 'Homenaje', sans-serif;
	font-size:23px;
	float:right;
	text-transform:uppercase;
	margin: 70px 0 0;
}

#navigation ul {
	margin:0 0 0 -40px;
}

#navigation ul li {
	list-style:none;
	display:inline;
	padding:0 20px;
	border-right:2px solid #be1e2d;
}

#navigation ul li:last-child {
	border:none;
}

#navigation ul li a:link {
	color: #000;
	text-decoration: none;
}
#navigation ul li a:visited {
	text-decoration: none;
	color: #000;
}
#navigation ul li a:hover {
	text-decoration: none;
	color: #be1e2d;
}

#navigation ul li a:active {
	text-decoration: none;
	color: #000;
}

/*Main*/

#main{
	background:url(../images/footer.jpg) no-repeat bottom center;
	min-height:200px;
	padding:35px;
	clear:both;
}
 

.columnLeft {
	float:left;
	width:450px ;
	margin: 0 25px 0 0 ;
}

.columnRight {
	float:right;
	width: 450px ;
	margin:0 ;
}


/*Bottom Sidebar*/

.btmSidebar {
	-moz-border-radius:  7px;
	border-radius:  7px;
	-webkit-border-radius: 7px;
	background:#E2E2E2;
	font-size:14px;
	line-height:20px;
	padding:25px;
	clear:both;
	width:880px;
	margin:20px 0;
}

.btmSidebar .column {
	margin:0 35px 0 0;
	float:left;
	display:block;
	width:420px;
}

.btmSidebar .column:last-child {
	margin:0;
}

.btmSidebar h2 {
	-moz-border-radius:  7px 7px 0 0;
	border-radius:  7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	background:#000;
	color:#FFF;
	margin:-25px 0 25px -25px;
	padding:15px 25px;
	width:880px;
}

.btmSidebar ul {
	margin:0;
}


/*Footer*/

#footer {
	background:#be1e2d;
	min-height:50px;
	-moz-border-radius:  0 0 10px 10px;
	border-radius:  0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	padding:0 35px 5px;
	color:#FFF;
	font-size:13px;
	line-height:22px
}

#footer .column {
	margin:0 35px 0 0;
	float:left;
	display:block;
	
}

#footer .column:last-child {
	margin:0;
}

#footer h2 {
	font-family: 'Homenaje', sans-serif;
	font-weight:normal;
	color: #FFF;
    font-size: 20px;
    margin: 20px 0 0;
}

#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	text-decoration: none;
	color: #CCC;
}
#footer a:active {
	text-decoration: none;
	color: #FFF;
}


.social {
	float:right;
	text-align:right;
	margin:10px 0 0;
}

/*Credits*/

#credits {
	font-size:10px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height:15px; 
	margin:5px 0 0 5px;
	color:#777;
}

.sityBy {
	float:right; 
}

/*Text*/

h1 {
	font-family: 'Homenaje', sans-serif;
	font-size:35px;
	color:#be1e2d;
	font-weight:normal;
}

h2 {
	margin:0 0 15px;
	font-size:20px;
	font-weight:normal;
}

.error {
	color:#be1e2d;
	font-weight:bold;
}

.highlightTxt {
	color:#be1e2d;
}


small {
	font-size:10px;
	line-height:15px;
}

/*Links*/

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}


a.credits:link {
	color: #777;
	text-decoration: none;
}
a.credits:visited {
	color: #777;
	text-decoration: none;
}
a.credits:hover {
	color: #be1e2d;
	text-decoration: none;
}
a.credits:active {
	color: ##777;
	text-decoration: none;
}



/*Extras*/

a img {
	border:none;
}

.imgLeft {
	float:left;
	margin:0 15px 15px 0;
}

.imgRight {
	float:right;
	margin:0 0 15px 15px;
}

.clearSpace {
	clear:both;
}

hr { 
	border:none;
	border-bottom: 1px solid #000;
}

.rotator {
	background:url(../images/rotator.png) no-repeat top center;
	padding:10px 10px 25px;
	text-align:center;
	width:435px;
	
}

.gallery {
	background:#D3D3D3;
	padding:15px 0;
	-moz-border-radius: 20px;
	border-radius:  20px;
	-webkit-border-radius: 20px;
}


.homePicture {
	float:right;
	position:relative;
	z-index:5;
	margin:-100px -70px -70px 0;
}

.tableInfo {
	font-size:14px;
}