@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.4;
	position: relative;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
	padding: 0px 0px 0px 20px;
}
h1 {
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	padding-bottom: 10px;
	font-family: ff-dax-web-pro;
	font-style: normal;
}
h2 {
	font-family: ff-dax-web-pro;
	font-size: 18px;
	line-height: normal;
	color: #FFF;
	font-weight: 700;
	font-style: normal;
	padding-bottom: 10px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #FFF;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #333;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 980px;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	background: #000;
	height: 30px;
	width: 100%;
	z-index: 1001;
	padding-top: 10px;
	position: fixed;
	top: 0px;
	right: 0px;
	padding-bottom: 0px;
}
#logo {
	margin-top: 50px;
}
#social-icons {
	float: right;
	width: 95px;
	display: block;
}
#contact {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
	letter-spacing: 1px;
	display: block;
}
#Wrapper {
	margin-top: 10px;
	background: url(../img/bg-black.png);
	position: relative;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 20px 20px 0px 0px;
	border-radius: 20px 20px 0px 0px;
}
#Wrapper #topContent {
	margin: 0px auto;
	width: 940px;
	overflow: hidden;
	min-height: 430px;
}
#topContent #rotator {
	height: 350px;
	position: absolute;
	z-index: 5;
	width: 940px;
	top: 80px;
}
#Wrapper #contentWrapper {
	margin: 0px auto;
	padding: 40px 0px;
	width: 940px;
	clear: both;
}
#contentWrapper #sidebar {
	float: left;
	width: 280px;
}
#contentWrapper #content {
	float: right;
	width: 660px;
}
#Wrapper #topContent nav {
	background: url(../images/nav-bg.png) no-repeat bottom;
	height: 72px;
	display: block;
	padding-top: 40px;
	padding-left: 35px;
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
#topContent nav ul{
	list-style: none; /* this creates the space between the navigation on the content below */
	margin: 0px;
	padding: 0px;
}
#topContent nav ul li{
	display: inline;
	color: #8CC63F;
	margin-right: 24px;
}
#topContent nav ul li a , #topContent nav ul li a:visited{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}
#topContent nav ul li a:hover , #topContent nav ul li a:active,#topContent nav ul li a:focus{ /* this changes the background and text color for both mouse and keyboard navigators */
	color: #333;
}

/* ~~ The footer ~~ */
footer {
	padding: 20px 0;
	background: #000;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-radius: 0px 0px 20px 20px;
	border-radius: 0px 0px 20px 20px;
	margin-bottom: 50px;
}
.footer-column {
	float: left;
	width: 225px;
	padding-left: 20px;
}
.footer-column h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1em;
	color: #CCC;
	padding-bottom: 10px;
	padding-left: 0px;
}
.footer-column ul li {
	color: #808080;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}
.column-box {
	float: left;
	height: 180px;
	width: 228px;
	margin-right: 9px;
}
.icon {
	float: right;
	margin-left: 5px;
	display: block;
}
.clr {
	margin: 0px;
	padding: 0px;
	clear: both;
}
p {
	font-family: ff-dax-web-pro;
	font-size: 13px;
	color: #CCC;
	text-align: justify;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 8px;
	line-height: 150%;
	font-style: normal;
	font-weight: 400;
}
#sidebar h2 {
	padding-left: 0px;
}
.footer-column .fb-like {
	margin-bottom: 5px;
}
.footer-column #youtube a img {
	margin-top: 5px;
}

