@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	background-image: url(images/jpg/jdbphotography_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font: 12px Verdana, Geneva, sans-serif;
	color: #FFF;
}

img {
	border: none;
}

/* DIV */

div#wrap {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	border: none;
}

div#title {
	float: left;
	width: 950px;
	height: 105px;
	padding: 0;
	border: none;
	margin: 0;
	background-image: url(images/png/title2.png);
	background-repeat:no-repeat;
	border-bottom: 1px solid #00B0EC;
}

div#nav {
	float: left;
	width: 950px;
	height: 40px;
	padding: 0;
	border: none;
	margin: 0;
	color: #FFF;
	border-bottom: 1px solid #00B0EC;
	line-height: 40px;
}

div#leftcol {
	float: left;
	width: 950px;
	padding: 0;
	border: none;
	margin: 0;
}

div#faq {
	width: 950px;
	padding: 0;
	border: none;
	margin: 20px 0 20px 0;
}

div#rightcol {
	float: left;
	width: 950px;
	padding: 20px 0 20px 0;
	border: none;
	margin: 0;
	border-top: 1px solid #00B0EC;
	line-height: 23px;
}

div#subslide {
	width: 950px;
	float: left;
	margin: 0;
	padding: 15px 0 0 0;
	border: none;
	color: #FFF;
	text-align: right;
}

/* Links */

a {
	color: #00B0EC;
	text-decoration: none;
}

div#nav a {
	color: #FFF;
	display: block;
	float: left;
	width: 190px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}

div#nav a:hover {
	color: #FFF;
	display: block;
	float: left;
	width: 190px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	text-decoration: underline;
}

/* Text Variations */

.blueletter {
	color: #00B0EC;
}

.subheader {
	color: #00B0EC;
	font-size: 13px;
	text-transform: uppercase;
	font-family: georgia,times,serif;
  	font-weight: normal;
}

h1, div#usefuldocs h1, div#social-network-feeds h1 {
	color: #00B0EC;
	font-size: 18px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-family: georgia,times,serif;
  	font-weight: normal;
}

/* Live Network Feeds */

div#social-network-feeds {
	width: 950px;
	float: left;
	margin: 0;
	padding: 0;
	border-top: 1px solid #00B0EC;
	color: #FFF;
}

div#from-twitter {
	float: left;
	width: 311px;
	height: 157px;
	margin: 15px 5px 0 0;
	padding: 0;
	border: 1px solid #ffffff;
}

div#from-tumblr {
	float: right;
	width: 450px;
	height: 79px;
	margin: 15px 5px 0 0;
	padding: 0;
	border: none;
	overflow: hidden;
}

div#from-swpp {
	float: left;
	width: 313px;
	height: 159px;
	margin: 15px 0 0 0;
	padding: 0;
	border: none;
}

.genericbox {
	width: 99%;
}