@charset "utf-8";
body {
	background-color:#000000;
	font-family: 'Droid Sans', sans-serif;"
}

.column2 {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}

.gradient 
{
	background: linear-gradient(top, #424141 0%, #000 100%);  
	background: -moz-linear-gradient(top, #424141 0%, #000 100%); 
	background: -webkit-linear-gradient(top, #424141 0%,#000 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
}

a {
	text-decoration:none;
	color:#000;
}

.bg {
	margin-top:50px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;	
}

#footer
{
	text-align:center;
	width: 800px;
	margin:auto;
	color:#FFF;
	
}

#link:hover {
	color:#9E0002;
}
#wrapper {
	position: relative;
	z-index:1;
	height:600px;
	width: 100%;
	margin: 0px auto 5px auto;
	background-repeat:no-repeat;
	background: -webkit-linear-gradient(#000, #FF0000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#000, #FF0000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#000, #FF0000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#000, #FF0000); /* Standard syntax (must be last) */
}

#banner {
	position:relative;
	z-index:1;
	margin-top:50px;
	display: inline-block;
	width: 100%;
	height:400px;
	background-repeat:no-repeat;
	background-size:cover !important;
	background-image:url(images/banner.jpg);	
}

#bigNav {
	width: 300px;
	position:relative;
	margin:auto;
}

.floatLeft
{
	float:left;
}

.autoMargin 
{
	position:relative;
	z-index:5;
	width:900px;
	height: 200px;
	margin: 25px auto auto auto;
	
}

#info {
	background-image:url(images/about.png);
	background-size:100px;
	background-repeat:no-repeat;
	position:relative;
	display:block;
	width:100px;
	height:100px;
	
}

	#info:hover
	{
		background-image:url(images/aboutHover.png);
	}
#calendar {
	background-image:url(images/icon-circle-calendar.png);
	background-size:100px;
	background-repeat:no-repeat;
	position:relative;
	display:block;
	width:100px;
	height:100px;
}

	#calendar:hover
	{
		background-image:url(images/icon-circle-calendarHover.png);
	}	
	
#email {
	background-image:url(images/email-icon-1.png);
	background-size:100px;
	background-repeat:no-repeat;
	position:relative;
	display:block;
	width:100px;
	height:100px;
}

	#email:hover
	{
		background-image:url(images/email-icon-1Hover.png);
	}	
	
/* -------Navigation-------------------------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------------  */
	
nav ul ul {
	display: none;
	white-space:nowrap;
	line-height: 28px;
	
}

	nav ul li:hover > ul {
		display: block;
		
	}

nav ul ul {
	background: #5f6975; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
	text-align:left;

}
	nav ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
	}
		nav ul ul li a {
			padding: 3px 8px;
			color: #fff;
		}	
			nav ul ul li a:hover {
				background: #4b545f;
			}
	
nav ul {
	background: #424141; 
	background: linear-gradient(top, #424141 0%, #000 100%);  
	background: -moz-linear-gradient(top, #424141 0%, #000 100%); 
	background: -webkit-linear-gradient(top, #424141 0%,#000 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 4px; 
	list-style: none;
	position: relative;
	display: inline-table;
	font-size:16px;
	white-space:nowrap;
	line-height:16px;
	text-align: center;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}

nav ul li {
	float: left;
}
	nav ul li:hover {
		background: #4b545f;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
	}
		nav ul li:hover a {
			color: #fff;
		}
	
	nav ul li a {
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		display: block; padding: 5px 8px;
		color: #FFF; text-decoration: none;
		padding: 19px 20px 19px 20px;
		
	}	
/* End of Navigation  */	

a.anchor{display: block; position: relative; top: -70px; visibility: hidden;}

.button-link {
    padding: 10px 15px;
    background: #4B4545;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	position:relative;
	z-index:11;
}
.button-link:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.button-link:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}