* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 122px;
	background: #fff;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 80px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 200px 0 200px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 180px;
	margin-left: -100%;
	position: relative;
	background: #fff;
	padding-left:10px;	
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 180px;
	margin-left: -180px;
	position: relative;
	background: #fff;
	}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -40px auto 0;
	min-width: 1000px;
	height: 40px;
	background: #191919;
	position: relative;
	text-align:center;	
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color:white;
	line-height: 40px;	
	
}

#footer a{
	color: #1F61F9;
}
#footer a:hover{
	color: #fff;
}
/*nav bar
-----------------------------------------------------------------------------*/
#navbar {
height:50px;
width:100%;
background: rgb(91,91,91); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViNWI1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iIzFjMWMxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk0JSIgc3RvcC1jb2xvcj0iIzEzMTMxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, rgba(91,91,91,1) 0%, rgba(28,28,28,1) 59%, rgba(19,19,19,1) 94%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(91,91,91,1)), color-stop(59%,rgba(28,28,28,1)), color-stop(94%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(91,91,91,1) 0%,rgba(28,28,28,1) 59%,rgba(19,19,19,1) 94%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(91,91,91,1) 0%,rgba(28,28,28,1) 59%,rgba(19,19,19,1) 94%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(91,91,91,1) 0%,rgba(28,28,28,1) 59%,rgba(19,19,19,1) 94%); /* IE10+ */
background: linear-gradient(to bottom, rgba(91,91,91,1) 0%,rgba(28,28,28,1) 59%,rgba(19,19,19,1) 94%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#131313',GradientType=0 ); /* IE6-8 */	
}
/* Header filling
-----------------------------------------------------------------------------*/
.logo{
	float: left;
	margin: 8px 0 0 25px;
	width: 640px;
}
.header_advertising
{
	margin: 0 25px 0 0;
	padding:0px;
	float:right;
}
#wrapper_logo_ad{
width:100%;
height:70px;
margin:0px;
padding:0px;	
}

/*Search Bar
-----------------------------------------------------------------------------*/

#search_box{
	width:520px;
	height: 40px;
	line-height: 40px;
	bottom:0px;	
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 0px; 
	margin-top: 10px; 
	padding-left: 10px; 
	padding-right: 0px; 
	background-color: #191919;
}
#search_box_styling{
	background-color: #191919;	
	padding: 0px; 
	width:500px;
	height: 40px;
	line-height: 40px;
}

/*Google Search Button
-----------------------------------------------------------------------------*/

#___gcse_0 .cse input.gsc-search-button, #___gcse_0 input.gsc-search-button {
width:100px;
height:30px;
line-height:30px;
font-size:1em;
margin:0;
color: #FFFFFF;
background: #1D1D1D;
}
#___gcse_0 .cse input.gsc-search-button:hover, #___gcse_0 input.gsc-search-button:hover {
	color: #Fff;
	background: #1F61F9;
}
/*Google Search Input Box*/
.cse input.gsc-input,input.gsc-input{
height:30px;
line-height:30px;
width:360px;
margin:0px;
background-image:none !important;
}