
@import url(http://fonts.googleapis.com/css?family=Ubuntu&subset=latin-ext,latin);
@import url(http://fonts.googleapis.com/css?family=Coustard:400,900);
@import url(http://fonts.googleapis.com/css?family=Volkhov:400,700);






/* RESET STYLES */

html, body, div, span, img, h1, h2, h3, h4, h5, h6, p, form, ul, ol, li, a {
	border:0px none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	margin:0px; padding:0px;
}

/* GLOBAL TAG STYLES */

html {
	background: #000 url(/img/site-background2.jpg) no-repeat fixed center center;
	padding:20px 20px 20px 20px;
	text-align:center;
	font-family: 'Ubuntu', sans-serif;
	color:#000;
}

p {margin:1em 0em 0em 0em; padding:0em; line-height:1.5em;}
p:first-child {margin-top:1em;}

img {-ms-interpolation-mode: bicubic; image-rendering: optimizeQuality;}

h1 {
	font: bold 36px Volkhov;
	margin-bottom: 1em;
	text-transform: capitalize;
}

h1 span {font-size:0.50em}

h2 {
	font:bold 28px Volkhov;
	margin-bottom:1em;
    margin-top:1em;
	text-transform: capitalize;
}

h2:first-child {margin-top:0em;}

h3 {
	font:bold 20px Volkhov;
	margin-bottom:1em;
	text-transform: capitalize;
}

h4 {font:bold 16px Volkhov;
	margin-bottom:1em;
    margin-top:1em;
	text-transform: lowercase;
}

ol, ul {margin-left:20px;}


/* GLOBAL ELEMENT STYLES */

#siteContainer {
	width:960px;
	margin:auto;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	box-shadow:0px 0px 20px 5px #000;
	-webkit-box-shadow:0px 0px 20px 5px #000;
	-moz-box-shadow:0px 0px 20px 5px #000;
	-o-box-shadow:0px 0px 20px 5px #000;
}

.mainContainer {
	/*border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
    */
}

.clearFloat {
	width:100%; height:1px; border:0px none; overflow:hidden; zoom:1;
}

.horizPageDivider {
	height:40px;
    background:url(/img/666666.png) repeat-x 50% 50%;
    display:block;
    clear:both;
}

.horizPageDivider img {
	width:100%;
    height:1px;
	background-color: #666;
}

.alert {color:#660000; font-size:0.75;}

.marginTop0 {margin-top: 0px;}
.marginRight0 {margin-right: 0px;}
.marginBottom0 {margin-bottom: 0px;}
.marginLeft0 {margin-left: 0px;}

.marginTop20 {margin-top: 20px;}
.marginRight20 {margin-right: 20px;}
.marginBottom20 {margin-bottom: 20px;}
.marginLeft20 {margin-left: 20px;}

.marginBottom40 {margin-bottom:40px;}

/* GLOBAL HEADER STYLES */

.headerTopEdge {
	width: 960px;
	height: 20px;
	background-color: #FFF; 
	border-radius:20px 20px 0px 0px;
	-webkit-border-radius:20px 20px 0px 0px;
	-moz-border-radius:20px 20px 0px 0px;
	opacity: 0.85;
	-webkit-opacity: 0.85;
	moz-opacity: 0.85;
}

.headerGradient {
	height: 20px; 
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.85) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.85)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.85) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.85) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.85) 100%);
}

.headerContent {
	background-color: #FFF;
	opacity: 0.85;
    -webkit-opacity: 0.85;
    -moz-opacity: 0.85;
    padding:5px 0px 5px 0px;
}

.headerWrapper {
	padding:20px; 
    margin:0px 20px 0px 20px; 
    border-radius:20px; 
    -webkit-border-radius:20px;
	-moz-border-radius:20px;   
    background-color: #F7F7F7; 
    border:1px solid #AAA;
    box-shadow:inset 5px 10px 10px #CCC, inset -5px -10px 10px #DDD, -1px -2px 5px #666;
}

.headerLogo {
	display: inline;
	vertical-align: middle;
    width: 465px;
	height: 150px;
    zoom:1;
    opacity:1.0;
    -webkit-opacity:1.0;
    -moz-opacity:1.0;
}

.headerPhoto {
	width:150px;
	height:150px;
	border-radius:75px;
	-webkit-border-radius:75px;
	-moz-border-radius:75px;
	display: inline;
	vertical-align: middle;
	margin-left:35px;
    float:right;
}


.headerInnerShadowL, .headerInnerShadowR {
	width: 20px;
	height: 150px;
	position:absolute;
	top:0px;
}

.headerInnerShadowL {
	left: 20px;
	border-radius:120px 0px 120px 120px;
	-webkit-border-radius:120px 0px 0px 120px;
	-moz-border-radius:120px 0px 0px 120px;
}

.headerInnerShadowR {
	right: 20px;	
	border-radius:0px 10px 10px 0px;
	-webkit-border-radius:0px 10px 10px 0px;
	-moz-border-radius:0px 10px 10px 0px;
}

.navBar {
	width:280px;
	height:50px;
	text-align:center;
	line-height:50px;	
	display:inline-block;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	background-color:#ad955f;
	box-shadow:2px 1px 5px #000; 
    -webkit-box-shadow:2px 1px 5px #000; 
    -moz-box-shadow:2px 1px 5px #000; 
    -o-box-shadow:2px 1px 5px #000;
}

.navBar:hover {	
	box-shadow:4px 2px 10px #000, inset 4px 2px 15px #000, inset -4px -2px 15px #666; 
    -webkit-box-shadow:4px 2px 10px #000, inset 4px 2px 15px #000, inset -4px -2px 15px #666;
    -moz-box-shadow:4px 2px 10px #000, inset 0px 0px 15px #000, inset -4px -2px 15px #666;
    -o-box-shadow:4px 2px 10px #000, inset 0px 0px 15px #000, inset -4px -2px 15px #666;
}

.navBar a, .navBar:hover > a {
	color:#FFF;
	font-size:24px;
	font-weight:bold;
	text-shadow:-1px -1px 1px #666, 2px 2px 1px #000;
	text-decoration:none;
}


.navContainer {
	width: 960px;
	background-color: #FFF;
	opacity: 0.85;
	-webkit-opacity: 0.85;
	moz-opacity: 0.85;
	padding:0px 20px;

}

/* GLOBAL MAIN STYLES */

.mainContent {
	width: 960px;
	background-color: #FFF;
	opacity: 0.85;
	-webkit-opacity: 0.85;
	moz-opacity: 0.85;
	padding:0px 20px;
	text-align:left;
}




/* GLOBAL FOOTER STYLES */

.footerGradient {
	height: 20px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.85) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.85)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.85) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.85) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,0.85) 0%,rgba(255,255,255,1) 100%);
}

.headerBottomEdge {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #FFF; 
	border-radius:0px 0px 20px 20px;
	-webkit-border-radius:0px 0px 20px 20px;
	-moz-border-radius:0px 0px 20px 20px;
    opacity: 0.85;
	-webkit-opacity: 0.85;
	moz-opacity: 0.85;
}
