
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 400;
	color: #919191;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

p, ol, ul {
	margin-top: 0;
}

ol, ul {
	padding: 0;
	list-style: none;
}

p {
	line-height: 140%;
}

strong {
	
}

a {
	color: #747474;
}

a:hover {
	text-decoration: none;
}

a.redlink {
	color: #990000;
}

strong.red {
	color: #990000;	
}

.container {
	margin: 0px auto;
	width: 1200px;
}

/******/

/* Heading Titles   */

/******/

.title {

}

.title h2 {
	
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2em;
	color: #000;
	margin-top: 20px;
}

.title .byline {
	color: #6F6F6F;
}

/******/

/* Image Style */

/******/

.image {
	display: inline-block;
}

.image img {
	display: block;
	width: 100%;
}

.image-full {
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.image-left {
	float: left;
	margin: 0 2em 2em 0;
}

.image-centered {
	display: block;
	margin: 0 0 2em 0;
}

.image-centered img {
	margin: 0 auto;
	width: auto;
}

/******/

/* List Styles */

/******/

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 2px 0px;
	border-top: 1px solid #006633;
}

ul.style1 a {
	text-decoration: none;
	color: #919191;
}

ul.style1 a:hover {
	text-decoration: underline;
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}

ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li {
	padding: 25px 0px 15px 0px;
	border-top: 2px solid #006633;
}

ul.style2 .first {
	padding-top: 0px;
	border-top: none;
}

ul.style2 h3 {
	padding: 0px 0px 10px 0px;
	letter-spacing: 0.10em;
}

ul.style2 h3 a {
	color: #000;
}

ul.style2 a {
	text-decoration: none;
	color: #919191;
}

ul.style2 a:hover {
	text-decoration: underline;
}

/******/

/* Social Icon Styles*/

/******/

ul.contact {
	margin: 0;
	padding: 2em 0em 0em 0em;
	list-style: none;
}

ul.contact li {
	display: inline-block;
	padding: 0em 0.30em;
	font-size: 1em;
}

ul.contact li span {
	display: none;
	margin: 0;
	padding: 0;
}

ul.contact li a {
	color: #000;
}

ul.contact li a:before {
	display: inline-block;
	background: #3f3f3f;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	color: #000;
}

ul.contact li a.icon-twitter:before {
	background: #2DAAE4;
}

ul.contact li a.icon-facebook:before {
	background: #39599F;
}

ul.contact li a.icon-dribbble:before {
	background: #C4376B;
}

ul.contact li a.icon-tumblr:before {
	background: #31516A;
}

ul.contact li a.icon-rss:before {
	background: #F2600B;
}

/******/

/* Button Style*/

/******/



.button {
	display: inline-block;
	margin-top: 2em;
	background: #BC1414;
	border-radius: 5px;
	line-height: 4em;
	padding: 0 3em;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	letter-spacing: 0.25em;
	text-decoration: none;
	text-transform: uppercase;
	outline: 0;
	white-space: nowrap;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 0.80em !important;
	color: #fff !important;
}

.button:hover {
	background: #BB1717;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.button:active {
	background: #B41313;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

/******/

/* Header */

/******/

#header {
	
}

/******/

/* Logo   */

/******/

#logo-background {
	padding: 50px 0em;
	text-transform: uppercase;
	height: 100px;
}

#logo-title {
	width: 400px;	
	text-align: center;
	margin-left: 150px;

}

#logo-title h1 {
	text-decoration: none;
	font-size: 2.5em;
	color: #000;
	letter-spacing: 0.15em;
}

#logo-title span {
	color: #BC1414;
}

#logo-title p {

	padding: 0;
	letter-spacing: 0.10em;
	font-size: 1.20em;
}

/******/

/* Menu   */

/******/

#menu {
	background: #000;
	border-bottom: 4px solid #006633;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	padding: 0em 2em;
	line-height: 80px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 700;
	color: #838383;
}

#menu .current_page_item a {
	background: #006633;
	color: #fff;
}

#menu a:hover {
	color: #fff;
	background-color: #990000;
	text-decoration: none;
}

/******/

/* Banner */

/******/

#banner {
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
}

/******/

/* Page   */

/******/

#page {
	overflow: hidden;
	border-bottom: 4px solid #006633;
	padding-bottom: .5em;
	padding-left: 0em;
	padding-right: 0em;
}

/******/

/* Content*/

/******/

#content {
	float: left;
	width: 750px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

#content_full {
	float: left;
	width: 1150px;
	padding: 0 25px 25px;
}

.content_included {
	margin-top: 50px;
	clear: left;
}

div.news {
	padding: 10px;
	border-bottom: 1px solid #006633;
	float: left;
	clear: left;
	width: 730px;
}

div.news h2.title {
	margin: 0 0 5px;
	text-align: center;
}

div.news h2.title {
	margin: 0 0 5px;
	text-align: center;
}

div.news h2.title a {
	text-decoration: none;
}

div.news h2.title a:hover{
	text-decoration: none;
	color: #990000;
}

img.news {
	margin-right: 10px;
	float: left;
	margin-bottom: 20px;
	border: 5px solid #000;
}

img.news_top {
	float: left;
	border: none;
	margin: 10px;
}

div.news_image {
	text-align: center;
	border-style: none;
}

div.news_image img {
	border: 5px solid #000;
}

h3.news-date {
	text-align: right;
	font-size: .7em;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 15px;
	margin-right: 10px;
}


/******/

/* Sidebar*/

/******/

#sidebar {
	float: right;
	width: 400px;

}

#sidebar .title {
	letter-spacing: 0.10em;
	text-transform: uppercase;
	color: #000;
	margin-top: 20px;
}

a.news-years {
	font-size: 1.2em;
	direction: ltr;
	font-weight: bold;
}

a.news-years:hover{
	text-decoration: none;
	color: #990000;
}



/******/

/* Footer */

/******/

#footer {
	overflow: hidden;
	padding: 2em 0em;
	border-bottom: 1px solid #363636;
}

#footer .title {
	letter-spacing: 0.10em;
	text-transform: uppercase;
	color: #000;
}

#footer #fbox1 {
	float: left;
	width: 350px;
	margin-right: 50px;
	padding: 25px;
}

#footer #fbox2 {
	float: left;
	width: 350px;
	padding: 25px;
}

#footer #fbox3 {
	float: right;
	width: 250px;
	padding: 25px;
}

/******/

/* Copyright   */

/******/

#copyright {
	padding: 2em 0em;
	font-size: 0.75em;
	letter-spacing: 0.20em;
	text-align: center;
	text-transform: uppercase;
	color: #6A6A6A;
}

#copyright a {
	color: #747474;
}

/******/

/* Three Columns*/

/******/

#three-column {
	overflow: hidden;
	background: #fff;
	color: #525252;
}

#three-column h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 600;
	color: #454445;
	text-align: center;
	margin: .1em 0em;
	padding-top: 10px;
}

#three-column #tbox1,
	#three-column #tbox2,
	#three-column #tbox3 {
	float: left;
	width: 330px;
	margin: 30px 30px 50px;
	border: 2px solid #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#three-column p {
	padding: 10px;
	
}

/******/

/****** Login ******/

/******/
.box
{
    border: 1px solid #000;
	border-top:1px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:rgba(0,0,0,0.15) 0 0 1px;
    -webkit-box-shadow:rgba(0,0,0,0.15) 0 0 1px;
    box-shadow:rgba(0,0,0,0.15) 0 0 1px;
    color:#444;
    font:normal 12px/14px Arial, Helvetica, Sans-serif;
    margin:0 auto 30px;
	overflow:hidden;
}
.box.login
{
	height:260px;
    width:332px;


}
.boxBody
{
    background:#000;
    border-top:2px solid #666;
    border-bottom:2px solid #666;
    padding:10px 20px;
	color: #999;
}

.box footer
{
    background:#333;
    border-top:1px solid #fff;
    padding:22px 26px;
    overflow:hidden;
	height:32px;
}
.box label
{
    display:block;
    font:14px/22px Arial, Helvetica, Sans-serif;
    margin:10px 0 0 6px;
}
.box footer label{
	float:left;
	margin:4px 0 0;
}
.box footer input[type=checkbox]{
	vertical-align:sub;
	*vertical-align:middle;
	margin-right:10px;
}
.box input[type=text],
.box input[type=password],
.txtField,
.cjComboBox
{
    border:6px solid #F7F9FA;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow:2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
    -webkit-box-shadow:2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
    box-shadow:2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
    margin:3px 0 4px;
    padding:8px 6px;
    width:270px;
    display:block;
}
.box input[type=text]:focus,
.box input[type=password]:focus,
.txtField:focus,
.cjComboBox:focus
{
    border:6px solid #f0f7fc;
    -moz-box-shadow:2px 3px 3px rgba(0, 0, 0, 0.04) inset, 0 0 1px #0d6db6 inset;
    -webkit-box-shadow:2px 3px 3px rgba(0, 0, 0, 0.04) inset, 0 0 1px #0d6db6 inset;
    box-shadow:2px 3px 3px rgba(0, 0, 0, 0.04) inset, 0 0 1px #0d6db6 inset;
	color:#333;
}
.cjComboBox
{
    width:294px;
}
.cjComboBox.small
{
    padding:3px 2px 3px 6px;
    width:100px;
    border-width:3px !important;
}
.txtField.small
{
    padding:3px 6px;
    width:200px;
    border-width:3px !important;
}

.rLink{padding:0 6px 0 0; font-size:11px; float:right;}
.box a{color:#999;}
.box a:hover, .box a:focus{text-decoration:underline;}
.box a:active{color:#f84747;}
.btnLogin
{
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:15px;
    background:#a1d8f0;
    background:-moz-linear-gradient(top, #badff3, #7acbed);
    background:-webkit-gradient(linear, left top, left bottom, from(#badff3), to(#7acbed));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#badff3', EndColorStr='#7acbed')";
    border:1px solid #7db0cc !important;
    cursor: pointer;
    padding:11px 16px;
    font:bold 11px/14px Verdana, Tahomma, Geneva;
    text-shadow:rgba(0,0,0,0.2) 0 1px 0px; 
    color:#fff;
    -moz-box-shadow:inset rgba(255,255,255,0.6) 0 1px 1px, rgba(0,0,0,0.1) 0 1px 1px;
    -webkit-box-shadow:inset rgba(255,255,255,0.6) 0 1px 1px, rgba(0,0,0,0.1) 0 1px 1px;
    box-shadow:inset rgba(255,255,255,0.6) 0 1px 1px, rgba(0,0,0,0.1) 0 1px 1px;
    margin-left:12px;
    float:right;
	padding:7px 21px;
}

.btnLogin:hover,
.btnLogin:focus,
.btnLogin:active{
    background:#000;
    background:-moz-linear-gradient(top, #7acbed, #badff3);
    background:-webkit-gradient(linear, left top, left bottom, from(#7acbed), to(#badff3));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7acbed', EndColorStr='#badff3')";
}
.btnLogin:active
{
    text-shadow:rgba(0,0,0,0.3) 0 -1px 0px; 
}



div.entryhead {
	margin-bottom: 50px;
}

div.entryhead h2 {
	font-size: 1.8em;
	color: #990000;
}


div.entryhead p {
	color: #000;
	margin: 0;
	padding: 10px;
}






div.entry {
	margin-bottom: 50px;
}

div.entry h2 {
	color: black;
}

div.entry p {
	margin: 0;
	padding: 10px;
}



img {
	border-style: none;
}

/* table */

table {
	margin: 20px;
	width: 1160px;
	border-collapse: collapse;
	border: 1px solid #000;
}

caption {
	text-align: left;
	margin: 5px;
}

th {
	background-color: #000;
	color: #fff;
	padding: 3px 10px;
	font-weight: normal;
	font-style: normal;
}

th a {
	color: #fff;
	font-weight: normal;
	font-style: normal;
}

th a:hover {
	color: #006633;
	text-decoration: none;
}

td {
	padding: 5px;
}


tr {
	border-bottom: 1px solid #000;
}

tr.odd {
	background-color: #d5d5d5;
}

.jLastic{
	position:relative;
	margin: auto;
	overflow:visible;
}
.jLastic .tile{
	background-color:white;
	display:block;
	border-radius:5px;
	position:absolute;
	background-size:auto;
	border:5px solid white;
	cursor:pointer;
	box-shadow:1px 1px 20px #000;
	background-repeat:no-repeat;
	background-position:center;
}