body {
	 background:  #808080;
	 margin:0;
	 padding:0;
	 font-family: Verdana, Geneva, sans-serif;
	 font-size: 13px;
	 color: #666;
 }

* {
	 margin:0;
	 padding:0;
 }

/** element defaults **/
 table {
	 width: 100%;
	 text-align: left;
 }

th, td {
 	padding: 10px 10px;
 }

 
th {
	 color: #fff;
	 background: #3B7932 none repeat-x scroll left top;
 }
 
td {
 	border-bottom: 1px solid #ccc;
 }
 
code, blockquote {
	 display: block;
	 border-left: 5px solid #222;
	 padding: 10px;
	 margin-bottom: 20px;
 }

 code {
	 background-color: #222;
	 color:#ccc;
	 border: none;
 }

 blockquote {
 	border-left: 5px solid #222;
 }
 
blockquote p {
	 font-style: italic;
	 font-family: Georgia, "Times New Roman", Times, serif;
	 margin: 0;
	 color: #333;
	 height: 1%;
 }

p {
	 line-height: 2em;
	 margin-bottom: 20px;
	 font-size: 15px;
	 letter-spacing: 0.5px;
	 word-spacing: 3px;
 }

a {
 	color: red;
 }
 
a:hover {
 	color: 0066ff;
 }
 
a:focus {
 	outline: none;
 }
 
fieldset {
	 display: block;
	 border: none;
	 border-top: 1px solid #ccc;
 }
 
fieldset legend {
	 font-weight: bold;
	 font-size: 13px;
	 padding-right: 10px;
	 color: #333;
 }

fieldset form {
	 padding-top: 15px;
 }

fieldset p label {
	 float: left;
	 width: 150px;
 }

form input, form select, form textarea {
	 padding: 5px;
	 color: #333333;
	 border: 1px solid #ddd;
	 border-right:1px solid #ccc;
	 border-bottom:1px solid #ccc;
	 background-color:#fff;
	 /*font-family: Arial, Helvetica, sans-serif;*/
	 font-family: Roboto!important;
	 font-size: 13px;
 }

form input.formbutton {
	 border: none;
	 background: #3B7932;
	 color: #ffffff;
	 font-weight: bold;
	 padding: 6px 10px;
	 font-size: 12px;
	 font-family: Tahoma, Geneva, sans-serif;
	 letter-spacing: 1px;
	 width: auto;
	 overflow: visible;
 }

h1 {
	 color: #000;
	 font-size: 35px;
	 font-family: serif, Helvetica, sans-serif;
	 word-spacing: 3px;
 }

h2 {
 	 color: #000;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 20px;
	 letter-spacing: 0px;
	 font-weight: normal;
	 padding: 0 0 5px;
	 margin: 0;
 }

h3 {
	 color: #888;
	 font-size: 24px;
	 font-weight: normal;
	 margin-bottom: 10px;
	 letter-spacing: -1px;
	 font-family: Arial, Helvetica, sans-serif;
 }

/*h4 {
	 padding-bottom: 10px;
	 font-size: 15px;
	 color: #F2593A;
 }

h5 {
	 padding-bottom: 10px;
	 font-size: 13px;
	 color: #F2593A;
 }*/

/*ul, ol {
 	margin: 0 0 35px 35px;
 }

li {
 	padding-bottom: 5px;
 }

li ol, li ul {
	 font-size: 1.0em;
	 margin-bottom: 0;
	 padding-top: 5px;
 }*/

#container {
	height:auto;
	 width: 1000px;
	 margin: 30px auto;
	 padding: 10px;
	 background-color: #fff;
 }

#header {
	 padding: 30px 15px;
	 background-color: #3399ff;
	 margin: 0 auto;
	 border-bottom: 10px solid #0066cc;
 }

#header h1 a {
	 color: #fff;
	 font-size: 50px;
	 font-weight: normal;
	 text-decoration: none;
	 letter-spacing: -3px;
	 float: left;
	 margin-top: -20px;
 }

#header h2 {
	 color: #fff;
	 float: left;
	 font-family: Georgia, "Times New Roman", Times, serif;
	 font-size: 13px;
	 margin-left: 12px;
	 margin-top: 14px;
	 letter-spacing: 0;
 }

#nav {
	 height: 45px;
	 width: 1000px;
	 background-color: #222;
 }

#nav ul {
	 list-style: none;
	 padding: 0;
	 margin: 0;
	 height: 45px;
 }


#nav ul li {
	 float: left;
	 display: block;
	 padding: 0;
 }

#nav ul li a {
	 color: #ddd;
	 display: block;
	 border-right: 1px solid #000;
	 border-left: 1px solid #444;
	 font-size: 10px;
	 font-weight: bold;
	 text-transform: uppercase;
	 font-family: 'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,Sans-Serif;
	 padding: 15px 20px;
	 text-decoration: none;
 }

#nav ul li.start a {
 	border-left: none;
 }

#nav ul li a:hover {
	 color: #000;
	 text-decoration: underline;
	 background-color: #fff;
 }

#body {
	/*background: none;*/
	/*margin:auto;*/
	/*height: 400px;*/
	/*padding: 0px 0px 10px 10px;*/
	width: auto;
	display: flex;
	flex-direction: column();
 	min-height: auto;
 	/*border: solid black;*/
 }

#content {
	margin:20px;
	 float: left;
	 width: auto;
	 flex: 1;
	 /*border: solid black;*/
 }

.sidebar {
	 width: 200px;
	 padding:0px;
	 margin-left:auto;
	 float: right;
	 /*border: solid black;*/
 }

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

/*.sidebar ul li {
	 margin-bottom: 20px;
	 line-height: 1.9em;
 }*/
 
.sidebar li ul {
	 /*margin-bottom: 20px;
	 line-height: 1.9em;*/
 }

.sidebar li ul li {
	 display: block;
	 font-family: Arial, Helvetica, sans-serif;
	 border-top: none;
	 padding: 6px 2px;
	 margin: 0;
	 line-height: 1.5em;
	 font-size: 13px;
	 border: none;
 }

.sidebar li ul li a {
	 font-weight: normal;
	 color: #222;
	 background-color: #000;
 }

 .sidebar li ul li a, blockquote {
	 display: block;
	 border-left: 5px solid #000;
	 padding: 5px;
	 margin-bottom: -5px;
	 background-color: #8c8c8c;
 }

.sidebar li ul li a:hover {
 	color: #fff;
 }

.sidebar li ul.blocklist li {
	 padding: 0;
	 display: inline;
 }

.sidebar li ul.blocklist li a {
	 background-color: #EAEAEA;
	 display: block;
	 font-family: Arial,Helvetica,sans-serif;
	 font-size: 11px;
	 font-weight: bold;
	 margin-bottom: 1px;
	 padding: 7px 10px;
	 text-decoration: none;
	 text-transform: uppercase;
 }

.sidebar li ul.blocklist li a:hover {
	 background-color: #000;
	 color: #fff;
 }

.clear {
	clear: both;
 }
 
#footer {
	 margin:0 auto 0;
	 border-top: 10px solid #0066cc;
	 width: 1000px;
 }

#footer p {
	 text-align: left;
	 color: #ccc;
	 font-size: 12px;
	 font-family: Arial, Helvetica, sans-serif;
	 margin: 0;
	 padding: 0;
 }

#footer p a {
	 color: #ccc;
	 font-weight: bold;
 }

.footer-content {
	 padding: 20px 25px 30px;
	 background: #ddd;
	 border-top: 10px solid #3B7932;
 }

#footer .footer-content ul {
	 width: 260px;
	 list-style: none;
	 margin: 0 65px 0 0;
	 padding: 0;
	 float: left;
 }

#footer .footer-content li {
	 border-bottom: 1px dashed #666;
	 padding: 7px 5px;
 }

#footer .footer-content li a, #footer .footer-content h4 {
 	font-family: Arial, Helvetica, sans-serif;
 }

#footer .footer-content li a {
	 color: #333;
	 text-decoration: none;
 }

#footer .footer-content h4 {
	 font-weight: normal;
	 font-size: 25px;
	 color: #333;
 }

#footer .footer-content ul.endfooter {
 	margin-right: 0;
 }

#footer .footer-content span.sitename {
	 font-family: Arial,Helvetica,sans-serif;
	 font-size: 40px;
	 font-weight: normal;
	 letter-spacing: -2px;
	 color: #aaa;
	 float: left;
 }

#footer .footer-bottom {
	 padding: 10px;
	 text-align: center;
	 background-color: #222;
 }

#footer .footer-bottom p {
 	text-align: center;
 }

#footer .footer-bottom p, #footer .footer-bottom p a {
 	color: #666;
 }

/*code .fadein { 
	position:relative;
	height:13em;
}
.fadein img {
	position:absolute;
}*/

/*image slider start==========================================================*/

.galleryPreviewContainer {
	position: relative;
}
.galleryPreviewImage img {
	max-width:455px;
	min-height: 210px;
	display: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	/*box-shadow: 5px 5px 0 0 #c1c1c1;*/
	position: relative;
	top: 0;
	left: 0;
}
img.previewImage1 {
	display: block;
}
.galleryPreviewArrows a {
	font-family: Arial;
	font-size: 20px;
	background: rgba(0,0,0, 0.3);
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	position: absolute;
	left: 10px;
	top: 55%!important;
	margin-top: -35px;
}
a.nextSlideArrow {
	right: 20px;
	left: auto;
}
.galleryPreviewArrows a:hover {
	background: #000;
	/*margin-top: -40px;*/
}
.galleryNavigationBullets {
	text-align: center;
	margin-top: 20px;
	margin-bottom: -43px;
}
.galleryNavigationBullets span {
	display: none;
}
.galleryNavigationBullets a {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 5px;
	background: #ddd;
}
.galleryNavigationBullets a:hover,
.galleryNavigationBullets a.active {
	background: #555;
}

/*image slider end==========================================================*/
div.newline {
	color:#fff;
}
