* { 
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: Helvetica, Arial, sans;

}
body {
	background-color: #faf3e6;
}

@font-face {
	font-family: 'League Gothic';
	src: url('include/fonts/league-gothic.eot');
	src: local('League Gothic Regular'), local('LeagueGothic'), url('include/fonts/League-Gothic.ttf') format('truetype');
}

a {
	color: #18407a !important;
}
a:hover {
	color: #4B79BD !important;
}
a:visited {
	color: #08254F !important;
}
a:active {
	color: #786107 !important;
}
hr {
	border: 0;
	height: 40px;
	width: 80%;
}
p {
	font-family: Helvetica, Arial, sans;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 30px;
}
h1 {
	font-family: 'League Gothic', Impact;
	font-size: 40px;
	text-transform: uppercase;
	margin-top: 10px;
	color: #0a1e3a;
	font-weight: normal;
}
h2 {
	font-family: 'League Gothic', Impact;
	font-weight: normal;
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 10px;
	letter-spacing: 1px;
	color: #333;
}
h4 {
	font-family: 'League Gothic', Impact;
	font-weight: normal;
	font-size: 35px;
	letter-spacing: 1px;
}
h4 a {
	font-family: 'League Gothic', Impact;
	font-weight: normal;
	font-size: 35px;
	letter-spacing: 1px;
}

/* === Header === */
.header_container {
	background-image: url(ui/header.jpg);
	height: 249px;
	width: 802px;
	margin: 0 auto;
}
.nav {
	font-family: 'League Gothic', Impact;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 28px;
	padding-top: 215px;
	text-align: center;
	height: 35px;
}
.nav a {
	text-decoration: none;
	padding-right: 15px;
	font-family: 'League Gothic', Impact;
	font-weight: normal;
}
.navigation_container {
	width: 710px;
	margin: 0 auto;
}
.nav ul {
	margin: 0;
	list-style: none;
	padding: 0 0 0 0;
}
.nav li {
  float: left;
  position: relative;
  z-index: 999;
  display: block;
}
li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  background-color: #cccccc;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-box-shadow: 1px 1px 1px #959393;
  padding: 8px 24px 8px 8px;
  font-size: 24px;
  letter-spacing: 1px;
  width: 160px;
}
ul ul li {
	width: 150px;
	padding: 0 5px 0 5px;
	text-align: left;
}
li > ul {
	top: auto;
	left: auto;
}
li:hover ul, li.over ul { 
	display: block;
}

/* === Call Container on the main page === */
.call_container div {
	width: 156px;
	float: left;
	background-color: #efece3;
	margin-right: 15px;
	font-family: "League Gothic", Impact;
	font-size: 30px;
	line-height: 30px;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 5px;
	height: 66px;
	vertical-align: center;
	text-align: center;
	background-image: url('ui/buttonbg.gif');
	border: 1px solid #3560a0;
	background-position: bottom;

}
.call_container a {
	text-decoration: none;
	color: #a2b9db !important;
}
.call_container a:visiter {
	color: #a2b9db !important;
}
.call_container a:hover {
	color: white !important;
}
.call_item:hover {
	background-position: top;
}
.call_container #donate {
	margin-right: 0;
	padding-top: 24px;
	height: 47px;
}


/* === Body === */
.body_container {
	background-color: #dcdcdc;
	width: 777px;
	margin: 0 56px 0 56px;
	margin: 0 auto;
	padding: 5px;
	clear: both;
}
.carousel_container {
	margin: 12px auto;
	width: 750px;
	height: 484px;
}
.carousel_item {
	display: none;
	position: absolute;
}
#carousel_item_1 {
	display: block;
}
.smaller_container {
	height: 120px;
}
.smaller {
	float: left;
	margin: 0px 0px 0 0;
}
#smaller_last {
	margin: 3px 0 0 0;
	float: right;
}
.content {
	clear: both;
	margin: 30px 28px 0 28px;
}

/* === locations table === */
.locations_header {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
}
.content td {
	padding: 10px 2px 2px 2px;
	vertical-align: top;
	font-size: 16px;
}
.locations_header td {
	background-color: #9b9b9b;
	color: #474747;
	font-family: 'League Gothic', Impact;
	padding: 5px 0 5px 7px;
	font-size: 22px;
}
.odd {
	background-color: #e4e4e4;
}

/* === Our forms === */
.sftb_form small {
	color: #606060;
}


/* === News === */
.short {
	width: 600px;
	display: block;
	margin: 0 auto;
}
.short h1 {
	text-transform: none;
	color: #666666;
}
.short a {
	font-family: 'League Gothic', Impact;
}
.shortmain {
	
	color: #666666;
	
}
.subtitle {
	color: #a2a2a2;
}
.col_mainpage .header {
	display: block;
	margin-bottom: 17px;
}
.col_mainpage {
	width: 360px;
	float: left;
}
#news {
	width: 340px;
	padding-right: 20px;
}

/* === Footer === */
.footer_container {
	padding-top: 40px;
	background-image: url(ui/footer.gif);
	background-repeat: no-repeat;
	width: 787px;
	margin: 0 auto;
	height: 236px;
	margin-bottom: 60px;
}
.footer_container span a {
	font-family: 'League Gothic', Impact;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 40px;
	padding-right: 10px;
	padding-left: 10px;
}
.footer_container span {
	margin-left: 120px;
}
.footer_container .copyright {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	color: #5f5f5f;
}
.copyright a {
}



/* === Sponsors === */
.sponsors {
	margin: 60px 0 30px 0;
}
h5 {
	font-family: 'League Gothic', Impact;
	text-transform: uppercase;
	font-size: 21px;
	letter-spacing: 1px;
	text-align: center;
	color: #afa89f;
	font-weight: normal;
}
.supporting {
	margin-bottom: 15px;
}
.participating {
	margin-bottom: 30px;
}
.event {
	margin-bottom: 30px;
}
.supporting span {
	width: 528px;
	margin: 0 auto;
	display: block;
}
.participating span {
	width: 250px;
	margin: 0 auto;
	display: block;
}
.event span {
	width: 600px;
	margin: 0 auto;
	display: block;
}

/* === Artez Hacks === */
