

body {
	background-color:#ededed;
	margin: 0 auto;
	padding: 0px;
	text-align: justify;
	font: 17px Arial, Helvetica, sans-serif;
        color: #343b53; 
}

h1 {
	font: 1.82em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000000;
}

h2 {
	font: 1.82em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000000;
}

h3 {
	font: 1.42em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000000;
}

h4 {
	font: 1.62em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #FFFFFF;
}

p, ol, ul {
	line-height: 1.67em;
}

a {
	color: #1e4d79; 
	border-style:solid;
	border-color:#ffffff;
	text-decoration: none;
}

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

hr {
	display: none;
}

#wrap {
	width: 1086px;
	margin: 0 auto;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);

}

#wrapper-bgtop {
	background: url(images/img01.jpg) repeat-x;
	margin: 0 auto;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}

/* Header */

#header {
	width: 1086px;
	height: 345px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	background: #293448 url(images/overlay.png) repeat-x;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/* Top Menu */

.menu_nav {
	margin:0;
	float:left;
	width:1077px;
	height: 30px;
	padding-left: 10px;
	background: url(images/menu_bg.jpg) repeat-x;
}

.menu_nav ul {
	list-style:none;
	float: left;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 0;

}
.menu_nav ul li {
	margin:0;
	float:left;
	background:no-repeat right center;
}
.menu_nav ul li a {
	border-right:1px solid #e1e0e0;
	display:block;
	margin-top: -3px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 7px 20px 7px;
	color: #FFF;
	text-decoration:none;
	font: bold 14px Helvetica, Arial, sans-serif;
	background: url(images/menu_bg.jpg) repeat-x;
}
.menu_nav ul li a:hover {
	color: #cccccc;
	background: url(images/menu_hover_bg.jpg) repeat-x;
        border-top:0px;
}

.menu_nav ul li.active a {
	color: #FFF;
	background: url(images/menu_hover_bg.jpg) repeat-x;
}

.menu_nav ul li.last a {
	border:0;
}

/* Page */

#page {
	background-image: url(images/background.png);
	width: 1086px;
	margin: 0 auto;
	padding: 0px 0px;
}

/* Content */

#content {
	float: left;
	width: 75%;
	margin-bottom: 5px;
	padding-top: 5px;
}

#content h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
}

/* Table */

#table {
	margin-left: 20px;
	font-family: Bitstream Vera Sans, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #000000;
}

#table tr td{
	margin-left: 10px;
	margin-left: 0px;
    padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: #0000ff;
}

#table tr td p{
    padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 0.8em;
	color: #000000;
}

 #lh p{
line-height:1.0;
}

 /* Container */

#container {
   	width: 750px;
	padding-left:2em;
	display: table;
	border: 0px solid black;
		}

#container p{
   	line-height:140%;
	color: #666666;
	font-size: 11px;
		}

#row  {
    display: table-row;
    }

#left {
    float:left;
	padding-left:2em;
	background: #ffffff;
	display: table-cell;
	border-left: 1px dotted #666666;
		}

#right {
    float:right;
	padding-right:150px;
	padding-left:2em;
	margin-right:30px;
	background:#ffffff;
    display: table-cell;
	border-left: 1px dotted #666666;
		}

/* Post */

.post {
	margin-top: 10px;
}

.post .title {
	margin: 0;
	padding: 0px 0 0 0;
	margin-left: 0px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 1.62em;
	color: #000000;
}

.post .title a {
	color: #484647;
}

.post .title h2 {
	padding: 0;
	margin: 0;
}

.post .title h3 {
	padding: 0;
	margin: 0;
}

.post .hr1 {
}

.post .entry {
	text-align: justify;
	margin-top: -5px;
	padding: 0px 10px 10px 20px;
}

.post .entry p {
	padding-left: 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 24%;
	margin-bottom: 10px;
	margin-top: 10px;
	border-left: 1px dotted #666666;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 5px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0px 0px 0px 20px;
	padding: 3px 0px 4px 10px;
	background: url(images/img06.gif) no-repeat left 13px;
}

#sidebar li li a {
}

#sidebar h1 {
	text-transform: uppercase;
	font-size: 1.5em;
	margin: 0 auto;

}

#sidebar h2 {
	padding: 10px 20px;
	margin: 0 0 6px 10px;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: capitalize;
	color: #484647;
}

#sidebar h3 {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 5px 5px 5px 6px;
	color: #000000;
}

#sidebar h4 {
	padding: 10px 20px;
	margin: 0 0 6px 0;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFFFFF;
}

/* Footer */

#footer {
	float: left;
	width: 850px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-top: 1px dotted #cccccc;
}

#footer a {
	text-decoration: none;
	font-size: 11px;
}

#legal {
	clear: both;
	margin: 0;
	padding: 10px 0px 10px 20px;
	font-size: 10px;
	color: #525252;
}

#legal a {
	text-decoration: none;
}

/* Dropdown Menu */

.cssmenu ul {
	margin: 0;
	padding: 2px 0px 0px 0px;
	background: #646569 url(images/overlay.png) repeat-x 0 -110px;
	line-height: 100%;
	font: normal 1.05em/1.5em Helvetica, Arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}

.cssmenu li {
	margin: 0 5px;
	padding: 0 0 5px;
	float: left;
	position: relative;
	list-style: none;
}

.cssmenu a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	border-width: 0px;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	text-shadow: 0 2px 2px rgba(0,0,0, .3);
}

.cssmenu a:hover {
	background: #000;
	color: #fff;
}

.cssmenu .active a,
.cssmenu li:hover > a {
	background: #293448 url(images/overlay.png) repeat-x 0 -40px;
	color: #444;
	//border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

.cssmenu ul ul li:hover a,
.cssmenu li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.cssmenu ul ul a:hover {
	background: #8f8f8f url(images/overlay.png) repeat-x 0 -100px !important;
	color: #fff !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

.cssmenu li:hover > ul {
	display: block;
}

.cssmenu ul ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 40px;
	left: 0;
	background: #ddd url(images/overlay.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}

.cssmenu ul ul li {
	float: none;
	margin: 0;
	padding: 1px;
}

.cssmenu ul ul a {
	line-height: 120%;
	font: normal 0.8em/1.5em Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}

.cssmenu ul:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

* html .cssmenu  ul {
	height: 1%;
}

.text-center{
	text-align: center;
}
.facebook-feed{
	float:left;
}
.twitter-feed{
	float:right;
}

#slides {
  position: relative;
  width:750px;
  height: 250px;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  border:1px solid #646c7b;
}
#slides2 {
  position: relative;
  width:982px;
  height: 97px;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  border:1px solid #646c7b;
  margin-left:19px;
}
.slide {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 3s;
  -moz-transition: opacity 3s;
  -o-transition: opacity 3s;
  transition: opacity 3s;
}
.slide2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 3s;
  -moz-transition: opacity 3s;
  -o-transition: opacity 3s;
  transition: opacity 3s;
}

.showing {
  opacity: 1;
  z-index: 2;
}
.slide {
  font-size: 40px;
  padding: 40px;
  box-sizing: border-box;
  background: #333;
  color: #fff;
}
.slide:nth-of-type(1) {
  background-image: url("images/1.jpg")
}
.slide:nth-of-type(2) {
  background-image: url("images/2.jpg")
}
.slide:nth-of-type(3) {
  background-image: url("images/3.jpg")
}
.slide:nth-of-type(4) {
  background-image: url("images/4.jpg")
}
.slide:nth-of-type(5) {
  background-image: url("images/5.jpg")
}

.slide2:nth-of-type(1) {
  background-image: url("images/aff/1.jpg")
}
.slide2:nth-of-type(2) {
  background-image: url("images/aff/2.jpg")
}
.slide2:nth-of-type(3) {
  background-image: url("images/aff/3.jpg")
}


