@import url("fusion_core/css/style.css");
@import url("fusion_core/css/typography.css");
@import url("fusion_core/css/grid16-960.css");


/*******************************
* Misc Styles                  *
*******************************/
body {
	background-color: #f1f1f0;
	font-family: Helvetica, sans-serif;
}
body.front {
	min-width: 920px;
}
.page {
	min-width: 1040px;
	margin-bottom:1em;
}

h2 {
	font-weight: bold;
	font-size:16px;
	color:#007550;
	margin-bottom: 0;
}

p {
	margin: 0 0 1.3em 0;
}

a {
	color:#255640;
	border: none;
}
#bg {
    left: 0;
    position: fixed;
    top: 0;
}

.bgwidth {
    width: 100%;
}


/*******************************
* Footer                       *
*******************************/
#footer-wrapper {
	background: url('images/footer.png') top left no-repeat;
	width: 1040px;
	margin: 0 auto;
	font-size: 90%;
}

#footer-inner {
	padding-left: 900px;
	padding:2px 0 0 740px;
	color:#F9F9F9;
	text-transform: uppercase;
}
#block-block-3 
{
	position: absolute;
	right: 138px;
	color: #000;
	font-size: .8em;
}
#block-block-3 a
{
	color: #000;
}


/*******************************
* Menus                        *
*******************************/
#secondary-menu-inner
{
	margin: 0px 0px 0px 180px;
}
#secondary-menu-inner li
{
	display: inline-block;
	padding: 21px 20px 21px 20px;
}
#secondary-menu-inner a
{
	font-weight: 700;
	text-transform: uppercase;
}
#secondary-menu-inner a:hover
{
	text-decoration: none;
}
li.access
{
	background: #255640;	
}
.access a
{
	color:#e4c244;
}

/*******************************
* Header                       *
*******************************/
#header-site-info {
	margin: 0 auto;
	width: 1040px;
	background: #e4c244 url('images/body-bg.png') 50% repeat-y;
	height: 60px;
}

#header-site-info-inner {
	margin:0 auto;
}

#logo
{
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 34px;
}

#site-name-wrapper {
	line-height: 60px;
}

#slogan {
	font-weight: bold;
	color:#FFF;
	font-family: 'Century Gothic',verdana,arial,helvetica,sans-serif;
	font-size: 101%;
}


/*******************************
* Pages						   *					 
*******************************/
#user-menu
{
	position: absolute;
	top: 0px;
	width: 960px;
	height: 40px;
	background: url('images/user-menu-bg.png') repeat;
	color: #FFFFFF;
	text-transform: uppercase;
	
}
#user-menu ul
{
	float: left;
	border:0px solid black;
}
#user-menu li
{
	display: inline-block;
	padding: 11px 0px 0px 0px;
}
#user-menu a
{
	color: #FFFFFF;
	font-weight: 700;
	text-transform: uppercase;
	padding: 14px 10px 13px 10px;
}
#user-menu a:hover
{
	background: #255640;
	text-decoration: none;
	color:#e4c244;
}

#user-menu .active
{
	background: #255640;
	text-decoration: none;
	color:#e4c244;
}


/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav{
	list-style:none;
	top: 0px;
	color: #FFFFFF;
}


#nav li{
	float:left;
	margin-right:8px;
	position:relative;
	display:inline-block;
	padding:0px;
	
}
#nav li a{
	display:inline-block;
	color:#fff;
	text-decoration:none;
	text-shadow:1px 1px 1px rgba(0,0,0,0.75); /* Text shadow to lift it a little */
	padding: 10px 10px 12px 10px;
}
#nav li a:hover{
	color:#fff;
	background:#255640; /* Solid colour fall-back */
	/*background:rgba(107,12,54,0.75);  It'll look nice semi-transparent */
	color:#e4c244;
	text-decoration:none;
}

/*--- DROPDOWN ---*/
#nav ul{
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	opacity:0; /* Set initial state to transparent */
	-webkit-transition:0.25s linear opacity; /* Make the dropdown fade-in in Webkit */
	top:40px;
	}
#nav ul li{
	float:none;
	border-top: 1px solid #e4c244;
	width:120%;
	right:24px;
	z-index:9999;
	font-size:11px;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	display:block;
	padding: 5px 5px 5px 9px;
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0px; /* Bring back on-screen when needed */
	opacity:1; /* Fade to opaque */
	background:#255640;
	width:130%;
	z-index:9999;
}
#nav li:hover a{ /* Set styles for top level when dropdown is hovered */
	background:#255640; /* Solid colour fall-back */
	/*background:rgba(107,12,54,0.75);  It'll look nice semi-transparent */
	text-decoration:none;
}



#nav
{
	margin: 0px 0px 0px 40px;
}

#user-info .logout
{
	font-weight: 300;
	color: #e4c244;
}



#section-title .title {
	height: 55px;
	line-height: 55px;
	color:#FFF;
	background: url('images/bg-title.png') repeat-x;
	font-size: 250%;
	padding-left: 15px;
	position: relative;
  	font-family: 'Oswald', sans-serif;
  	font-size: 36px;
  	font-style: normal;
  	font-weight: 400;
  	text-shadow: none;
  	text-decoration: none;
  	text-transform: uppercase;
  	letter-spacing: 0em;
  	word-spacing: 0em;
  	z-index: 999;
}

#section-title {
	margin: 0 auto;
	width:960px;
	z-index: 999;
}

#content-inner-container {
	margin: 0 auto;
	position: relative;
	background: #FFFFFF url('images/body-bg.png') repeat-y;
	width: 1040px;
}

#content-inner {
	float: left;
	margin: -15px 40px 0px 40px;
	background: #FFFFFF;
}
#content-inner-inner {
	padding: 20px 0 20px 20px;
}

#content-right {
	background-color:#3f3f3f;
	color:#f9f9f9;
	float: left;
	margin-top:5px;
}
#content-right li {
	list-style: none;
	margin: 0px 0px 0px -7px;
	padding: 10px 10px 0px 0px;
}
#content-right a:link{
	color:#e4c243;
}
#content-body {
	background-color: #fdfdfd;
}


#content-body {
	float:left;
}
#content-body-inner {
	padding:20px 0 20px 20px;
}

#sec-header {
	position: relative;
	top:-30px;
}
#content-inner-container {
	top:-30px;
}

#section-title {
    padding-top: 190px;
    position: relative;
    background: url('images/header.jpg') no-repeat;
    border-top: 1px solid #FFFFFF;
}

#content-top {
	height: 257px;
	margin: 30px 0px 0px 0px;
}

#content-top-inner
{
	margin: 0 auto;
	position: relative;
	background: #FFFFFF url('images/body-bg.png') repeat-y;
	width: 1040px;
}

#page-inner
{
	margin: 0 auto;
	width: 1040px;
}

#footer-wrapper {
    position: relative;
    top: -30px;
}

