body {
	padding: 0; margin: 0;
	background: url(../img/bkg.png) repeat-x 0px 310px #bababa;
	font-size: 100%;
	font-family: sans-serif;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: black;
}
a:hover {
	color: #505050;
}
a:visited {
	color: #505050;
}
#header {
	margin: 0 auto;
	width: 100%; height: 159px;
	background: url(../img/navbkg.png) repeat-x;
	overflow: hidden;
	position: absolute;
	top: 0; left: 0;
	z-index: 10;
}
.logo {
	border: 0;
	margin: 10px auto 0 auto;
}
#navbar {
	width: 900px; height: 159px;
	margin: 0 auto;
	color: #ffffff;
}
#navbar a {
	color: #ffffff;
	text-decoration: none;
}
#navbar a:hover {
	text-decoration: none;
}
#navbar ul {
	margin: 25px 0 0 0; padding: 0;
	list-style: none;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 16px;
	float: right;
	width: 600px;
}
#navbar li {
	float: left;
	margin: 0 10px 0 0;
	width: 125px; height: 36px;
	text-align: center;
}
#navbar li:last-child {
	margin: 0px;
}
#navbar li a {
	display: block;
	background: url(../img/navbutton.png) 0 0 no-repeat;
	width: 125px; height: 29px;
	padding: 7px 0 0 0;
}
#navbar li a:hover {
	background: url(../img/navbutton.png) -125px 0 no-repeat;
}
#navbar li a:active {
	background: url(../img/navbutton.png) -250px 0 no-repeat;
}
#displayboxHome {
	width: 100%; height: 360px;
	margin: 60px 0 0 0;
	min-width: 800px;
	background: url(../img/portfoliobkg.png) no-repeat center bottom #236ed8;
	border-bottom: 1px solid #000;
}
	#portfolio {
	margin: 0 auto;
	padding: 60px 0 0 0;
	width: 800px; height: 300px;
	overflow: hidden;
}
#displaybox {
	width: 100%; height: 250px;
	margin: 60px 0 0 0;
	min-width: 800px;
	background: url(../img/portfoliobkg.png) no-repeat center bottom #236ed8;
	border-bottom: 1px solid #000;
}
	#ourWorkHeader {
		width: 100%; height: 250px;
		background: url(../img/our-work.png) no-repeat center bottom;
	}
	#servicesHeader {
		width: 100%; height: 250px;
		background: url(../img/services.png) no-repeat center bottom;
	}
	#contactHeader {
		width: 100%; height: 250px;
		background: url(../img/contact.png) no-repeat center bottom;
	}
	#tutorialsHeader {
		width: 100%; height: 250px;
		background: url(../img/tutorials.png) no-repeat center bottom;
	}
	#TermsofServiceHeader {
		width: 100%; height: 250px;
		background: url(../img/terms-of-service.png) no-repeat center bottom;
	}
#content {
	margin: -5px auto 0 auto; padding: 0;
	width: 800px; height: auto;
	padding: 5px 0 5px 20px;
}
#socialSidebar {
	float: right;
	width: 200px; height: 300px;
	padding: 0 7px 0 6px;
	margin: 0 0 0 20px;
	background: url(../img/socialbkg.png) repeat;
}
	#social img {
		text-align: center;
		margin: 10px;
	}
	#twitter {
		border-top: 1px solid black;
		font-size: 12px;
		height: 65px;
		padding: 0 0 20px 0;
	}
	#twitter .title {
		font-weight: bold;
	}
#ourWork img {
	margin: 10px;
}
.node {
	width: 300px;
	float: left;
	margin: 0 50px;
	position: relative;
}
.node h2 {
	display: none;
}
#events {
	margin: 0 auto;
	width: 450px;
	text-align: center;
}
#events h1 a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#events h1 a:hover {
	text-decoration: underline;
	color: gray;
}
.albums {
	height: 120px; width: auto;
	margin-bottom: 15px;
}
.albums a {
	font-size: 34px;
	font-family: sans-serif;
	font-weight: bold;
}
.gallery_demo_unstyled {
	margin: 0 auto;
	list-style: none;
	width: 560px;
}
.gallery_li {
	float: left;
	margin-right: 25px;
	height: 130px; width: auto;
	margin-bottom: 15px;
}
.gallery_li a img {
	border: 0;
}
.gallery_demo_unstyled:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.caption{
	color: grey;
	font-family: arial, sans-serif;
	text-align: center;
	display: block;
}
div#fader-container{
	display: block; 
	height: 480px;
	width: 640px;
	margin: 0 auto;
}
div#video-display{
	background-color: #000000;
	display: block;
}
div#video{
	float: left; 
	padding: 8px;
}
div#video img{
	border: 1px solid black;
}
#imageloop{
	list-style: none;
	padding: 0;
	margin: 0;
}
#imageloop li{
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
}
iframe#map {
	width: 200px;
	height: 200px;
}
#sidebar {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}
#contact {
	text-align: center;
	width: 500px;
	margin: 0 auto;
	font-weight: bold;
	color: #505050;
}
#contact label.error { 
	color: red;
	display: none;
}

#contact em {
	font-weight: bold;
	padding-right: 1em;	
	vertical-align: top;
}
#contact 
form label {
	width: 250px;
}
span.blogTitle {
	font-size: 1em;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
div#pagnation {
	width: 100%;
	text-align: center;
}
div#pagnation a {
	margin: 0 5px 0 5px;
	text-decoration: none;
	color: black;
}
div#pagnation a:hover {
	text-decoration: underline;
}
.button {
	position: absolute;
	margin: -40px 0 0 0px !important;
	width: 300px !important;
	height: 29px !important;
	padding: 0 !important;
	z-index: 99;
}
.button ul {
	float: right;
}
.button li {
	list-style: none;
	float: right !important;
	margin: 0 0 0 10px !important;
}
#heavyFooter {
	margin: 15px 0 0 0;
	width: 100%; height: 220px;
	background: #282f36;
	border-top: 1px solid black;
	color: #fff;
}
	#footer {
		margin: 15px auto 0 auto;
		width: 714px;
		text-align: center;
		padding: 5px;
	}
	#footerNav {
		width: 300px;
		text-align: left;
	}
		#footerNav h3{
			margin: 0; padding: 0;
		}
		#navTwo {
			list-style: none;
			padding: 0; margin: 0 0 0 20px;
		}
			#navTwo li {
				margin: 3px 0;
			}
			#navTwo a {
				color: #fff;
			}
			#navTwo a:hover {
				text-decoration: underline;
			}
