/*
Created by Aaron
*/
html {
	overflow-y: scroll;
	overflow-x: hidden; 
	height:100%;
}

#backgroundgrey {
	background: grey;
	/*background: grey;  WHITEBACKGROUND */
}

.displaynone {
	display: none;
}

body {
	margin: 0 auto;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial;
	font-size: 12px;
	color: #000;
	background: url(images/background.jpg) grey repeat;
	/*background: url(images/background.jpg) grey repeat; WHITEBACKGROUND */
	width:1000px;
	height:100%;
}

#page_wrapper {
	width: 100%;
	min-height:100%;
	background: grey;
	/*background: #fff; WHITEBACKGROUND */
}

#fade_left {
	position:fixed;
	float:none;
	min-height:100%;
	height:100%;
	width:30px;
	margin-left:-30px;
	top:0;
	left:-30;
	background: url(images/fade-left.png) repeat-y;	
	z-index:10;
}

#fade_right {
	position:fixed;
	float:none;
	min-height:100%;
	height:100%;
	width:30px;
	margin-left:1000px;
	top:0;
	left:1000;
	background: url(images/fade-right.png) repeat-y;	
	z-index:10;
}

a:link, a:visited { 
	color: #000;
/*	text-decoration: underline;*/
/*	font-weight: normal;*/
} 

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

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

imagethumbnail {
	padding: 10px;
}

.cleaner { 
	clear: both;
	width: 100%;
	height: 0px;
	font-size: 0px;
}

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_15 { clear: both; width: 100%; height: 15px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_40 { margin-right: 40px; }
.margin_right_70 { margin-right: 70px; }

.fl {
	float: left;
}

.fr { 
	float: right;
}

.button_01 a {
	clear: both;
	display: block;
	width: 100px;
	height: 23px;
	padding-top: 5px;
	background: url(images/button_01.png) no-repeat;
	
	
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}


.header_01 {
	clear: both;
	padding-top:10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 25px;
	line-height: 28px;	
	color: #000;
}

.header_02 {
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 15px;
	font-size: 22px;
	letter-spacing: 2px;
	color: #000;
	background: url(images/header_01_bg.jpg) left bottom no-repeat;	
}

.header_03 {
	clear: both;
	height: 35px;
	padding: 15px 0 0 20px;
	font-size: 18px;
	color: #fff;
	background: url(images/header_02_bg.jpg) repeat-x;
}

.header_04 {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.header_04 a{
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.header_05 {
	text-align:center;
	clear: both;
	font-size: 14px;
	color: #000;
	width: 148px;
	height: 24px;
	padding: 3px 0 0 0px;
	margin-bottom: 5px;
	background:  url(images/footer_title_bg.png) no-repeat;
}

#header_wrapper {
	position:fixed;
	z-index:1;
	top:0;
	left:0;
	width: 100%;
	height: 250px;
	margin: 0 auto;
	background: grey;
	/*background: grey; WHITEBACKGROUND */
	text-align:center;
}

#header {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	background: grey;
	/*background: grey; WHITEBACKGROUND */
}

#header #site_logo {
	float: left;
	width: 1000px;
	height: 176px;
	font-size: 10px;
	margin-top: 0px;
	color: #f00;
	text-align: center;
	background: url(images/dbvisionworks_logo.jpg) grey no-repeat;
	/*background: url(images/dbvisionworks_logo.jpg) grey no-repeat; WHITEBACKGROUND */
}

/* menu */

nav ul ul {
	display: none;
	text-decoration: none;
}

nav ul li:hover > ul {
	display: block;
	text-decoration: none;
}

nav ul {
	font-weight: bold;
	background: #efefef; 
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 5px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
	text-decoration: none;
}
nav ul:after {
	content: ""; clear: both; display: block;
}

nav ul li {
	float: left;
	font-weight: bold;
	text-decoration: none;
	font-size:13px;
}

nav ul li:hover {
	/*background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);*/
	background: #000;
	background: linear-gradient(top, #000 50%, #000 80%);
	background: -moz-linear-gradient(top, #000 0%, #000 80%);
	background: -webkit-linear-gradient(top, #000 0%,#000 80%);
	text-decoration: none;
}

nav ul li:hover a {
	color: #fff;
	text-decoration: none;
}
	
nav ul li a {
	display: block; padding: 10px 30px 10px 30px;
	color: #757575; text-decoration: none;
	font-weight: bold;
	text-decoration: none;
}

nav ul ul {
	background: #5f6975; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
	font-weight: bold;	
	text-decoration: none;
}
nav ul ul li {
	float: none; 
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a;
	position: relative;
	font-weight: bold;
	text-decoration: none;
}
nav ul ul li a {
	padding: 15px 40px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;	
}	

nav ul ul li a:hover {
	font-weight: bold;
	background: #4b545f;
	text-decoration: none;	
}
nav ul ul ul {
	position: absolute; left: 100%; top:0;
	font-weight: bold;
	text-decoration: none;
}
/* end of menu*/

/* end of header */

/* content */

#content_wrapper {
	padding-top:20px;
	clear: both;
	width: 1000px;
	min-height:700px;
	margin: 0 auto;
	background: grey;
	/*background: grey; WHITEBACKGROUND */
}

#content {
	width: 910px;
	padding: 0px 40px 0px 40px;
	background: grey;
	/*background: grey; WHITEBACKGROUND */
}


#column_w590 {
	float: left;
	width: 590px;
	line-height: 20px;
	background: grey;
	/*background: grey; WHITEBACKGROUND */
}

#column_w880 {
	float: left;
	width: 880px;
	line-height: 20px;
	background: grey;
	/*background: grey; WHITEBACKGROUND */
}

#column_w300 {
	float: right;
	width: 298px;
	background: grey;
	/*background: grey; WHITEBACKGROUND */
	border: 1px solid transparent;
}

#column_w300_noborder {
	float: right;
	width: 298px;
	background: transparent;
	/*border: 1px solid #e5e5e5;*/
}

#column_w530 .em_text {
	color: #000;
}

#column_w530 p {
	margin-bottom: 15px;
	font-family: Arial;
}

.content_list_01 {
	margin: 0 0 0 30px;
	padding: 0px;
	list-style: square;
}

.content_list_01 li {
	margin: 0px;
	padding: 0 0 10px 10px;
	
}

.content_section_01 {
	border-left: 10px solid #ff0000;
	padding-left: 20px;
}

.column_w300_section_01 {
	clear: both;
	padding: 5px 0px 5px 0px;
/*	background: url(images/side_column_divider.jpg) bottom repeat-x;*/
}

.even_color {
	background: #e0dfdf;
}

.news_image_wrapper {
	float: left;
	width: 70px;
	height: 70px;
	padding: 4px;
	margin: 3px 0 0 0;
	border: 1px solid #dad8d8;
	background: #ffffff;
}

.news_image_wrapper img{
	width: 69px;
	height: 69px;
	border: 1px solid #9c9d85;
}

.news_content {
	padding-top:10px;
	padding-left:0px;
	float: right;
	width: 193px;
}

.news_content .news_date {
	font-size: 12px;
	color: #000;
}

.news_content p{
	line-height: 15px;
	font-size: 11px;
}

/* end of content

/* footer */

#footer_wrapper {
	/*position:fixed;*/
	bottom:0;
	left:0;
	text-align:center;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: grey;
	/*background: grey;  WHITEBACKGROUND */
}

#footer {
	text-align: center;
	width: 1000px;
	padding: 20px 30px 5px 30px;
	margin: 0 auto;
	color: #000;
	background: grey;	
	/*background: grey;  WHITEBACKGROUND */
}

#footer_padding {
	padding: 0 0 0 250px;
	background: grey;
	/*background: grey;  WHITEBACKGROUND */
}

#footer a {
	text-decoration: none;
	color: #fff;
}

.section_w180 {
	text-align:center;
	float: left;
	width: 160px;
	padding: 0 20px 0 0;	
}

.section_w180_content {
	padding: 0 0 0 20px;
}

#footer  .footer_menu_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer .footer_menu_list li {
	margin: 0 0 5px 0;
	padding: 0px;
}

#footer .footer_menu_list li a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

.copyright {
	/*padding-left: 0px;*/
	color:#fff;
}
/* end of footer */

#facebook {
	z-index:0;
}

.aligncentre {
	text-align:center;
}

.iframeheader {
	border:none;
	width:100%;
	height:230px;
	overflow-y: hidden;
	overflow-x: hidden; 
	background: grey;
	/*background: grey;  WHITEBACKGROUND */
}

.iframefooter {
	border:none;
	width:100%;
	height:auto;
	overflow-y: hidden;
	overflow-x: hidden; 
	background: grey;
	/*background: grey;  WHITEBACKGROUND */
}

div.iAb, {
	background-color: transparent;
	border: none;
}
.g-plus {
	background-color: transparent;
	border: none;
}
.iAb {
	background-color: transparent;
	border: none;
}


/* fixing fb and g+ */
.pluginSkinDark .uiStreamRedesign .uiStreamMessage .messageBody {
color: black;
}
.pluginSkinDark a, .pluginSkinDark .uiHeader h3 {
color: black;
}

div.wrapper {
background-color: grey;
}

#wrapper {
background-color: grey;
}

.wrapper {
background-color: grey;
}