/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/*@import url(https://fonts.googleapis.com/css?family=Droid+Serif:regular,bold);*/

body {
	/* font-family: "Times New Roman", Times, serif; /*"Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif */
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}
h1,
h2,
h3,
h4,
h5,
h6,
#jsn-gotoplink,
.page-header,
.subheading-category,
#jsn-menu a,
#jsn-menu span,
.componentheading,
.contentheading {
	font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif; /*Droid Serif, "Palatino Linotype", Palatino, serif; */
}

body.jsn-textstyle-news ul.menu-mainmenu li a {
	font-size: 1em;
}
body.jsn-textstyle-news ul.menu-mainmenu ul li a {
	font-size: 1em;
}
body.jsn-textstyle-news .jsn-moduletitle {
	font-size: 1.5em;
}
body.jsn-textstyle-news .contentheading,
body.jsn-textstyle-news .componentheading,
body.jsn-textstyle-news .subheading {
	font-weight: bold;
}

.page-header1 {
	margin: 0;
	color: #FFF;
	 /* font-size: 1.2em; */
	font-size:22px;
	text-transform: uppercase;
	/* padding-bottom: 5px; */
	padding-left: 10px;
	background-color:#006633;

	/* mwr image with gradient */
	background-image: url('../images/backgrounds/bgtile.png'), -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #004121),
		color-stop(0.63, #75B394)
	);
	background-image: url('../images/backgrounds/bgtile.png');	/* fallback */
	background-image: url('../images/backgrounds/bgtile.png'), -o-linear-gradient(bottom, #004121 0%, #75B394 63%);
	background-image: url('../images/backgrounds/bgtile.png'), -moz-linear-gradient(bottom, #004121 0%, #75B394 63%);
	background-image: url('../images/backgrounds/bgtile.png'), -webkit-linear-gradient(bottom, #004121 0%, #75B394 63%);
	background-image: url('../images/backgrounds/bgtile.png'), -ms-linear-gradient(bottom, #004121 0%, #75B394 63%);
	background-image: url('../images/backgrounds/bgtile.png'), linear-gradient(to bottom, #004121 0%, #75B394 63%);	
}

.contact_group h2{
    color: #92278F;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.item-title a:link, a:visited { 
	color:#92278f; 
	text-transform:uppercase;
}
.item-title a:hover { 
	color: #006633; 
	text-transform:uppercase;
}

.item-page h4 {
    color: #92278F;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.page-header1 h2 {
    color: #FFFFFF;
    font-size: 22px;
    margin: 0;
    padding-left: 10px;
	padding-top: 3px;
    text-transform: uppercase;
	line-height: 1.0;
}

.moduletitle_override h3{
	color:#92278F;
	background-image: none;
	background-color: #FFFFFF;
}

.moduletitle_override ul {
	padding-left: 20px;
}


.column-1 {
	padding-right:10px;
}
.column-2 {
	padding-left: 10px;
	padding-right: 10px;
}

a.upm_readmore span {
    background: url("../../images/more.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0 0 0 13px;
	text-transform: uppercase;
	color: #006633; 	
}

.gradient_background {
	border-bottom: 1px solid #006633;
	padding: 5px;
	background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */		
}



