/* TEMPLATE CSS
*********************************************/
html {
	overflow-y: scroll;
	font-size: 100%;
}
/* LAYOUT
*********************************************/

/* Floats */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.cleared {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1px;
}

/* Media Queries
*********************************************/

/* Landscape phones and down */
@media (max-width: 480px) {
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}
 
/* Large desktop */
@media (min-width: 1200px) {
}

/* responsive scaling images and objects (such as videos) */

img, object { max-width: 100%; }
a img { border: none; }

/* general page block styles */
body {
	margin: 0 auto;
	padding: 0;
	background-color: #919191;
	background-image: url('../images/Page-BgTexture.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
	font: normal 1em Helvetica, Arial, sans-serif;
}
#art-page-background-gradient {
	background-image: url('../images/Page-BgGradient.jpg');
	background-repeat: repeat-x;
	height: 900px;
}
#wrapper {
	background-color: #505050;
	color: #fff;
	max-width: 59em;
	min-width: 35em;
	margin: 0 auto;
	padding: 0 0.5em;
	border-radius: 0 0 30px 30px;
}
#header {
	height: 210px;
	position: relative;
	overflow: hidden;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 110;
}
#photo {
	position: absolute;
	top: 0;
	left: 222px;
	z-index: 100;
}
#menu-top {
	clear: left;
	overflow: auto;
/*	display: inline-block; */
}
ul#mainmenu {
	margin: 0;
}
ul#mainmenu li {
	margin: 0 0.25em;
	float: left;
	text-transform: uppercase;
	background-color: #777;
	border-radius: 5px 5px 0 0;
	padding: 0.5em 1.5em;
}
ul#mainmenu li:first-child {
	margin-left: 0;
}
ul#mainmenu li:hover {
	background-color: #f7941d;
}
ul#mainmenu li:hover a, ul#mainmenu li.active a {
	color: #001529;
}
ul#mainmenu li.active {
	background-color: #fff;
}
ul#mainmenu li a {
	text-decoration: none;
	color: #fff;
	font-size: 1.25em;
}
.slogan {
	float: right;
}
.slogan p {
	margin: 5px 0 0;
}
#content-wrap {
	background-color: #fff;
	color: #404040;
	padding: 5px 1em 1em;
	clear: both;
	overflow: auto;
	font-size: 0.875em;
}
.sidebar1 {
	width: 33%;
	float: left;
}
.sidebar1 p {
	line-height: 1.25em;
}

.alert div.moduletable {
	background: url(../images/alert.png) no-repeat scroll 10px 50% #FFD900;
	padding: 0.25em 1em 0.25em 100px;
	border-radius: 15px;
	margin-top: 16px;
	min-height: 65px;
}

.content-main {
	float: right;
	width: 62%;
	padding: 0 1%;
}
.content-main p {
	line-height: 1.5em !important;
}
.leading-0 > p {
	clear: both;
}
form {
	padding: 0 !important;
	margin: 0 !important;
}
table.position {
	position: relative;
	width: 100%;
	table-layout: fixed;
}

.moduletable-round-blue {
	background-color: rgb(204,224,242);
	background-color: rgba(0, 100, 190, 0.2);
	border-radius: 20px 20px 20px 20px;
	margin: 16px 0 0;
	padding: 2px 1em;
}
.moduletable-round-blue h3 {
	margin: 5px 0;
}

p.readmore a {
	padding: 3px 8px;
	background-color: #f7941d;
	border-radius: 5px;
	text-decoration: none;
	color: #000;
	box-shadow: 0 1px 4px #777;
	border: 1px solid #888;
}
p.readmore a:hover {
	background-color: #005CB2;
	color: #fff;
}
/**********************
 * PAGE FOOTER STYLES *
 **********************/
#footer ul.menu {
	margin: 0;
}
#footer ul.menu li a {
	color: #505050;
}
#footer ul.menu li a:hover {
	color: #ccc;
}
#copyright p {
	text-align: center;
	margin: 8px 0 0;
}
#plug p {
	text-align: center;
	font-size: 10px;
	color: #eee;
}
#plug a {
	color: #f7941d;
	text-decoration: none;
}
#plug a:hover {
	text-decoration: underline;
}

/***************************************************
* STANDARD FEATURES - COPY TO ALL JOOMLA TEMPLATES *
***************************************************/
.pagination ul li {
	display: inline;
	margin-right: 5px;
}

/* Tool-tip text */
.tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	text-align:left;
	position: relative;
	z-index: 400;
}
.tip-title {
	padding: 0;
	margin: 0;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 12px;
	line-height: 18px;
}
.tip-text {
	font-size: 12px;
	margin: 0;
}

.jevtip {
	z-index: 400;
}
.jev_help {
	display: none;
}
/* CONTACTS */
form#contact-form fieldset {
	padding: 0 10px;
}
.contact-address, .contact-contactinfo {
	margin-bottom: 10px;
}
span.jicons-text {
	margin-bottom: 5px;
	font-weight: bold;
	display: block;
}
/* Definition list used for forms and fields and labels, .star is for required items */
dt {
	padding: 10px 2px 0;
}
dd {
	margin: 2px 0;
}
.star {
	color:#C36;
}
strong.red {
	color:#C36;
}

ul.actions {
	padding: 0;
	margin: 0 0 5px;
	float: right;
}
ul.actions li {
	list-style-type: none;
	display: inline;
}
/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #757575;
}
/* Adds special style to an unvisited link. */
a:link {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #005CB2;
}
/* Adds special style to a visited link. */
a:visited, a.visited {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #005CB2;
}
/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #E28008;
}
/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #005CB2;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
	font-size: 21px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #E28008;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #757575;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #006CD1;
}
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #F79218;
}
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #878787;
}
/* Finish Content headings Fonts & Colors  */


/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul {
	color: #878787;
	margin: 1em 0 1em 2em;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
li ol, li ul {
	margin: 0.5em 0 0.5em 2em;
	padding: 0;
}
li {
	margin: 0.2em 0;
	padding: 0;
}
ul {
	list-style-type: none;
}
ol {
	list-style-position: inside;
}

/* begin PostQuote */
/* Start blockquote */
blockquote p {
	color: #00101F;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}
blockquote {
	border: solid 1px #BFBFBF;
	margin: 10px 10px 10px 50px;
	padding: 5px 5px 5px 41px;
	background-color: #DEDEDE;
	background-image: url('../images/PostQuote.png');
	background-position: left top;
	background-repeat: no-repeat;
}
/* Finish blockuote */
/* end PostQuote */

table.moduletable th {
	font-size: 140%;
	padding: .5em 0em;
}
#footer {
	text-align: center;
}
.clr {
	clear: both;
}
.highlight {
	background-color: #fffebb;
}
/* module control elements */
}
div.moduletable, div.module {
	margin-bottom: 10px;
}
div.module_menu h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	margin: -23px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}
div.module_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
div.module_menu div div div {
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}
div.module_menu div div div div {
	background: none;
	padding: 0;
}
div.module_menu ul {
	margin: 10px 0;
	padding-left: 20px;
}
div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
}
.sidebar1 div.module {
	padding: 0 10px;
}
.sidebar1 div.module table {
	width: auto;
}
/* forms */
/* thumbnails */
/* Parameter Table */
/* Banners module */

/* System Messages */
/* see system general.css */

.pagination span {
	padding: 2px;
}
.pagination a {
	padding: 2px;
}
/* Polls */
.pollstableborder {
	margin-top: 8px;
}
.pollstableborder td {
	text-align: left;
}
/* WebLinks */
span.description {
	display: block;
	padding-left: 30px;
}
/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}
legend {
	margin: 0;
	padding: 0 10px;
}
td.key {
	border-bottom: 1px solid #eee;
	color: #666;
}
/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #d4d5aa;
	padding: 5px;
	max-width: 200px;
}
.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}
.tool-text {
	font-size: 100%;
	margin: 0;
}
/* System Standard Messages */
#system-message {
	margin-bottom: 20px;
}
#system-message dd.message ul {
	background: #c3d2e5 url(../../system/images/notice-info.png) 4px center no-repeat;
	border-top: 3px solid #de7a7b;
	border-bottom: 3px solid #de7a7b;
	margin: 0px;
	padding-left: 40px;
	text-indent: 0px;
}
/* System Error Messages */
#system-message dd.error ul {
	color: #c00;
	background: #e6c0c0 url(../../system/images/notice-alert.png) 4px center no-repeat;
	border-top: 3px solid #DE7A7B;
	border-bottom: 3px solid #DE7A7B;
	margin: 0px;
	padding-left: 40px;
	text-indent: 0px;
}
/* System Notice Messages */
#system-message dd.notice ul {
	color: #c00;
	background: #efe7b8 url(../../system/images/notice-note.png) 4px center no-repeat;
	border-top: 3px solid #f0dc7e;
	border-bottom: 3px solid #f0dc7e;
	margin: 0px;
	padding-left: 40px;
	text-indent: 0px;
}
#syndicate {
	float: left;
	padding-left: 25px;
}