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

html, body, #wrap {height: 100%;);}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 210px;}  /* must be same height as the footer */

#content960 {
	margin-top:40px;
	padding-bottom:60px;
}

#logo {
	height:33px;
	background-image:url(../assets/images/logoBlack.png);
	background-repeat:no-repeat;
	width:350px;
	margin-bottom:80px;
	margin-top:30px;

}

/*######################################################*/
/*######################################################*/
.topBar {
	background:#000;
	width:100%;
	height:33px;
	color:#990033;
	text-align:right;
}

.topBar #wrapper {
	margin-right:6%;
}

.topBar a:link {
	line-height:30px;
	color:#CCC;
	text-decoration:none;
	font-size:11px;
}

.topBar a:visited {
	line-height:30px;
	color:#CCC;
	text-decoration:none;
	font-size:11px;
}

.topBar a:hover {
	line-height: 30px;
	color:#fff;
	text-decoration:none;
	font-size:11px;
}




/*######################################################*/
/*######################################################*/


/*######################################################*/
/*######################################################*/
.topBar #nav {
	height:33px;
	margin-bottom:80px;
	line-height:33px;
	float:right;
	margin-right:75px;
}

.topBar #nav ul{
	list-style:none;
}

.topBar #nav li {
	margin-left:11px;
	float:left;
}

.topBar #nav a:link {
	text-decoration:none;
	color:#fff;
	font-size:11px;
}

.topBar #nav a:visited {
	text-decoration:none;
	color:#fff;
	font-size:11px;
}

.topBar #nav a:hover {
	text-decoration:underline;
	color:#fff;
	font-size:11px;
}


/*######################################################*/
/*######################################################*/


#h1 {
	height:30px;
	margin-bottom:10px;
}

/*######################################################*/
/*######################################################*/

/*#footer {
	background-color:#000;
	width:100%;
	height:170px;
	padding:30px 0;
	color:#FFF;
}*/


#footer {
	position: relative;
	margin-top: -210px;  /*negative value of footer height */
	width:100%;
	background-color:#000;
	height: 170px;
	padding:20px 0;
	clear:both;
} 


#footer ul{
	list-style:none;
}

#footer li a {
	-webkit-transition: padding-left 300ms ease-out;
}

#footer a:link {
	text-decoration:none;
	color:#ccc;
	font-size:12px;
}

#footer a:visited {
	text-decoration:none;
	color:#ccc;
	font-size:12px;
}

#footer a:hover {
	text-decoration:none;
	color:#fff;
	font-size:12px;
	padding-left: 5px;
}

/*######################################################*/
/*######################################################*/
