﻿html {
	height: 100%;
}
#Body {
	background: #17161f url(Images/star-background_w300.png) repeat left top;	
	height: 100%;
	font-family: "ff-dagny-web-pro",sans-serif;
	color: #333;
	font-size: 15px;
	line-height: 24px;
}
.clouds {
	background: transparent url(Images/cloud_bg_w910.png) repeat left top;
	xanimation: movearound 25s infinite;
	x-moz-animation: movearound 25s infinite;
	x-webkit-animation: movearound 25s infinite;
}
input, textarea {
	font-family: "ff-dagny-web-pro",sans-serif;	
}

@-webkit-keyframes movearound {
  	0%,100% {
		background-position: left top;
	}
	50% {
		background-position: right bottom;
	}
}
@keyframes movearound {
  	0%,100% {
		background-position: left top;
	}
	50% {
		background-position: right bottom;
	}
}
@-moz-keyframes movearound {
  	0%,100% {
		background-position: left top;
	}
	50% {
		background-position: right bottom;
	}
}

.body-inner {
	height: 100%;	
}
#Form {
	height: 100%;
}
.wrapper {
	width: 90%;
	max-width: 1300px;	
	margin: 0 auto;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;	
	margin: 0;
	padding: .25em 0 .8em;
}
h1 {
	text-transform: uppercase;
	font-size: 26px;	
	color: #666;
}
h2 {
	font-size: 22px;	
	text-transform: uppercase;
	font-weight: normal;
}
h3 {
	font-size: 19px;
}
h4 {
	font-size: 16px;
}
a:link, a:visited, a:active {
	color: #8b2247;
}
.DNNModuleContent a:link, .DNNModuleContent a:visited, .DNNModuleContent a:active {
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #17161f;
}	
.nav {
	float: right;
	width: 80%;
	clear: right;	
}
.logo {
	float: left;
	width: 20%;	
}
.stripe-band {
	background: #ffffff url(Images/stripe_w5.png) repeat left top;	
	height: 10px;
	display: block;
}
.red-band {
	background: #8b2247;
	height: 5px;
	display: block;
}
.header {
	background: #17161f; /* Old browsers */
	background: -moz-linear-gradient(top,  #17161f 0%, #302f42 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#17161f), color-stop(100%,#302f42)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #17161f 0%,#302f42 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #17161f 0%,#302f42 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #17161f 0%,#302f42 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #17161f 0%,#302f42 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17161f', endColorstr='#302f42',GradientType=0 ); /* IE6-9 */
	box-shadow: inset -50px -30px 100px rgba(222, 10, 10, 0.1);
	border-bottom: 1px solid #453163;
}
.header-right {
	float: right;
	margin-bottom: 30px;
}
.header-right input {
	border: none;
	padding: 5px;
	width: 160px;
	background: #efefef;
}
.main-page .header {
	box-shadow: inset -50px -30px 100px rgba(222, 10, 10, 0.1), 10px 0px 10px #000;
	position: relative;
	z-index: 5;
}
.header-inner {
	background-image: url(Images/star-background_w300.png), url(Images/cloud_bg_w910.png);
	background-repeat: repeat;
	background-position: top left;
	padding: 30px 0 10px 0;
}
.content {
	background: white;
	padding: 50px 0 30px 0;
	min-height: 600px;
	box-shadow: inset 0px 0 30px rgba(0,0,0,.2);
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.more-content {
	padding-top: 30px;	
}
#CalloutPanes {
	background: #ddd;
	padding: 30px 0 10px;
	box-shadow: inset 0px 4px 20px rgba(0,0,0,.2);
	border-top: 1px solid #ccc;
}
.callout-pane-one, .callout-pane-two, .callout-pane-three, .callout-pane-four {
	float: left;
	width: 21%;
}
.callout-pane-one, .callout-pane-two, .callout-pane-three {
	margin-right: 5%	
}
#dnn_TopPaneUnwrapped {
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: #000;
}
.content img {
	max-width: 100%;	
}
#Breadcrumb {
	margin: 10px 0 30px;	
}
.RightPane, .leftPaneOuter {
	float: left;
}
.leftPaneOuter {
	width: 62%;	
}
.LeftPane {
	border-right: 1px solid #ddd;
	padding: 0 5% 0 0;
}
.RightPane {
	width: 35%;	
	padding: 0 0 0 3%;
}
.footer {
	padding: 20px 0;
}
.footer, .footer .Normal {
	color: #999;	
	font-size: 13px;
	line-height: 20px;
}
.footercolone {
	float: left;
	width: 30%;	
} 
.footercoltwo, .footercolfour {
	float: left;
	width: 15%;
}
 .footercolthree {
	width: 40%;
	float: left;	
}
.footer-bottom {
	clear: both;
	padding-top: 30px;
	text-align: center;	
}
.footer-bottom a:link, 
.footer-bottom a:active, 
.footer-bottom a:visited {
	color: #666;
}
a {
	outline: 0;
	border: 0;
}
p, ul, ol {
	margin: 0;
	padding: 0 0 1em 0;
}
.search-button {
	position: relative;
	top: 7px;	
}
/* Modules */
.DnnModule {
	margin: 0 0 20px 0;
}
.DnnModule ul, ol {
	padding: 0 0 1em 24px;
}
#dnn_TopPaneUnwrapped .DnnModule {
	margin: 0;
}
/* Fonts */
.Normal {
	font-size: 15px;
	line-height: 24px;
}
.SubHead {
	color: #333;
}
/* Language Object */
.language-object {
	display: inline-block;
	margin-left: 5px;
}
.DNNEmptyPane {
	border: none !important;	
}

a.dnnPrimaryAction, a.dnnPrimaryAction:link, a.dnnPrimaryAction:visited, .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only, .bstrap .btn-link.dnnPrimaryAction {
	background: #8b2247;
	border-radius: 0px;
	padding: 5px 10px;
	line-height: 17px;
	font-size: 13px;
}